@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
@@ -22,7 +22,6 @@ import {
22
22
  TransitGatewayPeeringAttachment,
23
23
  TransitGatewayVpcAttachment,
24
24
  TrustProviderType,
25
- UnsuccessfulItem,
26
25
  UserTrustProviderType,
27
26
  VerifiedAccessInstance,
28
27
  VerifiedAccessSseSpecificationResponse,
@@ -36,23 +35,69 @@ import {
36
35
  ClientVpnEndpointStatus,
37
36
  ClientVpnRouteStatus,
38
37
  CoipCidr,
39
- CoipPool,
40
38
  ConnectionTrackingSpecificationRequest,
41
- ConnectivityType,
42
39
  GatewayType,
43
40
  InstanceIpv6Address,
44
41
  Ipv4PrefixSpecificationRequest,
45
42
  Ipv6PrefixSpecificationRequest,
46
- NatGatewayState,
47
43
  OperatorRequest,
48
44
  OperatorResponse,
45
+ PrefixListState,
49
46
  PrivateIpAddressSpecification,
50
- ProvisionedBandwidth,
51
47
  Subnet,
52
48
  Tenancy,
53
49
  VolumeType,
54
50
  Vpc,
55
51
  } from "./models_1";
52
+ export interface ManagedPrefixList {
53
+ PrefixListId?: string | undefined;
54
+ AddressFamily?: string | undefined;
55
+ State?: PrefixListState | undefined;
56
+ StateMessage?: string | undefined;
57
+ PrefixListArn?: string | undefined;
58
+ PrefixListName?: string | undefined;
59
+ MaxEntries?: number | undefined;
60
+ Version?: number | undefined;
61
+ Tags?: Tag[] | undefined;
62
+ OwnerId?: string | undefined;
63
+ }
64
+ export interface CreateManagedPrefixListResult {
65
+ PrefixList?: ManagedPrefixList | undefined;
66
+ }
67
+ export declare const ConnectivityType: {
68
+ readonly PRIVATE: "private";
69
+ readonly PUBLIC: "public";
70
+ };
71
+ export type ConnectivityType =
72
+ (typeof ConnectivityType)[keyof typeof ConnectivityType];
73
+ export interface CreateNatGatewayRequest {
74
+ AllocationId?: string | undefined;
75
+ ClientToken?: string | undefined;
76
+ DryRun?: boolean | undefined;
77
+ SubnetId: string | undefined;
78
+ TagSpecifications?: TagSpecification[] | undefined;
79
+ ConnectivityType?: ConnectivityType | undefined;
80
+ PrivateIpAddress?: string | undefined;
81
+ SecondaryAllocationIds?: string[] | undefined;
82
+ SecondaryPrivateIpAddresses?: string[] | undefined;
83
+ SecondaryPrivateIpAddressCount?: number | undefined;
84
+ }
85
+ export interface ProvisionedBandwidth {
86
+ ProvisionTime?: Date | undefined;
87
+ Provisioned?: string | undefined;
88
+ RequestTime?: Date | undefined;
89
+ Requested?: string | undefined;
90
+ Status?: string | undefined;
91
+ }
92
+ export declare const NatGatewayState: {
93
+ readonly AVAILABLE: "available";
94
+ readonly DELETED: "deleted";
95
+ readonly DELETING: "deleting";
96
+ readonly FAILED: "failed";
97
+ readonly PENDING: "pending";
98
+ };
99
+ export type NatGatewayState =
100
+ (typeof NatGatewayState)[keyof typeof NatGatewayState];
56
101
  export interface NatGateway {
57
102
  CreateTime?: Date | undefined;
58
103
  DeleteTime?: Date | undefined;
@@ -608,6 +653,11 @@ export declare const StorageTier: {
608
653
  readonly standard: "standard";
609
654
  };
610
655
  export type StorageTier = (typeof StorageTier)[keyof typeof StorageTier];
656
+ export declare const TransferType: {
657
+ readonly standard: "standard";
658
+ readonly time_based: "time-based";
659
+ };
660
+ export type TransferType = (typeof TransferType)[keyof typeof TransferType];
611
661
  export interface Snapshot {
612
662
  OwnerAlias?: string | undefined;
613
663
  OutpostArn?: string | undefined;
@@ -615,6 +665,9 @@ export interface Snapshot {
615
665
  StorageTier?: StorageTier | undefined;
616
666
  RestoreExpiryTime?: Date | undefined;
617
667
  SseType?: SSEType | undefined;
668
+ TransferType?: TransferType | undefined;
669
+ CompletionDurationMinutes?: number | undefined;
670
+ CompletionTime?: Date | undefined;
618
671
  SnapshotId?: string | undefined;
619
672
  VolumeId?: string | undefined;
620
673
  State?: SnapshotState | undefined;
@@ -1303,28 +1356,52 @@ export declare const VerifiedAccessEndpointAttachmentType: {
1303
1356
  };
1304
1357
  export type VerifiedAccessEndpointAttachmentType =
1305
1358
  (typeof VerifiedAccessEndpointAttachmentType)[keyof typeof VerifiedAccessEndpointAttachmentType];
1306
- export declare const VerifiedAccessEndpointType: {
1307
- readonly load_balancer: "load-balancer";
1308
- readonly network_interface: "network-interface";
1309
- };
1310
- export type VerifiedAccessEndpointType =
1311
- (typeof VerifiedAccessEndpointType)[keyof typeof VerifiedAccessEndpointType];
1359
+ export interface CreateVerifiedAccessEndpointPortRange {
1360
+ FromPort?: number | undefined;
1361
+ ToPort?: number | undefined;
1362
+ }
1312
1363
  export declare const VerifiedAccessEndpointProtocol: {
1313
1364
  readonly http: "http";
1314
1365
  readonly https: "https";
1366
+ readonly tcp: "tcp";
1315
1367
  };
1316
1368
  export type VerifiedAccessEndpointProtocol =
1317
1369
  (typeof VerifiedAccessEndpointProtocol)[keyof typeof VerifiedAccessEndpointProtocol];
1370
+ export interface CreateVerifiedAccessEndpointCidrOptions {
1371
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
1372
+ SubnetIds?: string[] | undefined;
1373
+ Cidr?: string | undefined;
1374
+ PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
1375
+ }
1376
+ export declare const VerifiedAccessEndpointType: {
1377
+ readonly cidr: "cidr";
1378
+ readonly load_balancer: "load-balancer";
1379
+ readonly network_interface: "network-interface";
1380
+ readonly rds: "rds";
1381
+ };
1382
+ export type VerifiedAccessEndpointType =
1383
+ (typeof VerifiedAccessEndpointType)[keyof typeof VerifiedAccessEndpointType];
1318
1384
  export interface CreateVerifiedAccessEndpointLoadBalancerOptions {
1319
1385
  Protocol?: VerifiedAccessEndpointProtocol | undefined;
1320
1386
  Port?: number | undefined;
1321
1387
  LoadBalancerArn?: string | undefined;
1322
1388
  SubnetIds?: string[] | undefined;
1389
+ PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
1323
1390
  }
1324
1391
  export interface CreateVerifiedAccessEndpointEniOptions {
1325
1392
  NetworkInterfaceId?: string | undefined;
1326
1393
  Protocol?: VerifiedAccessEndpointProtocol | undefined;
1327
1394
  Port?: number | undefined;
1395
+ PortRanges?: CreateVerifiedAccessEndpointPortRange[] | undefined;
1396
+ }
1397
+ export interface CreateVerifiedAccessEndpointRdsOptions {
1398
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
1399
+ Port?: number | undefined;
1400
+ RdsDbInstanceArn?: string | undefined;
1401
+ RdsDbClusterArn?: string | undefined;
1402
+ RdsDbProxyArn?: string | undefined;
1403
+ RdsEndpoint?: string | undefined;
1404
+ SubnetIds?: string[] | undefined;
1328
1405
  }
1329
1406
  export interface VerifiedAccessSseSpecificationRequest {
1330
1407
  CustomerManagedKeyEnabled?: boolean | undefined;
@@ -1334,9 +1411,9 @@ export interface CreateVerifiedAccessEndpointRequest {
1334
1411
  VerifiedAccessGroupId: string | undefined;
1335
1412
  EndpointType: VerifiedAccessEndpointType | undefined;
1336
1413
  AttachmentType: VerifiedAccessEndpointAttachmentType | undefined;
1337
- DomainCertificateArn: string | undefined;
1338
- ApplicationDomain: string | undefined;
1339
- EndpointDomainPrefix: string | undefined;
1414
+ DomainCertificateArn?: string | undefined;
1415
+ ApplicationDomain?: string | undefined;
1416
+ EndpointDomainPrefix?: string | undefined;
1340
1417
  SecurityGroupIds?: string[] | undefined;
1341
1418
  LoadBalancerOptions?:
1342
1419
  | CreateVerifiedAccessEndpointLoadBalancerOptions
@@ -1348,17 +1425,40 @@ export interface CreateVerifiedAccessEndpointRequest {
1348
1425
  ClientToken?: string | undefined;
1349
1426
  DryRun?: boolean | undefined;
1350
1427
  SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
1428
+ RdsOptions?: CreateVerifiedAccessEndpointRdsOptions | undefined;
1429
+ CidrOptions?: CreateVerifiedAccessEndpointCidrOptions | undefined;
1430
+ }
1431
+ export interface VerifiedAccessEndpointPortRange {
1432
+ FromPort?: number | undefined;
1433
+ ToPort?: number | undefined;
1434
+ }
1435
+ export interface VerifiedAccessEndpointCidrOptions {
1436
+ Cidr?: string | undefined;
1437
+ PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
1438
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
1439
+ SubnetIds?: string[] | undefined;
1351
1440
  }
1352
1441
  export interface VerifiedAccessEndpointLoadBalancerOptions {
1353
1442
  Protocol?: VerifiedAccessEndpointProtocol | undefined;
1354
1443
  Port?: number | undefined;
1355
1444
  LoadBalancerArn?: string | undefined;
1356
1445
  SubnetIds?: string[] | undefined;
1446
+ PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
1357
1447
  }
1358
1448
  export interface VerifiedAccessEndpointEniOptions {
1359
1449
  NetworkInterfaceId?: string | undefined;
1360
1450
  Protocol?: VerifiedAccessEndpointProtocol | undefined;
1361
1451
  Port?: number | undefined;
1452
+ PortRanges?: VerifiedAccessEndpointPortRange[] | undefined;
1453
+ }
1454
+ export interface VerifiedAccessEndpointRdsOptions {
1455
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
1456
+ Port?: number | undefined;
1457
+ RdsDbInstanceArn?: string | undefined;
1458
+ RdsDbClusterArn?: string | undefined;
1459
+ RdsDbProxyArn?: string | undefined;
1460
+ RdsEndpoint?: string | undefined;
1461
+ SubnetIds?: string[] | undefined;
1362
1462
  }
1363
1463
  export declare const VerifiedAccessEndpointStatusCode: {
1364
1464
  readonly active: "active";
@@ -1393,6 +1493,8 @@ export interface VerifiedAccessEndpoint {
1393
1493
  DeletionTime?: string | undefined;
1394
1494
  Tags?: Tag[] | undefined;
1395
1495
  SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
1496
+ RdsOptions?: VerifiedAccessEndpointRdsOptions | undefined;
1497
+ CidrOptions?: VerifiedAccessEndpointCidrOptions | undefined;
1396
1498
  }
1397
1499
  export interface CreateVerifiedAccessEndpointResult {
1398
1500
  VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
@@ -1427,6 +1529,7 @@ export interface CreateVerifiedAccessInstanceRequest {
1427
1529
  ClientToken?: string | undefined;
1428
1530
  DryRun?: boolean | undefined;
1429
1531
  FIPSEnabled?: boolean | undefined;
1532
+ CidrEndpointsCustomSubDomain?: string | undefined;
1430
1533
  }
1431
1534
  export interface CreateVerifiedAccessInstanceResult {
1432
1535
  VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
@@ -1435,6 +1538,16 @@ export interface CreateVerifiedAccessTrustProviderDeviceOptions {
1435
1538
  TenantId?: string | undefined;
1436
1539
  PublicSigningKeyUrl?: string | undefined;
1437
1540
  }
1541
+ export interface CreateVerifiedAccessNativeApplicationOidcOptions {
1542
+ PublicSigningKeyEndpoint?: string | undefined;
1543
+ Issuer?: string | undefined;
1544
+ AuthorizationEndpoint?: string | undefined;
1545
+ TokenEndpoint?: string | undefined;
1546
+ UserInfoEndpoint?: string | undefined;
1547
+ ClientId?: string | undefined;
1548
+ ClientSecret?: string | undefined;
1549
+ Scope?: string | undefined;
1550
+ }
1438
1551
  export interface CreateVerifiedAccessTrustProviderOidcOptions {
1439
1552
  Issuer?: string | undefined;
1440
1553
  AuthorizationEndpoint?: string | undefined;
@@ -1456,6 +1569,9 @@ export interface CreateVerifiedAccessTrustProviderRequest {
1456
1569
  ClientToken?: string | undefined;
1457
1570
  DryRun?: boolean | undefined;
1458
1571
  SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
1572
+ NativeApplicationOidcOptions?:
1573
+ | CreateVerifiedAccessNativeApplicationOidcOptions
1574
+ | undefined;
1459
1575
  }
1460
1576
  export interface CreateVerifiedAccessTrustProviderResult {
1461
1577
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
@@ -1590,6 +1706,8 @@ export declare const VpcEndpointType: {
1590
1706
  readonly Gateway: "Gateway";
1591
1707
  readonly GatewayLoadBalancer: "GatewayLoadBalancer";
1592
1708
  readonly Interface: "Interface";
1709
+ readonly Resource: "Resource";
1710
+ readonly ServiceNetwork: "ServiceNetwork";
1593
1711
  };
1594
1712
  export type VpcEndpointType =
1595
1713
  (typeof VpcEndpointType)[keyof typeof VpcEndpointType];
@@ -1597,7 +1715,7 @@ export interface CreateVpcEndpointRequest {
1597
1715
  DryRun?: boolean | undefined;
1598
1716
  VpcEndpointType?: VpcEndpointType | undefined;
1599
1717
  VpcId: string | undefined;
1600
- ServiceName: string | undefined;
1718
+ ServiceName?: string | undefined;
1601
1719
  PolicyDocument?: string | undefined;
1602
1720
  RouteTableIds?: string[] | undefined;
1603
1721
  SubnetIds?: string[] | undefined;
@@ -1608,6 +1726,9 @@ export interface CreateVpcEndpointRequest {
1608
1726
  PrivateDnsEnabled?: boolean | undefined;
1609
1727
  TagSpecifications?: TagSpecification[] | undefined;
1610
1728
  SubnetConfigurations?: SubnetConfiguration[] | undefined;
1729
+ ServiceNetworkArn?: string | undefined;
1730
+ ResourceConfigurationArn?: string | undefined;
1731
+ ServiceRegion?: string | undefined;
1611
1732
  }
1612
1733
  export interface DnsEntry {
1613
1734
  DnsName?: string | undefined;
@@ -1621,6 +1742,10 @@ export interface SecurityGroupIdentifier {
1621
1742
  GroupId?: string | undefined;
1622
1743
  GroupName?: string | undefined;
1623
1744
  }
1745
+ export interface SubnetIpPrefixes {
1746
+ SubnetId?: string | undefined;
1747
+ IpPrefixes?: string[] | undefined;
1748
+ }
1624
1749
  export interface LastError {
1625
1750
  Message?: string | undefined;
1626
1751
  Code?: string | undefined;
@@ -1631,6 +1756,7 @@ export declare const State: {
1631
1756
  readonly Deleting: "Deleting";
1632
1757
  readonly Expired: "Expired";
1633
1758
  readonly Failed: "Failed";
1759
+ readonly Partial: "Partial";
1634
1760
  readonly Pending: "Pending";
1635
1761
  readonly PendingAcceptance: "PendingAcceptance";
1636
1762
  readonly Rejected: "Rejected";
@@ -1656,6 +1782,12 @@ export interface VpcEndpoint {
1656
1782
  Tags?: Tag[] | undefined;
1657
1783
  OwnerId?: string | undefined;
1658
1784
  LastError?: LastError | undefined;
1785
+ Ipv4Prefixes?: SubnetIpPrefixes[] | undefined;
1786
+ Ipv6Prefixes?: SubnetIpPrefixes[] | undefined;
1787
+ FailureReason?: string | undefined;
1788
+ ServiceNetworkArn?: string | undefined;
1789
+ ResourceConfigurationArn?: string | undefined;
1790
+ ServiceRegion?: string | undefined;
1659
1791
  }
1660
1792
  export interface CreateVpcEndpointResult {
1661
1793
  VpcEndpoint?: VpcEndpoint | undefined;
@@ -1688,6 +1820,7 @@ export interface ConnectionNotification {
1688
1820
  ConnectionNotificationArn?: string | undefined;
1689
1821
  ConnectionEvents?: string[] | undefined;
1690
1822
  ConnectionNotificationState?: ConnectionNotificationState | undefined;
1823
+ ServiceRegion?: string | undefined;
1691
1824
  }
1692
1825
  export interface CreateVpcEndpointConnectionNotificationResult {
1693
1826
  ConnectionNotification?: ConnectionNotification | undefined;
@@ -1700,6 +1833,7 @@ export interface CreateVpcEndpointServiceConfigurationRequest {
1700
1833
  NetworkLoadBalancerArns?: string[] | undefined;
1701
1834
  GatewayLoadBalancerArns?: string[] | undefined;
1702
1835
  SupportedIpAddressTypes?: string[] | undefined;
1836
+ SupportedRegions?: string[] | undefined;
1703
1837
  ClientToken?: string | undefined;
1704
1838
  TagSpecifications?: TagSpecification[] | undefined;
1705
1839
  }
@@ -1743,6 +1877,10 @@ export declare const ServiceConnectivityType: {
1743
1877
  };
1744
1878
  export type ServiceConnectivityType =
1745
1879
  (typeof ServiceConnectivityType)[keyof typeof ServiceConnectivityType];
1880
+ export interface SupportedRegionDetail {
1881
+ Region?: string | undefined;
1882
+ ServiceState?: string | undefined;
1883
+ }
1746
1884
  export interface ServiceConfiguration {
1747
1885
  ServiceType?: ServiceTypeDetail[] | undefined;
1748
1886
  ServiceId?: string | undefined;
@@ -1759,6 +1897,8 @@ export interface ServiceConfiguration {
1759
1897
  PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration | undefined;
1760
1898
  PayerResponsibility?: PayerResponsibility | undefined;
1761
1899
  Tags?: Tag[] | undefined;
1900
+ SupportedRegions?: SupportedRegionDetail[] | undefined;
1901
+ RemoteAccessEnabled?: boolean | undefined;
1762
1902
  }
1763
1903
  export interface CreateVpcEndpointServiceConfigurationResult {
1764
1904
  ServiceConfiguration?: ServiceConfiguration | undefined;
@@ -2042,80 +2182,9 @@ export interface DeleteCoipCidrRequest {
2042
2182
  export interface DeleteCoipCidrResult {
2043
2183
  CoipCidr?: CoipCidr | undefined;
2044
2184
  }
2045
- export interface DeleteCoipPoolRequest {
2046
- CoipPoolId: string | undefined;
2047
- DryRun?: boolean | undefined;
2048
- }
2049
- export interface DeleteCoipPoolResult {
2050
- CoipPool?: CoipPool | undefined;
2051
- }
2052
- export interface DeleteCustomerGatewayRequest {
2053
- CustomerGatewayId: string | undefined;
2054
- DryRun?: boolean | undefined;
2055
- }
2056
- export interface DeleteDhcpOptionsRequest {
2057
- DhcpOptionsId: string | undefined;
2058
- DryRun?: boolean | undefined;
2059
- }
2060
- export interface DeleteEgressOnlyInternetGatewayRequest {
2061
- DryRun?: boolean | undefined;
2062
- EgressOnlyInternetGatewayId: string | undefined;
2063
- }
2064
- export interface DeleteEgressOnlyInternetGatewayResult {
2065
- ReturnCode?: boolean | undefined;
2066
- }
2067
- export interface DeleteFleetsRequest {
2068
- DryRun?: boolean | undefined;
2069
- FleetIds: string[] | undefined;
2070
- TerminateInstances: boolean | undefined;
2071
- }
2072
- export declare const FleetStateCode: {
2073
- readonly ACTIVE: "active";
2074
- readonly DELETED: "deleted";
2075
- readonly DELETED_RUNNING: "deleted_running";
2076
- readonly DELETED_TERMINATING_INSTANCES: "deleted_terminating";
2077
- readonly FAILED: "failed";
2078
- readonly MODIFYING: "modifying";
2079
- readonly SUBMITTED: "submitted";
2080
- };
2081
- export type FleetStateCode =
2082
- (typeof FleetStateCode)[keyof typeof FleetStateCode];
2083
- export interface DeleteFleetSuccessItem {
2084
- CurrentFleetState?: FleetStateCode | undefined;
2085
- PreviousFleetState?: FleetStateCode | undefined;
2086
- FleetId?: string | undefined;
2087
- }
2088
- export declare const DeleteFleetErrorCode: {
2089
- readonly FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist";
2090
- readonly FLEET_ID_MALFORMED: "fleetIdMalformed";
2091
- readonly FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState";
2092
- readonly UNEXPECTED_ERROR: "unexpectedError";
2093
- };
2094
- export type DeleteFleetErrorCode =
2095
- (typeof DeleteFleetErrorCode)[keyof typeof DeleteFleetErrorCode];
2096
- export interface DeleteFleetError {
2097
- Code?: DeleteFleetErrorCode | undefined;
2098
- Message?: string | undefined;
2099
- }
2100
- export interface DeleteFleetErrorItem {
2101
- Error?: DeleteFleetError | undefined;
2102
- FleetId?: string | undefined;
2103
- }
2104
- export interface DeleteFleetsResult {
2105
- SuccessfulFleetDeletions?: DeleteFleetSuccessItem[] | undefined;
2106
- UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[] | undefined;
2107
- }
2108
- export interface DeleteFlowLogsRequest {
2109
- DryRun?: boolean | undefined;
2110
- FlowLogIds: string[] | undefined;
2111
- }
2112
- export interface DeleteFlowLogsResult {
2113
- Unsuccessful?: UnsuccessfulItem[] | undefined;
2114
- }
2115
- export interface DeleteFpgaImageRequest {
2116
- DryRun?: boolean | undefined;
2117
- FpgaImageId: string | undefined;
2118
- }
2185
+ export declare const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (
2186
+ obj: CreateVerifiedAccessNativeApplicationOidcOptions
2187
+ ) => any;
2119
2188
  export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
2120
2189
  obj: CreateVerifiedAccessTrustProviderOidcOptions
2121
2190
  ) => any;