@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,18 +1,12 @@
1
1
  import {
2
2
  AccessScopeAnalysisFinding,
3
- AddIpamOperatingRegion,
4
- AddIpamOrganizationalUnitExclusion,
5
- AddPrefixListEntry,
6
3
  AddressAttribute,
7
- Affinity,
8
4
  AutoPlacement,
9
5
  CurrencyCodeValues,
10
- EnaSrdSpecification,
11
- EndDateType,
6
+ DeviceTrustProviderType,
12
7
  HostMaintenance,
13
8
  HostRecovery,
14
9
  InstanceEventWindow,
15
- InstanceMatchCriteria,
16
10
  IpamPoolAllocation,
17
11
  SubnetAssociation,
18
12
  Tag,
@@ -22,6 +16,7 @@ import {
22
16
  TransitGatewayAttachmentResourceType,
23
17
  TransitGatewayPolicyTableAssociation,
24
18
  UnsuccessfulItem,
19
+ UserTrustProviderType,
25
20
  } from "./models_0";
26
21
  import {
27
22
  _InstanceType,
@@ -32,22 +27,14 @@ import {
32
27
  ClientConnectOptions,
33
28
  ClientLoginBannerOptions,
34
29
  ConnectionLogOptions,
35
- ConnectionTrackingSpecificationRequest,
36
30
  DiskImageFormat,
31
+ EndDateType,
37
32
  FleetExcessCapacityTerminationPolicy,
38
33
  FleetLaunchTemplateConfigRequest,
39
- HostnameType,
40
34
  InstanceEventWindowTimeRangeRequest,
35
+ InstanceMatchCriteria,
41
36
  InstanceRequirementsRequest,
42
- Ipam,
43
- IpamPool,
44
- IpamResourceDiscovery,
45
37
  IpamResourceTag,
46
- IpamScope,
47
- IpamTier,
48
- LaunchTemplate,
49
- LocalGatewayRoute,
50
- ManagedPrefixList,
51
38
  Placement,
52
39
  PlatformValues,
53
40
  RequestIpamResourceTag,
@@ -66,12 +53,15 @@ import {
66
53
  import {
67
54
  ConversionTask,
68
55
  ExportTaskS3Location,
56
+ FastLaunchLaunchTemplateSpecificationResponse,
57
+ FastLaunchResourceType,
58
+ FastLaunchSnapshotConfigurationResponse,
59
+ FastLaunchStateCode,
60
+ FastSnapshotRestoreStateCode,
69
61
  Filter,
70
- FpgaImageAttributeName,
71
62
  IpamPoolCidr,
72
63
  MetricType,
73
64
  PeriodType,
74
- PermissionGroup,
75
65
  StatisticType,
76
66
  } from "./models_3";
77
67
  import {
@@ -81,31 +71,161 @@ import {
81
71
  AttributeBooleanValue,
82
72
  BootModeValues,
83
73
  FpgaImageAttribute,
74
+ FpgaImageAttributeName,
84
75
  HttpTokensState,
85
76
  ImportImageLicenseConfigurationResponse,
86
77
  InstanceAttributeName,
87
78
  InstanceAutoRecoveryState,
88
79
  InstanceMetadataEndpointState,
89
- InstanceMetadataOptionsResponse,
90
- InstanceMetadataProtocolState,
91
80
  InstanceMetadataTagsState,
92
81
  InstanceStatusEvent,
93
82
  LaunchPermission,
94
83
  LockState,
95
84
  PaymentOption,
96
- ReservedInstancesConfiguration,
85
+ PermissionGroup,
97
86
  SnapshotDetail,
98
87
  SnapshotTaskDetail,
99
88
  VirtualizationType,
100
89
  } from "./models_4";
101
90
  import {
102
- CreateVolumePermission,
103
- ExcessCapacityTerminationPolicy,
104
- LaunchTemplateConfig,
105
- SnapshotAttributeName,
91
+ ManagedBy,
106
92
  SnapshotBlockPublicAccessState,
93
+ TransitGatewayPropagation,
107
94
  TransitGatewayPropagationState,
108
95
  } from "./models_5";
96
+ export interface FastLaunchLaunchTemplateSpecificationRequest {
97
+ LaunchTemplateId?: string | undefined;
98
+ LaunchTemplateName?: string | undefined;
99
+ Version: string | undefined;
100
+ }
101
+ export interface FastLaunchSnapshotConfigurationRequest {
102
+ TargetResourceCount?: number | undefined;
103
+ }
104
+ export interface EnableFastLaunchRequest {
105
+ ImageId: string | undefined;
106
+ ResourceType?: string | undefined;
107
+ SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest | undefined;
108
+ LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest | undefined;
109
+ MaxParallelLaunches?: number | undefined;
110
+ DryRun?: boolean | undefined;
111
+ }
112
+ export interface EnableFastLaunchResult {
113
+ ImageId?: string | undefined;
114
+ ResourceType?: FastLaunchResourceType | undefined;
115
+ SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
116
+ LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
117
+ MaxParallelLaunches?: number | undefined;
118
+ OwnerId?: string | undefined;
119
+ State?: FastLaunchStateCode | undefined;
120
+ StateTransitionReason?: string | undefined;
121
+ StateTransitionTime?: Date | undefined;
122
+ }
123
+ export interface EnableFastSnapshotRestoresRequest {
124
+ AvailabilityZones: string[] | undefined;
125
+ SourceSnapshotIds: string[] | undefined;
126
+ DryRun?: boolean | undefined;
127
+ }
128
+ export interface EnableFastSnapshotRestoreSuccessItem {
129
+ SnapshotId?: string | undefined;
130
+ AvailabilityZone?: string | undefined;
131
+ State?: FastSnapshotRestoreStateCode | undefined;
132
+ StateTransitionReason?: string | undefined;
133
+ OwnerId?: string | undefined;
134
+ OwnerAlias?: string | undefined;
135
+ EnablingTime?: Date | undefined;
136
+ OptimizingTime?: Date | undefined;
137
+ EnabledTime?: Date | undefined;
138
+ DisablingTime?: Date | undefined;
139
+ DisabledTime?: Date | undefined;
140
+ }
141
+ export interface EnableFastSnapshotRestoreStateError {
142
+ Code?: string | undefined;
143
+ Message?: string | undefined;
144
+ }
145
+ export interface EnableFastSnapshotRestoreStateErrorItem {
146
+ AvailabilityZone?: string | undefined;
147
+ Error?: EnableFastSnapshotRestoreStateError | undefined;
148
+ }
149
+ export interface EnableFastSnapshotRestoreErrorItem {
150
+ SnapshotId?: string | undefined;
151
+ FastSnapshotRestoreStateErrors?:
152
+ | EnableFastSnapshotRestoreStateErrorItem[]
153
+ | undefined;
154
+ }
155
+ export interface EnableFastSnapshotRestoresResult {
156
+ Successful?: EnableFastSnapshotRestoreSuccessItem[] | undefined;
157
+ Unsuccessful?: EnableFastSnapshotRestoreErrorItem[] | undefined;
158
+ }
159
+ export interface EnableImageRequest {
160
+ ImageId: string | undefined;
161
+ DryRun?: boolean | undefined;
162
+ }
163
+ export interface EnableImageResult {
164
+ Return?: boolean | undefined;
165
+ }
166
+ export declare const ImageBlockPublicAccessEnabledState: {
167
+ readonly block_new_sharing: "block-new-sharing";
168
+ };
169
+ export type ImageBlockPublicAccessEnabledState =
170
+ (typeof ImageBlockPublicAccessEnabledState)[keyof typeof ImageBlockPublicAccessEnabledState];
171
+ export interface EnableImageBlockPublicAccessRequest {
172
+ ImageBlockPublicAccessState: ImageBlockPublicAccessEnabledState | undefined;
173
+ DryRun?: boolean | undefined;
174
+ }
175
+ export interface EnableImageBlockPublicAccessResult {
176
+ ImageBlockPublicAccessState?: ImageBlockPublicAccessEnabledState | undefined;
177
+ }
178
+ export interface EnableImageDeprecationRequest {
179
+ ImageId: string | undefined;
180
+ DeprecateAt: Date | undefined;
181
+ DryRun?: boolean | undefined;
182
+ }
183
+ export interface EnableImageDeprecationResult {
184
+ Return?: boolean | undefined;
185
+ }
186
+ export interface EnableImageDeregistrationProtectionRequest {
187
+ ImageId: string | undefined;
188
+ WithCooldown?: boolean | undefined;
189
+ DryRun?: boolean | undefined;
190
+ }
191
+ export interface EnableImageDeregistrationProtectionResult {
192
+ Return?: string | undefined;
193
+ }
194
+ export interface EnableIpamOrganizationAdminAccountRequest {
195
+ DryRun?: boolean | undefined;
196
+ DelegatedAdminAccountId: string | undefined;
197
+ }
198
+ export interface EnableIpamOrganizationAdminAccountResult {
199
+ Success?: boolean | undefined;
200
+ }
201
+ export interface EnableReachabilityAnalyzerOrganizationSharingRequest {
202
+ DryRun?: boolean | undefined;
203
+ }
204
+ export interface EnableReachabilityAnalyzerOrganizationSharingResult {
205
+ ReturnValue?: boolean | undefined;
206
+ }
207
+ export interface EnableSerialConsoleAccessRequest {
208
+ DryRun?: boolean | undefined;
209
+ }
210
+ export interface EnableSerialConsoleAccessResult {
211
+ SerialConsoleAccessEnabled?: boolean | undefined;
212
+ }
213
+ export interface EnableSnapshotBlockPublicAccessRequest {
214
+ State: SnapshotBlockPublicAccessState | undefined;
215
+ DryRun?: boolean | undefined;
216
+ }
217
+ export interface EnableSnapshotBlockPublicAccessResult {
218
+ State?: SnapshotBlockPublicAccessState | undefined;
219
+ }
220
+ export interface EnableTransitGatewayRouteTablePropagationRequest {
221
+ TransitGatewayRouteTableId: string | undefined;
222
+ TransitGatewayAttachmentId?: string | undefined;
223
+ DryRun?: boolean | undefined;
224
+ TransitGatewayRouteTableAnnouncementId?: string | undefined;
225
+ }
226
+ export interface EnableTransitGatewayRouteTablePropagationResult {
227
+ Propagation?: TransitGatewayPropagation | undefined;
228
+ }
109
229
  export interface EnableVgwRoutePropagationRequest {
110
230
  GatewayId: string | undefined;
111
231
  RouteTableId: string | undefined;
@@ -188,6 +308,52 @@ export interface ExportTransitGatewayRoutesRequest {
188
308
  export interface ExportTransitGatewayRoutesResult {
189
309
  S3Location?: string | undefined;
190
310
  }
311
+ export interface ExportVerifiedAccessInstanceClientConfigurationRequest {
312
+ VerifiedAccessInstanceId: string | undefined;
313
+ DryRun?: boolean | undefined;
314
+ }
315
+ export interface VerifiedAccessInstanceOpenVpnClientConfigurationRoute {
316
+ Cidr?: string | undefined;
317
+ }
318
+ export interface VerifiedAccessInstanceOpenVpnClientConfiguration {
319
+ Config?: string | undefined;
320
+ Routes?: VerifiedAccessInstanceOpenVpnClientConfigurationRoute[] | undefined;
321
+ }
322
+ export interface VerifiedAccessInstanceUserTrustProviderClientConfiguration {
323
+ Type?: UserTrustProviderType | undefined;
324
+ Scopes?: string | undefined;
325
+ Issuer?: string | undefined;
326
+ AuthorizationEndpoint?: string | undefined;
327
+ PublicSigningKeyEndpoint?: string | undefined;
328
+ TokenEndpoint?: string | undefined;
329
+ UserInfoEndpoint?: string | undefined;
330
+ ClientId?: string | undefined;
331
+ ClientSecret?: string | undefined;
332
+ PkceEnabled?: boolean | undefined;
333
+ }
334
+ export interface ExportVerifiedAccessInstanceClientConfigurationResult {
335
+ Version?: string | undefined;
336
+ VerifiedAccessInstanceId?: string | undefined;
337
+ Region?: string | undefined;
338
+ DeviceTrustProviders?: DeviceTrustProviderType[] | undefined;
339
+ UserTrustProvider?:
340
+ | VerifiedAccessInstanceUserTrustProviderClientConfiguration
341
+ | undefined;
342
+ OpenVpnConfigurations?:
343
+ | VerifiedAccessInstanceOpenVpnClientConfiguration[]
344
+ | undefined;
345
+ }
346
+ export interface GetAllowedImagesSettingsRequest {
347
+ DryRun?: boolean | undefined;
348
+ }
349
+ export interface ImageCriterion {
350
+ ImageProviders?: string[] | undefined;
351
+ }
352
+ export interface GetAllowedImagesSettingsResult {
353
+ State?: string | undefined;
354
+ ImageCriteria?: ImageCriterion[] | undefined;
355
+ ManagedBy?: ManagedBy | undefined;
356
+ }
191
357
  export interface GetAssociatedEnclaveCertificateIamRolesRequest {
192
358
  CertificateArn: string | undefined;
193
359
  DryRun?: boolean | undefined;
@@ -307,6 +473,33 @@ export interface GetConsoleScreenshotResult {
307
473
  ImageData?: string | undefined;
308
474
  InstanceId?: string | undefined;
309
475
  }
476
+ export interface GetDeclarativePoliciesReportSummaryRequest {
477
+ DryRun?: boolean | undefined;
478
+ ReportId: string | undefined;
479
+ }
480
+ export interface RegionalSummary {
481
+ RegionName?: string | undefined;
482
+ NumberOfMatchedAccounts?: number | undefined;
483
+ NumberOfUnmatchedAccounts?: number | undefined;
484
+ }
485
+ export interface AttributeSummary {
486
+ AttributeName?: string | undefined;
487
+ MostFrequentValue?: string | undefined;
488
+ NumberOfMatchedAccounts?: number | undefined;
489
+ NumberOfUnmatchedAccounts?: number | undefined;
490
+ RegionalSummaries?: RegionalSummary[] | undefined;
491
+ }
492
+ export interface GetDeclarativePoliciesReportSummaryResult {
493
+ ReportId?: string | undefined;
494
+ S3Bucket?: string | undefined;
495
+ S3Prefix?: string | undefined;
496
+ TargetId?: string | undefined;
497
+ StartTime?: Date | undefined;
498
+ EndTime?: Date | undefined;
499
+ NumberOfAccounts?: number | undefined;
500
+ NumberOfFailedAccounts?: number | undefined;
501
+ AttributeSummaries?: AttributeSummary[] | undefined;
502
+ }
310
503
  export declare const UnlimitedSupportedInstanceFamily: {
311
504
  readonly t2: "t2";
312
505
  readonly t3: "t3";
@@ -406,6 +599,7 @@ export interface GetImageBlockPublicAccessStateRequest {
406
599
  }
407
600
  export interface GetImageBlockPublicAccessStateResult {
408
601
  ImageBlockPublicAccessState?: string | undefined;
602
+ ManagedBy?: ManagedBy | undefined;
409
603
  }
410
604
  export interface GetInstanceMetadataDefaultsRequest {
411
605
  DryRun?: boolean | undefined;
@@ -415,6 +609,8 @@ export interface InstanceMetadataDefaultsResponse {
415
609
  HttpPutResponseHopLimit?: number | undefined;
416
610
  HttpEndpoint?: InstanceMetadataEndpointState | undefined;
417
611
  InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
612
+ ManagedBy?: ManagedBy | undefined;
613
+ ManagedExceptionMessage?: string | undefined;
418
614
  }
419
615
  export interface GetInstanceMetadataDefaultsResult {
420
616
  AccountLevel?: InstanceMetadataDefaultsResponse | undefined;
@@ -861,12 +1057,14 @@ export interface GetSerialConsoleAccessStatusRequest {
861
1057
  }
862
1058
  export interface GetSerialConsoleAccessStatusResult {
863
1059
  SerialConsoleAccessEnabled?: boolean | undefined;
1060
+ ManagedBy?: ManagedBy | undefined;
864
1061
  }
865
1062
  export interface GetSnapshotBlockPublicAccessStateRequest {
866
1063
  DryRun?: boolean | undefined;
867
1064
  }
868
1065
  export interface GetSnapshotBlockPublicAccessStateResult {
869
1066
  State?: SnapshotBlockPublicAccessState | undefined;
1067
+ ManagedBy?: ManagedBy | undefined;
870
1068
  }
871
1069
  export interface InstanceRequirementsWithMetadataRequest {
872
1070
  ArchitectureTypes?: ArchitectureType[] | undefined;
@@ -1042,6 +1240,21 @@ export interface GetVerifiedAccessEndpointPolicyResult {
1042
1240
  PolicyEnabled?: boolean | undefined;
1043
1241
  PolicyDocument?: string | undefined;
1044
1242
  }
1243
+ export interface GetVerifiedAccessEndpointTargetsRequest {
1244
+ VerifiedAccessEndpointId: string | undefined;
1245
+ MaxResults?: number | undefined;
1246
+ NextToken?: string | undefined;
1247
+ DryRun?: boolean | undefined;
1248
+ }
1249
+ export interface VerifiedAccessEndpointTarget {
1250
+ VerifiedAccessEndpointId?: string | undefined;
1251
+ VerifiedAccessEndpointTargetIpAddress?: string | undefined;
1252
+ VerifiedAccessEndpointTargetDns?: string | undefined;
1253
+ }
1254
+ export interface GetVerifiedAccessEndpointTargetsResult {
1255
+ VerifiedAccessEndpointTargets?: VerifiedAccessEndpointTarget[] | undefined;
1256
+ NextToken?: string | undefined;
1257
+ }
1045
1258
  export interface GetVerifiedAccessGroupPolicyRequest {
1046
1259
  VerifiedAccessGroupId: string | undefined;
1047
1260
  DryRun?: boolean | undefined;
@@ -1608,262 +1821,12 @@ export declare const DefaultInstanceMetadataTagsState: {
1608
1821
  };
1609
1822
  export type DefaultInstanceMetadataTagsState =
1610
1823
  (typeof DefaultInstanceMetadataTagsState)[keyof typeof DefaultInstanceMetadataTagsState];
1611
- export interface ModifyInstanceMetadataDefaultsRequest {
1612
- HttpTokens?: MetadataDefaultHttpTokensState | undefined;
1613
- HttpPutResponseHopLimit?: number | undefined;
1614
- HttpEndpoint?: DefaultInstanceMetadataEndpointState | undefined;
1615
- InstanceMetadataTags?: DefaultInstanceMetadataTagsState | undefined;
1616
- DryRun?: boolean | undefined;
1617
- }
1618
- export interface ModifyInstanceMetadataDefaultsResult {
1619
- Return?: boolean | undefined;
1620
- }
1621
- export interface ModifyInstanceMetadataOptionsRequest {
1622
- InstanceId: string | undefined;
1623
- HttpTokens?: HttpTokensState | undefined;
1624
- HttpPutResponseHopLimit?: number | undefined;
1625
- HttpEndpoint?: InstanceMetadataEndpointState | undefined;
1626
- DryRun?: boolean | undefined;
1627
- HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
1628
- InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
1629
- }
1630
- export interface ModifyInstanceMetadataOptionsResult {
1631
- InstanceId?: string | undefined;
1632
- InstanceMetadataOptions?: InstanceMetadataOptionsResponse | undefined;
1633
- }
1634
- export declare const HostTenancy: {
1635
- readonly dedicated: "dedicated";
1636
- readonly default: "default";
1637
- readonly host: "host";
1638
- };
1639
- export type HostTenancy = (typeof HostTenancy)[keyof typeof HostTenancy];
1640
- export interface ModifyInstancePlacementRequest {
1641
- GroupName?: string | undefined;
1642
- PartitionNumber?: number | undefined;
1643
- HostResourceGroupArn?: string | undefined;
1644
- GroupId?: string | undefined;
1645
- InstanceId: string | undefined;
1646
- Tenancy?: HostTenancy | undefined;
1647
- Affinity?: Affinity | undefined;
1648
- HostId?: string | undefined;
1649
- }
1650
- export interface ModifyInstancePlacementResult {
1651
- Return?: boolean | undefined;
1652
- }
1653
- export interface RemoveIpamOperatingRegion {
1654
- RegionName?: string | undefined;
1655
- }
1656
- export interface ModifyIpamRequest {
1657
- DryRun?: boolean | undefined;
1658
- IpamId: string | undefined;
1659
- Description?: string | undefined;
1660
- AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
1661
- RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
1662
- Tier?: IpamTier | undefined;
1663
- EnablePrivateGua?: boolean | undefined;
1664
- }
1665
- export interface ModifyIpamResult {
1666
- Ipam?: Ipam | undefined;
1667
- }
1668
- export interface ModifyIpamPoolRequest {
1669
- DryRun?: boolean | undefined;
1670
- IpamPoolId: string | undefined;
1671
- Description?: string | undefined;
1672
- AutoImport?: boolean | undefined;
1673
- AllocationMinNetmaskLength?: number | undefined;
1674
- AllocationMaxNetmaskLength?: number | undefined;
1675
- AllocationDefaultNetmaskLength?: number | undefined;
1676
- ClearAllocationDefaultNetmaskLength?: boolean | undefined;
1677
- AddAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
1678
- RemoveAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
1679
- }
1680
- export interface ModifyIpamPoolResult {
1681
- IpamPool?: IpamPool | undefined;
1682
- }
1683
- export interface ModifyIpamResourceCidrRequest {
1684
- DryRun?: boolean | undefined;
1685
- ResourceId: string | undefined;
1686
- ResourceCidr: string | undefined;
1687
- ResourceRegion: string | undefined;
1688
- CurrentIpamScopeId: string | undefined;
1689
- DestinationIpamScopeId?: string | undefined;
1690
- Monitored: boolean | undefined;
1691
- }
1692
- export interface ModifyIpamResourceCidrResult {
1693
- IpamResourceCidr?: IpamResourceCidr | undefined;
1694
- }
1695
- export interface RemoveIpamOrganizationalUnitExclusion {
1696
- OrganizationsEntityPath?: string | undefined;
1697
- }
1698
- export interface ModifyIpamResourceDiscoveryRequest {
1699
- DryRun?: boolean | undefined;
1700
- IpamResourceDiscoveryId: string | undefined;
1701
- Description?: string | undefined;
1702
- AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
1703
- RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
1704
- AddOrganizationalUnitExclusions?:
1705
- | AddIpamOrganizationalUnitExclusion[]
1706
- | undefined;
1707
- RemoveOrganizationalUnitExclusions?:
1708
- | RemoveIpamOrganizationalUnitExclusion[]
1709
- | undefined;
1710
- }
1711
- export interface ModifyIpamResourceDiscoveryResult {
1712
- IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
1713
- }
1714
- export interface ModifyIpamScopeRequest {
1715
- DryRun?: boolean | undefined;
1716
- IpamScopeId: string | undefined;
1717
- Description?: string | undefined;
1718
- }
1719
- export interface ModifyIpamScopeResult {
1720
- IpamScope?: IpamScope | undefined;
1721
- }
1722
- export interface ModifyLaunchTemplateRequest {
1723
- DryRun?: boolean | undefined;
1724
- ClientToken?: string | undefined;
1725
- LaunchTemplateId?: string | undefined;
1726
- LaunchTemplateName?: string | undefined;
1727
- DefaultVersion?: string | undefined;
1728
- }
1729
- export interface ModifyLaunchTemplateResult {
1730
- LaunchTemplate?: LaunchTemplate | undefined;
1731
- }
1732
- export interface ModifyLocalGatewayRouteRequest {
1733
- DestinationCidrBlock?: string | undefined;
1734
- LocalGatewayRouteTableId: string | undefined;
1735
- LocalGatewayVirtualInterfaceGroupId?: string | undefined;
1736
- NetworkInterfaceId?: string | undefined;
1737
- DryRun?: boolean | undefined;
1738
- DestinationPrefixListId?: string | undefined;
1739
- }
1740
- export interface ModifyLocalGatewayRouteResult {
1741
- Route?: LocalGatewayRoute | undefined;
1742
- }
1743
- export interface RemovePrefixListEntry {
1744
- Cidr: string | undefined;
1745
- }
1746
- export interface ModifyManagedPrefixListRequest {
1747
- DryRun?: boolean | undefined;
1748
- PrefixListId: string | undefined;
1749
- CurrentVersion?: number | undefined;
1750
- PrefixListName?: string | undefined;
1751
- AddEntries?: AddPrefixListEntry[] | undefined;
1752
- RemoveEntries?: RemovePrefixListEntry[] | undefined;
1753
- MaxEntries?: number | undefined;
1754
- }
1755
- export interface ModifyManagedPrefixListResult {
1756
- PrefixList?: ManagedPrefixList | undefined;
1757
- }
1758
- export interface NetworkInterfaceAttachmentChanges {
1759
- AttachmentId?: string | undefined;
1760
- DeleteOnTermination?: boolean | undefined;
1761
- }
1762
- export interface ModifyNetworkInterfaceAttributeRequest {
1763
- EnaSrdSpecification?: EnaSrdSpecification | undefined;
1764
- EnablePrimaryIpv6?: boolean | undefined;
1765
- ConnectionTrackingSpecification?:
1766
- | ConnectionTrackingSpecificationRequest
1767
- | undefined;
1768
- AssociatePublicIpAddress?: boolean | undefined;
1769
- DryRun?: boolean | undefined;
1770
- NetworkInterfaceId: string | undefined;
1771
- Description?: AttributeValue | undefined;
1772
- SourceDestCheck?: AttributeBooleanValue | undefined;
1773
- Groups?: string[] | undefined;
1774
- Attachment?: NetworkInterfaceAttachmentChanges | undefined;
1775
- }
1776
- export interface ModifyPrivateDnsNameOptionsRequest {
1777
- DryRun?: boolean | undefined;
1778
- InstanceId: string | undefined;
1779
- PrivateDnsHostnameType?: HostnameType | undefined;
1780
- EnableResourceNameDnsARecord?: boolean | undefined;
1781
- EnableResourceNameDnsAAAARecord?: boolean | undefined;
1782
- }
1783
- export interface ModifyPrivateDnsNameOptionsResult {
1784
- Return?: boolean | undefined;
1785
- }
1786
- export interface ModifyReservedInstancesRequest {
1787
- ReservedInstancesIds: string[] | undefined;
1788
- ClientToken?: string | undefined;
1789
- TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
1790
- }
1791
- export interface ModifyReservedInstancesResult {
1792
- ReservedInstancesModificationId?: string | undefined;
1793
- }
1794
- export interface SecurityGroupRuleRequest {
1795
- IpProtocol?: string | undefined;
1796
- FromPort?: number | undefined;
1797
- ToPort?: number | undefined;
1798
- CidrIpv4?: string | undefined;
1799
- CidrIpv6?: string | undefined;
1800
- PrefixListId?: string | undefined;
1801
- ReferencedGroupId?: string | undefined;
1802
- Description?: string | undefined;
1803
- }
1804
- export interface SecurityGroupRuleUpdate {
1805
- SecurityGroupRuleId: string | undefined;
1806
- SecurityGroupRule?: SecurityGroupRuleRequest | undefined;
1807
- }
1808
- export interface ModifySecurityGroupRulesRequest {
1809
- GroupId: string | undefined;
1810
- SecurityGroupRules: SecurityGroupRuleUpdate[] | undefined;
1811
- DryRun?: boolean | undefined;
1812
- }
1813
- export interface ModifySecurityGroupRulesResult {
1814
- Return?: boolean | undefined;
1815
- }
1816
- export interface CreateVolumePermissionModifications {
1817
- Add?: CreateVolumePermission[] | undefined;
1818
- Remove?: CreateVolumePermission[] | undefined;
1819
- }
1820
- export interface ModifySnapshotAttributeRequest {
1821
- Attribute?: SnapshotAttributeName | undefined;
1822
- CreateVolumePermission?: CreateVolumePermissionModifications | undefined;
1823
- GroupNames?: string[] | undefined;
1824
- OperationType?: OperationType | undefined;
1825
- SnapshotId: string | undefined;
1826
- UserIds?: string[] | undefined;
1827
- DryRun?: boolean | undefined;
1828
- }
1829
- export declare const TargetStorageTier: {
1830
- readonly archive: "archive";
1831
- };
1832
- export type TargetStorageTier =
1833
- (typeof TargetStorageTier)[keyof typeof TargetStorageTier];
1834
- export interface ModifySnapshotTierRequest {
1835
- SnapshotId: string | undefined;
1836
- StorageTier?: TargetStorageTier | undefined;
1837
- DryRun?: boolean | undefined;
1838
- }
1839
- export interface ModifySnapshotTierResult {
1840
- SnapshotId?: string | undefined;
1841
- TieringStartTime?: Date | undefined;
1842
- }
1843
- export interface ModifySpotFleetRequestRequest {
1844
- LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
1845
- OnDemandTargetCapacity?: number | undefined;
1846
- Context?: string | undefined;
1847
- SpotFleetRequestId: string | undefined;
1848
- TargetCapacity?: number | undefined;
1849
- ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
1850
- }
1851
- export interface ModifySpotFleetRequestResponse {
1852
- Return?: boolean | undefined;
1853
- }
1854
- export interface ModifySubnetAttributeRequest {
1855
- AssignIpv6AddressOnCreation?: AttributeBooleanValue | undefined;
1856
- MapPublicIpOnLaunch?: AttributeBooleanValue | undefined;
1857
- SubnetId: string | undefined;
1858
- MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue | undefined;
1859
- CustomerOwnedIpv4Pool?: string | undefined;
1860
- EnableDns64?: AttributeBooleanValue | undefined;
1861
- PrivateDnsHostnameTypeOnLaunch?: HostnameType | undefined;
1862
- EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue | undefined;
1863
- EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue | undefined;
1864
- EnableLniAtDeviceIndex?: number | undefined;
1865
- DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
1866
- }
1824
+ export declare const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog: (
1825
+ obj: VerifiedAccessInstanceUserTrustProviderClientConfiguration
1826
+ ) => any;
1827
+ export declare const ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog: (
1828
+ obj: ExportVerifiedAccessInstanceClientConfigurationResult
1829
+ ) => any;
1867
1830
  export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
1868
1831
  obj: GetInstanceTpmEkPubResult
1869
1832
  ) => any;