@aws-sdk/client-ec2 3.701.0 → 3.708.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 (312) hide show
  1. package/README.md +96 -0
  2. package/dist-cjs/index.js +2291 -481
  3. package/dist-es/EC2.js +24 -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/ModifyInstanceNetworkPerformanceOptionsCommand.js +22 -0
  14. package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  15. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/index.js +1 -0
  18. package/dist-es/models/models_0.js +9 -32
  19. package/dist-es/models/models_1.js +55 -25
  20. package/dist-es/models/models_2.js +42 -19
  21. package/dist-es/models/models_3.js +21 -15
  22. package/dist-es/models/models_4.js +20 -21
  23. package/dist-es/models/models_5.js +29 -3
  24. package/dist-es/models/models_6.js +13 -23
  25. package/dist-es/models/models_7.js +30 -0
  26. package/dist-es/models/models_8.js +1 -0
  27. package/dist-es/protocols/Aws_ec2.js +1662 -123
  28. package/dist-types/EC2.d.ts +89 -0
  29. package/dist-types/EC2Client.d.ts +14 -2
  30. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  32. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  33. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  34. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  35. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  36. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  37. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  38. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  39. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  42. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  43. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  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/CreateDhcpOptionsCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  50. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +6 -3
  64. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -4
  65. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
  69. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  70. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  75. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  98. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  100. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  101. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +26 -5
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -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/DeleteClientVpnRouteCommand.d.ts +2 -1
  110. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  116. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -2
  117. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  118. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  119. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  120. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  122. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -1
  123. package/dist-types/commands/DescribeFleetsCommand.d.ts +5 -5
  124. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  126. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  127. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  128. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +5 -2
  131. package/dist-types/commands/DescribeInstancesCommand.d.ts +4 -1
  132. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -2
  133. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  134. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  136. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  137. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  139. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  141. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  143. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  144. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  145. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  146. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  147. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +21 -2
  149. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  150. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  151. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +101 -0
  152. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  153. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  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/ExportImageCommand.d.ts +1 -1
  165. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  166. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  167. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  168. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  169. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  170. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -2
  171. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  172. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  173. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  174. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  175. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  176. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  177. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  178. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.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/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +75 -0
  183. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  194. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  195. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -3
  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/ProvisionByoipCidrCommand.d.ts +1 -1
  204. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  205. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  206. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  207. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  208. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  209. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  210. package/dist-types/commands/RunInstancesCommand.d.ts +9 -3
  211. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  212. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  213. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  214. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  215. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  216. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  217. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  218. package/dist-types/commands/index.d.ts +12 -0
  219. package/dist-types/models/index.d.ts +1 -0
  220. package/dist-types/models/models_0.d.ts +119 -298
  221. package/dist-types/models/models_1.d.ts +392 -279
  222. package/dist-types/models/models_2.d.ts +627 -314
  223. package/dist-types/models/models_3.d.ts +422 -924
  224. package/dist-types/models/models_4.d.ts +7153 -7068
  225. package/dist-types/models/models_5.d.ts +5632 -5095
  226. package/dist-types/models/models_6.d.ts +4278 -4390
  227. package/dist-types/models/models_7.d.ts +1591 -172
  228. package/dist-types/models/models_8.d.ts +168 -0
  229. package/dist-types/protocols/Aws_ec2.d.ts +108 -0
  230. package/dist-types/ts3.4/EC2.d.ts +239 -0
  231. package/dist-types/ts3.4/EC2Client.d.ts +72 -0
  232. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  233. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -4
  235. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  237. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +2 -4
  238. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +4 -2
  245. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  246. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +2 -4
  247. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  250. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  251. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  256. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  257. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +49 -0
  258. package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  271. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  272. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  273. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  274. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +51 -0
  278. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  289. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  290. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +4 -2
  294. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  295. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  296. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  301. package/dist-types/ts3.4/models/index.d.ts +1 -0
  302. package/dist-types/ts3.4/models/models_0.d.ts +37 -64
  303. package/dist-types/ts3.4/models/models_1.d.ts +102 -85
  304. package/dist-types/ts3.4/models/models_2.d.ts +171 -94
  305. package/dist-types/ts3.4/models/models_3.d.ts +108 -174
  306. package/dist-types/ts3.4/models/models_4.d.ts +187 -166
  307. package/dist-types/ts3.4/models/models_5.d.ts +215 -142
  308. package/dist-types/ts3.4/models/models_6.d.ts +255 -297
  309. package/dist-types/ts3.4/models/models_7.d.ts +366 -41
  310. package/dist-types/ts3.4/models/models_8.d.ts +40 -0
  311. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +144 -0
  312. package/package.json +1 -1
@@ -1,13 +1,17 @@
1
1
  import {
2
2
  AddedPrincipal,
3
+ AddIpamOperatingRegion,
4
+ AddIpamOrganizationalUnitExclusion,
5
+ AddPrefixListEntry,
3
6
  AddressAttribute,
4
7
  AddressAttributeName,
8
+ Affinity,
5
9
  ApplianceModeSupportValue,
6
10
  ByoipCidr,
7
- CapacityReservationInstancePlatform,
8
11
  ClientVpnAuthorizationRuleStatus,
9
12
  CurrencyCodeValues,
10
13
  DnsSupportValue,
14
+ EnaSrdSpecification,
11
15
  IamInstanceProfileAssociation,
12
16
  IamInstanceProfileSpecification,
13
17
  IpPermission,
@@ -29,18 +33,28 @@ import {
29
33
  import {
30
34
  _InstanceType,
31
35
  AmdSevSnpSpecification,
36
+ AttributeValue,
32
37
  BlockDeviceMapping,
33
38
  CapacityReservation,
39
+ CapacityReservationInstancePlatform,
40
+ ConnectionTrackingSpecificationRequest,
34
41
  CreditSpecificationRequest,
35
42
  ElasticGpuSpecification,
36
43
  HostnameType,
44
+ InstanceBandwidthWeighting,
37
45
  InstanceInterruptionBehavior,
38
46
  InstanceIpv6Address,
47
+ Ipam,
48
+ IpamPool,
49
+ IpamResourceDiscovery,
50
+ IpamScope,
51
+ IpamTier,
52
+ LaunchTemplate,
39
53
  LocalGatewayRoute,
40
- ManagedPrefixList,
41
54
  MarketType,
42
55
  OperatorRequest,
43
56
  Placement,
57
+ RequestIpamResourceTag,
44
58
  ShutdownBehavior,
45
59
  SpotInstanceType,
46
60
  VolumeType,
@@ -54,6 +68,7 @@ import {
54
68
  IKEVersionsRequestListValue,
55
69
  InternetGatewayExclusionMode,
56
70
  IpAddressType,
71
+ ManagedPrefixList,
57
72
  PayerResponsibility,
58
73
  Phase1DHGroupNumbersRequestListValue,
59
74
  Phase1EncryptionAlgorithmsRequestListValue,
@@ -101,6 +116,7 @@ import {
101
116
  InstanceAttributeName,
102
117
  InstanceAutoRecoveryState,
103
118
  InstanceMetadataEndpointState,
119
+ InstanceMetadataOptionsResponse,
104
120
  InstanceMetadataProtocolState,
105
121
  InstanceMetadataTagsState,
106
122
  InstanceState,
@@ -111,8 +127,12 @@ import {
111
127
  TpmSupportValues,
112
128
  } from "./models_4";
113
129
  import {
130
+ CreateVolumePermission,
131
+ ExcessCapacityTerminationPolicy,
114
132
  InstanceNetworkInterfaceSpecification,
115
133
  InternetGatewayBlockMode,
134
+ LaunchTemplateConfig,
135
+ ReservedInstancesConfiguration,
116
136
  RunInstancesMonitoringEnabled,
117
137
  ScheduledInstance,
118
138
  SnapshotAttributeName,
@@ -123,7 +143,291 @@ import {
123
143
  VolumeModification,
124
144
  VpcBlockPublicAccessOptions,
125
145
  } from "./models_5";
126
- import { CapacityReservationSpecification, Purchase } from "./models_6";
146
+ import {
147
+ CapacityReservationSpecification,
148
+ IpamResourceCidr,
149
+ OperationType,
150
+ Purchase,
151
+ } from "./models_6";
152
+ export interface ModifyInstanceMaintenanceOptionsRequest {
153
+ InstanceId: string | undefined;
154
+ AutoRecovery?: InstanceAutoRecoveryState | undefined;
155
+ DryRun?: boolean | undefined;
156
+ }
157
+ export interface ModifyInstanceMaintenanceOptionsResult {
158
+ InstanceId?: string | undefined;
159
+ AutoRecovery?: InstanceAutoRecoveryState | undefined;
160
+ }
161
+ export declare const DefaultInstanceMetadataEndpointState: {
162
+ readonly disabled: "disabled";
163
+ readonly enabled: "enabled";
164
+ readonly no_preference: "no-preference";
165
+ };
166
+ export type DefaultInstanceMetadataEndpointState =
167
+ (typeof DefaultInstanceMetadataEndpointState)[keyof typeof DefaultInstanceMetadataEndpointState];
168
+ export declare const MetadataDefaultHttpTokensState: {
169
+ readonly no_preference: "no-preference";
170
+ readonly optional: "optional";
171
+ readonly required: "required";
172
+ };
173
+ export type MetadataDefaultHttpTokensState =
174
+ (typeof MetadataDefaultHttpTokensState)[keyof typeof MetadataDefaultHttpTokensState];
175
+ export declare const DefaultInstanceMetadataTagsState: {
176
+ readonly disabled: "disabled";
177
+ readonly enabled: "enabled";
178
+ readonly no_preference: "no-preference";
179
+ };
180
+ export type DefaultInstanceMetadataTagsState =
181
+ (typeof DefaultInstanceMetadataTagsState)[keyof typeof DefaultInstanceMetadataTagsState];
182
+ export interface ModifyInstanceMetadataDefaultsRequest {
183
+ HttpTokens?: MetadataDefaultHttpTokensState | undefined;
184
+ HttpPutResponseHopLimit?: number | undefined;
185
+ HttpEndpoint?: DefaultInstanceMetadataEndpointState | undefined;
186
+ InstanceMetadataTags?: DefaultInstanceMetadataTagsState | undefined;
187
+ DryRun?: boolean | undefined;
188
+ }
189
+ export interface ModifyInstanceMetadataDefaultsResult {
190
+ Return?: boolean | undefined;
191
+ }
192
+ export interface ModifyInstanceMetadataOptionsRequest {
193
+ InstanceId: string | undefined;
194
+ HttpTokens?: HttpTokensState | undefined;
195
+ HttpPutResponseHopLimit?: number | undefined;
196
+ HttpEndpoint?: InstanceMetadataEndpointState | undefined;
197
+ DryRun?: boolean | undefined;
198
+ HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
199
+ InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
200
+ }
201
+ export interface ModifyInstanceMetadataOptionsResult {
202
+ InstanceId?: string | undefined;
203
+ InstanceMetadataOptions?: InstanceMetadataOptionsResponse | undefined;
204
+ }
205
+ export interface ModifyInstanceNetworkPerformanceRequest {
206
+ InstanceId: string | undefined;
207
+ BandwidthWeighting: InstanceBandwidthWeighting | undefined;
208
+ DryRun?: boolean | undefined;
209
+ }
210
+ export interface ModifyInstanceNetworkPerformanceResult {
211
+ InstanceId?: string | undefined;
212
+ BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
213
+ }
214
+ export declare const HostTenancy: {
215
+ readonly dedicated: "dedicated";
216
+ readonly default: "default";
217
+ readonly host: "host";
218
+ };
219
+ export type HostTenancy = (typeof HostTenancy)[keyof typeof HostTenancy];
220
+ export interface ModifyInstancePlacementRequest {
221
+ GroupName?: string | undefined;
222
+ PartitionNumber?: number | undefined;
223
+ HostResourceGroupArn?: string | undefined;
224
+ GroupId?: string | undefined;
225
+ InstanceId: string | undefined;
226
+ Tenancy?: HostTenancy | undefined;
227
+ Affinity?: Affinity | undefined;
228
+ HostId?: string | undefined;
229
+ }
230
+ export interface ModifyInstancePlacementResult {
231
+ Return?: boolean | undefined;
232
+ }
233
+ export interface RemoveIpamOperatingRegion {
234
+ RegionName?: string | undefined;
235
+ }
236
+ export interface ModifyIpamRequest {
237
+ DryRun?: boolean | undefined;
238
+ IpamId: string | undefined;
239
+ Description?: string | undefined;
240
+ AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
241
+ RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
242
+ Tier?: IpamTier | undefined;
243
+ EnablePrivateGua?: boolean | undefined;
244
+ }
245
+ export interface ModifyIpamResult {
246
+ Ipam?: Ipam | undefined;
247
+ }
248
+ export interface ModifyIpamPoolRequest {
249
+ DryRun?: boolean | undefined;
250
+ IpamPoolId: string | undefined;
251
+ Description?: string | undefined;
252
+ AutoImport?: boolean | undefined;
253
+ AllocationMinNetmaskLength?: number | undefined;
254
+ AllocationMaxNetmaskLength?: number | undefined;
255
+ AllocationDefaultNetmaskLength?: number | undefined;
256
+ ClearAllocationDefaultNetmaskLength?: boolean | undefined;
257
+ AddAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
258
+ RemoveAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
259
+ }
260
+ export interface ModifyIpamPoolResult {
261
+ IpamPool?: IpamPool | undefined;
262
+ }
263
+ export interface ModifyIpamResourceCidrRequest {
264
+ DryRun?: boolean | undefined;
265
+ ResourceId: string | undefined;
266
+ ResourceCidr: string | undefined;
267
+ ResourceRegion: string | undefined;
268
+ CurrentIpamScopeId: string | undefined;
269
+ DestinationIpamScopeId?: string | undefined;
270
+ Monitored: boolean | undefined;
271
+ }
272
+ export interface ModifyIpamResourceCidrResult {
273
+ IpamResourceCidr?: IpamResourceCidr | undefined;
274
+ }
275
+ export interface RemoveIpamOrganizationalUnitExclusion {
276
+ OrganizationsEntityPath?: string | undefined;
277
+ }
278
+ export interface ModifyIpamResourceDiscoveryRequest {
279
+ DryRun?: boolean | undefined;
280
+ IpamResourceDiscoveryId: string | undefined;
281
+ Description?: string | undefined;
282
+ AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
283
+ RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
284
+ AddOrganizationalUnitExclusions?:
285
+ | AddIpamOrganizationalUnitExclusion[]
286
+ | undefined;
287
+ RemoveOrganizationalUnitExclusions?:
288
+ | RemoveIpamOrganizationalUnitExclusion[]
289
+ | undefined;
290
+ }
291
+ export interface ModifyIpamResourceDiscoveryResult {
292
+ IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
293
+ }
294
+ export interface ModifyIpamScopeRequest {
295
+ DryRun?: boolean | undefined;
296
+ IpamScopeId: string | undefined;
297
+ Description?: string | undefined;
298
+ }
299
+ export interface ModifyIpamScopeResult {
300
+ IpamScope?: IpamScope | undefined;
301
+ }
302
+ export interface ModifyLaunchTemplateRequest {
303
+ DryRun?: boolean | undefined;
304
+ ClientToken?: string | undefined;
305
+ LaunchTemplateId?: string | undefined;
306
+ LaunchTemplateName?: string | undefined;
307
+ DefaultVersion?: string | undefined;
308
+ }
309
+ export interface ModifyLaunchTemplateResult {
310
+ LaunchTemplate?: LaunchTemplate | undefined;
311
+ }
312
+ export interface ModifyLocalGatewayRouteRequest {
313
+ DestinationCidrBlock?: string | undefined;
314
+ LocalGatewayRouteTableId: string | undefined;
315
+ LocalGatewayVirtualInterfaceGroupId?: string | undefined;
316
+ NetworkInterfaceId?: string | undefined;
317
+ DryRun?: boolean | undefined;
318
+ DestinationPrefixListId?: string | undefined;
319
+ }
320
+ export interface ModifyLocalGatewayRouteResult {
321
+ Route?: LocalGatewayRoute | undefined;
322
+ }
323
+ export interface RemovePrefixListEntry {
324
+ Cidr: string | undefined;
325
+ }
326
+ export interface ModifyManagedPrefixListRequest {
327
+ DryRun?: boolean | undefined;
328
+ PrefixListId: string | undefined;
329
+ CurrentVersion?: number | undefined;
330
+ PrefixListName?: string | undefined;
331
+ AddEntries?: AddPrefixListEntry[] | undefined;
332
+ RemoveEntries?: RemovePrefixListEntry[] | undefined;
333
+ MaxEntries?: number | undefined;
334
+ }
335
+ export interface ModifyManagedPrefixListResult {
336
+ PrefixList?: ManagedPrefixList | undefined;
337
+ }
338
+ export interface NetworkInterfaceAttachmentChanges {
339
+ AttachmentId?: string | undefined;
340
+ DeleteOnTermination?: boolean | undefined;
341
+ }
342
+ export interface ModifyNetworkInterfaceAttributeRequest {
343
+ EnaSrdSpecification?: EnaSrdSpecification | undefined;
344
+ EnablePrimaryIpv6?: boolean | undefined;
345
+ ConnectionTrackingSpecification?:
346
+ | ConnectionTrackingSpecificationRequest
347
+ | undefined;
348
+ AssociatePublicIpAddress?: boolean | undefined;
349
+ DryRun?: boolean | undefined;
350
+ NetworkInterfaceId: string | undefined;
351
+ Description?: AttributeValue | undefined;
352
+ SourceDestCheck?: AttributeBooleanValue | undefined;
353
+ Groups?: string[] | undefined;
354
+ Attachment?: NetworkInterfaceAttachmentChanges | undefined;
355
+ }
356
+ export interface ModifyPrivateDnsNameOptionsRequest {
357
+ DryRun?: boolean | undefined;
358
+ InstanceId: string | undefined;
359
+ PrivateDnsHostnameType?: HostnameType | undefined;
360
+ EnableResourceNameDnsARecord?: boolean | undefined;
361
+ EnableResourceNameDnsAAAARecord?: boolean | undefined;
362
+ }
363
+ export interface ModifyPrivateDnsNameOptionsResult {
364
+ Return?: boolean | undefined;
365
+ }
366
+ export interface ModifyReservedInstancesRequest {
367
+ ReservedInstancesIds: string[] | undefined;
368
+ ClientToken?: string | undefined;
369
+ TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
370
+ }
371
+ export interface ModifyReservedInstancesResult {
372
+ ReservedInstancesModificationId?: string | undefined;
373
+ }
374
+ export interface SecurityGroupRuleRequest {
375
+ IpProtocol?: string | undefined;
376
+ FromPort?: number | undefined;
377
+ ToPort?: number | undefined;
378
+ CidrIpv4?: string | undefined;
379
+ CidrIpv6?: string | undefined;
380
+ PrefixListId?: string | undefined;
381
+ ReferencedGroupId?: string | undefined;
382
+ Description?: string | undefined;
383
+ }
384
+ export interface SecurityGroupRuleUpdate {
385
+ SecurityGroupRuleId: string | undefined;
386
+ SecurityGroupRule?: SecurityGroupRuleRequest | undefined;
387
+ }
388
+ export interface ModifySecurityGroupRulesRequest {
389
+ GroupId: string | undefined;
390
+ SecurityGroupRules: SecurityGroupRuleUpdate[] | undefined;
391
+ DryRun?: boolean | undefined;
392
+ }
393
+ export interface ModifySecurityGroupRulesResult {
394
+ Return?: boolean | undefined;
395
+ }
396
+ export interface CreateVolumePermissionModifications {
397
+ Add?: CreateVolumePermission[] | undefined;
398
+ Remove?: CreateVolumePermission[] | undefined;
399
+ }
400
+ export interface ModifySnapshotAttributeRequest {
401
+ Attribute?: SnapshotAttributeName | undefined;
402
+ CreateVolumePermission?: CreateVolumePermissionModifications | undefined;
403
+ GroupNames?: string[] | undefined;
404
+ OperationType?: OperationType | undefined;
405
+ SnapshotId: string | undefined;
406
+ UserIds?: string[] | undefined;
407
+ DryRun?: boolean | undefined;
408
+ }
409
+ export declare const TargetStorageTier: {
410
+ readonly archive: "archive";
411
+ };
412
+ export type TargetStorageTier =
413
+ (typeof TargetStorageTier)[keyof typeof TargetStorageTier];
414
+ export interface ModifySnapshotTierRequest {
415
+ SnapshotId: string | undefined;
416
+ StorageTier?: TargetStorageTier | undefined;
417
+ DryRun?: boolean | undefined;
418
+ }
419
+ export interface ModifySnapshotTierResult {
420
+ SnapshotId?: string | undefined;
421
+ TieringStartTime?: Date | undefined;
422
+ }
423
+ export interface ModifySpotFleetRequestRequest {
424
+ LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
425
+ OnDemandTargetCapacity?: number | undefined;
426
+ Context?: string | undefined;
427
+ SpotFleetRequestId: string | undefined;
428
+ TargetCapacity?: number | undefined;
429
+ ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
430
+ }
127
431
  export interface ModifySpotFleetRequestResponse {
128
432
  Return?: boolean | undefined;
129
433
  }
@@ -249,14 +553,28 @@ export interface ModifyTransitGatewayVpcAttachmentRequest {
249
553
  export interface ModifyTransitGatewayVpcAttachmentResult {
250
554
  TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
251
555
  }
556
+ export interface ModifyVerifiedAccessEndpointPortRange {
557
+ FromPort?: number | undefined;
558
+ ToPort?: number | undefined;
559
+ }
560
+ export interface ModifyVerifiedAccessEndpointCidrOptions {
561
+ PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
562
+ }
252
563
  export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
253
564
  SubnetIds?: string[] | undefined;
254
565
  Protocol?: VerifiedAccessEndpointProtocol | undefined;
255
566
  Port?: number | undefined;
567
+ PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
256
568
  }
257
569
  export interface ModifyVerifiedAccessEndpointEniOptions {
258
570
  Protocol?: VerifiedAccessEndpointProtocol | undefined;
259
571
  Port?: number | undefined;
572
+ PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
573
+ }
574
+ export interface ModifyVerifiedAccessEndpointRdsOptions {
575
+ SubnetIds?: string[] | undefined;
576
+ Port?: number | undefined;
577
+ RdsEndpoint?: string | undefined;
260
578
  }
261
579
  export interface ModifyVerifiedAccessEndpointRequest {
262
580
  VerifiedAccessEndpointId: string | undefined;
@@ -268,6 +586,8 @@ export interface ModifyVerifiedAccessEndpointRequest {
268
586
  Description?: string | undefined;
269
587
  ClientToken?: string | undefined;
270
588
  DryRun?: boolean | undefined;
589
+ RdsOptions?: ModifyVerifiedAccessEndpointRdsOptions | undefined;
590
+ CidrOptions?: ModifyVerifiedAccessEndpointCidrOptions | undefined;
271
591
  }
272
592
  export interface ModifyVerifiedAccessEndpointResult {
273
593
  VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
@@ -313,6 +633,7 @@ export interface ModifyVerifiedAccessInstanceRequest {
313
633
  Description?: string | undefined;
314
634
  DryRun?: boolean | undefined;
315
635
  ClientToken?: string | undefined;
636
+ CidrEndpointsCustomSubDomain?: string | undefined;
316
637
  }
317
638
  export interface ModifyVerifiedAccessInstanceResult {
318
639
  VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
@@ -354,6 +675,16 @@ export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
354
675
  export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
355
676
  PublicSigningKeyUrl?: string | undefined;
356
677
  }
678
+ export interface ModifyVerifiedAccessNativeApplicationOidcOptions {
679
+ PublicSigningKeyEndpoint?: string | undefined;
680
+ Issuer?: string | undefined;
681
+ AuthorizationEndpoint?: string | undefined;
682
+ TokenEndpoint?: string | undefined;
683
+ UserInfoEndpoint?: string | undefined;
684
+ ClientId?: string | undefined;
685
+ ClientSecret?: string | undefined;
686
+ Scope?: string | undefined;
687
+ }
357
688
  export interface ModifyVerifiedAccessTrustProviderOidcOptions {
358
689
  Issuer?: string | undefined;
359
690
  AuthorizationEndpoint?: string | undefined;
@@ -371,6 +702,9 @@ export interface ModifyVerifiedAccessTrustProviderRequest {
371
702
  DryRun?: boolean | undefined;
372
703
  ClientToken?: string | undefined;
373
704
  SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
705
+ NativeApplicationOidcOptions?:
706
+ | ModifyVerifiedAccessNativeApplicationOidcOptions
707
+ | undefined;
374
708
  }
375
709
  export interface ModifyVerifiedAccessTrustProviderResult {
376
710
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
@@ -894,6 +1228,16 @@ export interface ReplaceIamInstanceProfileAssociationRequest {
894
1228
  export interface ReplaceIamInstanceProfileAssociationResult {
895
1229
  IamInstanceProfileAssociation?: IamInstanceProfileAssociation | undefined;
896
1230
  }
1231
+ export interface ImageCriterionRequest {
1232
+ ImageProviders?: string[] | undefined;
1233
+ }
1234
+ export interface ReplaceImageCriteriaInAllowedImagesSettingsRequest {
1235
+ ImageCriteria?: ImageCriterionRequest[] | undefined;
1236
+ DryRun?: boolean | undefined;
1237
+ }
1238
+ export interface ReplaceImageCriteriaInAllowedImagesSettingsResult {
1239
+ ReturnValue?: boolean | undefined;
1240
+ }
897
1241
  export interface ReplaceNetworkAclAssociationRequest {
898
1242
  DryRun?: boolean | undefined;
899
1243
  AssociationId: string | undefined;
@@ -1239,6 +1583,9 @@ export interface InstanceMetadataOptionsRequest {
1239
1583
  HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
1240
1584
  InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
1241
1585
  }
1586
+ export interface InstanceNetworkPerformanceOptionsRequest {
1587
+ BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
1588
+ }
1242
1589
  export interface PrivateDnsNameOptionsRequest {
1243
1590
  HostnameType?: HostnameType | undefined;
1244
1591
  EnableResourceNameDnsARecord?: boolean | undefined;
@@ -1279,6 +1626,9 @@ export interface RunInstancesRequest {
1279
1626
  MaintenanceOptions?: InstanceMaintenanceOptionsRequest | undefined;
1280
1627
  DisableApiStop?: boolean | undefined;
1281
1628
  EnablePrimaryIpv6?: boolean | undefined;
1629
+ NetworkPerformanceOptions?:
1630
+ | InstanceNetworkPerformanceOptionsRequest
1631
+ | undefined;
1282
1632
  Operator?: OperatorRequest | undefined;
1283
1633
  DryRun?: boolean | undefined;
1284
1634
  DisableApiTermination?: boolean | undefined;
@@ -1419,6 +1769,16 @@ export interface SendDiagnosticInterruptRequest {
1419
1769
  InstanceId: string | undefined;
1420
1770
  DryRun?: boolean | undefined;
1421
1771
  }
1772
+ export interface StartDeclarativePoliciesReportRequest {
1773
+ DryRun?: boolean | undefined;
1774
+ S3Bucket: string | undefined;
1775
+ S3Prefix?: string | undefined;
1776
+ TargetId: string | undefined;
1777
+ TagSpecifications?: TagSpecification[] | undefined;
1778
+ }
1779
+ export interface StartDeclarativePoliciesReportResult {
1780
+ ReportId?: string | undefined;
1781
+ }
1422
1782
  export interface StartInstancesRequest {
1423
1783
  InstanceIds: string[] | undefined;
1424
1784
  AdditionalInfo?: string | undefined;
@@ -1525,44 +1885,9 @@ export interface UnlockSnapshotRequest {
1525
1885
  export interface UnlockSnapshotResult {
1526
1886
  SnapshotId?: string | undefined;
1527
1887
  }
1528
- export interface UnmonitorInstancesRequest {
1529
- InstanceIds: string[] | undefined;
1530
- DryRun?: boolean | undefined;
1531
- }
1532
- export interface UnmonitorInstancesResult {
1533
- InstanceMonitorings?: InstanceMonitoring[] | undefined;
1534
- }
1535
- export interface SecurityGroupRuleDescription {
1536
- SecurityGroupRuleId?: string | undefined;
1537
- Description?: string | undefined;
1538
- }
1539
- export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
1540
- DryRun?: boolean | undefined;
1541
- GroupId?: string | undefined;
1542
- GroupName?: string | undefined;
1543
- IpPermissions?: IpPermission[] | undefined;
1544
- SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[] | undefined;
1545
- }
1546
- export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
1547
- Return?: boolean | undefined;
1548
- }
1549
- export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
1550
- DryRun?: boolean | undefined;
1551
- GroupId?: string | undefined;
1552
- GroupName?: string | undefined;
1553
- IpPermissions?: IpPermission[] | undefined;
1554
- SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[] | undefined;
1555
- }
1556
- export interface UpdateSecurityGroupRuleDescriptionsIngressResult {
1557
- Return?: boolean | undefined;
1558
- }
1559
- export interface WithdrawByoipCidrRequest {
1560
- Cidr: string | undefined;
1561
- DryRun?: boolean | undefined;
1562
- }
1563
- export interface WithdrawByoipCidrResult {
1564
- ByoipCidr?: ByoipCidr | undefined;
1565
- }
1888
+ export declare const ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (
1889
+ obj: ModifyVerifiedAccessNativeApplicationOidcOptions
1890
+ ) => any;
1566
1891
  export declare const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
1567
1892
  obj: ModifyVerifiedAccessTrustProviderOidcOptions
1568
1893
  ) => any;
@@ -0,0 +1,40 @@
1
+ import { ByoipCidr, IpPermission } from "./models_0";
2
+ import { InstanceMonitoring } from "./models_7";
3
+ export interface UnmonitorInstancesRequest {
4
+ InstanceIds: string[] | undefined;
5
+ DryRun?: boolean | undefined;
6
+ }
7
+ export interface UnmonitorInstancesResult {
8
+ InstanceMonitorings?: InstanceMonitoring[] | undefined;
9
+ }
10
+ export interface SecurityGroupRuleDescription {
11
+ SecurityGroupRuleId?: string | undefined;
12
+ Description?: string | undefined;
13
+ }
14
+ export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
15
+ DryRun?: boolean | undefined;
16
+ GroupId?: string | undefined;
17
+ GroupName?: string | undefined;
18
+ IpPermissions?: IpPermission[] | undefined;
19
+ SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[] | undefined;
20
+ }
21
+ export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
22
+ Return?: boolean | undefined;
23
+ }
24
+ export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
25
+ DryRun?: boolean | undefined;
26
+ GroupId?: string | undefined;
27
+ GroupName?: string | undefined;
28
+ IpPermissions?: IpPermission[] | undefined;
29
+ SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[] | undefined;
30
+ }
31
+ export interface UpdateSecurityGroupRuleDescriptionsIngressResult {
32
+ Return?: boolean | undefined;
33
+ }
34
+ export interface WithdrawByoipCidrRequest {
35
+ Cidr: string | undefined;
36
+ DryRun?: boolean | undefined;
37
+ }
38
+ export interface WithdrawByoipCidrResult {
39
+ ByoipCidr?: ByoipCidr | undefined;
40
+ }