@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,6 +1,7 @@
1
1
  import {
2
2
  AccessScopePath,
3
3
  AccessScopePathRequest,
4
+ AddPrefixListEntry,
4
5
  ApplianceModeSupportValue,
5
6
  AttachmentStatus,
6
7
  CurrencyCodeValues,
@@ -33,25 +34,99 @@ import {
33
34
  import {
34
35
  CarrierGateway,
35
36
  ClientVpnEndpointStatus,
36
- ClientVpnRouteStatus,
37
- CoipCidr,
38
- CoipPool,
39
37
  ConnectionTrackingSpecificationRequest,
40
- ConnectivityType,
41
38
  GatewayType,
42
39
  InstanceIpv6Address,
43
40
  Ipv4PrefixSpecificationRequest,
44
41
  Ipv6PrefixSpecificationRequest,
45
- NatGatewayState,
42
+ LocalGatewayRouteTableVpcAssociation,
46
43
  OperatorRequest,
47
44
  OperatorResponse,
48
45
  PrivateIpAddressSpecification,
49
- ProvisionedBandwidth,
50
46
  Subnet,
51
47
  Tenancy,
52
48
  VolumeType,
53
49
  Vpc,
54
50
  } from "./models_1";
51
+ export interface CreateLocalGatewayRouteTableVpcAssociationResult {
52
+ LocalGatewayRouteTableVpcAssociation?:
53
+ | LocalGatewayRouteTableVpcAssociation
54
+ | undefined;
55
+ }
56
+ export interface CreateManagedPrefixListRequest {
57
+ DryRun?: boolean | undefined;
58
+ PrefixListName: string | undefined;
59
+ Entries?: AddPrefixListEntry[] | undefined;
60
+ MaxEntries: number | undefined;
61
+ TagSpecifications?: TagSpecification[] | undefined;
62
+ AddressFamily: string | undefined;
63
+ ClientToken?: string | undefined;
64
+ }
65
+ export declare const PrefixListState: {
66
+ readonly create_complete: "create-complete";
67
+ readonly create_failed: "create-failed";
68
+ readonly create_in_progress: "create-in-progress";
69
+ readonly delete_complete: "delete-complete";
70
+ readonly delete_failed: "delete-failed";
71
+ readonly delete_in_progress: "delete-in-progress";
72
+ readonly modify_complete: "modify-complete";
73
+ readonly modify_failed: "modify-failed";
74
+ readonly modify_in_progress: "modify-in-progress";
75
+ readonly restore_complete: "restore-complete";
76
+ readonly restore_failed: "restore-failed";
77
+ readonly restore_in_progress: "restore-in-progress";
78
+ };
79
+ export type PrefixListState =
80
+ (typeof PrefixListState)[keyof typeof PrefixListState];
81
+ export interface ManagedPrefixList {
82
+ PrefixListId?: string | undefined;
83
+ AddressFamily?: string | undefined;
84
+ State?: PrefixListState | undefined;
85
+ StateMessage?: string | undefined;
86
+ PrefixListArn?: string | undefined;
87
+ PrefixListName?: string | undefined;
88
+ MaxEntries?: number | undefined;
89
+ Version?: number | undefined;
90
+ Tags?: Tag[] | undefined;
91
+ OwnerId?: string | undefined;
92
+ }
93
+ export interface CreateManagedPrefixListResult {
94
+ PrefixList?: ManagedPrefixList | undefined;
95
+ }
96
+ export declare const ConnectivityType: {
97
+ readonly PRIVATE: "private";
98
+ readonly PUBLIC: "public";
99
+ };
100
+ export type ConnectivityType =
101
+ (typeof ConnectivityType)[keyof typeof ConnectivityType];
102
+ export interface CreateNatGatewayRequest {
103
+ AllocationId?: string | undefined;
104
+ ClientToken?: string | undefined;
105
+ DryRun?: boolean | undefined;
106
+ SubnetId: string | undefined;
107
+ TagSpecifications?: TagSpecification[] | undefined;
108
+ ConnectivityType?: ConnectivityType | undefined;
109
+ PrivateIpAddress?: string | undefined;
110
+ SecondaryAllocationIds?: string[] | undefined;
111
+ SecondaryPrivateIpAddresses?: string[] | undefined;
112
+ SecondaryPrivateIpAddressCount?: number | undefined;
113
+ }
114
+ export interface ProvisionedBandwidth {
115
+ ProvisionTime?: Date | undefined;
116
+ Provisioned?: string | undefined;
117
+ RequestTime?: Date | undefined;
118
+ Requested?: string | undefined;
119
+ Status?: string | undefined;
120
+ }
121
+ export declare const NatGatewayState: {
122
+ readonly AVAILABLE: "available";
123
+ readonly DELETED: "deleted";
124
+ readonly DELETING: "deleting";
125
+ readonly FAILED: "failed";
126
+ readonly PENDING: "pending";
127
+ };
128
+ export type NatGatewayState =
129
+ (typeof NatGatewayState)[keyof typeof NatGatewayState];
55
130
  export interface NatGateway {
56
131
  CreateTime?: Date | undefined;
57
132
  DeleteTime?: Date | undefined;
@@ -1310,28 +1385,52 @@ export declare const VerifiedAccessEndpointAttachmentType: {
1310
1385
  };
1311
1386
  export type VerifiedAccessEndpointAttachmentType =
1312
1387
  (typeof VerifiedAccessEndpointAttachmentType)[keyof typeof VerifiedAccessEndpointAttachmentType];
1313
- export declare const VerifiedAccessEndpointType: {
1314
- readonly load_balancer: "load-balancer";
1315
- readonly network_interface: "network-interface";
1316
- };
1317
- export type VerifiedAccessEndpointType =
1318
- (typeof VerifiedAccessEndpointType)[keyof typeof VerifiedAccessEndpointType];
1388
+ export interface CreateVerifiedAccessEndpointPortRange {
1389
+ FromPort?: number | undefined;
1390
+ ToPort?: number | undefined;
1391
+ }
1319
1392
  export declare const VerifiedAccessEndpointProtocol: {
1320
1393
  readonly http: "http";
1321
1394
  readonly https: "https";
1395
+ readonly tcp: "tcp";
1322
1396
  };
1323
1397
  export type VerifiedAccessEndpointProtocol =
1324
1398
  (typeof VerifiedAccessEndpointProtocol)[keyof typeof VerifiedAccessEndpointProtocol];
1399
+ export interface CreateVerifiedAccessEndpointCidrOptions {
1400
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
1401
+ SubnetIds?: string[] | undefined;
1402
+ Cidr?: string | undefined;
1403
+ PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
1404
+ }
1405
+ export declare const VerifiedAccessEndpointType: {
1406
+ readonly cidr: "cidr";
1407
+ readonly load_balancer: "load-balancer";
1408
+ readonly network_interface: "network-interface";
1409
+ readonly rds: "rds";
1410
+ };
1411
+ export type VerifiedAccessEndpointType =
1412
+ (typeof VerifiedAccessEndpointType)[keyof typeof VerifiedAccessEndpointType];
1325
1413
  export interface CreateVerifiedAccessEndpointLoadBalancerOptions {
1326
1414
  Protocol?: VerifiedAccessEndpointProtocol | undefined;
1327
1415
  Port?: number | undefined;
1328
1416
  LoadBalancerArn?: string | undefined;
1329
1417
  SubnetIds?: string[] | undefined;
1418
+ PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
1330
1419
  }
1331
1420
  export interface CreateVerifiedAccessEndpointEniOptions {
1332
1421
  NetworkInterfaceId?: string | undefined;
1333
1422
  Protocol?: VerifiedAccessEndpointProtocol | undefined;
1334
1423
  Port?: number | undefined;
1424
+ PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
1425
+ }
1426
+ export interface CreateVerifiedAccessEndpointRdsOptions {
1427
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
1428
+ Port?: number | undefined;
1429
+ RdsDbInstanceArn?: string | undefined;
1430
+ RdsDbClusterArn?: string | undefined;
1431
+ RdsDbProxyArn?: string | undefined;
1432
+ RdsEndpoint?: string | undefined;
1433
+ SubnetIds?: string[] | undefined;
1335
1434
  }
1336
1435
  export interface VerifiedAccessSseSpecificationRequest {
1337
1436
  CustomerManagedKeyEnabled?: boolean | undefined;
@@ -1341,9 +1440,9 @@ export interface CreateVerifiedAccessEndpointRequest {
1341
1440
  VerifiedAccessGroupId: string | undefined;
1342
1441
  EndpointType: VerifiedAccessEndpointType | undefined;
1343
1442
  AttachmentType: VerifiedAccessEndpointAttachmentType | undefined;
1344
- DomainCertificateArn: string | undefined;
1345
- ApplicationDomain: string | undefined;
1346
- EndpointDomainPrefix: string | undefined;
1443
+ DomainCertificateArn?: string | undefined;
1444
+ ApplicationDomain?: string | undefined;
1445
+ EndpointDomainPrefix?: string | undefined;
1347
1446
  SecurityGroupIds?: string[] | undefined;
1348
1447
  LoadBalancerOptions?:
1349
1448
  | CreateVerifiedAccessEndpointLoadBalancerOptions
@@ -1355,17 +1454,40 @@ export interface CreateVerifiedAccessEndpointRequest {
1355
1454
  ClientToken?: string | undefined;
1356
1455
  DryRun?: boolean | undefined;
1357
1456
  SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
1457
+ RdsOptions?: CreateVerifiedAccessEndpointRdsOptions | undefined;
1458
+ CidrOptions?: CreateVerifiedAccessEndpointCidrOptions | undefined;
1459
+ }
1460
+ export interface VerifiedAccessEndpointPortRange {
1461
+ FromPort?: number | undefined;
1462
+ ToPort?: number | undefined;
1463
+ }
1464
+ export interface VerifiedAccessEndpointCidrOptions {
1465
+ Cidr?: string | undefined;
1466
+ PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
1467
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
1468
+ SubnetIds?: string[] | undefined;
1358
1469
  }
1359
1470
  export interface VerifiedAccessEndpointLoadBalancerOptions {
1360
1471
  Protocol?: VerifiedAccessEndpointProtocol | undefined;
1361
1472
  Port?: number | undefined;
1362
1473
  LoadBalancerArn?: string | undefined;
1363
1474
  SubnetIds?: string[] | undefined;
1475
+ PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
1364
1476
  }
1365
1477
  export interface VerifiedAccessEndpointEniOptions {
1366
1478
  NetworkInterfaceId?: string | undefined;
1367
1479
  Protocol?: VerifiedAccessEndpointProtocol | undefined;
1368
1480
  Port?: number | undefined;
1481
+ PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
1482
+ }
1483
+ export interface VerifiedAccessEndpointRdsOptions {
1484
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
1485
+ Port?: number | undefined;
1486
+ RdsDbInstanceArn?: string | undefined;
1487
+ RdsDbClusterArn?: string | undefined;
1488
+ RdsDbProxyArn?: string | undefined;
1489
+ RdsEndpoint?: string | undefined;
1490
+ SubnetIds?: string[] | undefined;
1369
1491
  }
1370
1492
  export declare const VerifiedAccessEndpointStatusCode: {
1371
1493
  readonly active: "active";
@@ -1400,6 +1522,8 @@ export interface VerifiedAccessEndpoint {
1400
1522
  DeletionTime?: string | undefined;
1401
1523
  Tags?: Tag[] | undefined;
1402
1524
  SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
1525
+ RdsOptions?: VerifiedAccessEndpointRdsOptions | undefined;
1526
+ CidrOptions?: VerifiedAccessEndpointCidrOptions | undefined;
1403
1527
  }
1404
1528
  export interface CreateVerifiedAccessEndpointResult {
1405
1529
  VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
@@ -1434,6 +1558,7 @@ export interface CreateVerifiedAccessInstanceRequest {
1434
1558
  ClientToken?: string | undefined;
1435
1559
  DryRun?: boolean | undefined;
1436
1560
  FIPSEnabled?: boolean | undefined;
1561
+ CidrEndpointsCustomSubDomain?: string | undefined;
1437
1562
  }
1438
1563
  export interface CreateVerifiedAccessInstanceResult {
1439
1564
  VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
@@ -1442,6 +1567,16 @@ export interface CreateVerifiedAccessTrustProviderDeviceOptions {
1442
1567
  TenantId?: string | undefined;
1443
1568
  PublicSigningKeyUrl?: string | undefined;
1444
1569
  }
1570
+ export interface CreateVerifiedAccessNativeApplicationOidcOptions {
1571
+ PublicSigningKeyEndpoint?: string | undefined;
1572
+ Issuer?: string | undefined;
1573
+ AuthorizationEndpoint?: string | undefined;
1574
+ TokenEndpoint?: string | undefined;
1575
+ UserInfoEndpoint?: string | undefined;
1576
+ ClientId?: string | undefined;
1577
+ ClientSecret?: string | undefined;
1578
+ Scope?: string | undefined;
1579
+ }
1445
1580
  export interface CreateVerifiedAccessTrustProviderOidcOptions {
1446
1581
  Issuer?: string | undefined;
1447
1582
  AuthorizationEndpoint?: string | undefined;
@@ -1463,6 +1598,9 @@ export interface CreateVerifiedAccessTrustProviderRequest {
1463
1598
  ClientToken?: string | undefined;
1464
1599
  DryRun?: boolean | undefined;
1465
1600
  SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
1601
+ NativeApplicationOidcOptions?:
1602
+ | CreateVerifiedAccessNativeApplicationOidcOptions
1603
+ | undefined;
1466
1604
  }
1467
1605
  export interface CreateVerifiedAccessTrustProviderResult {
1468
1606
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
@@ -1597,6 +1735,8 @@ export declare const VpcEndpointType: {
1597
1735
  readonly Gateway: "Gateway";
1598
1736
  readonly GatewayLoadBalancer: "GatewayLoadBalancer";
1599
1737
  readonly Interface: "Interface";
1738
+ readonly Resource: "Resource";
1739
+ readonly ServiceNetwork: "ServiceNetwork";
1600
1740
  };
1601
1741
  export type VpcEndpointType =
1602
1742
  (typeof VpcEndpointType)[keyof typeof VpcEndpointType];
@@ -1604,7 +1744,7 @@ export interface CreateVpcEndpointRequest {
1604
1744
  DryRun?: boolean | undefined;
1605
1745
  VpcEndpointType?: VpcEndpointType | undefined;
1606
1746
  VpcId: string | undefined;
1607
- ServiceName: string | undefined;
1747
+ ServiceName?: string | undefined;
1608
1748
  PolicyDocument?: string | undefined;
1609
1749
  RouteTableIds?: string[] | undefined;
1610
1750
  SubnetIds?: string[] | undefined;
@@ -1615,6 +1755,8 @@ export interface CreateVpcEndpointRequest {
1615
1755
  PrivateDnsEnabled?: boolean | undefined;
1616
1756
  TagSpecifications?: TagSpecification[] | undefined;
1617
1757
  SubnetConfigurations?: SubnetConfiguration[] | undefined;
1758
+ ServiceNetworkArn?: string | undefined;
1759
+ ResourceConfigurationArn?: string | undefined;
1618
1760
  ServiceRegion?: string | undefined;
1619
1761
  }
1620
1762
  export interface DnsEntry {
@@ -1629,6 +1771,10 @@ export interface SecurityGroupIdentifier {
1629
1771
  GroupId?: string | undefined;
1630
1772
  GroupName?: string | undefined;
1631
1773
  }
1774
+ export interface SubnetIpPrefixes {
1775
+ SubnetId?: string | undefined;
1776
+ IpPrefixes?: string[] | undefined;
1777
+ }
1632
1778
  export interface LastError {
1633
1779
  Message?: string | undefined;
1634
1780
  Code?: string | undefined;
@@ -1639,6 +1785,7 @@ export declare const State: {
1639
1785
  readonly Deleting: "Deleting";
1640
1786
  readonly Expired: "Expired";
1641
1787
  readonly Failed: "Failed";
1788
+ readonly Partial: "Partial";
1642
1789
  readonly Pending: "Pending";
1643
1790
  readonly PendingAcceptance: "PendingAcceptance";
1644
1791
  readonly Rejected: "Rejected";
@@ -1664,6 +1811,11 @@ export interface VpcEndpoint {
1664
1811
  Tags?: Tag[] | undefined;
1665
1812
  OwnerId?: string | undefined;
1666
1813
  LastError?: LastError | undefined;
1814
+ Ipv4Prefixes?: SubnetIpPrefixes[] | undefined;
1815
+ Ipv6Prefixes?: SubnetIpPrefixes[] | undefined;
1816
+ FailureReason?: string | undefined;
1817
+ ServiceNetworkArn?: string | undefined;
1818
+ ResourceConfigurationArn?: string | undefined;
1667
1819
  ServiceRegion?: string | undefined;
1668
1820
  }
1669
1821
  export interface CreateVpcEndpointResult {
@@ -2048,84 +2200,9 @@ export interface DeleteClientVpnRouteRequest {
2048
2200
  DestinationCidrBlock: string | undefined;
2049
2201
  DryRun?: boolean | undefined;
2050
2202
  }
2051
- export interface DeleteClientVpnRouteResult {
2052
- Status?: ClientVpnRouteStatus | undefined;
2053
- }
2054
- export interface DeleteCoipCidrRequest {
2055
- Cidr: string | undefined;
2056
- CoipPoolId: string | undefined;
2057
- DryRun?: boolean | undefined;
2058
- }
2059
- export interface DeleteCoipCidrResult {
2060
- CoipCidr?: CoipCidr | undefined;
2061
- }
2062
- export interface DeleteCoipPoolRequest {
2063
- CoipPoolId: string | undefined;
2064
- DryRun?: boolean | undefined;
2065
- }
2066
- export interface DeleteCoipPoolResult {
2067
- CoipPool?: CoipPool | undefined;
2068
- }
2069
- export interface DeleteCustomerGatewayRequest {
2070
- CustomerGatewayId: string | undefined;
2071
- DryRun?: boolean | undefined;
2072
- }
2073
- export interface DeleteDhcpOptionsRequest {
2074
- DhcpOptionsId: string | undefined;
2075
- DryRun?: boolean | undefined;
2076
- }
2077
- export interface DeleteEgressOnlyInternetGatewayRequest {
2078
- DryRun?: boolean | undefined;
2079
- EgressOnlyInternetGatewayId: string | undefined;
2080
- }
2081
- export interface DeleteEgressOnlyInternetGatewayResult {
2082
- ReturnCode?: boolean | undefined;
2083
- }
2084
- export interface DeleteFleetsRequest {
2085
- DryRun?: boolean | undefined;
2086
- FleetIds: string[] | undefined;
2087
- TerminateInstances: boolean | undefined;
2088
- }
2089
- export declare const FleetStateCode: {
2090
- readonly ACTIVE: "active";
2091
- readonly DELETED: "deleted";
2092
- readonly DELETED_RUNNING: "deleted_running";
2093
- readonly DELETED_TERMINATING_INSTANCES: "deleted_terminating";
2094
- readonly FAILED: "failed";
2095
- readonly MODIFYING: "modifying";
2096
- readonly SUBMITTED: "submitted";
2097
- };
2098
- export type FleetStateCode =
2099
- (typeof FleetStateCode)[keyof typeof FleetStateCode];
2100
- export interface DeleteFleetSuccessItem {
2101
- CurrentFleetState?: FleetStateCode | undefined;
2102
- PreviousFleetState?: FleetStateCode | undefined;
2103
- FleetId?: string | undefined;
2104
- }
2105
- export declare const DeleteFleetErrorCode: {
2106
- readonly FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist";
2107
- readonly FLEET_ID_MALFORMED: "fleetIdMalformed";
2108
- readonly FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState";
2109
- readonly UNEXPECTED_ERROR: "unexpectedError";
2110
- };
2111
- export type DeleteFleetErrorCode =
2112
- (typeof DeleteFleetErrorCode)[keyof typeof DeleteFleetErrorCode];
2113
- export interface DeleteFleetError {
2114
- Code?: DeleteFleetErrorCode | undefined;
2115
- Message?: string | undefined;
2116
- }
2117
- export interface DeleteFleetErrorItem {
2118
- Error?: DeleteFleetError | undefined;
2119
- FleetId?: string | undefined;
2120
- }
2121
- export interface DeleteFleetsResult {
2122
- SuccessfulFleetDeletions?: DeleteFleetSuccessItem[] | undefined;
2123
- UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[] | undefined;
2124
- }
2125
- export interface DeleteFlowLogsRequest {
2126
- DryRun?: boolean | undefined;
2127
- FlowLogIds: string[] | undefined;
2128
- }
2203
+ export declare const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (
2204
+ obj: CreateVerifiedAccessNativeApplicationOidcOptions
2205
+ ) => any;
2129
2206
  export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
2130
2207
  obj: CreateVerifiedAccessTrustProviderOidcOptions
2131
2208
  ) => any;