@aws-sdk/client-ec2 3.936.0 → 3.938.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 (313) hide show
  1. package/README.md +128 -0
  2. package/dist-cjs/index.js +1791 -93
  3. package/dist-es/EC2.js +32 -0
  4. package/dist-es/commands/CreateInterruptibleCapacityReservationAllocationCommand.js +16 -0
  5. package/dist-es/commands/CreateTransitGatewayMeteringPolicyCommand.js +16 -0
  6. package/dist-es/commands/CreateTransitGatewayMeteringPolicyEntryCommand.js +16 -0
  7. package/dist-es/commands/CreateVpcEncryptionControlCommand.js +16 -0
  8. package/dist-es/commands/DeleteTransitGatewayMeteringPolicyCommand.js +16 -0
  9. package/dist-es/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.js +16 -0
  10. package/dist-es/commands/DeleteVpcEncryptionControlCommand.js +16 -0
  11. package/dist-es/commands/DescribeTransitGatewayMeteringPoliciesCommand.js +16 -0
  12. package/dist-es/commands/DescribeVpcEncryptionControlsCommand.js +16 -0
  13. package/dist-es/commands/GetTransitGatewayMeteringPolicyEntriesCommand.js +16 -0
  14. package/dist-es/commands/GetVpcResourcesBlockingEncryptionEnforcementCommand.js +16 -0
  15. package/dist-es/commands/ListVolumesInRecycleBinCommand.js +16 -0
  16. package/dist-es/commands/ModifyTransitGatewayMeteringPolicyCommand.js +16 -0
  17. package/dist-es/commands/ModifyVpcEncryptionControlCommand.js +16 -0
  18. package/dist-es/commands/RestoreVolumeFromRecycleBinCommand.js +16 -0
  19. package/dist-es/commands/UpdateInterruptibleCapacityReservationAllocationCommand.js +16 -0
  20. package/dist-es/commands/index.js +16 -0
  21. package/dist-es/models/enums.js +52 -0
  22. package/dist-es/schemas/schemas_0.js +1507 -93
  23. package/dist-types/EC2.d.ts +115 -0
  24. package/dist-types/EC2Client.d.ts +18 -2
  25. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  26. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -1
  27. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  29. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  30. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  31. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  32. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  33. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  34. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  35. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +25 -1
  38. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +13 -1
  39. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -3
  46. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateImageUsageReportCommand.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/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +93 -0
  57. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamPoolCommand.d.ts +3 -3
  61. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +2 -2
  62. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  67. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  68. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  80. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  81. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -1
  92. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +5 -1
  100. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +103 -0
  103. package/dist-types/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +103 -0
  104. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateVpcCommand.d.ts +12 -1
  117. package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +124 -0
  118. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +7 -1
  123. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  124. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  125. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +4 -0
  126. package/dist-types/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +89 -0
  127. package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +93 -0
  128. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  129. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  130. package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  131. package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  132. package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  133. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  134. package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  135. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  136. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  137. package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
  138. package/dist-types/commands/DeleteVpcEncryptionControlCommand.d.ts +113 -0
  139. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -1
  140. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -1
  141. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +12 -0
  142. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -1
  143. package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +8 -1
  146. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -2
  147. package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -2
  148. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
  149. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  150. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  151. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  152. package/dist-types/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +104 -0
  153. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +4 -0
  154. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
  155. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  156. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  157. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  158. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -2
  159. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  161. package/dist-types/commands/DescribeVpcEncryptionControlsCommand.d.ts +131 -0
  162. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +3 -0
  163. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  164. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +12 -0
  165. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
  166. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  167. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +3 -3
  168. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +2 -2
  169. package/dist-types/commands/GetIpamPolicyAllocationRulesCommand.d.ts +1 -1
  170. package/dist-types/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +1 -1
  171. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +2 -2
  172. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -2
  173. package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
  174. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +2 -2
  175. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  176. package/dist-types/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +105 -0
  177. package/dist-types/commands/GetVpcResourcesBlockingEncryptionEnforcementCommand.d.ts +86 -0
  178. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  179. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  180. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  181. package/dist-types/commands/ListVolumesInRecycleBinCommand.d.ts +101 -0
  182. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +5 -0
  186. package/dist-types/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +95 -0
  187. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -1
  188. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyVpcEncryptionControlCommand.d.ts +122 -0
  194. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  195. package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  199. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  200. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  201. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +4 -1
  202. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +4 -1
  203. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +4 -1
  204. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +7 -1
  205. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -2
  206. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -1
  207. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +24 -0
  208. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -2
  209. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +13 -1
  210. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  211. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  212. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  213. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  214. package/dist-types/commands/RestoreVolumeFromRecycleBinCommand.d.ts +76 -0
  215. package/dist-types/commands/RunInstancesCommand.d.ts +4 -4
  216. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  217. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  218. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  219. package/dist-types/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +83 -0
  220. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  221. package/dist-types/commands/index.d.ts +16 -0
  222. package/dist-types/models/enums.d.ts +116 -0
  223. package/dist-types/models/models_0.d.ts +185 -37
  224. package/dist-types/models/models_1.d.ts +108 -74
  225. package/dist-types/models/models_2.d.ts +497 -269
  226. package/dist-types/models/models_3.d.ts +326 -1233
  227. package/dist-types/models/models_4.d.ts +7253 -6866
  228. package/dist-types/models/models_5.d.ts +4082 -3920
  229. package/dist-types/models/models_6.d.ts +4916 -4906
  230. package/dist-types/models/models_7.d.ts +1260 -5
  231. package/dist-types/schemas/schemas_0.d.ts +64 -0
  232. package/dist-types/ts3.4/EC2.d.ts +335 -0
  233. package/dist-types/ts3.4/EC2Client.d.ts +96 -0
  234. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +4 -2
  235. package/dist-types/ts3.4/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
  236. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -4
  237. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +51 -0
  239. package/dist-types/ts3.4/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +51 -0
  240. package/dist-types/ts3.4/commands/CreateVpcEncryptionControlCommand.d.ts +51 -0
  241. package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +51 -0
  242. package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +51 -0
  243. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/DeleteVpcEncryptionControlCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +4 -2
  258. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +2 -4
  259. package/dist-types/ts3.4/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +51 -0
  260. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -4
  261. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
  265. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/DescribeVpcEncryptionControlsCommand.d.ts +51 -0
  268. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -4
  269. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/GetIpamPolicyAllocationRulesCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +4 -2
  276. package/dist-types/ts3.4/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +51 -0
  277. package/dist-types/ts3.4/commands/GetVpcResourcesBlockingEncryptionEnforcementCommand.d.ts +51 -0
  278. package/dist-types/ts3.4/commands/ListVolumesInRecycleBinCommand.d.ts +51 -0
  279. package/dist-types/ts3.4/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +51 -0
  280. package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -4
  281. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifyVpcEncryptionControlCommand.d.ts +51 -0
  287. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  289. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  290. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  294. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  295. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +4 -2
  299. package/dist-types/ts3.4/commands/RestoreVolumeFromRecycleBinCommand.d.ts +51 -0
  300. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
  301. package/dist-types/ts3.4/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
  302. package/dist-types/ts3.4/commands/index.d.ts +16 -0
  303. package/dist-types/ts3.4/models/enums.d.ts +68 -0
  304. package/dist-types/ts3.4/models/models_0.d.ts +17 -8
  305. package/dist-types/ts3.4/models/models_1.d.ts +24 -17
  306. package/dist-types/ts3.4/models/models_2.d.ts +144 -77
  307. package/dist-types/ts3.4/models/models_3.d.ts +98 -222
  308. package/dist-types/ts3.4/models/models_4.d.ts +256 -157
  309. package/dist-types/ts3.4/models/models_5.d.ts +180 -186
  310. package/dist-types/ts3.4/models/models_6.d.ts +253 -235
  311. package/dist-types/ts3.4/models/models_7.d.ts +289 -2
  312. package/dist-types/ts3.4/schemas/schemas_0.d.ts +64 -0
  313. package/package.json +1 -1
@@ -1,6 +1,78 @@
1
- import { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, ProtocolValue, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, State, StaticSourcesSupportValue, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
2
- import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Subnet, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, Vpc, VpcAttachment, VpcPeeringConnection } from "./models_0";
3
- import { Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, RouteServer, RouteServerEndpoint, RouteServerPeer } from "./models_1";
1
+ import { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, ProtocolValue, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, State, StaticSourcesSupportValue, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
2
+ import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Subnet, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, Vpc, VpcAttachment, VpcEncryptionControl, VpcPeeringConnection } from "./models_0";
3
+ import { Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, RouteServer, RouteServerEndpoint, RouteServerPeer, SpotDatafeedSubscription } from "./models_1";
4
+ /**
5
+ * <p>Contains the output of CreateSpotDatafeedSubscription.</p>
6
+ * @public
7
+ */
8
+ export interface CreateSpotDatafeedSubscriptionResult {
9
+ /**
10
+ * <p>The Spot Instance data feed subscription.</p>
11
+ * @public
12
+ */
13
+ SpotDatafeedSubscription?: SpotDatafeedSubscription | undefined;
14
+ }
15
+ /**
16
+ * <p>The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. For more
17
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-tagging.html">Categorizing your storage using
18
+ * tags</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
19
+ * @public
20
+ */
21
+ export interface S3ObjectTag {
22
+ /**
23
+ * <p>The key of the tag.</p>
24
+ * <p>Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in
25
+ * length. May not begin with <code>aws</code>:.</p>
26
+ * @public
27
+ */
28
+ Key?: string | undefined;
29
+ /**
30
+ * <p>The value of the tag.</p>
31
+ * <p>Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in
32
+ * length.</p>
33
+ * @public
34
+ */
35
+ Value?: string | undefined;
36
+ }
37
+ /**
38
+ * @public
39
+ */
40
+ export interface CreateStoreImageTaskRequest {
41
+ /**
42
+ * <p>The ID of the AMI.</p>
43
+ * @public
44
+ */
45
+ ImageId: string | undefined;
46
+ /**
47
+ * <p>The name of the Amazon S3 bucket in which the AMI object will be stored. The bucket must be in
48
+ * the Region in which the request is being made. The AMI object appears in the bucket only after
49
+ * the upload task has completed. </p>
50
+ * @public
51
+ */
52
+ Bucket: string | undefined;
53
+ /**
54
+ * <p>The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. </p>
55
+ * @public
56
+ */
57
+ S3ObjectTags?: S3ObjectTag[] | undefined;
58
+ /**
59
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
60
+ * and provides an error response. If you have the required permissions, the error response is
61
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
62
+ * @public
63
+ */
64
+ DryRun?: boolean | undefined;
65
+ }
66
+ /**
67
+ * @public
68
+ */
69
+ export interface CreateStoreImageTaskResult {
70
+ /**
71
+ * <p>The name of the stored AMI object in the S3 bucket.</p>
72
+ * @public
73
+ */
74
+ ObjectKey?: string | undefined;
75
+ }
4
76
  /**
5
77
  * @public
6
78
  */
@@ -809,6 +881,22 @@ export interface CreateTransitGatewayRequest {
809
881
  */
810
882
  DryRun?: boolean | undefined;
811
883
  }
884
+ /**
885
+ * <p>Describes the encryption support status for a transit gateway.</p>
886
+ * @public
887
+ */
888
+ export interface EncryptionSupport {
889
+ /**
890
+ * <p>The current encryption state of the resource.</p>
891
+ * @public
892
+ */
893
+ EncryptionState?: EncryptionStateValue | undefined;
894
+ /**
895
+ * <p>A message describing the encryption state.</p>
896
+ * @public
897
+ */
898
+ StateMessage?: string | undefined;
899
+ }
812
900
  /**
813
901
  * <p>Describes the options for a transit gateway.</p>
814
902
  * @public
@@ -878,6 +966,11 @@ export interface TransitGatewayOptions {
878
966
  * @public
879
967
  */
880
968
  MulticastSupport?: MulticastSupportValue | undefined;
969
+ /**
970
+ * <p>Defines if the Transit Gateway supports VPC Encryption Control.</p>
971
+ * @public
972
+ */
973
+ EncryptionSupport?: EncryptionSupport | undefined;
881
974
  }
882
975
  /**
883
976
  * <p>Describes a transit gateway.</p>
@@ -1202,6 +1295,248 @@ export interface CreateTransitGatewayConnectPeerResult {
1202
1295
  */
1203
1296
  TransitGatewayConnectPeer?: TransitGatewayConnectPeer | undefined;
1204
1297
  }
1298
+ /**
1299
+ * @public
1300
+ */
1301
+ export interface CreateTransitGatewayMeteringPolicyRequest {
1302
+ /**
1303
+ * <p>The ID of the transit gateway for which to create the metering policy.</p>
1304
+ * @public
1305
+ */
1306
+ TransitGatewayId: string | undefined;
1307
+ /**
1308
+ * <p>The IDs of the middlebox attachments to include in the metering policy.</p>
1309
+ * @public
1310
+ */
1311
+ MiddleboxAttachmentIds?: string[] | undefined;
1312
+ /**
1313
+ * <p>The tags to assign to the metering policy.</p>
1314
+ * @public
1315
+ */
1316
+ TagSpecifications?: TagSpecification[] | undefined;
1317
+ /**
1318
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1319
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1320
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1321
+ * @public
1322
+ */
1323
+ DryRun?: boolean | undefined;
1324
+ }
1325
+ /**
1326
+ * <p>Describes a transit gateway metering policy.</p>
1327
+ * @public
1328
+ */
1329
+ export interface TransitGatewayMeteringPolicy {
1330
+ /**
1331
+ * <p>The ID of the transit gateway metering policy.</p>
1332
+ * @public
1333
+ */
1334
+ TransitGatewayMeteringPolicyId?: string | undefined;
1335
+ /**
1336
+ * <p>The ID of the transit gateway associated with the metering policy.</p>
1337
+ * @public
1338
+ */
1339
+ TransitGatewayId?: string | undefined;
1340
+ /**
1341
+ * <p>The IDs of the middlebox attachments associated with the metering policy.</p>
1342
+ * @public
1343
+ */
1344
+ MiddleboxAttachmentIds?: string[] | undefined;
1345
+ /**
1346
+ * <p>The state of the transit gateway metering policy.</p>
1347
+ * @public
1348
+ */
1349
+ State?: TransitGatewayMeteringPolicyState | undefined;
1350
+ /**
1351
+ * <p>The date and time when the metering policy update becomes effective.</p>
1352
+ * @public
1353
+ */
1354
+ UpdateEffectiveAt?: Date | undefined;
1355
+ /**
1356
+ * <p>The tags assigned to the transit gateway metering policy.</p>
1357
+ * @public
1358
+ */
1359
+ Tags?: Tag[] | undefined;
1360
+ }
1361
+ /**
1362
+ * @public
1363
+ */
1364
+ export interface CreateTransitGatewayMeteringPolicyResult {
1365
+ /**
1366
+ * <p>Information about the created transit gateway metering policy.</p>
1367
+ * @public
1368
+ */
1369
+ TransitGatewayMeteringPolicy?: TransitGatewayMeteringPolicy | undefined;
1370
+ }
1371
+ /**
1372
+ * @public
1373
+ */
1374
+ export interface CreateTransitGatewayMeteringPolicyEntryRequest {
1375
+ /**
1376
+ * <p>The ID of the transit gateway metering policy to add the entry to.</p>
1377
+ * @public
1378
+ */
1379
+ TransitGatewayMeteringPolicyId: string | undefined;
1380
+ /**
1381
+ * <p>The rule number for the metering policy entry. Rules are processed in order from lowest to highest number.</p>
1382
+ * @public
1383
+ */
1384
+ PolicyRuleNumber: number | undefined;
1385
+ /**
1386
+ * <p>The ID of the source transit gateway attachment for traffic matching.</p>
1387
+ * @public
1388
+ */
1389
+ SourceTransitGatewayAttachmentId?: string | undefined;
1390
+ /**
1391
+ * <p>The type of the source transit gateway attachment for traffic matching. Note that the <code>tgw-peering</code> resource type has been deprecated. To configure metering policies for Connect, use the transport attachment type.</p>
1392
+ * @public
1393
+ */
1394
+ SourceTransitGatewayAttachmentType?: TransitGatewayAttachmentResourceType | undefined;
1395
+ /**
1396
+ * <p>The source CIDR block for traffic matching.</p>
1397
+ * @public
1398
+ */
1399
+ SourceCidrBlock?: string | undefined;
1400
+ /**
1401
+ * <p>The source port range for traffic matching.</p>
1402
+ * @public
1403
+ */
1404
+ SourcePortRange?: string | undefined;
1405
+ /**
1406
+ * <p>The ID of the destination transit gateway attachment for traffic matching.</p>
1407
+ * @public
1408
+ */
1409
+ DestinationTransitGatewayAttachmentId?: string | undefined;
1410
+ /**
1411
+ * <p>The type of the destination transit gateway attachment for traffic matching. Note that the <code>tgw-peering</code> resource type has been deprecated. To configure metering policies for Connect, use the transport attachment type.</p>
1412
+ * @public
1413
+ */
1414
+ DestinationTransitGatewayAttachmentType?: TransitGatewayAttachmentResourceType | undefined;
1415
+ /**
1416
+ * <p>The destination CIDR block for traffic matching.</p>
1417
+ * @public
1418
+ */
1419
+ DestinationCidrBlock?: string | undefined;
1420
+ /**
1421
+ * <p>The destination port range for traffic matching.</p>
1422
+ * @public
1423
+ */
1424
+ DestinationPortRange?: string | undefined;
1425
+ /**
1426
+ * <p>The protocol for traffic matching (1, 6, 17, etc.).</p>
1427
+ * @public
1428
+ */
1429
+ Protocol?: string | undefined;
1430
+ /**
1431
+ * <p>The Amazon Web Services account ID to which the metered traffic should be attributed.</p>
1432
+ * @public
1433
+ */
1434
+ MeteredAccount: TransitGatewayMeteringPayerType | undefined;
1435
+ /**
1436
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1437
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1438
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1439
+ * @public
1440
+ */
1441
+ DryRun?: boolean | undefined;
1442
+ }
1443
+ /**
1444
+ * <p>Describes the traffic matching criteria for a transit gateway metering policy rule.</p>
1445
+ * @public
1446
+ */
1447
+ export interface TransitGatewayMeteringPolicyRule {
1448
+ /**
1449
+ * <p>The ID of the source transit gateway attachment.</p>
1450
+ * @public
1451
+ */
1452
+ SourceTransitGatewayAttachmentId?: string | undefined;
1453
+ /**
1454
+ * <p>The type of the source transit gateway attachment. Note that the <code>tgw-peering</code> resource type has been deprecated. To configure metering policies for Connect, use the transport attachment type.</p>
1455
+ * @public
1456
+ */
1457
+ SourceTransitGatewayAttachmentType?: TransitGatewayAttachmentResourceType | undefined;
1458
+ /**
1459
+ * <p>The source CIDR block for the rule.</p>
1460
+ * @public
1461
+ */
1462
+ SourceCidrBlock?: string | undefined;
1463
+ /**
1464
+ * <p>The source port range for the rule.</p>
1465
+ * @public
1466
+ */
1467
+ SourcePortRange?: string | undefined;
1468
+ /**
1469
+ * <p>The ID of the destination transit gateway attachment.</p>
1470
+ * @public
1471
+ */
1472
+ DestinationTransitGatewayAttachmentId?: string | undefined;
1473
+ /**
1474
+ * <p>The type of the destination transit gateway attachment. Note that the <code>tgw-peering</code> resource type has been deprecated. To configure metering policies for Connect, use the transport attachment type.</p>
1475
+ * @public
1476
+ */
1477
+ DestinationTransitGatewayAttachmentType?: TransitGatewayAttachmentResourceType | undefined;
1478
+ /**
1479
+ * <p>The destination CIDR block for the rule.</p>
1480
+ * @public
1481
+ */
1482
+ DestinationCidrBlock?: string | undefined;
1483
+ /**
1484
+ * <p>The destination port range for the rule.</p>
1485
+ * @public
1486
+ */
1487
+ DestinationPortRange?: string | undefined;
1488
+ /**
1489
+ * <p>The protocol for the rule (1, 6, 17, etc.).</p>
1490
+ * @public
1491
+ */
1492
+ Protocol?: string | undefined;
1493
+ }
1494
+ /**
1495
+ * <p>Describes an entry in a transit gateway metering policy.</p>
1496
+ * @public
1497
+ */
1498
+ export interface TransitGatewayMeteringPolicyEntry {
1499
+ /**
1500
+ * <p>The rule number of the metering policy entry.</p>
1501
+ * @public
1502
+ */
1503
+ PolicyRuleNumber?: string | undefined;
1504
+ /**
1505
+ * <p>The Amazon Web Services account ID to which the metered traffic is attributed.</p>
1506
+ * @public
1507
+ */
1508
+ MeteredAccount?: TransitGatewayMeteringPayerType | undefined;
1509
+ /**
1510
+ * <p>The state of the metering policy entry.</p>
1511
+ * @public
1512
+ */
1513
+ State?: TransitGatewayMeteringPolicyEntryState | undefined;
1514
+ /**
1515
+ * <p>The date and time when the metering policy entry was last updated.</p>
1516
+ * @public
1517
+ */
1518
+ UpdatedAt?: Date | undefined;
1519
+ /**
1520
+ * <p>The date and time when the metering policy entry update becomes effective.</p>
1521
+ * @public
1522
+ */
1523
+ UpdateEffectiveAt?: Date | undefined;
1524
+ /**
1525
+ * <p>The metering policy rule that defines traffic matching criteria.</p>
1526
+ * @public
1527
+ */
1528
+ MeteringPolicyRule?: TransitGatewayMeteringPolicyRule | undefined;
1529
+ }
1530
+ /**
1531
+ * @public
1532
+ */
1533
+ export interface CreateTransitGatewayMeteringPolicyEntryResult {
1534
+ /**
1535
+ * <p>Information about the created transit gateway metering policy entry.</p>
1536
+ * @public
1537
+ */
1538
+ TransitGatewayMeteringPolicyEntry?: TransitGatewayMeteringPolicyEntry | undefined;
1539
+ }
1205
1540
  /**
1206
1541
  * <p>The options for the transit gateway multicast domain.</p>
1207
1542
  * @public
@@ -3016,6 +3351,58 @@ export interface CreateVolumeRequest {
3016
3351
  */
3017
3352
  DryRun?: boolean | undefined;
3018
3353
  }
3354
+ /**
3355
+ * <p>Describes the configuration settings for VPC Encryption Control.</p>
3356
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html">Enforce VPC encryption in transit</a> in the <i>Amazon VPC User Guide</i>.</p>
3357
+ * @public
3358
+ */
3359
+ export interface VpcEncryptionControlConfiguration {
3360
+ /**
3361
+ * <p>The encryption mode for the VPC Encryption Control configuration.</p>
3362
+ * @public
3363
+ */
3364
+ Mode: VpcEncryptionControlMode | undefined;
3365
+ /**
3366
+ * <p>Specifies whether to exclude internet gateway traffic from encryption enforcement.</p>
3367
+ * @public
3368
+ */
3369
+ InternetGatewayExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
3370
+ /**
3371
+ * <p>Specifies whether to exclude egress-only internet gateway traffic from encryption enforcement.</p>
3372
+ * @public
3373
+ */
3374
+ EgressOnlyInternetGatewayExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
3375
+ /**
3376
+ * <p>Specifies whether to exclude NAT gateway traffic from encryption enforcement.</p>
3377
+ * @public
3378
+ */
3379
+ NatGatewayExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
3380
+ /**
3381
+ * <p>Specifies whether to exclude virtual private gateway traffic from encryption enforcement.</p>
3382
+ * @public
3383
+ */
3384
+ VirtualPrivateGatewayExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
3385
+ /**
3386
+ * <p>Specifies whether to exclude VPC peering connection traffic from encryption enforcement.</p>
3387
+ * @public
3388
+ */
3389
+ VpcPeeringExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
3390
+ /**
3391
+ * <p>Specifies whether to exclude Lambda function traffic from encryption enforcement.</p>
3392
+ * @public
3393
+ */
3394
+ LambdaExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
3395
+ /**
3396
+ * <p>Specifies whether to exclude VPC Lattice traffic from encryption enforcement.</p>
3397
+ * @public
3398
+ */
3399
+ VpcLatticeExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
3400
+ /**
3401
+ * <p>Specifies whether to exclude Elastic File System traffic from encryption enforcement.</p>
3402
+ * @public
3403
+ */
3404
+ ElasticFileSystemExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
3405
+ }
3019
3406
  /**
3020
3407
  * @public
3021
3408
  */
@@ -3065,6 +3452,12 @@ export interface CreateVpcRequest {
3065
3452
  * @public
3066
3453
  */
3067
3454
  Ipv6CidrBlockNetworkBorderGroup?: string | undefined;
3455
+ /**
3456
+ * <p>Specifies the encryption control configuration to apply to the VPC during creation. VPC Encryption Control enables you to enforce encryption for all data in transit within and between VPCs to meet compliance requirements.</p>
3457
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html">Enforce VPC encryption in transit</a> in the <i>Amazon VPC User Guide</i>.</p>
3458
+ * @public
3459
+ */
3460
+ VpcEncryptionControl?: VpcEncryptionControlConfiguration | undefined;
3068
3461
  /**
3069
3462
  * <p>The tags to assign to the VPC.</p>
3070
3463
  * @public
@@ -3224,6 +3617,38 @@ export interface CreateVpcBlockPublicAccessExclusionResult {
3224
3617
  */
3225
3618
  VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
3226
3619
  }
3620
+ /**
3621
+ * @public
3622
+ */
3623
+ export interface CreateVpcEncryptionControlRequest {
3624
+ /**
3625
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
3626
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
3627
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3628
+ * @public
3629
+ */
3630
+ DryRun?: boolean | undefined;
3631
+ /**
3632
+ * <p>The ID of the VPC for which to create the encryption control configuration.</p>
3633
+ * @public
3634
+ */
3635
+ VpcId: string | undefined;
3636
+ /**
3637
+ * <p>The tags to apply to the VPC Encryption Control resource.</p>
3638
+ * @public
3639
+ */
3640
+ TagSpecifications?: TagSpecification[] | undefined;
3641
+ }
3642
+ /**
3643
+ * @public
3644
+ */
3645
+ export interface CreateVpcEncryptionControlResult {
3646
+ /**
3647
+ * <p>Information about the VPC Encryption Control configuration.</p>
3648
+ * @public
3649
+ */
3650
+ VpcEncryptionControl?: VpcEncryptionControl | undefined;
3651
+ }
3227
3652
  /**
3228
3653
  * <p>Describes the DNS options for an endpoint.</p>
3229
3654
  * @public
@@ -4169,6 +4594,25 @@ export interface CloudWatchLogOptionsSpecification {
4169
4594
  * @public
4170
4595
  */
4171
4596
  LogOutputFormat?: string | undefined;
4597
+ /**
4598
+ * <p>Specifies whether to enable BGP logging for the VPN connection. Default value is <code>False</code>.</p>
4599
+ * <p>Valid values: <code>True</code> | <code>False</code>
4600
+ * </p>
4601
+ * @public
4602
+ */
4603
+ BgpLogEnabled?: boolean | undefined;
4604
+ /**
4605
+ * <p>The Amazon Resource Name (ARN) of the CloudWatch log group where BGP logs will be sent.</p>
4606
+ * @public
4607
+ */
4608
+ BgpLogGroupArn?: string | undefined;
4609
+ /**
4610
+ * <p>The desired output format for BGP logs to be sent to CloudWatch. Default format is <code>json</code>.</p>
4611
+ * <p>Valid values: <code>json</code> | <code>text</code>
4612
+ * </p>
4613
+ * @public
4614
+ */
4615
+ BgpLogOutputFormat?: string | undefined;
4172
4616
  }
4173
4617
  /**
4174
4618
  * <p>Options for logging VPN tunnel activity.</p>
@@ -4646,6 +5090,25 @@ export interface CloudWatchLogOptions {
4646
5090
  * @public
4647
5091
  */
4648
5092
  LogOutputFormat?: string | undefined;
5093
+ /**
5094
+ * <p>Indicates whether Border Gateway Protocol (BGP) logging is enabled for the VPN connection. Default value is <code>False</code>.</p>
5095
+ * <p>Valid values: <code>True</code> | <code>False</code>
5096
+ * </p>
5097
+ * @public
5098
+ */
5099
+ BgpLogEnabled?: boolean | undefined;
5100
+ /**
5101
+ * <p>The Amazon Resource Name (ARN) of the CloudWatch log group for BGP logs.</p>
5102
+ * @public
5103
+ */
5104
+ BgpLogGroupArn?: string | undefined;
5105
+ /**
5106
+ * <p>The output format for BGP logs sent to CloudWatch. Default format is <code>json</code>.</p>
5107
+ * <p>Valid values: <code>json</code> | <code>text</code>
5108
+ * </p>
5109
+ * @public
5110
+ */
5111
+ BgpLogOutputFormat?: string | undefined;
4649
5112
  }
4650
5113
  /**
4651
5114
  * <p>Options for logging VPN tunnel activity.</p>
@@ -7173,98 +7636,12 @@ export interface DeleteTransitGatewayConnectPeerResult {
7173
7636
  /**
7174
7637
  * @public
7175
7638
  */
7176
- export interface DeleteTransitGatewayMulticastDomainRequest {
7177
- /**
7178
- * <p>The ID of the transit gateway multicast domain.</p>
7179
- * @public
7180
- */
7181
- TransitGatewayMulticastDomainId: string | undefined;
7182
- /**
7183
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7184
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7185
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7186
- * @public
7187
- */
7188
- DryRun?: boolean | undefined;
7189
- }
7190
- /**
7191
- * @public
7192
- */
7193
- export interface DeleteTransitGatewayMulticastDomainResult {
7194
- /**
7195
- * <p>Information about the deleted transit gateway multicast domain.</p>
7196
- * @public
7197
- */
7198
- TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain | undefined;
7199
- }
7200
- /**
7201
- * @public
7202
- */
7203
- export interface DeleteTransitGatewayPeeringAttachmentRequest {
7204
- /**
7205
- * <p>The ID of the transit gateway peering attachment.</p>
7206
- * @public
7207
- */
7208
- TransitGatewayAttachmentId: string | undefined;
7209
- /**
7210
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7211
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7212
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7213
- * @public
7214
- */
7215
- DryRun?: boolean | undefined;
7216
- }
7217
- /**
7218
- * @public
7219
- */
7220
- export interface DeleteTransitGatewayPeeringAttachmentResult {
7221
- /**
7222
- * <p>The transit gateway peering attachment.</p>
7223
- * @public
7224
- */
7225
- TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
7226
- }
7227
- /**
7228
- * @public
7229
- */
7230
- export interface DeleteTransitGatewayPolicyTableRequest {
7231
- /**
7232
- * <p>The transit gateway policy table to delete.</p>
7233
- * @public
7234
- */
7235
- TransitGatewayPolicyTableId: string | undefined;
7236
- /**
7237
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7238
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7239
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7240
- * @public
7241
- */
7242
- DryRun?: boolean | undefined;
7243
- }
7244
- /**
7245
- * @public
7246
- */
7247
- export interface DeleteTransitGatewayPolicyTableResult {
7248
- /**
7249
- * <p>Provides details about the deleted transit gateway policy table.</p>
7250
- * @public
7251
- */
7252
- TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
7253
- }
7254
- /**
7255
- * @public
7256
- */
7257
- export interface DeleteTransitGatewayPrefixListReferenceRequest {
7639
+ export interface DeleteTransitGatewayMeteringPolicyRequest {
7258
7640
  /**
7259
- * <p>The ID of the route table.</p>
7260
- * @public
7261
- */
7262
- TransitGatewayRouteTableId: string | undefined;
7263
- /**
7264
- * <p>The ID of the prefix list.</p>
7641
+ * <p>The ID of the transit gateway metering policy to delete.</p>
7265
7642
  * @public
7266
7643
  */
7267
- PrefixListId: string | undefined;
7644
+ TransitGatewayMeteringPolicyId: string | undefined;
7268
7645
  /**
7269
7646
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7270
7647
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -7276,54 +7653,27 @@ export interface DeleteTransitGatewayPrefixListReferenceRequest {
7276
7653
  /**
7277
7654
  * @public
7278
7655
  */
7279
- export interface DeleteTransitGatewayPrefixListReferenceResult {
7280
- /**
7281
- * <p>Information about the deleted prefix list reference.</p>
7282
- * @public
7283
- */
7284
- TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference | undefined;
7285
- }
7286
- /**
7287
- * @public
7288
- */
7289
- export interface DeleteTransitGatewayRouteRequest {
7290
- /**
7291
- * <p>The ID of the transit gateway route table.</p>
7292
- * @public
7293
- */
7294
- TransitGatewayRouteTableId: string | undefined;
7295
- /**
7296
- * <p>The CIDR range for the route. This must match the CIDR for the route exactly.</p>
7297
- * @public
7298
- */
7299
- DestinationCidrBlock: string | undefined;
7656
+ export interface DeleteTransitGatewayMeteringPolicyResult {
7300
7657
  /**
7301
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7302
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7303
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7658
+ * <p>Information about the deleted transit gateway metering policy.</p>
7304
7659
  * @public
7305
7660
  */
7306
- DryRun?: boolean | undefined;
7661
+ TransitGatewayMeteringPolicy?: TransitGatewayMeteringPolicy | undefined;
7307
7662
  }
7308
7663
  /**
7309
7664
  * @public
7310
7665
  */
7311
- export interface DeleteTransitGatewayRouteResult {
7666
+ export interface DeleteTransitGatewayMeteringPolicyEntryRequest {
7312
7667
  /**
7313
- * <p>Information about the route.</p>
7668
+ * <p>The ID of the transit gateway metering policy containing the entry to delete.</p>
7314
7669
  * @public
7315
7670
  */
7316
- Route?: TransitGatewayRoute | undefined;
7317
- }
7318
- /**
7319
- * @public
7320
- */
7321
- export interface DeleteTransitGatewayRouteTableRequest {
7671
+ TransitGatewayMeteringPolicyId: string | undefined;
7322
7672
  /**
7323
- * <p>The ID of the transit gateway route table.</p>
7673
+ * <p>The rule number of the metering policy entry to delete.</p>
7324
7674
  * @public
7325
7675
  */
7326
- TransitGatewayRouteTableId: string | undefined;
7676
+ PolicyRuleNumber: number | undefined;
7327
7677
  /**
7328
7678
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7329
7679
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -7335,22 +7685,22 @@ export interface DeleteTransitGatewayRouteTableRequest {
7335
7685
  /**
7336
7686
  * @public
7337
7687
  */
7338
- export interface DeleteTransitGatewayRouteTableResult {
7688
+ export interface DeleteTransitGatewayMeteringPolicyEntryResult {
7339
7689
  /**
7340
- * <p>Information about the deleted transit gateway route table.</p>
7690
+ * <p>Information about the deleted transit gateway metering policy entry.</p>
7341
7691
  * @public
7342
7692
  */
7343
- TransitGatewayRouteTable?: TransitGatewayRouteTable | undefined;
7693
+ TransitGatewayMeteringPolicyEntry?: TransitGatewayMeteringPolicyEntry | undefined;
7344
7694
  }
7345
7695
  /**
7346
7696
  * @public
7347
7697
  */
7348
- export interface DeleteTransitGatewayRouteTableAnnouncementRequest {
7698
+ export interface DeleteTransitGatewayMulticastDomainRequest {
7349
7699
  /**
7350
- * <p>The transit gateway route table ID that's being deleted. </p>
7700
+ * <p>The ID of the transit gateway multicast domain.</p>
7351
7701
  * @public
7352
7702
  */
7353
- TransitGatewayRouteTableAnnouncementId: string | undefined;
7703
+ TransitGatewayMulticastDomainId: string | undefined;
7354
7704
  /**
7355
7705
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7356
7706
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -7362,19 +7712,19 @@ export interface DeleteTransitGatewayRouteTableAnnouncementRequest {
7362
7712
  /**
7363
7713
  * @public
7364
7714
  */
7365
- export interface DeleteTransitGatewayRouteTableAnnouncementResult {
7715
+ export interface DeleteTransitGatewayMulticastDomainResult {
7366
7716
  /**
7367
- * <p>Provides details about a deleted transit gateway route table.</p>
7717
+ * <p>Information about the deleted transit gateway multicast domain.</p>
7368
7718
  * @public
7369
7719
  */
7370
- TransitGatewayRouteTableAnnouncement?: TransitGatewayRouteTableAnnouncement | undefined;
7720
+ TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain | undefined;
7371
7721
  }
7372
7722
  /**
7373
7723
  * @public
7374
7724
  */
7375
- export interface DeleteTransitGatewayVpcAttachmentRequest {
7725
+ export interface DeleteTransitGatewayPeeringAttachmentRequest {
7376
7726
  /**
7377
- * <p>The ID of the attachment.</p>
7727
+ * <p>The ID of the transit gateway peering attachment.</p>
7378
7728
  * @public
7379
7729
  */
7380
7730
  TransitGatewayAttachmentId: string | undefined;
@@ -7389,121 +7739,22 @@ export interface DeleteTransitGatewayVpcAttachmentRequest {
7389
7739
  /**
7390
7740
  * @public
7391
7741
  */
7392
- export interface DeleteTransitGatewayVpcAttachmentResult {
7393
- /**
7394
- * <p>Information about the deleted VPC attachment.</p>
7395
- * @public
7396
- */
7397
- TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
7398
- }
7399
- /**
7400
- * @public
7401
- */
7402
- export interface DeleteVerifiedAccessEndpointRequest {
7403
- /**
7404
- * <p>The ID of the Verified Access endpoint.</p>
7405
- * @public
7406
- */
7407
- VerifiedAccessEndpointId: string | undefined;
7408
- /**
7409
- * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
7410
- * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
7411
- * @public
7412
- */
7413
- ClientToken?: string | undefined;
7414
- /**
7415
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7416
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7417
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7418
- * @public
7419
- */
7420
- DryRun?: boolean | undefined;
7421
- }
7422
- /**
7423
- * @public
7424
- */
7425
- export interface DeleteVerifiedAccessEndpointResult {
7426
- /**
7427
- * <p>Details about the Verified Access endpoint.</p>
7428
- * @public
7429
- */
7430
- VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
7431
- }
7432
- /**
7433
- * @public
7434
- */
7435
- export interface DeleteVerifiedAccessGroupRequest {
7436
- /**
7437
- * <p>The ID of the Verified Access group.</p>
7438
- * @public
7439
- */
7440
- VerifiedAccessGroupId: string | undefined;
7441
- /**
7442
- * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
7443
- * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
7444
- * @public
7445
- */
7446
- ClientToken?: string | undefined;
7447
- /**
7448
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7449
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7450
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7451
- * @public
7452
- */
7453
- DryRun?: boolean | undefined;
7454
- }
7455
- /**
7456
- * @public
7457
- */
7458
- export interface DeleteVerifiedAccessGroupResult {
7459
- /**
7460
- * <p>Details about the Verified Access group.</p>
7461
- * @public
7462
- */
7463
- VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
7464
- }
7465
- /**
7466
- * @public
7467
- */
7468
- export interface DeleteVerifiedAccessInstanceRequest {
7469
- /**
7470
- * <p>The ID of the Verified Access instance.</p>
7471
- * @public
7472
- */
7473
- VerifiedAccessInstanceId: string | undefined;
7474
- /**
7475
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7476
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7477
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7478
- * @public
7479
- */
7480
- DryRun?: boolean | undefined;
7481
- /**
7482
- * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
7483
- * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
7484
- * @public
7485
- */
7486
- ClientToken?: string | undefined;
7487
- }
7488
- /**
7489
- * @public
7490
- */
7491
- export interface DeleteVerifiedAccessInstanceResult {
7742
+ export interface DeleteTransitGatewayPeeringAttachmentResult {
7492
7743
  /**
7493
- * <p>Details about the Verified Access instance.</p>
7744
+ * <p>The transit gateway peering attachment.</p>
7494
7745
  * @public
7495
7746
  */
7496
- VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
7747
+ TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
7497
7748
  }
7498
7749
  /**
7499
7750
  * @public
7500
7751
  */
7501
- export interface DeleteVerifiedAccessTrustProviderRequest {
7752
+ export interface DeleteTransitGatewayPolicyTableRequest {
7502
7753
  /**
7503
- * <p>The ID of the Verified Access trust provider.</p>
7754
+ * <p>The transit gateway policy table to delete.</p>
7504
7755
  * @public
7505
7756
  */
7506
- VerifiedAccessTrustProviderId: string | undefined;
7757
+ TransitGatewayPolicyTableId: string | undefined;
7507
7758
  /**
7508
7759
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7509
7760
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -7511,37 +7762,14 @@ export interface DeleteVerifiedAccessTrustProviderRequest {
7511
7762
  * @public
7512
7763
  */
7513
7764
  DryRun?: boolean | undefined;
7514
- /**
7515
- * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
7516
- * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
7517
- * @public
7518
- */
7519
- ClientToken?: string | undefined;
7520
7765
  }
7521
7766
  /**
7522
7767
  * @public
7523
7768
  */
7524
- export interface DeleteVerifiedAccessTrustProviderResult {
7525
- /**
7526
- * <p>Details about the Verified Access trust provider.</p>
7527
- * @public
7528
- */
7529
- VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
7530
- }
7531
- /**
7532
- * @public
7533
- */
7534
- export interface DeleteVolumeRequest {
7535
- /**
7536
- * <p>The ID of the volume.</p>
7537
- * @public
7538
- */
7539
- VolumeId: string | undefined;
7769
+ export interface DeleteTransitGatewayPolicyTableResult {
7540
7770
  /**
7541
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7542
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7543
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7771
+ * <p>Provides details about the deleted transit gateway policy table.</p>
7544
7772
  * @public
7545
7773
  */
7546
- DryRun?: boolean | undefined;
7774
+ TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
7547
7775
  }