@aws-sdk/client-ec2 3.701.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 (289) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2100 -432
  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 +28 -19
  20. package/dist-es/models/models_3.js +21 -9
  21. package/dist-es/models/models_4.js +9 -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 +1548 -123
  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 +1 -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 +1 -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 +26 -5
  104. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  108. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  109. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -2
  114. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  115. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  116. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  117. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  119. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -5
  120. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  122. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  123. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  124. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  126. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  129. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  131. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  132. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  133. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  134. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  136. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  138. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  139. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  140. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  141. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  142. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +21 -2
  144. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  145. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  146. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +100 -0
  147. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  148. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  149. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  150. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  151. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  152. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  153. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  154. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  157. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  158. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  159. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  160. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  161. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  162. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  163. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  164. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  165. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  166. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  167. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  168. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  169. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  170. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  171. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  172. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  173. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  174. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  175. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  176. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  177. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  178. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  186. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -3
  190. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
  191. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
  192. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
  193. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  194. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  195. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  196. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  197. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  198. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  199. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  200. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  201. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  202. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  203. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  204. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  205. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  206. package/dist-types/commands/index.d.ts +11 -0
  207. package/dist-types/models/index.d.ts +1 -0
  208. package/dist-types/models/models_0.d.ts +119 -298
  209. package/dist-types/models/models_1.d.ts +324 -199
  210. package/dist-types/models/models_2.d.ts +553 -274
  211. package/dist-types/models/models_3.d.ts +396 -839
  212. package/dist-types/models/models_4.d.ts +7095 -7084
  213. package/dist-types/models/models_5.d.ts +5587 -5044
  214. package/dist-types/models/models_6.d.ts +4288 -4396
  215. package/dist-types/models/models_7.d.ts +1424 -15
  216. package/dist-types/models/models_8.d.ts +11 -0
  217. package/dist-types/protocols/Aws_ec2.d.ts +99 -0
  218. package/dist-types/ts3.4/EC2.d.ts +216 -0
  219. package/dist-types/ts3.4/EC2Client.d.ts +66 -0
  220. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  221. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  222. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -4
  223. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  224. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +4 -2
  230. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -4
  232. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  235. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  240. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  241. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +51 -0
  242. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  255. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  256. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +4 -2
  274. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  275. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  276. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
  277. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  278. package/dist-types/ts3.4/models/index.d.ts +1 -0
  279. package/dist-types/ts3.4/models/models_0.d.ts +37 -64
  280. package/dist-types/ts3.4/models/models_1.d.ts +83 -54
  281. package/dist-types/ts3.4/models/models_2.d.ts +140 -81
  282. package/dist-types/ts3.4/models/models_3.d.ts +96 -153
  283. package/dist-types/ts3.4/models/models_4.d.ts +154 -134
  284. package/dist-types/ts3.4/models/models_5.d.ts +191 -127
  285. package/dist-types/ts3.4/models/models_6.d.ts +235 -266
  286. package/dist-types/ts3.4/models/models_7.d.ts +323 -6
  287. package/dist-types/ts3.4/models/models_8.d.ts +4 -0
  288. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  289. package/package.json +1 -1
@@ -1,5 +1,196 @@
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, CoipPool, ConnectionTrackingSpecificationRequest, ConnectivityType, GatewayType, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, NatGatewayState, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ProvisionedBandwidth, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
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;
@@ -5115,30 +5306,75 @@ export declare const VerifiedAccessEndpointAttachmentType: {
5115
5306
  * @public
5116
5307
  */
5117
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
+ }
5118
5325
  /**
5119
5326
  * @public
5120
5327
  * @enum
5121
5328
  */
5122
- export declare const VerifiedAccessEndpointType: {
5123
- readonly load_balancer: "load-balancer";
5124
- readonly network_interface: "network-interface";
5329
+ export declare const VerifiedAccessEndpointProtocol: {
5330
+ readonly http: "http";
5331
+ readonly https: "https";
5332
+ readonly tcp: "tcp";
5125
5333
  };
5126
5334
  /**
5127
5335
  * @public
5128
5336
  */
5129
- 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
+ }
5130
5364
  /**
5131
5365
  * @public
5132
5366
  * @enum
5133
5367
  */
5134
- export declare const VerifiedAccessEndpointProtocol: {
5135
- readonly http: "http";
5136
- 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";
5137
5373
  };
5138
5374
  /**
5139
5375
  * @public
5140
5376
  */
5141
- export type VerifiedAccessEndpointProtocol = (typeof VerifiedAccessEndpointProtocol)[keyof typeof VerifiedAccessEndpointProtocol];
5377
+ export type VerifiedAccessEndpointType = (typeof VerifiedAccessEndpointType)[keyof typeof VerifiedAccessEndpointType];
5142
5378
  /**
5143
5379
  * <p>Describes the load balancer options when creating an Amazon Web Services Verified Access endpoint using the
5144
5380
  * <code>load-balancer</code> type.</p>
@@ -5165,6 +5401,11 @@ export interface CreateVerifiedAccessEndpointLoadBalancerOptions {
5165
5401
  * @public
5166
5402
  */
5167
5403
  SubnetIds?: string[] | undefined;
5404
+ /**
5405
+ * <p>The port ranges.</p>
5406
+ * @public
5407
+ */
5408
+ PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
5168
5409
  }
5169
5410
  /**
5170
5411
  * <p>Describes the network interface options when creating an Amazon Web Services Verified Access endpoint using the
@@ -5187,6 +5428,52 @@ export interface CreateVerifiedAccessEndpointEniOptions {
5187
5428
  * @public
5188
5429
  */
5189
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;
5190
5477
  }
5191
5478
  /**
5192
5479
  * <p>
@@ -5237,18 +5524,18 @@ export interface CreateVerifiedAccessEndpointRequest {
5237
5524
  * application.</p>
5238
5525
  * @public
5239
5526
  */
5240
- DomainCertificateArn: string | undefined;
5527
+ DomainCertificateArn?: string | undefined;
5241
5528
  /**
5242
5529
  * <p>The DNS name for users to reach your application.</p>
5243
5530
  * @public
5244
5531
  */
5245
- ApplicationDomain: string | undefined;
5532
+ ApplicationDomain?: string | undefined;
5246
5533
  /**
5247
5534
  * <p>A custom identifier that is prepended to the DNS name that is generated for the
5248
5535
  * endpoint.</p>
5249
5536
  * @public
5250
5537
  */
5251
- EndpointDomainPrefix: string | undefined;
5538
+ EndpointDomainPrefix?: string | undefined;
5252
5539
  /**
5253
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>
5254
5541
  * @public
@@ -5299,60 +5586,163 @@ export interface CreateVerifiedAccessEndpointRequest {
5299
5586
  * @public
5300
5587
  */
5301
5588
  SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
5302
- }
5303
- /**
5304
- * <p>Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the
5305
- * <code>load-balancer</code> type.</p>
5306
- * @public
5307
- */
5308
- export interface VerifiedAccessEndpointLoadBalancerOptions {
5309
5589
  /**
5310
- * <p>The IP protocol.</p>
5590
+ * <p>The RDS details. This parameter is required if the endpoint type is <code>rds</code>.</p>
5311
5591
  * @public
5312
5592
  */
5313
- Protocol?: VerifiedAccessEndpointProtocol | undefined;
5593
+ RdsOptions?: CreateVerifiedAccessEndpointRdsOptions | undefined;
5314
5594
  /**
5315
- * <p>The IP port number.</p>
5595
+ * <p>The CIDR options. This parameter is required if the endpoint type is <code>cidr</code>.</p>
5316
5596
  * @public
5317
5597
  */
5318
- Port?: number | undefined;
5598
+ CidrOptions?: CreateVerifiedAccessEndpointCidrOptions | undefined;
5599
+ }
5600
+ /**
5601
+ * <p>Describes a port range.</p>
5602
+ * @public
5603
+ */
5604
+ export interface VerifiedAccessEndpointPortRange {
5319
5605
  /**
5320
- * <p>The ARN of the load balancer.</p>
5606
+ * <p>The start of the port range.</p>
5321
5607
  * @public
5322
5608
  */
5323
- LoadBalancerArn?: string | undefined;
5609
+ FromPort?: number | undefined;
5324
5610
  /**
5325
- * <p>The IDs of the subnets.</p>
5611
+ * <p>The end of the port range.</p>
5326
5612
  * @public
5327
5613
  */
5328
- SubnetIds?: string[] | undefined;
5614
+ ToPort?: number | undefined;
5329
5615
  }
5330
5616
  /**
5331
- * <p>Options for a network-interface type endpoint.</p>
5617
+ * <p>Describes the CIDR options for a Verified Access endpoint.</p>
5332
5618
  * @public
5333
5619
  */
5334
- export interface VerifiedAccessEndpointEniOptions {
5620
+ export interface VerifiedAccessEndpointCidrOptions {
5335
5621
  /**
5336
- * <p>The ID of the network interface.</p>
5622
+ * <p>The CIDR.</p>
5337
5623
  * @public
5338
5624
  */
5339
- NetworkInterfaceId?: string | undefined;
5625
+ Cidr?: string | undefined;
5340
5626
  /**
5341
- * <p>The IP protocol.</p>
5627
+ * <p>The port ranges.</p>
5628
+ * @public
5629
+ */
5630
+ PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
5631
+ /**
5632
+ * <p>The protocol.</p>
5342
5633
  * @public
5343
5634
  */
5344
5635
  Protocol?: VerifiedAccessEndpointProtocol | undefined;
5345
5636
  /**
5346
- * <p>The IP port number.</p>
5637
+ * <p>The IDs of the subnets.</p>
5347
5638
  * @public
5348
5639
  */
5349
- Port?: number | undefined;
5640
+ SubnetIds?: string[] | undefined;
5350
5641
  }
5351
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>
5352
5645
  * @public
5353
- * @enum
5354
5646
  */
5355
- export declare const VerifiedAccessEndpointStatusCode: {
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>
5655
+ * @public
5656
+ */
5657
+ Port?: number | undefined;
5658
+ /**
5659
+ * <p>The ARN of the load balancer.</p>
5660
+ * @public
5661
+ */
5662
+ LoadBalancerArn?: string | undefined;
5663
+ /**
5664
+ * <p>The IDs of the subnets.</p>
5665
+ * @public
5666
+ */
5667
+ SubnetIds?: string[] | undefined;
5668
+ /**
5669
+ * <p>The port ranges.</p>
5670
+ * @public
5671
+ */
5672
+ PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
5673
+ }
5674
+ /**
5675
+ * <p>Options for a network-interface type endpoint.</p>
5676
+ * @public
5677
+ */
5678
+ export interface VerifiedAccessEndpointEniOptions {
5679
+ /**
5680
+ * <p>The ID of the network interface.</p>
5681
+ * @public
5682
+ */
5683
+ NetworkInterfaceId?: string | undefined;
5684
+ /**
5685
+ * <p>The IP protocol.</p>
5686
+ * @public
5687
+ */
5688
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
5689
+ /**
5690
+ * <p>The IP port number.</p>
5691
+ * @public
5692
+ */
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;
5740
+ }
5741
+ /**
5742
+ * @public
5743
+ * @enum
5744
+ */
5745
+ export declare const VerifiedAccessEndpointStatusCode: {
5356
5746
  readonly active: "active";
5357
5747
  readonly deleted: "deleted";
5358
5748
  readonly deleting: "deleting";
@@ -5485,6 +5875,16 @@ export interface VerifiedAccessEndpoint {
5485
5875
  * @public
5486
5876
  */
5487
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;
5488
5888
  }
5489
5889
  /**
5490
5890
  * @public
@@ -5637,6 +6037,11 @@ export interface CreateVerifiedAccessInstanceRequest {
5637
6037
  * @public
5638
6038
  */
5639
6039
  FIPSEnabled?: boolean | undefined;
6040
+ /**
6041
+ * <p>The custom subdomain.</p>
6042
+ * @public
6043
+ */
6044
+ CidrEndpointsCustomSubDomain?: string | undefined;
5640
6045
  }
5641
6046
  /**
5642
6047
  * @public
@@ -5667,6 +6072,52 @@ export interface CreateVerifiedAccessTrustProviderDeviceOptions {
5667
6072
  */
5668
6073
  PublicSigningKeyUrl?: string | undefined;
5669
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
+ }
5670
6121
  /**
5671
6122
  * <p>Describes the options when creating an Amazon Web Services Verified Access trust provider using the <code>user</code>
5672
6123
  * type.</p>
@@ -5775,6 +6226,11 @@ export interface CreateVerifiedAccessTrustProviderRequest {
5775
6226
  * @public
5776
6227
  */
5777
6228
  SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
6229
+ /**
6230
+ * <p>The OpenID Connect (OIDC) options.</p>
6231
+ * @public
6232
+ */
6233
+ NativeApplicationOidcOptions?: CreateVerifiedAccessNativeApplicationOidcOptions | undefined;
5778
6234
  }
5779
6235
  /**
5780
6236
  * @public
@@ -6046,7 +6502,7 @@ export interface Volume {
6046
6502
  */
6047
6503
  SseType?: SSEType | undefined;
6048
6504
  /**
6049
- * <p>The entity that manages the volume.</p>
6505
+ * <p>The service provider that manages the volume.</p>
6050
6506
  * @public
6051
6507
  */
6052
6508
  Operator?: OperatorResponse | undefined;
@@ -6423,6 +6879,8 @@ export declare const VpcEndpointType: {
6423
6879
  readonly Gateway: "Gateway";
6424
6880
  readonly GatewayLoadBalancer: "GatewayLoadBalancer";
6425
6881
  readonly Interface: "Interface";
6882
+ readonly Resource: "Resource";
6883
+ readonly ServiceNetwork: "ServiceNetwork";
6426
6884
  };
6427
6885
  /**
6428
6886
  * @public
@@ -6454,7 +6912,7 @@ export interface CreateVpcEndpointRequest {
6454
6912
  * <p>The name of the endpoint service.</p>
6455
6913
  * @public
6456
6914
  */
6457
- ServiceName: string | undefined;
6915
+ ServiceName?: string | undefined;
6458
6916
  /**
6459
6917
  * <p>(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the
6460
6918
  * service. The policy must be in valid JSON format. If this parameter is not specified, we
@@ -6524,6 +6982,18 @@ export interface CreateVpcEndpointRequest {
6524
6982
  * @public
6525
6983
  */
6526
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;
6527
6997
  /**
6528
6998
  * <p>The Region where the service is hosted. The default is the current Region.</p>
6529
6999
  * @public
@@ -6578,6 +7048,22 @@ export interface SecurityGroupIdentifier {
6578
7048
  */
6579
7049
  GroupName?: string | undefined;
6580
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
+ }
6581
7067
  /**
6582
7068
  * <p>The last error that occurred for a VPC endpoint.</p>
6583
7069
  * @public
@@ -6604,6 +7090,7 @@ export declare const State: {
6604
7090
  readonly Deleting: "Deleting";
6605
7091
  readonly Expired: "Expired";
6606
7092
  readonly Failed: "Failed";
7093
+ readonly Partial: "Partial";
6607
7094
  readonly Pending: "Pending";
6608
7095
  readonly PendingAcceptance: "PendingAcceptance";
6609
7096
  readonly Rejected: "Rejected";
@@ -6713,6 +7200,31 @@ export interface VpcEndpoint {
6713
7200
  * @public
6714
7201
  */
6715
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;
6716
7228
  /**
6717
7229
  * <p>The Region where the service is hosted.</p>
6718
7230
  * @public
@@ -8401,242 +8913,9 @@ export interface DeleteCoipCidrResult {
8401
8913
  CoipCidr?: CoipCidr | undefined;
8402
8914
  }
8403
8915
  /**
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
8916
+ * @internal
8624
8917
  */
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
- }
8918
+ export declare const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (obj: CreateVerifiedAccessNativeApplicationOidcOptions) => any;
8640
8919
  /**
8641
8920
  * @internal
8642
8921
  */