@aws-sdk/client-ec2 3.699.0 → 3.703.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (303) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2214 -445
  3. package/dist-es/EC2.js +22 -0
  4. package/dist-es/commands/CancelDeclarativePoliciesReportCommand.js +22 -0
  5. package/dist-es/commands/DescribeDeclarativePoliciesReportsCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcEndpointAssociationsCommand.js +22 -0
  7. package/dist-es/commands/DisableAllowedImagesSettingsCommand.js +22 -0
  8. package/dist-es/commands/EnableAllowedImagesSettingsCommand.js +22 -0
  9. package/dist-es/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.js +23 -0
  10. package/dist-es/commands/GetAllowedImagesSettingsCommand.js +22 -0
  11. package/dist-es/commands/GetDeclarativePoliciesReportSummaryCommand.js +22 -0
  12. package/dist-es/commands/GetVerifiedAccessEndpointTargetsCommand.js +22 -0
  13. package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  14. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  15. package/dist-es/commands/index.js +11 -0
  16. package/dist-es/models/index.js +1 -0
  17. package/dist-es/models/models_0.js +9 -32
  18. package/dist-es/models/models_1.js +50 -11
  19. package/dist-es/models/models_2.js +32 -19
  20. package/dist-es/models/models_3.js +21 -13
  21. package/dist-es/models/models_4.js +13 -0
  22. package/dist-es/models/models_5.js +8 -3
  23. package/dist-es/models/models_6.js +13 -8
  24. package/dist-es/models/models_7.js +15 -0
  25. package/dist-es/models/models_8.js +1 -0
  26. package/dist-es/protocols/Aws_ec2.js +1655 -132
  27. package/dist-types/EC2.d.ts +82 -0
  28. package/dist-types/EC2Client.d.ts +13 -2
  29. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  32. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  33. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  34. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  35. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  36. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  37. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  38. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -1
  39. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  41. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  42. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  49. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  63. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  64. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  69. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +4 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +28 -5
  104. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -0
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +11 -1
  106. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -2
  116. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  117. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  118. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  119. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  121. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -5
  122. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  124. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  125. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  126. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  130. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  131. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  133. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  134. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -2
  136. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -0
  137. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  138. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  140. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  142. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  143. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  144. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  145. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  146. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -0
  147. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -1
  148. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +7 -0
  149. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +4 -0
  150. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +22 -2
  151. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  152. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  153. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +100 -0
  154. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  157. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  158. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  159. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  160. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  161. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  162. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  163. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  164. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  165. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  166. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  167. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  168. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  169. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  170. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  171. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  172. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  173. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  174. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  175. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  176. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  177. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  178. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  194. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  195. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  198. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  199. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
  200. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
  201. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
  202. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  203. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +3 -4
  204. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  205. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  207. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  208. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  209. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  210. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  211. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  212. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  213. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  214. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  215. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  216. package/dist-types/commands/index.d.ts +11 -0
  217. package/dist-types/models/index.d.ts +1 -0
  218. package/dist-types/models/models_0.d.ts +129 -298
  219. package/dist-types/models/models_1.d.ts +339 -202
  220. package/dist-types/models/models_2.d.ts +637 -289
  221. package/dist-types/models/models_3.d.ts +417 -861
  222. package/dist-types/models/models_4.d.ts +7130 -7145
  223. package/dist-types/models/models_5.d.ts +5633 -4991
  224. package/dist-types/models/models_6.d.ts +4335 -4505
  225. package/dist-types/models/models_7.d.ts +1540 -24
  226. package/dist-types/models/models_8.d.ts +11 -0
  227. package/dist-types/protocols/Aws_ec2.d.ts +99 -0
  228. package/dist-types/ts3.4/EC2.d.ts +216 -0
  229. package/dist-types/ts3.4/EC2Client.d.ts +66 -0
  230. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  232. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -4
  233. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +4 -2
  241. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  242. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -4
  243. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  245. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  246. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +4 -2
  251. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  252. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  266. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  267. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  268. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  269. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  289. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  290. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
  291. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  292. package/dist-types/ts3.4/models/index.d.ts +1 -0
  293. package/dist-types/ts3.4/models/models_0.d.ts +38 -64
  294. package/dist-types/ts3.4/models/models_1.d.ts +83 -54
  295. package/dist-types/ts3.4/models/models_2.d.ts +158 -89
  296. package/dist-types/ts3.4/models/models_3.d.ts +103 -163
  297. package/dist-types/ts3.4/models/models_4.d.ts +164 -153
  298. package/dist-types/ts3.4/models/models_5.d.ts +211 -135
  299. package/dist-types/ts3.4/models/models_6.d.ts +245 -282
  300. package/dist-types/ts3.4/models/models_7.d.ts +341 -6
  301. package/dist-types/ts3.4/models/models_8.d.ts +4 -0
  302. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  303. package/package.json +1 -1
@@ -1,5 +1,196 @@
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, UnsuccessfulItem, 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, 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, ConnectionTrackingSpecificationRequest, GatewayType, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, OperatorRequest, OperatorResponse, PrefixListState, PrivateIpAddressSpecification, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
3
+ /**
4
+ * <p>Describes a managed prefix list.</p>
5
+ * @public
6
+ */
7
+ export interface ManagedPrefixList {
8
+ /**
9
+ * <p>The ID of the prefix list.</p>
10
+ * @public
11
+ */
12
+ PrefixListId?: string | undefined;
13
+ /**
14
+ * <p>The IP address version.</p>
15
+ * @public
16
+ */
17
+ AddressFamily?: string | undefined;
18
+ /**
19
+ * <p>The current state of the prefix list.</p>
20
+ * @public
21
+ */
22
+ State?: PrefixListState | undefined;
23
+ /**
24
+ * <p>The state message.</p>
25
+ * @public
26
+ */
27
+ StateMessage?: string | undefined;
28
+ /**
29
+ * <p>The Amazon Resource Name (ARN) for the prefix list.</p>
30
+ * @public
31
+ */
32
+ PrefixListArn?: string | undefined;
33
+ /**
34
+ * <p>The name of the prefix list.</p>
35
+ * @public
36
+ */
37
+ PrefixListName?: string | undefined;
38
+ /**
39
+ * <p>The maximum number of entries for the prefix list.</p>
40
+ * @public
41
+ */
42
+ MaxEntries?: number | undefined;
43
+ /**
44
+ * <p>The version of the prefix list.</p>
45
+ * @public
46
+ */
47
+ Version?: number | undefined;
48
+ /**
49
+ * <p>The tags for the prefix list.</p>
50
+ * @public
51
+ */
52
+ Tags?: Tag[] | undefined;
53
+ /**
54
+ * <p>The ID of the owner of the prefix list.</p>
55
+ * @public
56
+ */
57
+ OwnerId?: string | undefined;
58
+ }
59
+ /**
60
+ * @public
61
+ */
62
+ export interface CreateManagedPrefixListResult {
63
+ /**
64
+ * <p>Information about the prefix list.</p>
65
+ * @public
66
+ */
67
+ PrefixList?: ManagedPrefixList | undefined;
68
+ }
69
+ /**
70
+ * @public
71
+ * @enum
72
+ */
73
+ export declare const ConnectivityType: {
74
+ readonly PRIVATE: "private";
75
+ readonly PUBLIC: "public";
76
+ };
77
+ /**
78
+ * @public
79
+ */
80
+ export type ConnectivityType = (typeof ConnectivityType)[keyof typeof ConnectivityType];
81
+ /**
82
+ * @public
83
+ */
84
+ export interface CreateNatGatewayRequest {
85
+ /**
86
+ * <p>[Public NAT gateways only] The allocation ID of an Elastic IP address to associate
87
+ * with the NAT gateway. You cannot specify an Elastic IP address with a private NAT gateway.
88
+ * If the Elastic IP address is associated with another resource, you must first disassociate it.</p>
89
+ * @public
90
+ */
91
+ AllocationId?: string | undefined;
92
+ /**
93
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
94
+ * request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
95
+ * <p>Constraint: Maximum 64 ASCII characters.</p>
96
+ * @public
97
+ */
98
+ ClientToken?: string | undefined;
99
+ /**
100
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
101
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
102
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
103
+ * @public
104
+ */
105
+ DryRun?: boolean | undefined;
106
+ /**
107
+ * <p>The ID of the subnet in which to create the NAT gateway.</p>
108
+ * @public
109
+ */
110
+ SubnetId: string | undefined;
111
+ /**
112
+ * <p>The tags to assign to the NAT gateway.</p>
113
+ * @public
114
+ */
115
+ TagSpecifications?: TagSpecification[] | undefined;
116
+ /**
117
+ * <p>Indicates whether the NAT gateway supports public or private connectivity.
118
+ * The default is public connectivity.</p>
119
+ * @public
120
+ */
121
+ ConnectivityType?: ConnectivityType | undefined;
122
+ /**
123
+ * <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>
124
+ * @public
125
+ */
126
+ PrivateIpAddress?: string | undefined;
127
+ /**
128
+ * <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>
129
+ * in the <i>Amazon VPC User Guide</i>.</p>
130
+ * @public
131
+ */
132
+ SecondaryAllocationIds?: string[] | undefined;
133
+ /**
134
+ * <p>Secondary private IPv4 addresses. For more information about secondary addresses, see
135
+ * <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>
136
+ * @public
137
+ */
138
+ SecondaryPrivateIpAddresses?: string[] | undefined;
139
+ /**
140
+ * <p>[Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway.
141
+ * 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>
142
+ * in the <i>Amazon VPC User Guide</i>.</p>
143
+ * @public
144
+ */
145
+ SecondaryPrivateIpAddressCount?: number | undefined;
146
+ }
147
+ /**
148
+ * <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>,
149
+ * contact Amazon Web Services Support.</p>
150
+ * @public
151
+ */
152
+ export interface ProvisionedBandwidth {
153
+ /**
154
+ * <p>Reserved.</p>
155
+ * @public
156
+ */
157
+ ProvisionTime?: Date | undefined;
158
+ /**
159
+ * <p>Reserved.</p>
160
+ * @public
161
+ */
162
+ Provisioned?: string | undefined;
163
+ /**
164
+ * <p>Reserved.</p>
165
+ * @public
166
+ */
167
+ RequestTime?: Date | undefined;
168
+ /**
169
+ * <p>Reserved.</p>
170
+ * @public
171
+ */
172
+ Requested?: string | undefined;
173
+ /**
174
+ * <p>Reserved.</p>
175
+ * @public
176
+ */
177
+ Status?: string | undefined;
178
+ }
179
+ /**
180
+ * @public
181
+ * @enum
182
+ */
183
+ export declare const NatGatewayState: {
184
+ readonly AVAILABLE: "available";
185
+ readonly DELETED: "deleted";
186
+ readonly DELETING: "deleting";
187
+ readonly FAILED: "failed";
188
+ readonly PENDING: "pending";
189
+ };
190
+ /**
191
+ * @public
192
+ */
193
+ export type NatGatewayState = (typeof NatGatewayState)[keyof typeof NatGatewayState];
3
194
  /**
4
195
  * <p>Describes a NAT gateway.</p>
5
196
  * @public
@@ -1293,7 +1484,7 @@ export interface NetworkInterface {
1293
1484
  */
1294
1485
  Ipv6Address?: string | undefined;
1295
1486
  /**
1296
- * <p>The entity that manages the network interface.</p>
1487
+ * <p>The service provider that manages the network interface.</p>
1297
1488
  * @public
1298
1489
  */
1299
1490
  Operator?: OperatorResponse | undefined;
@@ -2403,6 +2594,18 @@ export declare const StorageTier: {
2403
2594
  * @public
2404
2595
  */
2405
2596
  export type StorageTier = (typeof StorageTier)[keyof typeof StorageTier];
2597
+ /**
2598
+ * @public
2599
+ * @enum
2600
+ */
2601
+ export declare const TransferType: {
2602
+ readonly standard: "standard";
2603
+ readonly time_based: "time-based";
2604
+ };
2605
+ /**
2606
+ * @public
2607
+ */
2608
+ export type TransferType = (typeof TransferType)[keyof typeof TransferType];
2406
2609
  /**
2407
2610
  * <p>Describes a snapshot.</p>
2408
2611
  * @public
@@ -2444,6 +2647,42 @@ export interface Snapshot {
2444
2647
  * @public
2445
2648
  */
2446
2649
  SseType?: SSEType | undefined;
2650
+ /**
2651
+ * <note>
2652
+ * <p>Only for snapshot copies.</p>
2653
+ * </note>
2654
+ * <p>Indicates whether the snapshot copy was created with a standard or time-based
2655
+ * snapshot copy operation. Time-based snapshot copy operations complete within the
2656
+ * completion duration specified in the request. Standard snapshot copy operations
2657
+ * are completed on a best-effort basis.</p>
2658
+ * <ul>
2659
+ * <li>
2660
+ * <p>
2661
+ * <code>standard</code> - The snapshot copy was created with a standard
2662
+ * snapshot copy operation.</p>
2663
+ * </li>
2664
+ * <li>
2665
+ * <p>
2666
+ * <code>time-based</code> - The snapshot copy was created with a time-based
2667
+ * snapshot copy operation.</p>
2668
+ * </li>
2669
+ * </ul>
2670
+ * @public
2671
+ */
2672
+ TransferType?: TransferType | undefined;
2673
+ /**
2674
+ * <note>
2675
+ * <p>Only for snapshot copies created with time-based snapshot copy operations.</p>
2676
+ * </note>
2677
+ * <p>The completion duration requested for the time-based snapshot copy operation.</p>
2678
+ * @public
2679
+ */
2680
+ CompletionDurationMinutes?: number | undefined;
2681
+ /**
2682
+ * <p>The time stamp when the snapshot was completed.</p>
2683
+ * @public
2684
+ */
2685
+ CompletionTime?: Date | undefined;
2447
2686
  /**
2448
2687
  * <p>The ID of the snapshot. Each snapshot receives a unique identifier when it is
2449
2688
  * created.</p>
@@ -5067,30 +5306,75 @@ export declare const VerifiedAccessEndpointAttachmentType: {
5067
5306
  * @public
5068
5307
  */
5069
5308
  export type VerifiedAccessEndpointAttachmentType = (typeof VerifiedAccessEndpointAttachmentType)[keyof typeof VerifiedAccessEndpointAttachmentType];
5309
+ /**
5310
+ * <p>Describes the port range for a Verified Access endpoint.</p>
5311
+ * @public
5312
+ */
5313
+ export interface CreateVerifiedAccessEndpointPortRange {
5314
+ /**
5315
+ * <p>The start of the port range.</p>
5316
+ * @public
5317
+ */
5318
+ FromPort?: number | undefined;
5319
+ /**
5320
+ * <p>The end of the port range.</p>
5321
+ * @public
5322
+ */
5323
+ ToPort?: number | undefined;
5324
+ }
5070
5325
  /**
5071
5326
  * @public
5072
5327
  * @enum
5073
5328
  */
5074
- export declare const VerifiedAccessEndpointType: {
5075
- readonly load_balancer: "load-balancer";
5076
- readonly network_interface: "network-interface";
5329
+ export declare const VerifiedAccessEndpointProtocol: {
5330
+ readonly http: "http";
5331
+ readonly https: "https";
5332
+ readonly tcp: "tcp";
5077
5333
  };
5078
5334
  /**
5079
5335
  * @public
5080
5336
  */
5081
- export type VerifiedAccessEndpointType = (typeof VerifiedAccessEndpointType)[keyof typeof VerifiedAccessEndpointType];
5337
+ export type VerifiedAccessEndpointProtocol = (typeof VerifiedAccessEndpointProtocol)[keyof typeof VerifiedAccessEndpointProtocol];
5338
+ /**
5339
+ * <p>Describes the CIDR options for a Verified Access endpoint.</p>
5340
+ * @public
5341
+ */
5342
+ export interface CreateVerifiedAccessEndpointCidrOptions {
5343
+ /**
5344
+ * <p>The protocol.</p>
5345
+ * @public
5346
+ */
5347
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
5348
+ /**
5349
+ * <p>The IDs of the subnets.</p>
5350
+ * @public
5351
+ */
5352
+ SubnetIds?: string[] | undefined;
5353
+ /**
5354
+ * <p>The CIDR.</p>
5355
+ * @public
5356
+ */
5357
+ Cidr?: string | undefined;
5358
+ /**
5359
+ * <p>The port ranges.</p>
5360
+ * @public
5361
+ */
5362
+ PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
5363
+ }
5082
5364
  /**
5083
5365
  * @public
5084
5366
  * @enum
5085
5367
  */
5086
- export declare const VerifiedAccessEndpointProtocol: {
5087
- readonly http: "http";
5088
- readonly https: "https";
5368
+ export declare const VerifiedAccessEndpointType: {
5369
+ readonly cidr: "cidr";
5370
+ readonly load_balancer: "load-balancer";
5371
+ readonly network_interface: "network-interface";
5372
+ readonly rds: "rds";
5089
5373
  };
5090
5374
  /**
5091
5375
  * @public
5092
5376
  */
5093
- export type VerifiedAccessEndpointProtocol = (typeof VerifiedAccessEndpointProtocol)[keyof typeof VerifiedAccessEndpointProtocol];
5377
+ export type VerifiedAccessEndpointType = (typeof VerifiedAccessEndpointType)[keyof typeof VerifiedAccessEndpointType];
5094
5378
  /**
5095
5379
  * <p>Describes the load balancer options when creating an Amazon Web Services Verified Access endpoint using the
5096
5380
  * <code>load-balancer</code> type.</p>
@@ -5117,6 +5401,11 @@ export interface CreateVerifiedAccessEndpointLoadBalancerOptions {
5117
5401
  * @public
5118
5402
  */
5119
5403
  SubnetIds?: string[] | undefined;
5404
+ /**
5405
+ * <p>The port ranges.</p>
5406
+ * @public
5407
+ */
5408
+ PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
5120
5409
  }
5121
5410
  /**
5122
5411
  * <p>Describes the network interface options when creating an Amazon Web Services Verified Access endpoint using the
@@ -5139,6 +5428,52 @@ export interface CreateVerifiedAccessEndpointEniOptions {
5139
5428
  * @public
5140
5429
  */
5141
5430
  Port?: number | undefined;
5431
+ /**
5432
+ * <p>The port ranges.</p>
5433
+ * @public
5434
+ */
5435
+ PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
5436
+ }
5437
+ /**
5438
+ * <p>Describes the RDS options for a Verified Access endpoint.</p>
5439
+ * @public
5440
+ */
5441
+ export interface CreateVerifiedAccessEndpointRdsOptions {
5442
+ /**
5443
+ * <p>The protocol.</p>
5444
+ * @public
5445
+ */
5446
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
5447
+ /**
5448
+ * <p>The port.</p>
5449
+ * @public
5450
+ */
5451
+ Port?: number | undefined;
5452
+ /**
5453
+ * <p>The ARN of the RDS instance.</p>
5454
+ * @public
5455
+ */
5456
+ RdsDbInstanceArn?: string | undefined;
5457
+ /**
5458
+ * <p>The ARN of the DB cluster.</p>
5459
+ * @public
5460
+ */
5461
+ RdsDbClusterArn?: string | undefined;
5462
+ /**
5463
+ * <p>The ARN of the RDS proxy.</p>
5464
+ * @public
5465
+ */
5466
+ RdsDbProxyArn?: string | undefined;
5467
+ /**
5468
+ * <p>The RDS endpoint.</p>
5469
+ * @public
5470
+ */
5471
+ RdsEndpoint?: string | undefined;
5472
+ /**
5473
+ * <p>The IDs of the subnets.</p>
5474
+ * @public
5475
+ */
5476
+ SubnetIds?: string[] | undefined;
5142
5477
  }
5143
5478
  /**
5144
5479
  * <p>
@@ -5189,18 +5524,18 @@ export interface CreateVerifiedAccessEndpointRequest {
5189
5524
  * application.</p>
5190
5525
  * @public
5191
5526
  */
5192
- DomainCertificateArn: string | undefined;
5527
+ DomainCertificateArn?: string | undefined;
5193
5528
  /**
5194
5529
  * <p>The DNS name for users to reach your application.</p>
5195
5530
  * @public
5196
5531
  */
5197
- ApplicationDomain: string | undefined;
5532
+ ApplicationDomain?: string | undefined;
5198
5533
  /**
5199
5534
  * <p>A custom identifier that is prepended to the DNS name that is generated for the
5200
5535
  * endpoint.</p>
5201
5536
  * @public
5202
5537
  */
5203
- EndpointDomainPrefix: string | undefined;
5538
+ EndpointDomainPrefix?: string | undefined;
5204
5539
  /**
5205
5540
  * <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>
5206
5541
  * @public
@@ -5251,20 +5586,72 @@ export interface CreateVerifiedAccessEndpointRequest {
5251
5586
  * @public
5252
5587
  */
5253
5588
  SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
5254
- }
5255
- /**
5256
- * <p>Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the
5257
- * <code>load-balancer</code> type.</p>
5258
- * @public
5259
- */
5260
- export interface VerifiedAccessEndpointLoadBalancerOptions {
5261
5589
  /**
5262
- * <p>The IP protocol.</p>
5590
+ * <p>The RDS details. This parameter is required if the endpoint type is <code>rds</code>.</p>
5263
5591
  * @public
5264
5592
  */
5265
- Protocol?: VerifiedAccessEndpointProtocol | undefined;
5593
+ RdsOptions?: CreateVerifiedAccessEndpointRdsOptions | undefined;
5266
5594
  /**
5267
- * <p>The IP port number.</p>
5595
+ * <p>The CIDR options. This parameter is required if the endpoint type is <code>cidr</code>.</p>
5596
+ * @public
5597
+ */
5598
+ CidrOptions?: CreateVerifiedAccessEndpointCidrOptions | undefined;
5599
+ }
5600
+ /**
5601
+ * <p>Describes a port range.</p>
5602
+ * @public
5603
+ */
5604
+ export interface VerifiedAccessEndpointPortRange {
5605
+ /**
5606
+ * <p>The start of the port range.</p>
5607
+ * @public
5608
+ */
5609
+ FromPort?: number | undefined;
5610
+ /**
5611
+ * <p>The end of the port range.</p>
5612
+ * @public
5613
+ */
5614
+ ToPort?: number | undefined;
5615
+ }
5616
+ /**
5617
+ * <p>Describes the CIDR options for a Verified Access endpoint.</p>
5618
+ * @public
5619
+ */
5620
+ export interface VerifiedAccessEndpointCidrOptions {
5621
+ /**
5622
+ * <p>The CIDR.</p>
5623
+ * @public
5624
+ */
5625
+ Cidr?: string | undefined;
5626
+ /**
5627
+ * <p>The port ranges.</p>
5628
+ * @public
5629
+ */
5630
+ PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
5631
+ /**
5632
+ * <p>The protocol.</p>
5633
+ * @public
5634
+ */
5635
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
5636
+ /**
5637
+ * <p>The IDs of the subnets.</p>
5638
+ * @public
5639
+ */
5640
+ SubnetIds?: string[] | undefined;
5641
+ }
5642
+ /**
5643
+ * <p>Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the
5644
+ * <code>load-balancer</code> type.</p>
5645
+ * @public
5646
+ */
5647
+ export interface VerifiedAccessEndpointLoadBalancerOptions {
5648
+ /**
5649
+ * <p>The IP protocol.</p>
5650
+ * @public
5651
+ */
5652
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
5653
+ /**
5654
+ * <p>The IP port number.</p>
5268
5655
  * @public
5269
5656
  */
5270
5657
  Port?: number | undefined;
@@ -5278,6 +5665,11 @@ export interface VerifiedAccessEndpointLoadBalancerOptions {
5278
5665
  * @public
5279
5666
  */
5280
5667
  SubnetIds?: string[] | undefined;
5668
+ /**
5669
+ * <p>The port ranges.</p>
5670
+ * @public
5671
+ */
5672
+ PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
5281
5673
  }
5282
5674
  /**
5283
5675
  * <p>Options for a network-interface type endpoint.</p>
@@ -5299,6 +5691,52 @@ export interface VerifiedAccessEndpointEniOptions {
5299
5691
  * @public
5300
5692
  */
5301
5693
  Port?: number | undefined;
5694
+ /**
5695
+ * <p>The port ranges.</p>
5696
+ * @public
5697
+ */
5698
+ PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
5699
+ }
5700
+ /**
5701
+ * <p>Describes the RDS options for a Verified Access endpoint.</p>
5702
+ * @public
5703
+ */
5704
+ export interface VerifiedAccessEndpointRdsOptions {
5705
+ /**
5706
+ * <p>The protocol.</p>
5707
+ * @public
5708
+ */
5709
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
5710
+ /**
5711
+ * <p>The port.</p>
5712
+ * @public
5713
+ */
5714
+ Port?: number | undefined;
5715
+ /**
5716
+ * <p>The ARN of the RDS instance.</p>
5717
+ * @public
5718
+ */
5719
+ RdsDbInstanceArn?: string | undefined;
5720
+ /**
5721
+ * <p>The ARN of the DB cluster.</p>
5722
+ * @public
5723
+ */
5724
+ RdsDbClusterArn?: string | undefined;
5725
+ /**
5726
+ * <p>The ARN of the RDS proxy.</p>
5727
+ * @public
5728
+ */
5729
+ RdsDbProxyArn?: string | undefined;
5730
+ /**
5731
+ * <p>The RDS endpoint.</p>
5732
+ * @public
5733
+ */
5734
+ RdsEndpoint?: string | undefined;
5735
+ /**
5736
+ * <p>The IDs of the subnets.</p>
5737
+ * @public
5738
+ */
5739
+ SubnetIds?: string[] | undefined;
5302
5740
  }
5303
5741
  /**
5304
5742
  * @public
@@ -5437,6 +5875,16 @@ export interface VerifiedAccessEndpoint {
5437
5875
  * @public
5438
5876
  */
5439
5877
  SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
5878
+ /**
5879
+ * <p>The options for an RDS endpoint.</p>
5880
+ * @public
5881
+ */
5882
+ RdsOptions?: VerifiedAccessEndpointRdsOptions | undefined;
5883
+ /**
5884
+ * <p>The options for a CIDR endpoint.</p>
5885
+ * @public
5886
+ */
5887
+ CidrOptions?: VerifiedAccessEndpointCidrOptions | undefined;
5440
5888
  }
5441
5889
  /**
5442
5890
  * @public
@@ -5589,6 +6037,11 @@ export interface CreateVerifiedAccessInstanceRequest {
5589
6037
  * @public
5590
6038
  */
5591
6039
  FIPSEnabled?: boolean | undefined;
6040
+ /**
6041
+ * <p>The custom subdomain.</p>
6042
+ * @public
6043
+ */
6044
+ CidrEndpointsCustomSubDomain?: string | undefined;
5592
6045
  }
5593
6046
  /**
5594
6047
  * @public
@@ -5619,6 +6072,52 @@ export interface CreateVerifiedAccessTrustProviderDeviceOptions {
5619
6072
  */
5620
6073
  PublicSigningKeyUrl?: string | undefined;
5621
6074
  }
6075
+ /**
6076
+ * <p>Describes the OpenID Connect (OIDC) options.</p>
6077
+ * @public
6078
+ */
6079
+ export interface CreateVerifiedAccessNativeApplicationOidcOptions {
6080
+ /**
6081
+ * <p>The public signing key endpoint.</p>
6082
+ * @public
6083
+ */
6084
+ PublicSigningKeyEndpoint?: string | undefined;
6085
+ /**
6086
+ * <p>The OIDC issuer identifier of the IdP.</p>
6087
+ * @public
6088
+ */
6089
+ Issuer?: string | undefined;
6090
+ /**
6091
+ * <p>The authorization endpoint of the IdP.</p>
6092
+ * @public
6093
+ */
6094
+ AuthorizationEndpoint?: string | undefined;
6095
+ /**
6096
+ * <p>The token endpoint of the IdP.</p>
6097
+ * @public
6098
+ */
6099
+ TokenEndpoint?: string | undefined;
6100
+ /**
6101
+ * <p>The user info endpoint of the IdP.</p>
6102
+ * @public
6103
+ */
6104
+ UserInfoEndpoint?: string | undefined;
6105
+ /**
6106
+ * <p>The OAuth 2.0 client identifier.</p>
6107
+ * @public
6108
+ */
6109
+ ClientId?: string | undefined;
6110
+ /**
6111
+ * <p>The OAuth 2.0 client secret.</p>
6112
+ * @public
6113
+ */
6114
+ ClientSecret?: string | undefined;
6115
+ /**
6116
+ * <p>The set of user claims to be requested from the IdP.</p>
6117
+ * @public
6118
+ */
6119
+ Scope?: string | undefined;
6120
+ }
5622
6121
  /**
5623
6122
  * <p>Describes the options when creating an Amazon Web Services Verified Access trust provider using the <code>user</code>
5624
6123
  * type.</p>
@@ -5727,6 +6226,11 @@ export interface CreateVerifiedAccessTrustProviderRequest {
5727
6226
  * @public
5728
6227
  */
5729
6228
  SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
6229
+ /**
6230
+ * <p>The OpenID Connect (OIDC) options.</p>
6231
+ * @public
6232
+ */
6233
+ NativeApplicationOidcOptions?: CreateVerifiedAccessNativeApplicationOidcOptions | undefined;
5730
6234
  }
5731
6235
  /**
5732
6236
  * @public
@@ -5998,7 +6502,7 @@ export interface Volume {
5998
6502
  */
5999
6503
  SseType?: SSEType | undefined;
6000
6504
  /**
6001
- * <p>The entity that manages the volume.</p>
6505
+ * <p>The service provider that manages the volume.</p>
6002
6506
  * @public
6003
6507
  */
6004
6508
  Operator?: OperatorResponse | undefined;
@@ -6375,6 +6879,8 @@ export declare const VpcEndpointType: {
6375
6879
  readonly Gateway: "Gateway";
6376
6880
  readonly GatewayLoadBalancer: "GatewayLoadBalancer";
6377
6881
  readonly Interface: "Interface";
6882
+ readonly Resource: "Resource";
6883
+ readonly ServiceNetwork: "ServiceNetwork";
6378
6884
  };
6379
6885
  /**
6380
6886
  * @public
@@ -6406,7 +6912,7 @@ export interface CreateVpcEndpointRequest {
6406
6912
  * <p>The name of the endpoint service.</p>
6407
6913
  * @public
6408
6914
  */
6409
- ServiceName: string | undefined;
6915
+ ServiceName?: string | undefined;
6410
6916
  /**
6411
6917
  * <p>(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the
6412
6918
  * service. The policy must be in valid JSON format. If this parameter is not specified, we
@@ -6476,6 +6982,23 @@ export interface CreateVpcEndpointRequest {
6476
6982
  * @public
6477
6983
  */
6478
6984
  SubnetConfigurations?: SubnetConfiguration[] | undefined;
6985
+ /**
6986
+ * <p>The Amazon Resource Name (ARN) of a service network that will be associated with the VPC
6987
+ * endpoint of type service-network.</p>
6988
+ * @public
6989
+ */
6990
+ ServiceNetworkArn?: string | undefined;
6991
+ /**
6992
+ * <p>The Amazon Resource Name (ARN) of a resource configuration that will be associated with
6993
+ * the VPC endpoint of type resource.</p>
6994
+ * @public
6995
+ */
6996
+ ResourceConfigurationArn?: string | undefined;
6997
+ /**
6998
+ * <p>The Region where the service is hosted. The default is the current Region.</p>
6999
+ * @public
7000
+ */
7001
+ ServiceRegion?: string | undefined;
6479
7002
  }
6480
7003
  /**
6481
7004
  * <p>Describes a DNS entry.</p>
@@ -6525,6 +7048,22 @@ export interface SecurityGroupIdentifier {
6525
7048
  */
6526
7049
  GroupName?: string | undefined;
6527
7050
  }
7051
+ /**
7052
+ * <p>Prefixes of the subnet IP.</p>
7053
+ * @public
7054
+ */
7055
+ export interface SubnetIpPrefixes {
7056
+ /**
7057
+ * <p>ID of the subnet.</p>
7058
+ * @public
7059
+ */
7060
+ SubnetId?: string | undefined;
7061
+ /**
7062
+ * <p>Array of SubnetIpPrefixes objects.</p>
7063
+ * @public
7064
+ */
7065
+ IpPrefixes?: string[] | undefined;
7066
+ }
6528
7067
  /**
6529
7068
  * <p>The last error that occurred for a VPC endpoint.</p>
6530
7069
  * @public
@@ -6551,6 +7090,7 @@ export declare const State: {
6551
7090
  readonly Deleting: "Deleting";
6552
7091
  readonly Expired: "Expired";
6553
7092
  readonly Failed: "Failed";
7093
+ readonly Partial: "Partial";
6554
7094
  readonly Pending: "Pending";
6555
7095
  readonly PendingAcceptance: "PendingAcceptance";
6556
7096
  readonly Rejected: "Rejected";
@@ -6660,6 +7200,36 @@ export interface VpcEndpoint {
6660
7200
  * @public
6661
7201
  */
6662
7202
  LastError?: LastError | undefined;
7203
+ /**
7204
+ * <p>Array of IPv4 prefixes.</p>
7205
+ * @public
7206
+ */
7207
+ Ipv4Prefixes?: SubnetIpPrefixes[] | undefined;
7208
+ /**
7209
+ * <p>Array of IPv6 prefixes.</p>
7210
+ * @public
7211
+ */
7212
+ Ipv6Prefixes?: SubnetIpPrefixes[] | undefined;
7213
+ /**
7214
+ * <p>Reason for the failure.</p>
7215
+ * @public
7216
+ */
7217
+ FailureReason?: string | undefined;
7218
+ /**
7219
+ * <p>The Amazon Resource Name (ARN) of the service network.</p>
7220
+ * @public
7221
+ */
7222
+ ServiceNetworkArn?: string | undefined;
7223
+ /**
7224
+ * <p>The Amazon Resource Name (ARN) of the resource configuration.</p>
7225
+ * @public
7226
+ */
7227
+ ResourceConfigurationArn?: string | undefined;
7228
+ /**
7229
+ * <p>The Region where the service is hosted.</p>
7230
+ * @public
7231
+ */
7232
+ ServiceRegion?: string | undefined;
6663
7233
  }
6664
7234
  /**
6665
7235
  * @public
@@ -6774,7 +7344,7 @@ export interface ConnectionNotification {
6774
7344
  ConnectionNotificationArn?: string | undefined;
6775
7345
  /**
6776
7346
  * <p>The events for the notification. Valid values are <code>Accept</code>,
6777
- * <code>Connect</code>, <code>Delete</code>, and <code>Reject</code>.</p>
7347
+ * <code>Connect</code>, <code>Delete</code>, and <code>Reject</code>.</p>
6778
7348
  * @public
6779
7349
  */
6780
7350
  ConnectionEvents?: string[] | undefined;
@@ -6783,6 +7353,11 @@ export interface ConnectionNotification {
6783
7353
  * @public
6784
7354
  */
6785
7355
  ConnectionNotificationState?: ConnectionNotificationState | undefined;
7356
+ /**
7357
+ * <p>The Region for the endpoint service.</p>
7358
+ * @public
7359
+ */
7360
+ ServiceRegion?: string | undefined;
6786
7361
  }
6787
7362
  /**
6788
7363
  * @public
@@ -6837,6 +7412,11 @@ export interface CreateVpcEndpointServiceConfigurationRequest {
6837
7412
  * @public
6838
7413
  */
6839
7414
  SupportedIpAddressTypes?: string[] | undefined;
7415
+ /**
7416
+ * <p>The Regions from which service consumers can access the service.</p>
7417
+ * @public
7418
+ */
7419
+ SupportedRegions?: string[] | undefined;
6840
7420
  /**
6841
7421
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
6842
7422
  * For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure
@@ -6954,6 +7534,23 @@ export declare const ServiceConnectivityType: {
6954
7534
  * @public
6955
7535
  */
6956
7536
  export type ServiceConnectivityType = (typeof ServiceConnectivityType)[keyof typeof ServiceConnectivityType];
7537
+ /**
7538
+ * <p>Describes a supported Region.</p>
7539
+ * @public
7540
+ */
7541
+ export interface SupportedRegionDetail {
7542
+ /**
7543
+ * <p>The Region code.</p>
7544
+ * @public
7545
+ */
7546
+ Region?: string | undefined;
7547
+ /**
7548
+ * <p>The service state. The possible values are <code>Pending</code>, <code>Available</code>,
7549
+ * <code>Deleting</code>, <code>Deleted</code>, <code>Failed</code>, and <code>Closed</code>.</p>
7550
+ * @public
7551
+ */
7552
+ ServiceState?: string | undefined;
7553
+ }
6957
7554
  /**
6958
7555
  * <p>Describes a service configuration for a VPC endpoint service.</p>
6959
7556
  * @public
@@ -7035,6 +7632,17 @@ export interface ServiceConfiguration {
7035
7632
  * @public
7036
7633
  */
7037
7634
  Tags?: Tag[] | undefined;
7635
+ /**
7636
+ * <p>The supported Regions.</p>
7637
+ * @public
7638
+ */
7639
+ SupportedRegions?: SupportedRegionDetail[] | undefined;
7640
+ /**
7641
+ * <p>Indicates whether consumers can access the service from a Region other than the
7642
+ * Region where the service is hosted.</p>
7643
+ * @public
7644
+ */
7645
+ RemoteAccessEnabled?: boolean | undefined;
7038
7646
  }
7039
7647
  /**
7040
7648
  * @public
@@ -8305,269 +8913,9 @@ export interface DeleteCoipCidrResult {
8305
8913
  CoipCidr?: CoipCidr | undefined;
8306
8914
  }
8307
8915
  /**
8308
- * @public
8309
- */
8310
- export interface DeleteCoipPoolRequest {
8311
- /**
8312
- * <p>The ID of the CoIP pool that you want to delete. </p>
8313
- * @public
8314
- */
8315
- CoipPoolId: string | undefined;
8316
- /**
8317
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8318
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8319
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8320
- * @public
8321
- */
8322
- DryRun?: boolean | undefined;
8323
- }
8324
- /**
8325
- * @public
8326
- */
8327
- export interface DeleteCoipPoolResult {
8328
- /**
8329
- * <p>Information about the CoIP address pool.</p>
8330
- * @public
8331
- */
8332
- CoipPool?: CoipPool | undefined;
8333
- }
8334
- /**
8335
- * <p>Contains the parameters for DeleteCustomerGateway.</p>
8336
- * @public
8337
- */
8338
- export interface DeleteCustomerGatewayRequest {
8339
- /**
8340
- * <p>The ID of the customer gateway.</p>
8341
- * @public
8342
- */
8343
- CustomerGatewayId: string | undefined;
8344
- /**
8345
- * <p>Checks whether you have the required permissions for the action, without actually
8346
- * making the request, and provides an error response. If you have the required
8347
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
8348
- * <code>UnauthorizedOperation</code>.</p>
8349
- * @public
8350
- */
8351
- DryRun?: boolean | undefined;
8352
- }
8353
- /**
8354
- * @public
8355
- */
8356
- export interface DeleteDhcpOptionsRequest {
8357
- /**
8358
- * <p>The ID of the DHCP options set.</p>
8359
- * @public
8360
- */
8361
- DhcpOptionsId: string | undefined;
8362
- /**
8363
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8364
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8365
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8366
- * @public
8367
- */
8368
- DryRun?: boolean | undefined;
8369
- }
8370
- /**
8371
- * @public
8372
- */
8373
- export interface DeleteEgressOnlyInternetGatewayRequest {
8374
- /**
8375
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8376
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8377
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8378
- * @public
8379
- */
8380
- DryRun?: boolean | undefined;
8381
- /**
8382
- * <p>The ID of the egress-only internet gateway.</p>
8383
- * @public
8384
- */
8385
- EgressOnlyInternetGatewayId: string | undefined;
8386
- }
8387
- /**
8388
- * @public
8389
- */
8390
- export interface DeleteEgressOnlyInternetGatewayResult {
8391
- /**
8392
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
8393
- * @public
8394
- */
8395
- ReturnCode?: boolean | undefined;
8396
- }
8397
- /**
8398
- * @public
8399
- */
8400
- export interface DeleteFleetsRequest {
8401
- /**
8402
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8403
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8404
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8405
- * @public
8406
- */
8407
- DryRun?: boolean | undefined;
8408
- /**
8409
- * <p>The IDs of the EC2 Fleets.</p>
8410
- * <p>Constraints: In a single request, you can specify up to 25 <code>instant</code> fleet
8411
- * IDs and up to 100 <code>maintain</code> or <code>request</code> fleet IDs. </p>
8412
- * @public
8413
- */
8414
- FleetIds: string[] | undefined;
8415
- /**
8416
- * <p>Indicates whether to terminate the associated instances when the EC2 Fleet is deleted. The default is to
8417
- * terminate the instances.</p>
8418
- * <p>To let the instances continue to run after the EC2 Fleet is deleted, specify
8419
- * <code>no-terminate-instances</code>. Supported only for fleets of type
8420
- * <code>maintain</code> and <code>request</code>.</p>
8421
- * <p>For <code>instant</code> fleets, you cannot specify <code>NoTerminateInstances</code>. A
8422
- * deleted <code>instant</code> fleet with running instances is not supported.</p>
8423
- * @public
8424
- */
8425
- TerminateInstances: boolean | undefined;
8426
- }
8427
- /**
8428
- * @public
8429
- * @enum
8430
- */
8431
- export declare const FleetStateCode: {
8432
- readonly ACTIVE: "active";
8433
- readonly DELETED: "deleted";
8434
- readonly DELETED_RUNNING: "deleted_running";
8435
- readonly DELETED_TERMINATING_INSTANCES: "deleted_terminating";
8436
- readonly FAILED: "failed";
8437
- readonly MODIFYING: "modifying";
8438
- readonly SUBMITTED: "submitted";
8439
- };
8440
- /**
8441
- * @public
8442
- */
8443
- export type FleetStateCode = (typeof FleetStateCode)[keyof typeof FleetStateCode];
8444
- /**
8445
- * <p>Describes an EC2 Fleet that was successfully deleted.</p>
8446
- * @public
8447
- */
8448
- export interface DeleteFleetSuccessItem {
8449
- /**
8450
- * <p>The current state of the EC2 Fleet.</p>
8451
- * @public
8452
- */
8453
- CurrentFleetState?: FleetStateCode | undefined;
8454
- /**
8455
- * <p>The previous state of the EC2 Fleet.</p>
8456
- * @public
8457
- */
8458
- PreviousFleetState?: FleetStateCode | undefined;
8459
- /**
8460
- * <p>The ID of the EC2 Fleet.</p>
8461
- * @public
8462
- */
8463
- FleetId?: string | undefined;
8464
- }
8465
- /**
8466
- * @public
8467
- * @enum
8468
- */
8469
- export declare const DeleteFleetErrorCode: {
8470
- readonly FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist";
8471
- readonly FLEET_ID_MALFORMED: "fleetIdMalformed";
8472
- readonly FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState";
8473
- readonly UNEXPECTED_ERROR: "unexpectedError";
8474
- };
8475
- /**
8476
- * @public
8477
- */
8478
- export type DeleteFleetErrorCode = (typeof DeleteFleetErrorCode)[keyof typeof DeleteFleetErrorCode];
8479
- /**
8480
- * <p>Describes an EC2 Fleet error.</p>
8481
- * @public
8482
- */
8483
- export interface DeleteFleetError {
8484
- /**
8485
- * <p>The error code.</p>
8486
- * @public
8487
- */
8488
- Code?: DeleteFleetErrorCode | undefined;
8489
- /**
8490
- * <p>The description for the error code.</p>
8491
- * @public
8492
- */
8493
- Message?: string | undefined;
8494
- }
8495
- /**
8496
- * <p>Describes an EC2 Fleet that was not successfully deleted.</p>
8497
- * @public
8498
- */
8499
- export interface DeleteFleetErrorItem {
8500
- /**
8501
- * <p>The error.</p>
8502
- * @public
8503
- */
8504
- Error?: DeleteFleetError | undefined;
8505
- /**
8506
- * <p>The ID of the EC2 Fleet.</p>
8507
- * @public
8508
- */
8509
- FleetId?: string | undefined;
8510
- }
8511
- /**
8512
- * @public
8513
- */
8514
- export interface DeleteFleetsResult {
8515
- /**
8516
- * <p>Information about the EC2 Fleets that are successfully deleted.</p>
8517
- * @public
8518
- */
8519
- SuccessfulFleetDeletions?: DeleteFleetSuccessItem[] | undefined;
8520
- /**
8521
- * <p>Information about the EC2 Fleets that are not successfully deleted.</p>
8522
- * @public
8523
- */
8524
- UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[] | undefined;
8525
- }
8526
- /**
8527
- * @public
8528
- */
8529
- export interface DeleteFlowLogsRequest {
8530
- /**
8531
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8532
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8533
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8534
- * @public
8535
- */
8536
- DryRun?: boolean | undefined;
8537
- /**
8538
- * <p>One or more flow log IDs.</p>
8539
- * <p>Constraint: Maximum of 1000 flow log IDs.</p>
8540
- * @public
8541
- */
8542
- FlowLogIds: string[] | undefined;
8543
- }
8544
- /**
8545
- * @public
8546
- */
8547
- export interface DeleteFlowLogsResult {
8548
- /**
8549
- * <p>Information about the flow logs that could not be deleted successfully.</p>
8550
- * @public
8551
- */
8552
- Unsuccessful?: UnsuccessfulItem[] | undefined;
8553
- }
8554
- /**
8555
- * @public
8916
+ * @internal
8556
8917
  */
8557
- export interface DeleteFpgaImageRequest {
8558
- /**
8559
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8560
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8561
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8562
- * @public
8563
- */
8564
- DryRun?: boolean | undefined;
8565
- /**
8566
- * <p>The ID of the AFI.</p>
8567
- * @public
8568
- */
8569
- FpgaImageId: string | undefined;
8570
- }
8918
+ export declare const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (obj: CreateVerifiedAccessNativeApplicationOidcOptions) => any;
8571
8919
  /**
8572
8920
  * @internal
8573
8921
  */