@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,5 +1,276 @@
1
- import { AccessScopePath, AccessScopePathRequest, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
- import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, ConnectionTrackingSpecificationRequest, ConnectivityType, GatewayType, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, NatGatewayState, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ProvisionedBandwidth, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
1
+ import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
+ import { CarrierGateway, ClientVpnEndpointStatus, ConnectionTrackingSpecificationRequest, GatewayType, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LocalGatewayRouteTableVpcAssociation, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface CreateLocalGatewayRouteTableVpcAssociationResult {
7
+ /**
8
+ * <p>Information about the association.</p>
9
+ * @public
10
+ */
11
+ LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation | undefined;
12
+ }
13
+ /**
14
+ * @public
15
+ */
16
+ export interface CreateManagedPrefixListRequest {
17
+ /**
18
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
19
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
20
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
21
+ * @public
22
+ */
23
+ DryRun?: boolean | undefined;
24
+ /**
25
+ * <p>A name for the prefix list.</p>
26
+ * <p>Constraints: Up to 255 characters in length. The name cannot start with <code>com.amazonaws</code>.</p>
27
+ * @public
28
+ */
29
+ PrefixListName: string | undefined;
30
+ /**
31
+ * <p>One or more entries for the prefix list.</p>
32
+ * @public
33
+ */
34
+ Entries?: AddPrefixListEntry[] | undefined;
35
+ /**
36
+ * <p>The maximum number of entries for the prefix list.</p>
37
+ * @public
38
+ */
39
+ MaxEntries: number | undefined;
40
+ /**
41
+ * <p>The tags to apply to the prefix list during creation.</p>
42
+ * @public
43
+ */
44
+ TagSpecifications?: TagSpecification[] | undefined;
45
+ /**
46
+ * <p>The IP address type.</p>
47
+ * <p>Valid Values: <code>IPv4</code> | <code>IPv6</code>
48
+ * </p>
49
+ * @public
50
+ */
51
+ AddressFamily: string | undefined;
52
+ /**
53
+ * <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
54
+ * request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
55
+ * idempotency</a>.</p>
56
+ * <p>Constraints: Up to 255 UTF-8 characters in length.</p>
57
+ * @public
58
+ */
59
+ ClientToken?: string | undefined;
60
+ }
61
+ /**
62
+ * @public
63
+ * @enum
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
+ /**
80
+ * @public
81
+ */
82
+ export type PrefixListState = (typeof PrefixListState)[keyof typeof PrefixListState];
83
+ /**
84
+ * <p>Describes a managed prefix list.</p>
85
+ * @public
86
+ */
87
+ export interface ManagedPrefixList {
88
+ /**
89
+ * <p>The ID of the prefix list.</p>
90
+ * @public
91
+ */
92
+ PrefixListId?: string | undefined;
93
+ /**
94
+ * <p>The IP address version.</p>
95
+ * @public
96
+ */
97
+ AddressFamily?: string | undefined;
98
+ /**
99
+ * <p>The current state of the prefix list.</p>
100
+ * @public
101
+ */
102
+ State?: PrefixListState | undefined;
103
+ /**
104
+ * <p>The state message.</p>
105
+ * @public
106
+ */
107
+ StateMessage?: string | undefined;
108
+ /**
109
+ * <p>The Amazon Resource Name (ARN) for the prefix list.</p>
110
+ * @public
111
+ */
112
+ PrefixListArn?: string | undefined;
113
+ /**
114
+ * <p>The name of the prefix list.</p>
115
+ * @public
116
+ */
117
+ PrefixListName?: string | undefined;
118
+ /**
119
+ * <p>The maximum number of entries for the prefix list.</p>
120
+ * @public
121
+ */
122
+ MaxEntries?: number | undefined;
123
+ /**
124
+ * <p>The version of the prefix list.</p>
125
+ * @public
126
+ */
127
+ Version?: number | undefined;
128
+ /**
129
+ * <p>The tags for the prefix list.</p>
130
+ * @public
131
+ */
132
+ Tags?: Tag[] | undefined;
133
+ /**
134
+ * <p>The ID of the owner of the prefix list.</p>
135
+ * @public
136
+ */
137
+ OwnerId?: string | undefined;
138
+ }
139
+ /**
140
+ * @public
141
+ */
142
+ export interface CreateManagedPrefixListResult {
143
+ /**
144
+ * <p>Information about the prefix list.</p>
145
+ * @public
146
+ */
147
+ PrefixList?: ManagedPrefixList | undefined;
148
+ }
149
+ /**
150
+ * @public
151
+ * @enum
152
+ */
153
+ export declare const ConnectivityType: {
154
+ readonly PRIVATE: "private";
155
+ readonly PUBLIC: "public";
156
+ };
157
+ /**
158
+ * @public
159
+ */
160
+ export type ConnectivityType = (typeof ConnectivityType)[keyof typeof ConnectivityType];
161
+ /**
162
+ * @public
163
+ */
164
+ export interface CreateNatGatewayRequest {
165
+ /**
166
+ * <p>[Public NAT gateways only] The allocation ID of an Elastic IP address to associate
167
+ * with the NAT gateway. You cannot specify an Elastic IP address with a private NAT gateway.
168
+ * If the Elastic IP address is associated with another resource, you must first disassociate it.</p>
169
+ * @public
170
+ */
171
+ AllocationId?: string | undefined;
172
+ /**
173
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
174
+ * request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
175
+ * <p>Constraint: Maximum 64 ASCII characters.</p>
176
+ * @public
177
+ */
178
+ ClientToken?: string | undefined;
179
+ /**
180
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
181
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
182
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
183
+ * @public
184
+ */
185
+ DryRun?: boolean | undefined;
186
+ /**
187
+ * <p>The ID of the subnet in which to create the NAT gateway.</p>
188
+ * @public
189
+ */
190
+ SubnetId: string | undefined;
191
+ /**
192
+ * <p>The tags to assign to the NAT gateway.</p>
193
+ * @public
194
+ */
195
+ TagSpecifications?: TagSpecification[] | undefined;
196
+ /**
197
+ * <p>Indicates whether the NAT gateway supports public or private connectivity.
198
+ * The default is public connectivity.</p>
199
+ * @public
200
+ */
201
+ ConnectivityType?: ConnectivityType | undefined;
202
+ /**
203
+ * <p>The private IPv4 address to assign to the NAT gateway. If you don't provide an address, a private IPv4 address will be automatically assigned.</p>
204
+ * @public
205
+ */
206
+ PrivateIpAddress?: string | undefined;
207
+ /**
208
+ * <p>Secondary EIP allocation IDs. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html">Create a NAT gateway</a>
209
+ * in the <i>Amazon VPC User Guide</i>.</p>
210
+ * @public
211
+ */
212
+ SecondaryAllocationIds?: string[] | undefined;
213
+ /**
214
+ * <p>Secondary private IPv4 addresses. For more information about secondary addresses, see
215
+ * <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html">Create a NAT gateway</a> in the <i>Amazon VPC User Guide</i>.</p>
216
+ * @public
217
+ */
218
+ SecondaryPrivateIpAddresses?: string[] | undefined;
219
+ /**
220
+ * <p>[Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway.
221
+ * For more information about secondary addresses, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html">Create a NAT gateway</a>
222
+ * in the <i>Amazon VPC User Guide</i>.</p>
223
+ * @public
224
+ */
225
+ SecondaryPrivateIpAddressCount?: number | undefined;
226
+ }
227
+ /**
228
+ * <p>Reserved. If you need to sustain traffic greater than the <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-gateways">documented limits</a>,
229
+ * contact Amazon Web Services Support.</p>
230
+ * @public
231
+ */
232
+ export interface ProvisionedBandwidth {
233
+ /**
234
+ * <p>Reserved.</p>
235
+ * @public
236
+ */
237
+ ProvisionTime?: Date | undefined;
238
+ /**
239
+ * <p>Reserved.</p>
240
+ * @public
241
+ */
242
+ Provisioned?: string | undefined;
243
+ /**
244
+ * <p>Reserved.</p>
245
+ * @public
246
+ */
247
+ RequestTime?: Date | undefined;
248
+ /**
249
+ * <p>Reserved.</p>
250
+ * @public
251
+ */
252
+ Requested?: string | undefined;
253
+ /**
254
+ * <p>Reserved.</p>
255
+ * @public
256
+ */
257
+ Status?: string | undefined;
258
+ }
259
+ /**
260
+ * @public
261
+ * @enum
262
+ */
263
+ export declare const NatGatewayState: {
264
+ readonly AVAILABLE: "available";
265
+ readonly DELETED: "deleted";
266
+ readonly DELETING: "deleting";
267
+ readonly FAILED: "failed";
268
+ readonly PENDING: "pending";
269
+ };
270
+ /**
271
+ * @public
272
+ */
273
+ export type NatGatewayState = (typeof NatGatewayState)[keyof typeof NatGatewayState];
3
274
  /**
4
275
  * <p>Describes a NAT gateway.</p>
5
276
  * @public
@@ -1293,7 +1564,7 @@ export interface NetworkInterface {
1293
1564
  */
1294
1565
  Ipv6Address?: string | undefined;
1295
1566
  /**
1296
- * <p>The entity that manages the network interface.</p>
1567
+ * <p>The service provider that manages the network interface.</p>
1297
1568
  * @public
1298
1569
  */
1299
1570
  Operator?: OperatorResponse | undefined;
@@ -5115,30 +5386,75 @@ export declare const VerifiedAccessEndpointAttachmentType: {
5115
5386
  * @public
5116
5387
  */
5117
5388
  export type VerifiedAccessEndpointAttachmentType = (typeof VerifiedAccessEndpointAttachmentType)[keyof typeof VerifiedAccessEndpointAttachmentType];
5389
+ /**
5390
+ * <p>Describes the port range for a Verified Access endpoint.</p>
5391
+ * @public
5392
+ */
5393
+ export interface CreateVerifiedAccessEndpointPortRange {
5394
+ /**
5395
+ * <p>The start of the port range.</p>
5396
+ * @public
5397
+ */
5398
+ FromPort?: number | undefined;
5399
+ /**
5400
+ * <p>The end of the port range.</p>
5401
+ * @public
5402
+ */
5403
+ ToPort?: number | undefined;
5404
+ }
5118
5405
  /**
5119
5406
  * @public
5120
5407
  * @enum
5121
5408
  */
5122
- export declare const VerifiedAccessEndpointType: {
5123
- readonly load_balancer: "load-balancer";
5124
- readonly network_interface: "network-interface";
5409
+ export declare const VerifiedAccessEndpointProtocol: {
5410
+ readonly http: "http";
5411
+ readonly https: "https";
5412
+ readonly tcp: "tcp";
5125
5413
  };
5126
5414
  /**
5127
5415
  * @public
5128
5416
  */
5129
- export type VerifiedAccessEndpointType = (typeof VerifiedAccessEndpointType)[keyof typeof VerifiedAccessEndpointType];
5417
+ export type VerifiedAccessEndpointProtocol = (typeof VerifiedAccessEndpointProtocol)[keyof typeof VerifiedAccessEndpointProtocol];
5418
+ /**
5419
+ * <p>Describes the CIDR options for a Verified Access endpoint.</p>
5420
+ * @public
5421
+ */
5422
+ export interface CreateVerifiedAccessEndpointCidrOptions {
5423
+ /**
5424
+ * <p>The protocol.</p>
5425
+ * @public
5426
+ */
5427
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
5428
+ /**
5429
+ * <p>The IDs of the subnets.</p>
5430
+ * @public
5431
+ */
5432
+ SubnetIds?: string[] | undefined;
5433
+ /**
5434
+ * <p>The CIDR.</p>
5435
+ * @public
5436
+ */
5437
+ Cidr?: string | undefined;
5438
+ /**
5439
+ * <p>The port ranges.</p>
5440
+ * @public
5441
+ */
5442
+ PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
5443
+ }
5130
5444
  /**
5131
5445
  * @public
5132
5446
  * @enum
5133
5447
  */
5134
- export declare const VerifiedAccessEndpointProtocol: {
5135
- readonly http: "http";
5136
- readonly https: "https";
5448
+ export declare const VerifiedAccessEndpointType: {
5449
+ readonly cidr: "cidr";
5450
+ readonly load_balancer: "load-balancer";
5451
+ readonly network_interface: "network-interface";
5452
+ readonly rds: "rds";
5137
5453
  };
5138
5454
  /**
5139
5455
  * @public
5140
5456
  */
5141
- export type VerifiedAccessEndpointProtocol = (typeof VerifiedAccessEndpointProtocol)[keyof typeof VerifiedAccessEndpointProtocol];
5457
+ export type VerifiedAccessEndpointType = (typeof VerifiedAccessEndpointType)[keyof typeof VerifiedAccessEndpointType];
5142
5458
  /**
5143
5459
  * <p>Describes the load balancer options when creating an Amazon Web Services Verified Access endpoint using the
5144
5460
  * <code>load-balancer</code> type.</p>
@@ -5165,6 +5481,11 @@ export interface CreateVerifiedAccessEndpointLoadBalancerOptions {
5165
5481
  * @public
5166
5482
  */
5167
5483
  SubnetIds?: string[] | undefined;
5484
+ /**
5485
+ * <p>The port ranges.</p>
5486
+ * @public
5487
+ */
5488
+ PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
5168
5489
  }
5169
5490
  /**
5170
5491
  * <p>Describes the network interface options when creating an Amazon Web Services Verified Access endpoint using the
@@ -5187,33 +5508,79 @@ export interface CreateVerifiedAccessEndpointEniOptions {
5187
5508
  * @public
5188
5509
  */
5189
5510
  Port?: number | undefined;
5511
+ /**
5512
+ * <p>The port ranges.</p>
5513
+ * @public
5514
+ */
5515
+ PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
5190
5516
  }
5191
5517
  /**
5192
- * <p>
5193
- * Verified Access provides server side encryption by default to data at rest using Amazon Web Services-owned KMS keys. You also have the option of using customer managed KMS keys, which can be specified using the options below.
5194
- * </p>
5518
+ * <p>Describes the RDS options for a Verified Access endpoint.</p>
5195
5519
  * @public
5196
5520
  */
5197
- export interface VerifiedAccessSseSpecificationRequest {
5521
+ export interface CreateVerifiedAccessEndpointRdsOptions {
5198
5522
  /**
5199
- * <p>
5200
- * Enable or disable the use of customer managed KMS keys for server side encryption.
5201
- * </p>
5202
- * <p>Valid values: <code>True</code> | <code>False</code>
5203
- * </p>
5523
+ * <p>The protocol.</p>
5204
5524
  * @public
5205
5525
  */
5206
- CustomerManagedKeyEnabled?: boolean | undefined;
5526
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
5207
5527
  /**
5208
- * <p>
5209
- * The ARN of the KMS key.
5210
- * </p>
5528
+ * <p>The port.</p>
5211
5529
  * @public
5212
5530
  */
5213
- KmsKeyArn?: string | undefined;
5214
- }
5215
- /**
5216
- * @public
5531
+ Port?: number | undefined;
5532
+ /**
5533
+ * <p>The ARN of the RDS instance.</p>
5534
+ * @public
5535
+ */
5536
+ RdsDbInstanceArn?: string | undefined;
5537
+ /**
5538
+ * <p>The ARN of the DB cluster.</p>
5539
+ * @public
5540
+ */
5541
+ RdsDbClusterArn?: string | undefined;
5542
+ /**
5543
+ * <p>The ARN of the RDS proxy.</p>
5544
+ * @public
5545
+ */
5546
+ RdsDbProxyArn?: string | undefined;
5547
+ /**
5548
+ * <p>The RDS endpoint.</p>
5549
+ * @public
5550
+ */
5551
+ RdsEndpoint?: string | undefined;
5552
+ /**
5553
+ * <p>The IDs of the subnets.</p>
5554
+ * @public
5555
+ */
5556
+ SubnetIds?: string[] | undefined;
5557
+ }
5558
+ /**
5559
+ * <p>
5560
+ * Verified Access provides server side encryption by default to data at rest using Amazon Web Services-owned KMS keys. You also have the option of using customer managed KMS keys, which can be specified using the options below.
5561
+ * </p>
5562
+ * @public
5563
+ */
5564
+ export interface VerifiedAccessSseSpecificationRequest {
5565
+ /**
5566
+ * <p>
5567
+ * Enable or disable the use of customer managed KMS keys for server side encryption.
5568
+ * </p>
5569
+ * <p>Valid values: <code>True</code> | <code>False</code>
5570
+ * </p>
5571
+ * @public
5572
+ */
5573
+ CustomerManagedKeyEnabled?: boolean | undefined;
5574
+ /**
5575
+ * <p>
5576
+ * The ARN of the KMS key.
5577
+ * </p>
5578
+ * @public
5579
+ */
5580
+ KmsKeyArn?: string | undefined;
5581
+ }
5582
+ /**
5583
+ * @public
5217
5584
  */
5218
5585
  export interface CreateVerifiedAccessEndpointRequest {
5219
5586
  /**
@@ -5237,18 +5604,18 @@ export interface CreateVerifiedAccessEndpointRequest {
5237
5604
  * application.</p>
5238
5605
  * @public
5239
5606
  */
5240
- DomainCertificateArn: string | undefined;
5607
+ DomainCertificateArn?: string | undefined;
5241
5608
  /**
5242
5609
  * <p>The DNS name for users to reach your application.</p>
5243
5610
  * @public
5244
5611
  */
5245
- ApplicationDomain: string | undefined;
5612
+ ApplicationDomain?: string | undefined;
5246
5613
  /**
5247
5614
  * <p>A custom identifier that is prepended to the DNS name that is generated for the
5248
5615
  * endpoint.</p>
5249
5616
  * @public
5250
5617
  */
5251
- EndpointDomainPrefix: string | undefined;
5618
+ EndpointDomainPrefix?: string | undefined;
5252
5619
  /**
5253
5620
  * <p>The IDs of the security groups to associate with the Verified Access endpoint. Required if <code>AttachmentType</code> is set to <code>vpc</code>.</p>
5254
5621
  * @public
@@ -5299,6 +5666,58 @@ export interface CreateVerifiedAccessEndpointRequest {
5299
5666
  * @public
5300
5667
  */
5301
5668
  SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
5669
+ /**
5670
+ * <p>The RDS details. This parameter is required if the endpoint type is <code>rds</code>.</p>
5671
+ * @public
5672
+ */
5673
+ RdsOptions?: CreateVerifiedAccessEndpointRdsOptions | undefined;
5674
+ /**
5675
+ * <p>The CIDR options. This parameter is required if the endpoint type is <code>cidr</code>.</p>
5676
+ * @public
5677
+ */
5678
+ CidrOptions?: CreateVerifiedAccessEndpointCidrOptions | undefined;
5679
+ }
5680
+ /**
5681
+ * <p>Describes a port range.</p>
5682
+ * @public
5683
+ */
5684
+ export interface VerifiedAccessEndpointPortRange {
5685
+ /**
5686
+ * <p>The start of the port range.</p>
5687
+ * @public
5688
+ */
5689
+ FromPort?: number | undefined;
5690
+ /**
5691
+ * <p>The end of the port range.</p>
5692
+ * @public
5693
+ */
5694
+ ToPort?: number | undefined;
5695
+ }
5696
+ /**
5697
+ * <p>Describes the CIDR options for a Verified Access endpoint.</p>
5698
+ * @public
5699
+ */
5700
+ export interface VerifiedAccessEndpointCidrOptions {
5701
+ /**
5702
+ * <p>The CIDR.</p>
5703
+ * @public
5704
+ */
5705
+ Cidr?: string | undefined;
5706
+ /**
5707
+ * <p>The port ranges.</p>
5708
+ * @public
5709
+ */
5710
+ PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
5711
+ /**
5712
+ * <p>The protocol.</p>
5713
+ * @public
5714
+ */
5715
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
5716
+ /**
5717
+ * <p>The IDs of the subnets.</p>
5718
+ * @public
5719
+ */
5720
+ SubnetIds?: string[] | undefined;
5302
5721
  }
5303
5722
  /**
5304
5723
  * <p>Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the
@@ -5326,6 +5745,11 @@ export interface VerifiedAccessEndpointLoadBalancerOptions {
5326
5745
  * @public
5327
5746
  */
5328
5747
  SubnetIds?: string[] | undefined;
5748
+ /**
5749
+ * <p>The port ranges.</p>
5750
+ * @public
5751
+ */
5752
+ PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
5329
5753
  }
5330
5754
  /**
5331
5755
  * <p>Options for a network-interface type endpoint.</p>
@@ -5347,6 +5771,52 @@ export interface VerifiedAccessEndpointEniOptions {
5347
5771
  * @public
5348
5772
  */
5349
5773
  Port?: number | undefined;
5774
+ /**
5775
+ * <p>The port ranges.</p>
5776
+ * @public
5777
+ */
5778
+ PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
5779
+ }
5780
+ /**
5781
+ * <p>Describes the RDS options for a Verified Access endpoint.</p>
5782
+ * @public
5783
+ */
5784
+ export interface VerifiedAccessEndpointRdsOptions {
5785
+ /**
5786
+ * <p>The protocol.</p>
5787
+ * @public
5788
+ */
5789
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
5790
+ /**
5791
+ * <p>The port.</p>
5792
+ * @public
5793
+ */
5794
+ Port?: number | undefined;
5795
+ /**
5796
+ * <p>The ARN of the RDS instance.</p>
5797
+ * @public
5798
+ */
5799
+ RdsDbInstanceArn?: string | undefined;
5800
+ /**
5801
+ * <p>The ARN of the DB cluster.</p>
5802
+ * @public
5803
+ */
5804
+ RdsDbClusterArn?: string | undefined;
5805
+ /**
5806
+ * <p>The ARN of the RDS proxy.</p>
5807
+ * @public
5808
+ */
5809
+ RdsDbProxyArn?: string | undefined;
5810
+ /**
5811
+ * <p>The RDS endpoint.</p>
5812
+ * @public
5813
+ */
5814
+ RdsEndpoint?: string | undefined;
5815
+ /**
5816
+ * <p>The IDs of the subnets.</p>
5817
+ * @public
5818
+ */
5819
+ SubnetIds?: string[] | undefined;
5350
5820
  }
5351
5821
  /**
5352
5822
  * @public
@@ -5485,6 +5955,16 @@ export interface VerifiedAccessEndpoint {
5485
5955
  * @public
5486
5956
  */
5487
5957
  SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
5958
+ /**
5959
+ * <p>The options for an RDS endpoint.</p>
5960
+ * @public
5961
+ */
5962
+ RdsOptions?: VerifiedAccessEndpointRdsOptions | undefined;
5963
+ /**
5964
+ * <p>The options for a CIDR endpoint.</p>
5965
+ * @public
5966
+ */
5967
+ CidrOptions?: VerifiedAccessEndpointCidrOptions | undefined;
5488
5968
  }
5489
5969
  /**
5490
5970
  * @public
@@ -5637,6 +6117,11 @@ export interface CreateVerifiedAccessInstanceRequest {
5637
6117
  * @public
5638
6118
  */
5639
6119
  FIPSEnabled?: boolean | undefined;
6120
+ /**
6121
+ * <p>The custom subdomain.</p>
6122
+ * @public
6123
+ */
6124
+ CidrEndpointsCustomSubDomain?: string | undefined;
5640
6125
  }
5641
6126
  /**
5642
6127
  * @public
@@ -5667,6 +6152,52 @@ export interface CreateVerifiedAccessTrustProviderDeviceOptions {
5667
6152
  */
5668
6153
  PublicSigningKeyUrl?: string | undefined;
5669
6154
  }
6155
+ /**
6156
+ * <p>Describes the OpenID Connect (OIDC) options.</p>
6157
+ * @public
6158
+ */
6159
+ export interface CreateVerifiedAccessNativeApplicationOidcOptions {
6160
+ /**
6161
+ * <p>The public signing key endpoint.</p>
6162
+ * @public
6163
+ */
6164
+ PublicSigningKeyEndpoint?: string | undefined;
6165
+ /**
6166
+ * <p>The OIDC issuer identifier of the IdP.</p>
6167
+ * @public
6168
+ */
6169
+ Issuer?: string | undefined;
6170
+ /**
6171
+ * <p>The authorization endpoint of the IdP.</p>
6172
+ * @public
6173
+ */
6174
+ AuthorizationEndpoint?: string | undefined;
6175
+ /**
6176
+ * <p>The token endpoint of the IdP.</p>
6177
+ * @public
6178
+ */
6179
+ TokenEndpoint?: string | undefined;
6180
+ /**
6181
+ * <p>The user info endpoint of the IdP.</p>
6182
+ * @public
6183
+ */
6184
+ UserInfoEndpoint?: string | undefined;
6185
+ /**
6186
+ * <p>The OAuth 2.0 client identifier.</p>
6187
+ * @public
6188
+ */
6189
+ ClientId?: string | undefined;
6190
+ /**
6191
+ * <p>The OAuth 2.0 client secret.</p>
6192
+ * @public
6193
+ */
6194
+ ClientSecret?: string | undefined;
6195
+ /**
6196
+ * <p>The set of user claims to be requested from the IdP.</p>
6197
+ * @public
6198
+ */
6199
+ Scope?: string | undefined;
6200
+ }
5670
6201
  /**
5671
6202
  * <p>Describes the options when creating an Amazon Web Services Verified Access trust provider using the <code>user</code>
5672
6203
  * type.</p>
@@ -5775,6 +6306,11 @@ export interface CreateVerifiedAccessTrustProviderRequest {
5775
6306
  * @public
5776
6307
  */
5777
6308
  SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
6309
+ /**
6310
+ * <p>The OpenID Connect (OIDC) options.</p>
6311
+ * @public
6312
+ */
6313
+ NativeApplicationOidcOptions?: CreateVerifiedAccessNativeApplicationOidcOptions | undefined;
5778
6314
  }
5779
6315
  /**
5780
6316
  * @public
@@ -6046,7 +6582,7 @@ export interface Volume {
6046
6582
  */
6047
6583
  SseType?: SSEType | undefined;
6048
6584
  /**
6049
- * <p>The entity that manages the volume.</p>
6585
+ * <p>The service provider that manages the volume.</p>
6050
6586
  * @public
6051
6587
  */
6052
6588
  Operator?: OperatorResponse | undefined;
@@ -6423,6 +6959,8 @@ export declare const VpcEndpointType: {
6423
6959
  readonly Gateway: "Gateway";
6424
6960
  readonly GatewayLoadBalancer: "GatewayLoadBalancer";
6425
6961
  readonly Interface: "Interface";
6962
+ readonly Resource: "Resource";
6963
+ readonly ServiceNetwork: "ServiceNetwork";
6426
6964
  };
6427
6965
  /**
6428
6966
  * @public
@@ -6454,7 +6992,7 @@ export interface CreateVpcEndpointRequest {
6454
6992
  * <p>The name of the endpoint service.</p>
6455
6993
  * @public
6456
6994
  */
6457
- ServiceName: string | undefined;
6995
+ ServiceName?: string | undefined;
6458
6996
  /**
6459
6997
  * <p>(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the
6460
6998
  * service. The policy must be in valid JSON format. If this parameter is not specified, we
@@ -6524,6 +7062,18 @@ export interface CreateVpcEndpointRequest {
6524
7062
  * @public
6525
7063
  */
6526
7064
  SubnetConfigurations?: SubnetConfiguration[] | undefined;
7065
+ /**
7066
+ * <p>The Amazon Resource Name (ARN) of a service network that will be associated with the VPC
7067
+ * endpoint of type service-network.</p>
7068
+ * @public
7069
+ */
7070
+ ServiceNetworkArn?: string | undefined;
7071
+ /**
7072
+ * <p>The Amazon Resource Name (ARN) of a resource configuration that will be associated with
7073
+ * the VPC endpoint of type resource.</p>
7074
+ * @public
7075
+ */
7076
+ ResourceConfigurationArn?: string | undefined;
6527
7077
  /**
6528
7078
  * <p>The Region where the service is hosted. The default is the current Region.</p>
6529
7079
  * @public
@@ -6578,6 +7128,22 @@ export interface SecurityGroupIdentifier {
6578
7128
  */
6579
7129
  GroupName?: string | undefined;
6580
7130
  }
7131
+ /**
7132
+ * <p>Prefixes of the subnet IP.</p>
7133
+ * @public
7134
+ */
7135
+ export interface SubnetIpPrefixes {
7136
+ /**
7137
+ * <p>ID of the subnet.</p>
7138
+ * @public
7139
+ */
7140
+ SubnetId?: string | undefined;
7141
+ /**
7142
+ * <p>Array of SubnetIpPrefixes objects.</p>
7143
+ * @public
7144
+ */
7145
+ IpPrefixes?: string[] | undefined;
7146
+ }
6581
7147
  /**
6582
7148
  * <p>The last error that occurred for a VPC endpoint.</p>
6583
7149
  * @public
@@ -6604,6 +7170,7 @@ export declare const State: {
6604
7170
  readonly Deleting: "Deleting";
6605
7171
  readonly Expired: "Expired";
6606
7172
  readonly Failed: "Failed";
7173
+ readonly Partial: "Partial";
6607
7174
  readonly Pending: "Pending";
6608
7175
  readonly PendingAcceptance: "PendingAcceptance";
6609
7176
  readonly Rejected: "Rejected";
@@ -6713,6 +7280,31 @@ export interface VpcEndpoint {
6713
7280
  * @public
6714
7281
  */
6715
7282
  LastError?: LastError | undefined;
7283
+ /**
7284
+ * <p>Array of IPv4 prefixes.</p>
7285
+ * @public
7286
+ */
7287
+ Ipv4Prefixes?: SubnetIpPrefixes[] | undefined;
7288
+ /**
7289
+ * <p>Array of IPv6 prefixes.</p>
7290
+ * @public
7291
+ */
7292
+ Ipv6Prefixes?: SubnetIpPrefixes[] | undefined;
7293
+ /**
7294
+ * <p>Reason for the failure.</p>
7295
+ * @public
7296
+ */
7297
+ FailureReason?: string | undefined;
7298
+ /**
7299
+ * <p>The Amazon Resource Name (ARN) of the service network.</p>
7300
+ * @public
7301
+ */
7302
+ ServiceNetworkArn?: string | undefined;
7303
+ /**
7304
+ * <p>The Amazon Resource Name (ARN) of the resource configuration.</p>
7305
+ * @public
7306
+ */
7307
+ ResourceConfigurationArn?: string | undefined;
6716
7308
  /**
6717
7309
  * <p>The Region where the service is hosted.</p>
6718
7310
  * @public
@@ -8355,288 +8947,9 @@ export interface DeleteClientVpnRouteRequest {
8355
8947
  DryRun?: boolean | undefined;
8356
8948
  }
8357
8949
  /**
8358
- * @public
8359
- */
8360
- export interface DeleteClientVpnRouteResult {
8361
- /**
8362
- * <p>The current state of the route.</p>
8363
- * @public
8364
- */
8365
- Status?: ClientVpnRouteStatus | undefined;
8366
- }
8367
- /**
8368
- * @public
8369
- */
8370
- export interface DeleteCoipCidrRequest {
8371
- /**
8372
- * <p> A customer-owned IP address range that you want to delete. </p>
8373
- * @public
8374
- */
8375
- Cidr: string | undefined;
8376
- /**
8377
- * <p>
8378
- * The ID of the customer-owned address pool.
8379
- * </p>
8380
- * @public
8381
- */
8382
- CoipPoolId: string | undefined;
8383
- /**
8384
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8385
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8386
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8387
- * @public
8388
- */
8389
- DryRun?: boolean | undefined;
8390
- }
8391
- /**
8392
- * @public
8393
- */
8394
- export interface DeleteCoipCidrResult {
8395
- /**
8396
- * <p>
8397
- * Information about a range of customer-owned IP addresses.
8398
- * </p>
8399
- * @public
8400
- */
8401
- CoipCidr?: CoipCidr | undefined;
8402
- }
8403
- /**
8404
- * @public
8405
- */
8406
- export interface DeleteCoipPoolRequest {
8407
- /**
8408
- * <p>The ID of the CoIP pool that you want to delete. </p>
8409
- * @public
8410
- */
8411
- CoipPoolId: string | undefined;
8412
- /**
8413
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8414
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8415
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8416
- * @public
8417
- */
8418
- DryRun?: boolean | undefined;
8419
- }
8420
- /**
8421
- * @public
8422
- */
8423
- export interface DeleteCoipPoolResult {
8424
- /**
8425
- * <p>Information about the CoIP address pool.</p>
8426
- * @public
8427
- */
8428
- CoipPool?: CoipPool | undefined;
8429
- }
8430
- /**
8431
- * <p>Contains the parameters for DeleteCustomerGateway.</p>
8432
- * @public
8433
- */
8434
- export interface DeleteCustomerGatewayRequest {
8435
- /**
8436
- * <p>The ID of the customer gateway.</p>
8437
- * @public
8438
- */
8439
- CustomerGatewayId: string | undefined;
8440
- /**
8441
- * <p>Checks whether you have the required permissions for the action, without actually
8442
- * making the request, and provides an error response. If you have the required
8443
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
8444
- * <code>UnauthorizedOperation</code>.</p>
8445
- * @public
8446
- */
8447
- DryRun?: boolean | undefined;
8448
- }
8449
- /**
8450
- * @public
8451
- */
8452
- export interface DeleteDhcpOptionsRequest {
8453
- /**
8454
- * <p>The ID of the DHCP options set.</p>
8455
- * @public
8456
- */
8457
- DhcpOptionsId: string | undefined;
8458
- /**
8459
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8460
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8461
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8462
- * @public
8463
- */
8464
- DryRun?: boolean | undefined;
8465
- }
8466
- /**
8467
- * @public
8468
- */
8469
- export interface DeleteEgressOnlyInternetGatewayRequest {
8470
- /**
8471
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8472
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8473
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8474
- * @public
8475
- */
8476
- DryRun?: boolean | undefined;
8477
- /**
8478
- * <p>The ID of the egress-only internet gateway.</p>
8479
- * @public
8480
- */
8481
- EgressOnlyInternetGatewayId: string | undefined;
8482
- }
8483
- /**
8484
- * @public
8485
- */
8486
- export interface DeleteEgressOnlyInternetGatewayResult {
8487
- /**
8488
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
8489
- * @public
8490
- */
8491
- ReturnCode?: boolean | undefined;
8492
- }
8493
- /**
8494
- * @public
8495
- */
8496
- export interface DeleteFleetsRequest {
8497
- /**
8498
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8499
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8500
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8501
- * @public
8502
- */
8503
- DryRun?: boolean | undefined;
8504
- /**
8505
- * <p>The IDs of the EC2 Fleets.</p>
8506
- * <p>Constraints: In a single request, you can specify up to 25 <code>instant</code> fleet
8507
- * IDs and up to 100 <code>maintain</code> or <code>request</code> fleet IDs. </p>
8508
- * @public
8509
- */
8510
- FleetIds: string[] | undefined;
8511
- /**
8512
- * <p>Indicates whether to terminate the associated instances when the EC2 Fleet is deleted. The default is to
8513
- * terminate the instances.</p>
8514
- * <p>To let the instances continue to run after the EC2 Fleet is deleted, specify
8515
- * <code>no-terminate-instances</code>. Supported only for fleets of type
8516
- * <code>maintain</code> and <code>request</code>.</p>
8517
- * <p>For <code>instant</code> fleets, you cannot specify <code>NoTerminateInstances</code>. A
8518
- * deleted <code>instant</code> fleet with running instances is not supported.</p>
8519
- * @public
8520
- */
8521
- TerminateInstances: boolean | undefined;
8522
- }
8523
- /**
8524
- * @public
8525
- * @enum
8526
- */
8527
- export declare const FleetStateCode: {
8528
- readonly ACTIVE: "active";
8529
- readonly DELETED: "deleted";
8530
- readonly DELETED_RUNNING: "deleted_running";
8531
- readonly DELETED_TERMINATING_INSTANCES: "deleted_terminating";
8532
- readonly FAILED: "failed";
8533
- readonly MODIFYING: "modifying";
8534
- readonly SUBMITTED: "submitted";
8535
- };
8536
- /**
8537
- * @public
8538
- */
8539
- export type FleetStateCode = (typeof FleetStateCode)[keyof typeof FleetStateCode];
8540
- /**
8541
- * <p>Describes an EC2 Fleet that was successfully deleted.</p>
8542
- * @public
8543
- */
8544
- export interface DeleteFleetSuccessItem {
8545
- /**
8546
- * <p>The current state of the EC2 Fleet.</p>
8547
- * @public
8548
- */
8549
- CurrentFleetState?: FleetStateCode | undefined;
8550
- /**
8551
- * <p>The previous state of the EC2 Fleet.</p>
8552
- * @public
8553
- */
8554
- PreviousFleetState?: FleetStateCode | undefined;
8555
- /**
8556
- * <p>The ID of the EC2 Fleet.</p>
8557
- * @public
8558
- */
8559
- FleetId?: string | undefined;
8560
- }
8561
- /**
8562
- * @public
8563
- * @enum
8564
- */
8565
- export declare const DeleteFleetErrorCode: {
8566
- readonly FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist";
8567
- readonly FLEET_ID_MALFORMED: "fleetIdMalformed";
8568
- readonly FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState";
8569
- readonly UNEXPECTED_ERROR: "unexpectedError";
8570
- };
8571
- /**
8572
- * @public
8573
- */
8574
- export type DeleteFleetErrorCode = (typeof DeleteFleetErrorCode)[keyof typeof DeleteFleetErrorCode];
8575
- /**
8576
- * <p>Describes an EC2 Fleet error.</p>
8577
- * @public
8578
- */
8579
- export interface DeleteFleetError {
8580
- /**
8581
- * <p>The error code.</p>
8582
- * @public
8583
- */
8584
- Code?: DeleteFleetErrorCode | undefined;
8585
- /**
8586
- * <p>The description for the error code.</p>
8587
- * @public
8588
- */
8589
- Message?: string | undefined;
8590
- }
8591
- /**
8592
- * <p>Describes an EC2 Fleet that was not successfully deleted.</p>
8593
- * @public
8594
- */
8595
- export interface DeleteFleetErrorItem {
8596
- /**
8597
- * <p>The error.</p>
8598
- * @public
8599
- */
8600
- Error?: DeleteFleetError | undefined;
8601
- /**
8602
- * <p>The ID of the EC2 Fleet.</p>
8603
- * @public
8604
- */
8605
- FleetId?: string | undefined;
8606
- }
8607
- /**
8608
- * @public
8609
- */
8610
- export interface DeleteFleetsResult {
8611
- /**
8612
- * <p>Information about the EC2 Fleets that are successfully deleted.</p>
8613
- * @public
8614
- */
8615
- SuccessfulFleetDeletions?: DeleteFleetSuccessItem[] | undefined;
8616
- /**
8617
- * <p>Information about the EC2 Fleets that are not successfully deleted.</p>
8618
- * @public
8619
- */
8620
- UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[] | undefined;
8621
- }
8622
- /**
8623
- * @public
8950
+ * @internal
8624
8951
  */
8625
- export interface DeleteFlowLogsRequest {
8626
- /**
8627
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8628
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8629
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8630
- * @public
8631
- */
8632
- DryRun?: boolean | undefined;
8633
- /**
8634
- * <p>One or more flow log IDs.</p>
8635
- * <p>Constraint: Maximum of 1000 flow log IDs.</p>
8636
- * @public
8637
- */
8638
- FlowLogIds: string[] | undefined;
8639
- }
8952
+ export declare const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (obj: CreateVerifiedAccessNativeApplicationOidcOptions) => any;
8640
8953
  /**
8641
8954
  * @internal
8642
8955
  */