@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
package/dist-cjs/index.js CHANGED
@@ -284,6 +284,8 @@ const _ALc = "AccessLogs";
284
284
  const _ALd = "AddressList";
285
285
  const _ALr = "ArnList";
286
286
  const _AM = "AvailabilityMode";
287
+ const _AMAI = "AddMiddleboxAttachmentIds";
288
+ const _AMAId = "AddMiddleboxAttachmentId";
287
289
  const _AMIT = "AllowsMultipleInstanceTypes";
288
290
  const _AMNL = "AllocationMinNetmaskLength";
289
291
  const _AMNLl = "AllocationMaxNetmaskLength";
@@ -467,9 +469,10 @@ const _ATSc = "AcceleratorTypeSet";
467
469
  const _ATSr = "ArchitectureTypeSet";
468
470
  const _ATc = "AcceleratorTypes";
469
471
  const _ATcc = "AcceleratorType";
470
- const _ATd = "AddressTransfers";
471
- const _ATdd = "AddressType";
472
- const _ATddr = "AddressingType";
472
+ const _ATd = "AdvertisementType";
473
+ const _ATdd = "AddressTransfers";
474
+ const _ATddr = "AddressType";
475
+ const _ATddre = "AddressingType";
473
476
  const _ATl = "AllocationType";
474
477
  const _ATll = "AllocationTime";
475
478
  const _ATr = "ArchitectureTypes";
@@ -560,6 +563,9 @@ const _BISL = "BundleIdStringList";
560
563
  const _BIa = "BaselineIops";
561
564
  const _BIu = "BundleIds";
562
565
  const _BIun = "BundleInstance";
566
+ const _BLE = "BgpLogEnabled";
567
+ const _BLGA = "BgpLogGroupArn";
568
+ const _BLOF = "BgpLogOutputFormat";
563
569
  const _BM = "BootMode";
564
570
  const _BMTL = "BootModeTypeList";
565
571
  const _BMa = "BareMetal";
@@ -764,6 +770,9 @@ const _CIC = "CommittedInstanceCount";
764
770
  const _CICE = "CreateInstanceConnectEndpoint";
765
771
  const _CICER = "CreateInstanceConnectEndpointRequest";
766
772
  const _CICERr = "CreateInstanceConnectEndpointResult";
773
+ const _CICRA = "CreateInterruptibleCapacityReservationAllocation";
774
+ const _CICRAR = "CreateInterruptibleCapacityReservationAllocationRequest";
775
+ const _CICRARr = "CreateInterruptibleCapacityReservationAllocationResult";
767
776
  const _CIERVT = "CreateIpamExternalResourceVerificationToken";
768
777
  const _CIERVTR = "CreateIpamExternalResourceVerificationTokenRequest";
769
778
  const _CIERVTRr = "CreateIpamExternalResourceVerificationTokenResult";
@@ -1080,6 +1089,12 @@ const _CTGMD = "CreateTransitGatewayMulticastDomain";
1080
1089
  const _CTGMDR = "CreateTransitGatewayMulticastDomainRequest";
1081
1090
  const _CTGMDRO = "CreateTransitGatewayMulticastDomainRequestOptions";
1082
1091
  const _CTGMDRr = "CreateTransitGatewayMulticastDomainResult";
1092
+ const _CTGMP = "CreateTransitGatewayMeteringPolicy";
1093
+ const _CTGMPE = "CreateTransitGatewayMeteringPolicyEntry";
1094
+ const _CTGMPER = "CreateTransitGatewayMeteringPolicyEntryRequest";
1095
+ const _CTGMPERr = "CreateTransitGatewayMeteringPolicyEntryResult";
1096
+ const _CTGMPR = "CreateTransitGatewayMeteringPolicyRequest";
1097
+ const _CTGMPRr = "CreateTransitGatewayMeteringPolicyResult";
1083
1098
  const _CTGPA = "CreateTransitGatewayPeeringAttachment";
1084
1099
  const _CTGPAR = "CreateTransitGatewayPeeringAttachmentRequest";
1085
1100
  const _CTGPARO = "CreateTransitGatewayPeeringAttachmentRequestOptions";
@@ -1176,9 +1191,12 @@ const _CVCr = "CreateVpnConcentrator";
1176
1191
  const _CVCre = "CreateVpnConnection";
1177
1192
  const _CVE = "ClientVpnEndpoint";
1178
1193
  const _CVEAS = "ClientVpnEndpointAttributeStatus";
1194
+ const _CVEC = "CreateVpcEncryptionControl";
1179
1195
  const _CVECN = "CreateVpcEndpointConnectionNotification";
1180
1196
  const _CVECNR = "CreateVpcEndpointConnectionNotificationRequest";
1181
1197
  const _CVECNRr = "CreateVpcEndpointConnectionNotificationResult";
1198
+ const _CVECR = "CreateVpcEncryptionControlRequest";
1199
+ const _CVECRr = "CreateVpcEncryptionControlResult";
1182
1200
  const _CVEI = "ClientVpnEndpointId";
1183
1201
  const _CVEIL = "ClientVpnEndpointIdList";
1184
1202
  const _CVEIl = "ClientVpnEndpointIds";
@@ -2076,8 +2094,10 @@ const _DTCR = "DeprecationTimeConditionRequest";
2076
2094
  const _DTCT = "DefaultTargetCapacityType";
2077
2095
  const _DTG = "DeleteTransitGateway";
2078
2096
  const _DTGA = "DescribeTransitGatewayAttachments";
2097
+ const _DTGAI = "DestinationTransitGatewayAttachmentId";
2079
2098
  const _DTGAR = "DescribeTransitGatewayAttachmentsRequest";
2080
2099
  const _DTGARe = "DescribeTransitGatewayAttachmentsResult";
2100
+ const _DTGAT = "DestinationTransitGatewayAttachmentType";
2081
2101
  const _DTGC = "DeleteTransitGatewayConnect";
2082
2102
  const _DTGCP = "DeleteTransitGatewayConnectPeer";
2083
2103
  const _DTGCPR = "DeleteTransitGatewayConnectPeerRequest";
@@ -2105,6 +2125,15 @@ const _DTGMGMRe = "DeregisterTransitGatewayMulticastGroupMembersResult";
2105
2125
  const _DTGMGS = "DeregisterTransitGatewayMulticastGroupSources";
2106
2126
  const _DTGMGSR = "DeregisterTransitGatewayMulticastGroupSourcesRequest";
2107
2127
  const _DTGMGSRe = "DeregisterTransitGatewayMulticastGroupSourcesResult";
2128
+ const _DTGMP = "DeleteTransitGatewayMeteringPolicy";
2129
+ const _DTGMPE = "DeleteTransitGatewayMeteringPolicyEntry";
2130
+ const _DTGMPER = "DeleteTransitGatewayMeteringPolicyEntryRequest";
2131
+ const _DTGMPERe = "DeleteTransitGatewayMeteringPolicyEntryResult";
2132
+ const _DTGMPR = "DeleteTransitGatewayMeteringPolicyRequest";
2133
+ const _DTGMPRe = "DeleteTransitGatewayMeteringPolicyResult";
2134
+ const _DTGMPRes = "DescribeTransitGatewayMeteringPoliciesRequest";
2135
+ const _DTGMPResc = "DescribeTransitGatewayMeteringPoliciesResult";
2136
+ const _DTGMPe = "DescribeTransitGatewayMeteringPolicies";
2108
2137
  const _DTGPA = "DeleteTransitGatewayPeeringAttachment";
2109
2138
  const _DTGPAR = "DeleteTransitGatewayPeeringAttachmentRequest";
2110
2139
  const _DTGPARe = "DeleteTransitGatewayPeeringAttachmentResult";
@@ -2281,15 +2310,21 @@ const _DVE = "DeleteVpcEndpoints";
2281
2310
  const _DVEA = "DescribeVpcEndpointAssociations";
2282
2311
  const _DVEAR = "DescribeVpcEndpointAssociationsRequest";
2283
2312
  const _DVEARe = "DescribeVpcEndpointAssociationsResult";
2284
- const _DVEC = "DescribeVpcEndpointConnections";
2313
+ const _DVEC = "DeleteVpcEncryptionControl";
2285
2314
  const _DVECN = "DeleteVpcEndpointConnectionNotifications";
2286
2315
  const _DVECNR = "DeleteVpcEndpointConnectionNotificationsRequest";
2287
2316
  const _DVECNRe = "DeleteVpcEndpointConnectionNotificationsResult";
2288
2317
  const _DVECNRes = "DescribeVpcEndpointConnectionNotificationsRequest";
2289
2318
  const _DVECNResc = "DescribeVpcEndpointConnectionNotificationsResult";
2290
2319
  const _DVECNe = "DescribeVpcEndpointConnectionNotifications";
2291
- const _DVECR = "DescribeVpcEndpointConnectionsRequest";
2292
- const _DVECRe = "DescribeVpcEndpointConnectionsResult";
2320
+ const _DVECR = "DeleteVpcEncryptionControlRequest";
2321
+ const _DVECRe = "DeleteVpcEncryptionControlResult";
2322
+ const _DVECRes = "DescribeVpcEncryptionControlsRequest";
2323
+ const _DVECResc = "DescribeVpcEncryptionControlsResult";
2324
+ const _DVECRescr = "DescribeVpcEndpointConnectionsRequest";
2325
+ const _DVECRescri = "DescribeVpcEndpointConnectionsResult";
2326
+ const _DVECe = "DescribeVpcEncryptionControls";
2327
+ const _DVECes = "DescribeVpcEndpointConnections";
2293
2328
  const _DVER = "DeleteVpcEndpointsRequest";
2294
2329
  const _DVERe = "DeleteVpcEndpointsResult";
2295
2330
  const _DVERes = "DescribeVpcEndpointsRequest";
@@ -2414,6 +2449,7 @@ const _EFLR = "EnableFastLaunchRequest";
2414
2449
  const _EFLRn = "EnableFastLaunchResult";
2415
2450
  const _EFR = "EgressFilterRules";
2416
2451
  const _EFS = "ElasticFileSystem";
2452
+ const _EFSE = "ElasticFileSystemExclusion";
2417
2453
  const _EFSR = "EnableFastSnapshotRestores";
2418
2454
  const _EFSREI = "EnableFastSnapshotRestoreErrorItem";
2419
2455
  const _EFSRES = "EnableFastSnapshotRestoreErrorSet";
@@ -2508,6 +2544,7 @@ const _ENAUM = "EnableNetworkAddressUsageMetrics";
2508
2544
  const _EO = "EbsOptimized";
2509
2545
  const _EOI = "EbsOptimizedInfo";
2510
2546
  const _EOIG = "EgressOnlyInternetGateway";
2547
+ const _EOIGE = "EgressOnlyInternetGatewayExclusion";
2511
2548
  const _EOIGI = "EgressOnlyInternetGatewayId";
2512
2549
  const _EOIGIL = "EgressOnlyInternetGatewayIdList";
2513
2550
  const _EOIGIg = "EgressOnlyInternetGatewayIds";
@@ -2555,6 +2592,7 @@ const _ESUSR = "EnaSrdUdpSpecificationRequest";
2555
2592
  const _ESf = "EfaSupported";
2556
2593
  const _ESn = "EncryptionSupport";
2557
2594
  const _ESna = "EnaSupport";
2595
+ const _ESnc = "EncryptionState";
2558
2596
  const _ESnd = "EndpointSet";
2559
2597
  const _ESr = "ErrorSet";
2560
2598
  const _ET = "ExpirationTime";
@@ -2912,6 +2950,9 @@ const _GTGAPRe = "GetTransitGatewayAttachmentPropagationsResult";
2912
2950
  const _GTGMDA = "GetTransitGatewayMulticastDomainAssociations";
2913
2951
  const _GTGMDAR = "GetTransitGatewayMulticastDomainAssociationsRequest";
2914
2952
  const _GTGMDARe = "GetTransitGatewayMulticastDomainAssociationsResult";
2953
+ const _GTGMPE = "GetTransitGatewayMeteringPolicyEntries";
2954
+ const _GTGMPER = "GetTransitGatewayMeteringPolicyEntriesRequest";
2955
+ const _GTGMPERe = "GetTransitGatewayMeteringPolicyEntriesResult";
2915
2956
  const _GTGPLR = "GetTransitGatewayPrefixListReferences";
2916
2957
  const _GTGPLRR = "GetTransitGatewayPrefixListReferencesRequest";
2917
2958
  const _GTGPLRRe = "GetTransitGatewayPrefixListReferencesResult";
@@ -2942,6 +2983,9 @@ const _GVCDSCRe = "GetVpnConnectionDeviceSampleConfigurationResult";
2942
2983
  const _GVCDT = "GetVpnConnectionDeviceTypes";
2943
2984
  const _GVCDTR = "GetVpnConnectionDeviceTypesRequest";
2944
2985
  const _GVCDTRe = "GetVpnConnectionDeviceTypesResult";
2986
+ const _GVRBEE = "GetVpcResourcesBlockingEncryptionEnforcement";
2987
+ const _GVRBEER = "GetVpcResourcesBlockingEncryptionEnforcementRequest";
2988
+ const _GVRBEERe = "GetVpcResourcesBlockingEncryptionEnforcementResult";
2945
2989
  const _GVTRS = "GetVpnTunnelReplacementStatus";
2946
2990
  const _GVTRSR = "GetVpnTunnelReplacementStatusRequest";
2947
2991
  const _GVTRSRe = "GetVpnTunnelReplacementStatusResult";
@@ -3018,10 +3062,11 @@ const _IBDMS = "InstanceBlockDeviceMappingSpecification";
3018
3062
  const _IBDMSL = "InstanceBlockDeviceMappingSpecificationList";
3019
3063
  const _IBPAS = "ImageBlockPublicAccessState";
3020
3064
  const _IC = "InstanceCount";
3021
- const _ICA = "Ipv6CidrAssociations";
3065
+ const _ICA = "InterruptibleCapacityAllocation";
3022
3066
  const _ICAC = "IpamCidrAuthorizationContext";
3023
3067
  const _ICAS = "Ipv6CidrAssociationSet";
3024
- const _ICAp = "Ipv6CidrAssociation";
3068
+ const _ICAp = "Ipv6CidrAssociations";
3069
+ const _ICApv = "Ipv6CidrAssociation";
3025
3070
  const _ICB = "Ipv6CidrBlock";
3026
3071
  const _ICBA = "Ipv6CidrBlockAssociation";
3027
3072
  const _ICBAS = "Ipv6CidrBlockAssociationSet";
@@ -3041,6 +3086,7 @@ const _ICEn = "InstanceConnectEndpoints";
3041
3086
  const _ICL = "ImageCriterionList";
3042
3087
  const _ICLn = "InstanceCountList";
3043
3088
  const _ICR = "ImageCriterionRequest";
3089
+ const _ICRI = "InterruptibleCapacityReservationId";
3044
3090
  const _ICRL = "ImageCriterionRequestList";
3045
3091
  const _ICS = "InstanceCreditSpecifications";
3046
3092
  const _ICSL = "InstanceCreditSpecificationList";
@@ -3098,6 +3144,7 @@ const _IEWTRL = "InstanceEventWindowTimeRangeList";
3098
3144
  const _IEWTRR = "InstanceEventWindowTimeRangeRequest";
3099
3145
  const _IEWTRRS = "InstanceEventWindowTimeRangeRequestSet";
3100
3146
  const _IEWn = "InstanceEventWindows";
3147
+ const _IEs = "IsExcludable";
3101
3148
  const _IF = "InstanceFamily";
3102
3149
  const _IFCS = "InstanceFamilyCreditSpecification";
3103
3150
  const _IFL = "IdFormatList";
@@ -3108,6 +3155,7 @@ const _IG = "InternetGateway";
3108
3155
  const _IGA = "InternetGatewayAttachment";
3109
3156
  const _IGAL = "InternetGatewayAttachmentList";
3110
3157
  const _IGBM = "InternetGatewayBlockMode";
3158
+ const _IGE = "InternetGatewayExclusion";
3111
3159
  const _IGEM = "InternetGatewayExclusionMode";
3112
3160
  const _IGI = "InternetGatewayId";
3113
3161
  const _IGIL = "InternetGatewayIdList";
@@ -3165,7 +3213,8 @@ const _IIm = "ImageId";
3165
3213
  const _IIma = "ImageIds";
3166
3214
  const _IImp = "ImportInstance";
3167
3215
  const _IImpo = "ImportImage";
3168
- const _IIn = "InstanceIds";
3216
+ const _IIn = "InterruptionInfo";
3217
+ const _IIns = "InstanceIds";
3169
3218
  const _IIp = "IpamId";
3170
3219
  const _IIpa = "IpamIds";
3171
3220
  const _IKEV = "InternetKeyExchangeVersion";
@@ -3440,13 +3489,14 @@ const _ITOn = "InstanceTypeOffering";
3440
3489
  const _ITS = "InstanceTypeSpecifications";
3441
3490
  const _ITSn = "InstanceTypeSpecification";
3442
3491
  const _ITm = "ImageType";
3443
- const _ITn = "InterfaceType";
3492
+ const _ITn = "InterruptionType";
3444
3493
  const _ITni = "InitializationType";
3445
3494
  const _ITns = "InstanceTenancy";
3446
3495
  const _ITnst = "InstanceTypes";
3447
3496
  const _ITnsta = "InstanceTags";
3448
3497
  const _ITnstan = "InstanceTag";
3449
3498
  const _ITnstanc = "InstanceTopology";
3499
+ const _ITnt = "InterfaceType";
3450
3500
  const _IU = "InstanceUsages";
3451
3501
  const _IUR = "ImageUsageReports";
3452
3502
  const _IURE = "ImageUsageReportEntries";
@@ -3479,7 +3529,8 @@ const _Im = "Images";
3479
3529
  const _Ima = "Image";
3480
3530
  const _In = "Instance";
3481
3531
  const _Ins = "Instances";
3482
- const _Int = "Interval";
3532
+ const _Int = "Interruptible";
3533
+ const _Inte = "Interval";
3483
3534
  const _Io = "Iops";
3484
3535
  const _Ip = "Ipam";
3485
3536
  const _Ipa = "Ipams";
@@ -3546,6 +3597,7 @@ const _LE = "LogEnabled";
3546
3597
  const _LEO = "LockExpiresOn";
3547
3598
  const _LET = "LastEvaluatedTime";
3548
3599
  const _LEa = "LastError";
3600
+ const _LEam = "LambdaExclusion";
3549
3601
  const _LF = "LogFormat";
3550
3602
  const _LFA = "LambdaFunctionArn";
3551
3603
  const _LG = "LocalGateways";
@@ -3724,6 +3776,9 @@ const _LUTas = "LastUpdateTimestamp";
3724
3776
  const _LV = "LogVersion";
3725
3777
  const _LVCS = "LastVersionCreationStatus";
3726
3778
  const _LVCSM = "LastVersionCreationStatusMessage";
3779
+ const _LVIRB = "ListVolumesInRecycleBin";
3780
+ const _LVIRBR = "ListVolumesInRecycleBinRequest";
3781
+ const _LVIRBRi = "ListVolumesInRecycleBinResult";
3727
3782
  const _LVN = "LatestVersionNumber";
3728
3783
  const _La = "Latest";
3729
3784
  const _Lam = "Lambda";
@@ -3739,6 +3794,8 @@ const _MAARo = "ModifyAddressAttributeResult";
3739
3794
  const _MAE = "MultiAttachEnabled";
3740
3795
  const _MAI = "MaxAggregationInterval";
3741
3796
  const _MAIe = "MediaAcceleratorInfo";
3797
+ const _MAIi = "MiddleboxAttachmentIds";
3798
+ const _MAIid = "MiddleboxAttachmentId";
3742
3799
  const _MAS = "MovingAddressStatuses";
3743
3800
  const _MASS = "MovingAddressStatusSet";
3744
3801
  const _MASo = "MovingAddressStatus";
@@ -3932,6 +3989,7 @@ const _MPIOL = "MapPublicIpOnLaunch";
3932
3989
  const _MPL = "MaxParallelLaunches";
3933
3990
  const _MPLS = "ManagedPrefixListSet";
3934
3991
  const _MPLa = "ManagedPrefixList";
3992
+ const _MPR = "MeteringPolicyRule";
3935
3993
  const _MPa = "MatchPath";
3936
3994
  const _MPax = "MaxPrice";
3937
3995
  const _MPe = "MetricPoints";
@@ -3976,6 +4034,9 @@ const _MTC = "MinTargetCapacity";
3976
4034
  const _MTDID = "MaxTermDurationInDays";
3977
4035
  const _MTDIDi = "MinTermDurationInDays";
3978
4036
  const _MTG = "ModifyTransitGateway";
4037
+ const _MTGMP = "ModifyTransitGatewayMeteringPolicy";
4038
+ const _MTGMPR = "ModifyTransitGatewayMeteringPolicyRequest";
4039
+ const _MTGMPRo = "ModifyTransitGatewayMeteringPolicyResult";
3979
4040
  const _MTGO = "ModifyTransitGatewayOptions";
3980
4041
  const _MTGPLR = "ModifyTransitGatewayPrefixListReference";
3981
4042
  const _MTGPLRR = "ModifyTransitGatewayPrefixListReferenceRequest";
@@ -4047,9 +4108,12 @@ const _MVCORo = "ModifyVpnConnectionOptionsResult";
4047
4108
  const _MVCR = "ModifyVpnConnectionRequest";
4048
4109
  const _MVCRo = "ModifyVpnConnectionResult";
4049
4110
  const _MVE = "ManagesVpcEndpoints";
4111
+ const _MVEC = "ModifyVpcEncryptionControl";
4050
4112
  const _MVECN = "ModifyVpcEndpointConnectionNotification";
4051
4113
  const _MVECNR = "ModifyVpcEndpointConnectionNotificationRequest";
4052
4114
  const _MVECNRo = "ModifyVpcEndpointConnectionNotificationResult";
4115
+ const _MVECR = "ModifyVpcEncryptionControlRequest";
4116
+ const _MVECRo = "ModifyVpcEncryptionControlResult";
4053
4117
  const _MVER = "ModifyVpcEndpointRequest";
4054
4118
  const _MVERo = "ModifyVpcEndpointResult";
4055
4119
  const _MVESC = "ModifyVpcEndpointServiceConfiguration";
@@ -4118,6 +4182,7 @@ const _NC = "NetworkCards";
4118
4182
  const _NCI = "NetworkCardIndex";
4119
4183
  const _NCIL = "NetworkCardInfoList";
4120
4184
  const _NCIe = "NetworkCardInfo";
4185
+ const _NCR = "NonCompliantResources";
4121
4186
  const _ND = "NoDevice";
4122
4187
  const _NDC = "NewDhcpConfiguration";
4123
4188
  const _NDCI = "NeuronDeviceCoreInfo";
@@ -4131,6 +4196,7 @@ const _NG = "NatGateway";
4131
4196
  const _NGA = "NatGatewayAddresses";
4132
4197
  const _NGAL = "NatGatewayAddressList";
4133
4198
  const _NGAa = "NatGatewayAddress";
4199
+ const _NGE = "NatGatewayExclusion";
4134
4200
  const _NGI = "NatGatewayId";
4135
4201
  const _NGISL = "NatGatewayIdStringList";
4136
4202
  const _NGIa = "NatGatewayIds";
@@ -4516,8 +4582,8 @@ const _PRIO = "PurchaseReservedInstancesOffering";
4516
4582
  const _PRIOR = "PurchaseReservedInstancesOfferingRequest";
4517
4583
  const _PRIORu = "PurchaseReservedInstancesOfferingResult";
4518
4584
  const _PRL = "PortRangeList";
4519
- const _PRN = "PolicyReferenceName";
4520
- const _PRNo = "PolicyRuleNumber";
4585
+ const _PRN = "PolicyRuleNumber";
4586
+ const _PRNo = "PolicyReferenceName";
4521
4587
  const _PRS = "PersistRoutesState";
4522
4588
  const _PRSu = "PurchaseRequestSet";
4523
4589
  const _PRU = "PtrRecordUpdate";
@@ -4784,6 +4850,8 @@ const _RLe = "ReservationList";
4784
4850
  const _RLes = "ResourceList";
4785
4851
  const _RLo = "RouteList";
4786
4852
  const _RM = "ReasonMessage";
4853
+ const _RMAI = "RemoveMiddleboxAttachmentIds";
4854
+ const _RMAIe = "RemoveMiddleboxAttachmentId";
4787
4855
  const _RMGM = "RegisteredMulticastGroupMembers";
4788
4856
  const _RMGS = "RegisteredMulticastGroupSources";
4789
4857
  const _RMPLV = "RestoreManagedPrefixListVersion";
@@ -4970,6 +5038,9 @@ const _RV = "ReturnValue";
4970
5038
  const _RVEC = "RejectVpcEndpointConnections";
4971
5039
  const _RVECR = "RejectVpcEndpointConnectionsRequest";
4972
5040
  const _RVECRe = "RejectVpcEndpointConnectionsResult";
5041
+ const _RVFRB = "RestoreVolumeFromRecycleBin";
5042
+ const _RVFRBR = "RestoreVolumeFromRecycleBinRequest";
5043
+ const _RVFRBRe = "RestoreVolumeFromRecycleBinResult";
4973
5044
  const _RVI = "ReferencingVpcId";
4974
5045
  const _RVIe = "RequesterVpcInfo";
4975
5046
  const _RVPC = "RejectVpcPeeringConnection";
@@ -5307,6 +5378,8 @@ const _STD = "SnapshotTaskDetail";
5307
5378
  const _STDS = "ServiceTypeDetailSet";
5308
5379
  const _STDe = "ServiceTypeDetail";
5309
5380
  const _STFR = "StoreTaskFailureReason";
5381
+ const _STGAI = "SourceTransitGatewayAttachmentId";
5382
+ const _STGAT = "SourceTransitGatewayAttachmentType";
5310
5383
  const _STGMG = "SearchTransitGatewayMulticastGroups";
5311
5384
  const _STGMGR = "SearchTransitGatewayMulticastGroupsRequest";
5312
5385
  const _STGMGRe = "SearchTransitGatewayMulticastGroupsResult";
@@ -5451,6 +5524,16 @@ const _TGMDr = "TransitGatewayMulticastDomains";
5451
5524
  const _TGMG = "TransitGatewayMulticastGroup";
5452
5525
  const _TGMGL = "TransitGatewayMulticastGroupList";
5453
5526
  const _TGMIMB = "TotalGpuMemoryInMiB";
5527
+ const _TGMP = "TransitGatewayMeteringPolicy";
5528
+ const _TGMPE = "TransitGatewayMeteringPolicyEntry";
5529
+ const _TGMPEL = "TransitGatewayMeteringPolicyEntryList";
5530
+ const _TGMPEr = "TransitGatewayMeteringPolicyEntries";
5531
+ const _TGMPI = "TransitGatewayMeteringPolicyId";
5532
+ const _TGMPISL = "TransitGatewayMeteringPolicyIdStringList";
5533
+ const _TGMPIr = "TransitGatewayMeteringPolicyIds";
5534
+ const _TGMPL = "TransitGatewayMeteringPolicyList";
5535
+ const _TGMPR = "TransitGatewayMeteringPolicyRule";
5536
+ const _TGMPr = "TransitGatewayMeteringPolicies";
5454
5537
  const _TGMRGM = "TransitGatewayMulticastRegisteredGroupMembers";
5455
5538
  const _TGMRGS = "TransitGatewayMulticastRegisteredGroupSources";
5456
5539
  const _TGNIIL = "TransitGatewayNetworkInterfaceIdList";
@@ -5516,6 +5599,7 @@ const _TIAIL = "TrunkInterfaceAssociationIdList";
5516
5599
  const _TIAL = "TrunkInterfaceAssociationList";
5517
5600
  const _TIAT = "TrafficIpAddressType";
5518
5601
  const _TIC = "TotalInstanceCount";
5602
+ const _TICa = "TargetInstanceCount";
5519
5603
  const _TICu = "TunnelInsideCidr";
5520
5604
  const _TII = "TrunkInterfaceId";
5521
5605
  const _TIIC = "TunnelInsideIpv6Cidr";
@@ -5626,6 +5710,7 @@ const _Tie = "Tier";
5626
5710
  const _To = "To";
5627
5711
  const _Ty = "Type";
5628
5712
  const _U = "Unsuccessful";
5713
+ const _UA = "UpdatedAt";
5629
5714
  const _UB = "UserBucket";
5630
5715
  const _UBD = "UserBucketDetails";
5631
5716
  const _UC = "UltraserverCount";
@@ -5640,6 +5725,7 @@ const _UDp = "UpdatedDate";
5640
5725
  const _UDpd = "UpdateDate";
5641
5726
  const _UDs = "UserData";
5642
5727
  const _UE = "UploadEnd";
5728
+ const _UEA = "UpdateEffectiveAt";
5643
5729
  const _UF = "UpfrontFee";
5644
5730
  const _UFD = "UnsuccessfulFleetDeletions";
5645
5731
  const _UFR = "UnsuccessfulFleetRequests";
@@ -5652,6 +5738,9 @@ const _UIAR = "UnassignIpv6AddressesRequest";
5652
5738
  const _UIARn = "UnassignIpv6AddressesResult";
5653
5739
  const _UIAn = "UnassignIpv6Addresses";
5654
5740
  const _UIC = "UsedInstanceCount";
5741
+ const _UICRA = "UpdateInterruptibleCapacityReservationAllocation";
5742
+ const _UICRAR = "UpdateInterruptibleCapacityReservationAllocationRequest";
5743
+ const _UICRARp = "UpdateInterruptibleCapacityReservationAllocationResult";
5655
5744
  const _UICS = "UnsuccessfulInstanceCreditSpecifications";
5656
5745
  const _UICSI = "UnsuccessfulInstanceCreditSpecificationItem";
5657
5746
  const _UICSIE = "UnsuccessfulInstanceCreditSpecificationItemError";
@@ -5813,17 +5902,24 @@ const _VE = "VpcEndpoint";
5813
5902
  const _VEA = "VpcEndpointAssociations";
5814
5903
  const _VEAS = "VpcEndpointAssociationSet";
5815
5904
  const _VEAp = "VpcEndpointAssociation";
5816
- const _VEC = "VpcEndpointConnections";
5905
+ const _VEC = "VpcEncryptionControl";
5906
+ const _VECC = "VpcEncryptionControlConfiguration";
5817
5907
  const _VECE = "VpcEncryptionControlExclusion";
5818
5908
  const _VECEp = "VpcEncryptionControlExclusions";
5819
5909
  const _VECI = "VpcEncryptionControlId";
5820
- const _VECIp = "VpcEndpointConnectionId";
5910
+ const _VECIL = "VpcEncryptionControlIdList";
5911
+ const _VECIp = "VpcEncryptionControlIds";
5912
+ const _VECIpc = "VpcEndpointConnectionId";
5913
+ const _VECL = "VpcEncryptionControlList";
5821
5914
  const _VECS = "VpcEndpointConnectionSet";
5822
- const _VECp = "VpcEncryptionControl";
5823
- const _VECpc = "VpcEndpointConnection";
5915
+ const _VECp = "VpcEncryptionControls";
5916
+ const _VECpc = "VpcEndpointConnections";
5917
+ const _VECpcn = "VpcEndpointConnection";
5824
5918
  const _VEI = "VpcEndpointIds";
5825
5919
  const _VEIL = "VpcEndpointIdList";
5826
5920
  const _VEIp = "VpcEndpointId";
5921
+ const _VENCR = "VpcEncryptionNonCompliantResource";
5922
+ const _VENCRL = "VpcEncryptionNonCompliantResourceList";
5827
5923
  const _VEO = "VpcEndpointOwner";
5828
5924
  const _VEPS = "VpcEndpointPolicySupported";
5829
5925
  const _VER = "VpcEndpointRegion";
@@ -5858,6 +5954,7 @@ const _VIo = "VolumeId";
5858
5954
  const _VIol = "VolumeIds";
5859
5955
  const _VIp = "VpcIds";
5860
5956
  const _VL = "VpcLattice";
5957
+ const _VLE = "VpcLatticeExclusion";
5861
5958
  const _VLo = "VolumeList";
5862
5959
  const _VLp = "VpcList";
5863
5960
  const _VM = "VolumesModifications";
@@ -5879,9 +5976,13 @@ const _VPCOD = "VpcPeeringConnectionOptionsDescription";
5879
5976
  const _VPCSR = "VpcPeeringConnectionStateReason";
5880
5977
  const _VPCVI = "VpcPeeringConnectionVpcInfo";
5881
5978
  const _VPCp = "VpcPeeringConnections";
5979
+ const _VPE = "VpcPeeringExclusion";
5882
5980
  const _VPG = "VirtualPrivateGateway";
5981
+ const _VPGE = "VirtualPrivateGatewayExclusion";
5883
5982
  const _VPp = "VpnPort";
5884
5983
  const _VPpc = "VpcPeering";
5984
+ const _VRBI = "VolumeRecycleBinInfo";
5985
+ const _VRBIL = "VolumeRecycleBinInfoList";
5885
5986
  const _VS = "VolumeStatuses";
5886
5987
  const _VSA = "VolumeStatusAction";
5887
5988
  const _VSAL = "VolumeStatusActionsList";
@@ -6061,8 +6162,9 @@ const _aTN = "associatedTargetNetwork";
6061
6162
  const _aTS = "addressTransferStatus";
6062
6163
  const _aTSc = "acceleratorTypeSet";
6063
6164
  const _aTSd = "addressTransferSet";
6064
- const _aTd = "addressType";
6065
- const _aTdd = "addressingType";
6165
+ const _aTd = "advertisementType";
6166
+ const _aTdd = "addressType";
6167
+ const _aTddr = "addressingType";
6066
6168
  const _aTl = "allocationType";
6067
6169
  const _aTll = "allocationTime";
6068
6170
  const _aTs = "associationTarget";
@@ -6112,6 +6214,9 @@ const _bII = "branchInterfaceId";
6112
6214
  const _bIT = "bundleInstanceTask";
6113
6215
  const _bITS = "bundleInstanceTasksSet";
6114
6216
  const _bIa = "baselineIops";
6217
+ const _bLE = "bgpLogEnabled";
6218
+ const _bLGA = "bgpLogGroupArn";
6219
+ const _bLOF = "bgpLogOutputFormat";
6115
6220
  const _bM = "bootMode";
6116
6221
  const _bMa = "bareMetal";
6117
6222
  const _bN = "bucketName";
@@ -6381,6 +6486,8 @@ const _dT = "deletionTime";
6381
6486
  const _dTA = "dpdTimeoutAction";
6382
6487
  const _dTC = "deprecationTimeCondition";
6383
6488
  const _dTCT = "defaultTargetCapacityType";
6489
+ const _dTGAI = "destinationTransitGatewayAttachmentId";
6490
+ const _dTGAT = "destinationTransitGatewayAttachmentType";
6384
6491
  const _dTPC = "defaultThreadsPerCore";
6385
6492
  const _dTPS = "deviceTrustProviderSet";
6386
6493
  const _dTPT = "deviceTrustProviderType";
@@ -6492,6 +6599,7 @@ const _eSUS = "enaSrdUdpSpecification";
6492
6599
  const _eSf = "efaSupported";
6493
6600
  const _eSn = "encryptionSupport";
6494
6601
  const _eSna = "enaSupport";
6602
+ const _eSnc = "encryptionState";
6495
6603
  const _eSnt = "entrySet";
6496
6604
  const _eSr = "errorSet";
6497
6605
  const _eSv = "eventsSet";
@@ -6633,6 +6741,7 @@ const _iApv = "ipv6Address";
6633
6741
  const _iB = "ingressBytes";
6634
6742
  const _iBPAS = "imageBlockPublicAccessState";
6635
6743
  const _iC = "instanceCount";
6744
+ const _iCA = "interruptibleCapacityAllocation";
6636
6745
  const _iCAS = "ipv6CidrAssociationSet";
6637
6746
  const _iCB = "ipv6CidrBlock";
6638
6747
  const _iCBA = "ipv6CidrBlockAssociation";
@@ -6644,6 +6753,7 @@ const _iCE = "instanceConnectEndpoint";
6644
6753
  const _iCEA = "instanceConnectEndpointArn";
6645
6754
  const _iCEI = "instanceConnectEndpointId";
6646
6755
  const _iCES = "instanceConnectEndpointSet";
6756
+ const _iCRI = "interruptibleCapacityReservationId";
6647
6757
  const _iCS = "imageCriterionSet";
6648
6758
  const _iCSS = "instanceCreditSpecificationSet";
6649
6759
  const _iCn = "instanceCounts";
@@ -6664,6 +6774,7 @@ const _iEWI = "instanceEventWindowId";
6664
6774
  const _iEWS = "instanceEventWindowState";
6665
6775
  const _iEWSn = "instanceEventWindowSet";
6666
6776
  const _iEs = "isEgress";
6777
+ const _iEsx = "isExcludable";
6667
6778
  const _iF = "instanceFamily";
6668
6779
  const _iFCS = "instanceFamilyCreditSpecification";
6669
6780
  const _iFR = "iamFleetRole";
@@ -6687,7 +6798,8 @@ const _iISB = "instanceInitiatedShutdownBehavior";
6687
6798
  const _iITS = "importImageTaskSet";
6688
6799
  const _iIm = "importInstance";
6689
6800
  const _iIma = "imageId";
6690
- const _iIn = "instanceIds";
6801
+ const _iIn = "interruptionInfo";
6802
+ const _iIns = "instanceIds";
6691
6803
  const _iIp = "ipamId";
6692
6804
  const _iL = "imageLocation";
6693
6805
  const _iLn = "instanceLifecycle";
@@ -6811,9 +6923,10 @@ const _iTS = "instanceTypeSet";
6811
6923
  const _iTSS = "instanceTypeSpecificationSet";
6812
6924
  const _iTd = "idempotencyToken";
6813
6925
  const _iTm = "imageType";
6814
- const _iTn = "instanceTenancy";
6926
+ const _iTn = "interruptionType";
6815
6927
  const _iTni = "initializationType";
6816
- const _iTns = "instanceTypes";
6928
+ const _iTns = "instanceTenancy";
6929
+ const _iTnst = "instanceTypes";
6817
6930
  const _iTnt = "interfaceType";
6818
6931
  const _iU = "ipUsage";
6819
6932
  const _iURES = "imageUsageReportEntrySet";
@@ -6826,7 +6939,8 @@ const _iVm = "importVolume";
6826
6939
  const _im = "image";
6827
6940
  const _in = "instance";
6828
6941
  const _ins = "instances";
6829
- const _int = "interval";
6942
+ const _int = "interruptible";
6943
+ const _inte = "interval";
6830
6944
  const _io = "iops";
6831
6945
  const _ip = "ipam";
6832
6946
  const _ipv = "ipv4";
@@ -6961,6 +7075,7 @@ const _mA = "mutualAuthentication";
6961
7075
  const _mAAA = "maintenanceAutoAppliedAfter";
6962
7076
  const _mAE = "multiAttachEnabled";
6963
7077
  const _mAI = "maxAggregationInterval";
7078
+ const _mAIS = "middleboxAttachmentIdSet";
6964
7079
  const _mAIe = "mediaAcceleratorInfo";
6965
7080
  const _mASS = "movingAddressStatusSet";
6966
7081
  const _mAa = "macAddress";
@@ -7004,6 +7119,7 @@ const _mP = "maxPrice";
7004
7119
  const _mPCS = "marketplaceProductCodeSet";
7005
7120
  const _mPIOL = "mapPublicIpOnLaunch";
7006
7121
  const _mPL = "maxParallelLaunches";
7122
+ const _mPR = "meteringPolicyRule";
7007
7123
  const _mPS = "metricPointSet";
7008
7124
  const _mPSa = "matchPathSet";
7009
7125
  const _mR = "maxResults";
@@ -7049,6 +7165,7 @@ const _nBG = "networkBorderGroup";
7049
7165
  const _nBGe = "networkBandwidthGbps";
7050
7166
  const _nC = "networkCards";
7051
7167
  const _nCI = "networkCardIndex";
7168
+ const _nCRS = "nonCompliantResourceSet";
7052
7169
  const _nD = "noDevice";
7053
7170
  const _nDe = "neuronDevices";
7054
7171
  const _nES = "nitroEnclavesSupport";
@@ -7492,7 +7609,8 @@ const _sCA = "serverCertificateArn";
7492
7609
  const _sCAE = "serialConsoleAccessEnabled";
7493
7610
  const _sCB = "sourceCidrBlock";
7494
7611
  const _sCR = "sourceCapacityReservation";
7495
- const _sCRI = "subnetCidrReservationId";
7612
+ const _sCRI = "sourceCapacityReservationId";
7613
+ const _sCRIu = "subnetCidrReservationId";
7496
7614
  const _sCRu = "subnetCidrReservation";
7497
7615
  const _sCS = "serviceConfigurationSet";
7498
7616
  const _sCSIG = "sustainedClockSpeedInGhz";
@@ -7628,6 +7746,8 @@ const _sTA = "snsTopicArn";
7628
7746
  const _sTC = "spotTargetCapacity";
7629
7747
  const _sTD = "snapshotTaskDetail";
7630
7748
  const _sTFR = "storeTaskFailureReason";
7749
+ const _sTGAI = "sourceTransitGatewayAttachmentId";
7750
+ const _sTGAT = "sourceTransitGatewayAttachmentType";
7631
7751
  const _sTH = "sessionTimeoutHours";
7632
7752
  const _sTR = "stateTransitionReason";
7633
7753
  const _sTS = "storeTaskState";
@@ -7708,6 +7828,11 @@ const _tGMDA = "transitGatewayMulticastDomainArn";
7708
7828
  const _tGMDI = "transitGatewayMulticastDomainId";
7709
7829
  const _tGMDr = "transitGatewayMulticastDomains";
7710
7830
  const _tGMIMB = "totalGpuMemoryInMiB";
7831
+ const _tGMP = "transitGatewayMeteringPolicy";
7832
+ const _tGMPE = "transitGatewayMeteringPolicyEntry";
7833
+ const _tGMPEr = "transitGatewayMeteringPolicyEntries";
7834
+ const _tGMPI = "transitGatewayMeteringPolicyId";
7835
+ const _tGMPr = "transitGatewayMeteringPolicies";
7711
7836
  const _tGOI = "transitGatewayOwnerId";
7712
7837
  const _tGPA = "transitGatewayPeeringAttachment";
7713
7838
  const _tGPAr = "transitGatewayPeeringAttachments";
@@ -7733,6 +7858,7 @@ const _tHP = "totalHourlyPrice";
7733
7858
  const _tI = "terminateInstances";
7734
7859
  const _tIAT = "trafficIpAddressType";
7735
7860
  const _tIC = "totalInstanceCount";
7861
+ const _tICa = "targetInstanceCount";
7736
7862
  const _tICu = "tunnelInsideCidr";
7737
7863
  const _tII = "trunkInterfaceId";
7738
7864
  const _tIIC = "tunnelInsideIpv6Cidr";
@@ -7803,6 +7929,7 @@ const _tie = "tier";
7803
7929
  const _to = "to";
7804
7930
  const _ty = "type";
7805
7931
  const _u = "unsuccessful";
7932
+ const _uA = "updatedAt";
7806
7933
  const _uB = "userBucket";
7807
7934
  const _uC = "ultraserverCount";
7808
7935
  const _uCs = "usageCount";
@@ -7811,6 +7938,7 @@ const _uDLTVS = "unsuccessfullyDeletedLaunchTemplateVersionSet";
7811
7938
  const _uDp = "updatedDate";
7812
7939
  const _uDpd = "updateDate";
7813
7940
  const _uDs = "userData";
7941
+ const _uEA = "updateEffectiveAt";
7814
7942
  const _uF = "upfrontFee";
7815
7943
  const _uFDS = "unsuccessfulFleetDeletionSet";
7816
7944
  const _uFRS = "unsuccessfulFleetRequestSet";
@@ -7874,9 +8002,11 @@ const _vCp = "vpnConnection";
7874
8002
  const _vD = "versionDescription";
7875
8003
  const _vE = "vpcEndpoint";
7876
8004
  const _vEAS = "vpcEndpointAssociationSet";
8005
+ const _vEC = "vpcEncryptionControl";
7877
8006
  const _vECI = "vpcEncryptionControlId";
7878
8007
  const _vECIp = "vpcEndpointConnectionId";
7879
- const _vECS = "vpcEndpointConnectionSet";
8008
+ const _vECS = "vpcEncryptionControlSet";
8009
+ const _vECSp = "vpcEndpointConnectionSet";
7880
8010
  const _vEI = "vpcEndpointId";
7881
8011
  const _vEO = "vpcEndpointOwner";
7882
8012
  const _vEPS = "vpcEndpointPolicySupported";
@@ -11438,7 +11568,7 @@ var ByoipCidr = [
11438
11568
  n0,
11439
11569
  _BC,
11440
11570
  0,
11441
- [_Ci, _De, _AAsn, _SMt, _St, _NBG],
11571
+ [_Ci, _De, _AAsn, _SMt, _St, _NBG, _ATd],
11442
11572
  [
11443
11573
  [
11444
11574
  0,
@@ -11482,6 +11612,13 @@ var ByoipCidr = [
11482
11612
  [_xN]: _nBG,
11483
11613
  },
11484
11614
  ],
11615
+ [
11616
+ 0,
11617
+ {
11618
+ [_eQN]: `AdvertisementType`,
11619
+ [_xN]: _aTd,
11620
+ },
11621
+ ],
11485
11622
  ],
11486
11623
  ];
11487
11624
  var CancelBundleTaskRequest = [
@@ -12624,6 +12761,9 @@ var CapacityReservation = [
12624
12761
  _CIom,
12625
12762
  _DP,
12626
12763
  _CBI,
12764
+ _Int,
12765
+ _ICA,
12766
+ _IIn,
12627
12767
  ],
12628
12768
  [
12629
12769
  [
@@ -12822,6 +12962,27 @@ var CapacityReservation = [
12822
12962
  [_xN]: _cBI,
12823
12963
  },
12824
12964
  ],
12965
+ [
12966
+ 2,
12967
+ {
12968
+ [_eQN]: `Interruptible`,
12969
+ [_xN]: _int,
12970
+ },
12971
+ ],
12972
+ [
12973
+ () => InterruptibleCapacityAllocation,
12974
+ {
12975
+ [_eQN]: `InterruptibleCapacityAllocation`,
12976
+ [_xN]: _iCA,
12977
+ },
12978
+ ],
12979
+ [
12980
+ () => InterruptionInfo,
12981
+ {
12982
+ [_eQN]: `InterruptionInfo`,
12983
+ [_xN]: _iIn,
12984
+ },
12985
+ ],
12825
12986
  ],
12826
12987
  ];
12827
12988
  var CapacityReservationBillingRequest = [
@@ -14096,7 +14257,7 @@ var CloudWatchLogOptions = [
14096
14257
  n0,
14097
14258
  _CWLO,
14098
14259
  0,
14099
- [_LE, _LGA, _LOF],
14260
+ [_LE, _LGA, _LOF, _BLE, _BLGA, _BLOF],
14100
14261
  [
14101
14262
  [
14102
14263
  2,
@@ -14119,9 +14280,37 @@ var CloudWatchLogOptions = [
14119
14280
  [_xN]: _lOF,
14120
14281
  },
14121
14282
  ],
14283
+ [
14284
+ 2,
14285
+ {
14286
+ [_eQN]: `BgpLogEnabled`,
14287
+ [_xN]: _bLE,
14288
+ },
14289
+ ],
14290
+ [
14291
+ 0,
14292
+ {
14293
+ [_eQN]: `BgpLogGroupArn`,
14294
+ [_xN]: _bLGA,
14295
+ },
14296
+ ],
14297
+ [
14298
+ 0,
14299
+ {
14300
+ [_eQN]: `BgpLogOutputFormat`,
14301
+ [_xN]: _bLOF,
14302
+ },
14303
+ ],
14122
14304
  ],
14123
14305
  ];
14124
- var CloudWatchLogOptionsSpecification = [3, n0, _CWLOS, 0, [_LE, _LGA, _LOF], [2, 0, 0]];
14306
+ var CloudWatchLogOptionsSpecification = [
14307
+ 3,
14308
+ n0,
14309
+ _CWLOS,
14310
+ 0,
14311
+ [_LE, _LGA, _LOF, _BLE, _BLGA, _BLOF],
14312
+ [2, 0, 0, 2, 0, 0],
14313
+ ];
14125
14314
  var CoipAddressUsage = [
14126
14315
  3,
14127
14316
  n0,
@@ -15436,7 +15625,7 @@ var CreateFleetInstance = [
15436
15625
  n0,
15437
15626
  _CFI,
15438
15627
  0,
15439
- [_LTAO, _L, _IIn, _IT, _Pl],
15628
+ [_LTAO, _L, _IIns, _IT, _Pl],
15440
15629
  [
15441
15630
  [
15442
15631
  () => LaunchTemplateAndOverridesResponse,
@@ -15456,7 +15645,7 @@ var CreateFleetInstance = [
15456
15645
  () => InstanceIdsSet,
15457
15646
  {
15458
15647
  [_eQN]: `InstanceIds`,
15459
- [_xN]: _iIn,
15648
+ [_xN]: _iIns,
15460
15649
  },
15461
15650
  ],
15462
15651
  [
@@ -15946,6 +16135,62 @@ var CreateInternetGatewayResult = [
15946
16135
  ],
15947
16136
  ],
15948
16137
  ];
16138
+ var CreateInterruptibleCapacityReservationAllocationRequest = [
16139
+ 3,
16140
+ n0,
16141
+ _CICRAR,
16142
+ 0,
16143
+ [_CRI, _IC, _CT, _DR, _TS],
16144
+ [
16145
+ 0,
16146
+ 1,
16147
+ [0, 4],
16148
+ 2,
16149
+ [
16150
+ () => TagSpecificationList,
16151
+ {
16152
+ [_xN]: _TSa,
16153
+ },
16154
+ ],
16155
+ ],
16156
+ ];
16157
+ var CreateInterruptibleCapacityReservationAllocationResult = [
16158
+ 3,
16159
+ n0,
16160
+ _CICRARr,
16161
+ 0,
16162
+ [_SCRI, _TICa, _Sta, _ITn],
16163
+ [
16164
+ [
16165
+ 0,
16166
+ {
16167
+ [_eQN]: `SourceCapacityReservationId`,
16168
+ [_xN]: _sCRI,
16169
+ },
16170
+ ],
16171
+ [
16172
+ 1,
16173
+ {
16174
+ [_eQN]: `TargetInstanceCount`,
16175
+ [_xN]: _tICa,
16176
+ },
16177
+ ],
16178
+ [
16179
+ 0,
16180
+ {
16181
+ [_eQN]: `Status`,
16182
+ [_xN]: _sta,
16183
+ },
16184
+ ],
16185
+ [
16186
+ 0,
16187
+ {
16188
+ [_eQN]: `InterruptionType`,
16189
+ [_xN]: _iTn,
16190
+ },
16191
+ ],
16192
+ ],
16193
+ ];
15949
16194
  var CreateIpamExternalResourceVerificationTokenRequest = [
15950
16195
  3,
15951
16196
  n0,
@@ -16962,7 +17207,7 @@ var CreateNetworkInterfaceRequest = [
16962
17207
  n0,
16963
17208
  _CNIR,
16964
17209
  0,
16965
- [_IPpvr, _IPCp, _IPp, _IPC, _ITn, _TS, _CT, _EPI, _CTS, _Op, _SIu, _De, _PIAr, _G, _PIAri, _SPIAC, _IA, _IAC, _DR],
17210
+ [_IPpvr, _IPCp, _IPp, _IPC, _ITnt, _TS, _CT, _EPI, _CTS, _Op, _SIu, _De, _PIAr, _G, _PIAri, _SPIAC, _IA, _IAC, _DR],
16966
17211
  [
16967
17212
  [
16968
17213
  () => Ipv4PrefixList,
@@ -18121,6 +18366,64 @@ var CreateTransitGatewayConnectResult = [
18121
18366
  ],
18122
18367
  ],
18123
18368
  ];
18369
+ var CreateTransitGatewayMeteringPolicyEntryRequest = [
18370
+ 3,
18371
+ n0,
18372
+ _CTGMPER,
18373
+ 0,
18374
+ [_TGMPI, _PRN, _STGAI, _STGAT, _SCB, _SPRo, _DTGAI, _DTGAT, _DCB, _DPRe, _Pr, _MAe, _DR],
18375
+ [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2],
18376
+ ];
18377
+ var CreateTransitGatewayMeteringPolicyEntryResult = [
18378
+ 3,
18379
+ n0,
18380
+ _CTGMPERr,
18381
+ 0,
18382
+ [_TGMPE],
18383
+ [
18384
+ [
18385
+ () => TransitGatewayMeteringPolicyEntry,
18386
+ {
18387
+ [_eQN]: `TransitGatewayMeteringPolicyEntry`,
18388
+ [_xN]: _tGMPE,
18389
+ },
18390
+ ],
18391
+ ],
18392
+ ];
18393
+ var CreateTransitGatewayMeteringPolicyRequest = [
18394
+ 3,
18395
+ n0,
18396
+ _CTGMPR,
18397
+ 0,
18398
+ [_TGI, _MAIi, _TS, _DR],
18399
+ [
18400
+ 0,
18401
+ [
18402
+ 64 | 0,
18403
+ {
18404
+ [_xN]: _MAIid,
18405
+ },
18406
+ ],
18407
+ [() => TagSpecificationList, 0],
18408
+ 2,
18409
+ ],
18410
+ ];
18411
+ var CreateTransitGatewayMeteringPolicyResult = [
18412
+ 3,
18413
+ n0,
18414
+ _CTGMPRr,
18415
+ 0,
18416
+ [_TGMP],
18417
+ [
18418
+ [
18419
+ () => TransitGatewayMeteringPolicy,
18420
+ {
18421
+ [_eQN]: `TransitGatewayMeteringPolicy`,
18422
+ [_xN]: _tGMP,
18423
+ },
18424
+ ],
18425
+ ],
18426
+ ];
18124
18427
  var CreateTransitGatewayMulticastDomainRequest = [
18125
18428
  3,
18126
18429
  n0,
@@ -18652,7 +18955,7 @@ var CreateVerifiedAccessTrustProviderRequest = [
18652
18955
  n0,
18653
18956
  _CVATPR,
18654
18957
  0,
18655
- [_TPT, _UTPT, _DTPT, _OO, _DOev, _PRN, _De, _TS, _CT, _DR, _SS, _NAOO],
18958
+ [_TPT, _UTPT, _DTPT, _OO, _DOev, _PRNo, _De, _TS, _CT, _DR, _SS, _NAOO],
18656
18959
  [
18657
18960
  0,
18658
18961
  0,
@@ -18800,6 +19103,39 @@ var CreateVpcBlockPublicAccessExclusionResult = [
18800
19103
  ],
18801
19104
  ],
18802
19105
  ];
19106
+ var CreateVpcEncryptionControlRequest = [
19107
+ 3,
19108
+ n0,
19109
+ _CVECR,
19110
+ 0,
19111
+ [_DR, _VI, _TS],
19112
+ [
19113
+ 2,
19114
+ 0,
19115
+ [
19116
+ () => TagSpecificationList,
19117
+ {
19118
+ [_xN]: _TSa,
19119
+ },
19120
+ ],
19121
+ ],
19122
+ ];
19123
+ var CreateVpcEncryptionControlResult = [
19124
+ 3,
19125
+ n0,
19126
+ _CVECRr,
19127
+ 0,
19128
+ [_VEC],
19129
+ [
19130
+ [
19131
+ () => VpcEncryptionControl,
19132
+ {
19133
+ [_eQN]: `VpcEncryptionControl`,
19134
+ [_xN]: _vEC,
19135
+ },
19136
+ ],
19137
+ ],
19138
+ ];
18803
19139
  var CreateVpcEndpointConnectionNotificationRequest = [
18804
19140
  3,
18805
19141
  n0,
@@ -19036,7 +19372,7 @@ var CreateVpcRequest = [
19036
19372
  n0,
19037
19373
  _CVRre,
19038
19374
  0,
19039
- [_CB, _IPpvo, _ICB, _IIPIp, _INLp, _IIPI, _INL, _ICBNBG, _TS, _DR, _ITns, _APICB],
19375
+ [_CB, _IPpvo, _ICB, _IIPIp, _INLp, _IIPI, _INL, _ICBNBG, _VEC, _TS, _DR, _ITns, _APICB],
19040
19376
  [
19041
19377
  0,
19042
19378
  0,
@@ -19046,6 +19382,7 @@ var CreateVpcRequest = [
19046
19382
  0,
19047
19383
  1,
19048
19384
  0,
19385
+ () => VpcEncryptionControlConfiguration,
19049
19386
  [
19050
19387
  () => TagSpecificationList,
19051
19388
  {
@@ -19063,7 +19400,7 @@ var CreateVpcRequest = [
19063
19400
  0,
19064
19401
  {
19065
19402
  [_eQN]: `InstanceTenancy`,
19066
- [_xN]: _iTn,
19403
+ [_xN]: _iTns,
19067
19404
  },
19068
19405
  ],
19069
19406
  [
@@ -21024,6 +21361,54 @@ var DeleteTransitGatewayConnectResult = [
21024
21361
  ],
21025
21362
  ],
21026
21363
  ];
21364
+ var DeleteTransitGatewayMeteringPolicyEntryRequest = [
21365
+ 3,
21366
+ n0,
21367
+ _DTGMPER,
21368
+ 0,
21369
+ [_TGMPI, _PRN, _DR],
21370
+ [0, 1, 2],
21371
+ ];
21372
+ var DeleteTransitGatewayMeteringPolicyEntryResult = [
21373
+ 3,
21374
+ n0,
21375
+ _DTGMPERe,
21376
+ 0,
21377
+ [_TGMPE],
21378
+ [
21379
+ [
21380
+ () => TransitGatewayMeteringPolicyEntry,
21381
+ {
21382
+ [_eQN]: `TransitGatewayMeteringPolicyEntry`,
21383
+ [_xN]: _tGMPE,
21384
+ },
21385
+ ],
21386
+ ],
21387
+ ];
21388
+ var DeleteTransitGatewayMeteringPolicyRequest = [
21389
+ 3,
21390
+ n0,
21391
+ _DTGMPR,
21392
+ 0,
21393
+ [_TGMPI, _DR],
21394
+ [0, 2],
21395
+ ];
21396
+ var DeleteTransitGatewayMeteringPolicyResult = [
21397
+ 3,
21398
+ n0,
21399
+ _DTGMPRe,
21400
+ 0,
21401
+ [_TGMP],
21402
+ [
21403
+ [
21404
+ () => TransitGatewayMeteringPolicy,
21405
+ {
21406
+ [_eQN]: `TransitGatewayMeteringPolicy`,
21407
+ [_xN]: _tGMP,
21408
+ },
21409
+ ],
21410
+ ],
21411
+ ];
21027
21412
  var DeleteTransitGatewayMulticastDomainRequest = [
21028
21413
  3,
21029
21414
  n0,
@@ -21342,6 +21727,23 @@ var DeleteVpcBlockPublicAccessExclusionResult = [
21342
21727
  ],
21343
21728
  ],
21344
21729
  ];
21730
+ var DeleteVpcEncryptionControlRequest = [3, n0, _DVECR, 0, [_DR, _VECI], [2, 0]];
21731
+ var DeleteVpcEncryptionControlResult = [
21732
+ 3,
21733
+ n0,
21734
+ _DVECRe,
21735
+ 0,
21736
+ [_VEC],
21737
+ [
21738
+ [
21739
+ () => VpcEncryptionControl,
21740
+ {
21741
+ [_eQN]: `VpcEncryptionControl`,
21742
+ [_xN]: _vEC,
21743
+ },
21744
+ ],
21745
+ ],
21746
+ ];
21345
21747
  var DeleteVpcEndpointConnectionNotificationsRequest = [
21346
21748
  3,
21347
21749
  n0,
@@ -21928,7 +22330,7 @@ var DescribeAddressTransfersResult = [
21928
22330
  n0,
21929
22331
  _DATRe,
21930
22332
  0,
21931
- [_ATd, _NTe],
22333
+ [_ATdd, _NTe],
21932
22334
  [
21933
22335
  [
21934
22336
  () => AddressTransferList,
@@ -22621,7 +23023,7 @@ var DescribeClassicLinkInstancesRequest = [
22621
23023
  n0,
22622
23024
  _DCLIR,
22623
23025
  0,
22624
- [_DR, _IIn, _Fi, _NTe, _MR],
23026
+ [_DR, _IIns, _Fi, _NTe, _MR],
22625
23027
  [
22626
23028
  [
22627
23029
  2,
@@ -23703,7 +24105,7 @@ var DescribeFleetsInstances = [
23703
24105
  n0,
23704
24106
  _DFI,
23705
24107
  0,
23706
- [_LTAO, _L, _IIn, _IT, _Pl],
24108
+ [_LTAO, _L, _IIns, _IT, _Pl],
23707
24109
  [
23708
24110
  [
23709
24111
  () => LaunchTemplateAndOverridesResponse,
@@ -23723,7 +24125,7 @@ var DescribeFleetsInstances = [
23723
24125
  () => InstanceIdsSet,
23724
24126
  {
23725
24127
  [_eQN]: `InstanceIds`,
23726
- [_xN]: _iIn,
24128
+ [_xN]: _iIns,
23727
24129
  },
23728
24130
  ],
23729
24131
  [
@@ -24540,7 +24942,7 @@ var DescribeInstanceCreditSpecificationsRequest = [
24540
24942
  n0,
24541
24943
  _DICSR,
24542
24944
  0,
24543
- [_DR, _Fi, _IIn, _MR, _NTe],
24945
+ [_DR, _Fi, _IIns, _MR, _NTe],
24544
24946
  [
24545
24947
  2,
24546
24948
  [
@@ -24658,7 +25060,7 @@ var DescribeInstanceImageMetadataRequest = [
24658
25060
  n0,
24659
25061
  _DIIMR,
24660
25062
  0,
24661
- [_Fi, _IIn, _MR, _NTe, _DR],
25063
+ [_Fi, _IIns, _MR, _NTe, _DR],
24662
25064
  [
24663
25065
  [
24664
25066
  () => FilterList,
@@ -24705,7 +25107,7 @@ var DescribeInstanceSqlHaHistoryStatesRequest = [
24705
25107
  n0,
24706
25108
  _DISHHSR,
24707
25109
  0,
24708
- [_IIn, _ST, _ETnd, _NTe, _MR, _Fi, _DR],
25110
+ [_IIns, _ST, _ETnd, _NTe, _MR, _Fi, _DR],
24709
25111
  [
24710
25112
  [
24711
25113
  () => InstanceIdStringList,
@@ -24754,7 +25156,7 @@ var DescribeInstanceSqlHaStatesRequest = [
24754
25156
  n0,
24755
25157
  _DISHSR,
24756
25158
  0,
24757
- [_IIn, _NTe, _MR, _Fi, _DR],
25159
+ [_IIns, _NTe, _MR, _Fi, _DR],
24758
25160
  [
24759
25161
  [
24760
25162
  () => InstanceIdStringList,
@@ -24801,7 +25203,7 @@ var DescribeInstancesRequest = [
24801
25203
  n0,
24802
25204
  _DIRescr,
24803
25205
  0,
24804
- [_IIn, _DR, _Fi, _NTe, _MR],
25206
+ [_IIns, _DR, _Fi, _NTe, _MR],
24805
25207
  [
24806
25208
  [
24807
25209
  () => InstanceIdStringList,
@@ -24866,7 +25268,7 @@ var DescribeInstanceStatusRequest = [
24866
25268
  n0,
24867
25269
  _DISRes,
24868
25270
  0,
24869
- [_IIn, _MR, _NTe, _DR, _Fi, _IAI],
25271
+ [_IIns, _MR, _NTe, _DR, _Fi, _IAI],
24870
25272
  [
24871
25273
  [
24872
25274
  () => InstanceIdStringList,
@@ -24926,7 +25328,7 @@ var DescribeInstanceTopologyRequest = [
24926
25328
  n0,
24927
25329
  _DITR,
24928
25330
  0,
24929
- [_DR, _NTe, _MR, _IIn, _GNr, _Fi],
25331
+ [_DR, _NTe, _MR, _IIns, _GNr, _Fi],
24930
25332
  [
24931
25333
  2,
24932
25334
  0,
@@ -27233,7 +27635,7 @@ var DescribeReservedInstancesOfferingsRequest = [
27233
27635
  0,
27234
27636
  {
27235
27637
  [_eQN]: `InstanceTenancy`,
27236
- [_xN]: _iTn,
27638
+ [_xN]: _iTns,
27237
27639
  },
27238
27640
  ],
27239
27641
  [
@@ -28898,6 +29300,48 @@ var DescribeTransitGatewayConnectsResult = [
28898
29300
  ],
28899
29301
  ],
28900
29302
  ];
29303
+ var DescribeTransitGatewayMeteringPoliciesRequest = [
29304
+ 3,
29305
+ n0,
29306
+ _DTGMPRes,
29307
+ 0,
29308
+ [_TGMPIr, _Fi, _MR, _NTe, _DR],
29309
+ [
29310
+ [() => TransitGatewayMeteringPolicyIdStringList, 0],
29311
+ [
29312
+ () => FilterList,
29313
+ {
29314
+ [_xN]: _Fil,
29315
+ },
29316
+ ],
29317
+ 1,
29318
+ 0,
29319
+ 2,
29320
+ ],
29321
+ ];
29322
+ var DescribeTransitGatewayMeteringPoliciesResult = [
29323
+ 3,
29324
+ n0,
29325
+ _DTGMPResc,
29326
+ 0,
29327
+ [_TGMPr, _NTe],
29328
+ [
29329
+ [
29330
+ () => TransitGatewayMeteringPolicyList,
29331
+ {
29332
+ [_eQN]: `TransitGatewayMeteringPolicies`,
29333
+ [_xN]: _tGMPr,
29334
+ },
29335
+ ],
29336
+ [
29337
+ 0,
29338
+ {
29339
+ [_eQN]: `NextToken`,
29340
+ [_xN]: _nTe,
29341
+ },
29342
+ ],
29343
+ ],
29344
+ ];
28901
29345
  var DescribeTransitGatewayMulticastDomainsRequest = [
28902
29346
  3,
28903
29347
  n0,
@@ -29905,6 +30349,59 @@ var DescribeVpcClassicLinkResult = [
29905
30349
  ],
29906
30350
  ],
29907
30351
  ];
30352
+ var DescribeVpcEncryptionControlsRequest = [
30353
+ 3,
30354
+ n0,
30355
+ _DVECRes,
30356
+ 0,
30357
+ [_DR, _Fi, _VECIp, _VIp, _NTe, _MR],
30358
+ [
30359
+ 2,
30360
+ [
30361
+ () => FilterList,
30362
+ {
30363
+ [_xN]: _Fil,
30364
+ },
30365
+ ],
30366
+ [
30367
+ () => VpcEncryptionControlIdList,
30368
+ {
30369
+ [_xN]: _VECI,
30370
+ },
30371
+ ],
30372
+ [
30373
+ () => VpcIdStringList,
30374
+ {
30375
+ [_xN]: _VI,
30376
+ },
30377
+ ],
30378
+ 0,
30379
+ 1,
30380
+ ],
30381
+ ];
30382
+ var DescribeVpcEncryptionControlsResult = [
30383
+ 3,
30384
+ n0,
30385
+ _DVECResc,
30386
+ 0,
30387
+ [_VECp, _NTe],
30388
+ [
30389
+ [
30390
+ () => VpcEncryptionControlList,
30391
+ {
30392
+ [_eQN]: `VpcEncryptionControlSet`,
30393
+ [_xN]: _vECS,
30394
+ },
30395
+ ],
30396
+ [
30397
+ 0,
30398
+ {
30399
+ [_eQN]: `NextToken`,
30400
+ [_xN]: _nTe,
30401
+ },
30402
+ ],
30403
+ ],
30404
+ ];
29908
30405
  var DescribeVpcEndpointAssociationsRequest = [
29909
30406
  3,
29910
30407
  n0,
@@ -29997,7 +30494,7 @@ var DescribeVpcEndpointConnectionNotificationsResult = [
29997
30494
  var DescribeVpcEndpointConnectionsRequest = [
29998
30495
  3,
29999
30496
  n0,
30000
- _DVECR,
30497
+ _DVECRescr,
30001
30498
  0,
30002
30499
  [_DR, _Fi, _MR, _NTe],
30003
30500
  [
@@ -30015,15 +30512,15 @@ var DescribeVpcEndpointConnectionsRequest = [
30015
30512
  var DescribeVpcEndpointConnectionsResult = [
30016
30513
  3,
30017
30514
  n0,
30018
- _DVECRe,
30515
+ _DVECRescri,
30019
30516
  0,
30020
- [_VEC, _NTe],
30517
+ [_VECpc, _NTe],
30021
30518
  [
30022
30519
  [
30023
30520
  () => VpcEndpointConnectionSet,
30024
30521
  {
30025
30522
  [_eQN]: `VpcEndpointConnectionSet`,
30026
- [_xN]: _vECS,
30523
+ [_xN]: _vECSp,
30027
30524
  },
30028
30525
  ],
30029
30526
  [
@@ -31260,7 +31757,7 @@ var DisableInstanceSqlHaStandbyDetectionsRequest = [
31260
31757
  n0,
31261
31758
  _DISHSDR,
31262
31759
  0,
31263
- [_IIn, _DR],
31760
+ [_IIns, _DR],
31264
31761
  [
31265
31762
  [
31266
31763
  () => InstanceIdUpdateStringList,
@@ -33368,7 +33865,7 @@ var EnableInstanceSqlHaStandbyDetectionsRequest = [
33368
33865
  n0,
33369
33866
  _EISHSDR,
33370
33867
  0,
33371
- [_IIn, _SSC, _DR],
33868
+ [_IIns, _SSC, _DR],
33372
33869
  [
33373
33870
  [
33374
33871
  () => InstanceIdUpdateStringList,
@@ -33665,6 +34162,29 @@ var EnclaveOptions = [
33665
34162
  ],
33666
34163
  ];
33667
34164
  var EnclaveOptionsRequest = [3, n0, _EOR, 0, [_En], [2]];
34165
+ var EncryptionSupport = [
34166
+ 3,
34167
+ n0,
34168
+ _ESn,
34169
+ 0,
34170
+ [_ESnc, _SMta],
34171
+ [
34172
+ [
34173
+ 0,
34174
+ {
34175
+ [_eQN]: `EncryptionState`,
34176
+ [_xN]: _eSnc,
34177
+ },
34178
+ ],
34179
+ [
34180
+ 0,
34181
+ {
34182
+ [_eQN]: `StateMessage`,
34183
+ [_xN]: _sMta,
34184
+ },
34185
+ ],
34186
+ ],
34187
+ ];
33668
34188
  var EventInformation = [
33669
34189
  3,
33670
34190
  n0,
@@ -35685,7 +36205,7 @@ var FpgaImage = [
35685
36205
  () => InstanceTypesList,
35686
36206
  {
35687
36207
  [_eQN]: `InstanceTypes`,
35688
- [_xN]: _iTns,
36208
+ [_xN]: _iTnst,
35689
36209
  },
35690
36210
  ],
35691
36211
  ],
@@ -35872,7 +36392,7 @@ var GetAssociatedIpv6PoolCidrsResult = [
35872
36392
  n0,
35873
36393
  _GAIPCRe,
35874
36394
  0,
35875
- [_ICA, _NTe],
36395
+ [_ICAp, _NTe],
35876
36396
  [
35877
36397
  [
35878
36398
  () => Ipv6CidrAssociationSet,
@@ -36106,7 +36626,7 @@ var GetCapacityReservationUsageResult = [
36106
36626
  n0,
36107
36627
  _GCRURe,
36108
36628
  0,
36109
- [_NTe, _CRI, _IT, _TIC, _AICv, _St, _IU],
36629
+ [_NTe, _CRI, _IT, _TIC, _AICv, _St, _IU, _Int, _ICA, _IIn],
36110
36630
  [
36111
36631
  [
36112
36632
  0,
@@ -36157,6 +36677,27 @@ var GetCapacityReservationUsageResult = [
36157
36677
  [_xN]: _iUS,
36158
36678
  },
36159
36679
  ],
36680
+ [
36681
+ 2,
36682
+ {
36683
+ [_eQN]: `Interruptible`,
36684
+ [_xN]: _int,
36685
+ },
36686
+ ],
36687
+ [
36688
+ () => InterruptibleCapacityAllocation,
36689
+ {
36690
+ [_eQN]: `InterruptibleCapacityAllocation`,
36691
+ [_xN]: _iCA,
36692
+ },
36693
+ ],
36694
+ [
36695
+ () => InterruptionInfo,
36696
+ {
36697
+ [_eQN]: `InterruptionInfo`,
36698
+ [_xN]: _iIn,
36699
+ },
36700
+ ],
36160
36701
  ],
36161
36702
  ];
36162
36703
  var GetCoipPoolUsageRequest = [
@@ -37870,6 +38411,48 @@ var GetTransitGatewayAttachmentPropagationsResult = [
37870
38411
  ],
37871
38412
  ],
37872
38413
  ];
38414
+ var GetTransitGatewayMeteringPolicyEntriesRequest = [
38415
+ 3,
38416
+ n0,
38417
+ _GTGMPER,
38418
+ 0,
38419
+ [_TGMPI, _Fi, _MR, _NTe, _DR],
38420
+ [
38421
+ 0,
38422
+ [
38423
+ () => FilterList,
38424
+ {
38425
+ [_xN]: _Fil,
38426
+ },
38427
+ ],
38428
+ 1,
38429
+ 0,
38430
+ 2,
38431
+ ],
38432
+ ];
38433
+ var GetTransitGatewayMeteringPolicyEntriesResult = [
38434
+ 3,
38435
+ n0,
38436
+ _GTGMPERe,
38437
+ 0,
38438
+ [_TGMPEr, _NTe],
38439
+ [
38440
+ [
38441
+ () => TransitGatewayMeteringPolicyEntryList,
38442
+ {
38443
+ [_eQN]: `TransitGatewayMeteringPolicyEntries`,
38444
+ [_xN]: _tGMPEr,
38445
+ },
38446
+ ],
38447
+ [
38448
+ 0,
38449
+ {
38450
+ [_eQN]: `NextToken`,
38451
+ [_xN]: _nTe,
38452
+ },
38453
+ ],
38454
+ ],
38455
+ ];
37873
38456
  var GetTransitGatewayMulticastDomainAssociationsRequest = [
37874
38457
  3,
37875
38458
  n0,
@@ -38204,6 +38787,37 @@ var GetVerifiedAccessGroupPolicyResult = [
38204
38787
  ],
38205
38788
  ],
38206
38789
  ];
38790
+ var GetVpcResourcesBlockingEncryptionEnforcementRequest = [
38791
+ 3,
38792
+ n0,
38793
+ _GVRBEER,
38794
+ 0,
38795
+ [_VI, _MR, _NTe, _DR],
38796
+ [0, 1, 0, 2],
38797
+ ];
38798
+ var GetVpcResourcesBlockingEncryptionEnforcementResult = [
38799
+ 3,
38800
+ n0,
38801
+ _GVRBEERe,
38802
+ 0,
38803
+ [_NCR, _NTe],
38804
+ [
38805
+ [
38806
+ () => VpcEncryptionNonCompliantResourceList,
38807
+ {
38808
+ [_eQN]: `NonCompliantResourceSet`,
38809
+ [_xN]: _nCRS,
38810
+ },
38811
+ ],
38812
+ [
38813
+ 0,
38814
+ {
38815
+ [_eQN]: `NextToken`,
38816
+ [_xN]: _nTe,
38817
+ },
38818
+ ],
38819
+ ],
38820
+ ];
38207
38821
  var GetVpnConnectionDeviceSampleConfigurationRequest = [
38208
38822
  3,
38209
38823
  n0,
@@ -41803,7 +42417,7 @@ var InstanceEventWindowAssociationRequest = [
41803
42417
  n0,
41804
42418
  _IEWAR,
41805
42419
  0,
41806
- [_IIn, _ITnsta, _DHI],
42420
+ [_IIns, _ITnsta, _DHI],
41807
42421
  [
41808
42422
  [
41809
42423
  () => InstanceIdList,
@@ -41830,7 +42444,7 @@ var InstanceEventWindowAssociationTarget = [
41830
42444
  n0,
41831
42445
  _IEWAT,
41832
42446
  0,
41833
- [_IIn, _T, _DHI],
42447
+ [_IIns, _T, _DHI],
41834
42448
  [
41835
42449
  [
41836
42450
  () => InstanceIdList,
@@ -41860,7 +42474,7 @@ var InstanceEventWindowDisassociationRequest = [
41860
42474
  n0,
41861
42475
  _IEWDR,
41862
42476
  0,
41863
- [_IIn, _ITnsta, _DHI],
42477
+ [_IIns, _ITnsta, _DHI],
41864
42478
  [
41865
42479
  [
41866
42480
  () => InstanceIdList,
@@ -42317,7 +42931,7 @@ var InstanceNetworkInterface = [
42317
42931
  _Sta,
42318
42932
  _SIu,
42319
42933
  _VI,
42320
- _ITn,
42934
+ _ITnt,
42321
42935
  _IPpvr,
42322
42936
  _IPp,
42323
42937
  _CTC,
@@ -42594,7 +43208,7 @@ var InstanceNetworkInterfaceSpecification = [
42594
43208
  _SPIAC,
42595
43209
  _SIu,
42596
43210
  _ACIA,
42597
- _ITn,
43211
+ _ITnt,
42598
43212
  _NCI,
42599
43213
  _IPpvr,
42600
43214
  _IPCp,
@@ -43881,6 +44495,73 @@ var InternetGatewayAttachment = [
43881
44495
  ],
43882
44496
  ],
43883
44497
  ];
44498
+ var InterruptibleCapacityAllocation = [
44499
+ 3,
44500
+ n0,
44501
+ _ICA,
44502
+ 0,
44503
+ [_IC, _TICa, _Sta, _ICRI, _ITn],
44504
+ [
44505
+ [
44506
+ 1,
44507
+ {
44508
+ [_eQN]: `InstanceCount`,
44509
+ [_xN]: _iC,
44510
+ },
44511
+ ],
44512
+ [
44513
+ 1,
44514
+ {
44515
+ [_eQN]: `TargetInstanceCount`,
44516
+ [_xN]: _tICa,
44517
+ },
44518
+ ],
44519
+ [
44520
+ 0,
44521
+ {
44522
+ [_eQN]: `Status`,
44523
+ [_xN]: _sta,
44524
+ },
44525
+ ],
44526
+ [
44527
+ 0,
44528
+ {
44529
+ [_eQN]: `InterruptibleCapacityReservationId`,
44530
+ [_xN]: _iCRI,
44531
+ },
44532
+ ],
44533
+ [
44534
+ 0,
44535
+ {
44536
+ [_eQN]: `InterruptionType`,
44537
+ [_xN]: _iTn,
44538
+ },
44539
+ ],
44540
+ ],
44541
+ ];
44542
+ var InterruptionInfo = [
44543
+ 3,
44544
+ n0,
44545
+ _IIn,
44546
+ 0,
44547
+ [_SCRI, _ITn],
44548
+ [
44549
+ [
44550
+ 0,
44551
+ {
44552
+ [_eQN]: `SourceCapacityReservationId`,
44553
+ [_xN]: _sCRI,
44554
+ },
44555
+ ],
44556
+ [
44557
+ 0,
44558
+ {
44559
+ [_eQN]: `InterruptionType`,
44560
+ [_xN]: _iTn,
44561
+ },
44562
+ ],
44563
+ ],
44564
+ ];
43884
44565
  var Ipam = [
43885
44566
  3,
43886
44567
  n0,
@@ -44159,7 +44840,7 @@ var IpamDiscoveredPublicAddress = [
44159
44840
  n0,
44160
44841
  _IDPAp,
44161
44842
  0,
44162
- [_IRDI, _ARd, _A, _AOI, _AAId, _ASs, _ATdd, _Se, _SRer, _VI, _SIu, _PIPI, _NII, _NID, _II, _T, _NBG, _SG, _STam],
44843
+ [_IRDI, _ARd, _A, _AOI, _AAId, _ASs, _ATddr, _Se, _SRer, _VI, _SIu, _PIPI, _NII, _NID, _II, _T, _NBG, _SG, _STam],
44163
44844
  [
44164
44845
  [
44165
44846
  0,
@@ -44207,7 +44888,7 @@ var IpamDiscoveredPublicAddress = [
44207
44888
  0,
44208
44889
  {
44209
44890
  [_eQN]: `AddressType`,
44210
- [_xN]: _aTd,
44891
+ [_xN]: _aTdd,
44211
44892
  },
44212
44893
  ],
44213
44894
  [
@@ -45995,7 +46676,7 @@ var Ipv4PrefixSpecificationResponse = [
45995
46676
  var Ipv6CidrAssociation = [
45996
46677
  3,
45997
46678
  n0,
45998
- _ICAp,
46679
+ _ICApv,
45999
46680
  0,
46000
46681
  [_ICp, _ARss],
46001
46682
  [
@@ -46302,7 +46983,7 @@ var LaunchSpecification = [
46302
46983
  n0,
46303
46984
  _LSa,
46304
46985
  0,
46305
- [_UDs, _ATddr, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _NIet, _Pla, _RIa, _SIu, _SG, _Mon],
46986
+ [_UDs, _ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _NIet, _Pla, _RIa, _SIu, _SG, _Mon],
46306
46987
  [
46307
46988
  [
46308
46989
  () => SensitiveUserData,
@@ -46315,7 +46996,7 @@ var LaunchSpecification = [
46315
46996
  0,
46316
46997
  {
46317
46998
  [_eQN]: `AddressingType`,
46318
- [_xN]: _aTdd,
46999
+ [_xN]: _aTddr,
46319
47000
  },
46320
47001
  ],
46321
47002
  [
@@ -46956,7 +47637,7 @@ var LaunchTemplateInstanceNetworkInterfaceSpecification = [
46956
47637
  _De,
46957
47638
  _DI,
46958
47639
  _G,
46959
- _ITn,
47640
+ _ITnt,
46960
47641
  _IAC,
46961
47642
  _IA,
46962
47643
  _NII,
@@ -47150,7 +47831,7 @@ var LaunchTemplateInstanceNetworkInterfaceSpecificationRequest = [
47150
47831
  _De,
47151
47832
  _DI,
47152
47833
  _G,
47153
- _ITn,
47834
+ _ITnt,
47154
47835
  _IAC,
47155
47836
  _IA,
47156
47837
  _NII,
@@ -47706,6 +48387,47 @@ var ListSnapshotsInRecycleBinResult = [
47706
48387
  ],
47707
48388
  ],
47708
48389
  ];
48390
+ var ListVolumesInRecycleBinRequest = [
48391
+ 3,
48392
+ n0,
48393
+ _LVIRBR,
48394
+ 0,
48395
+ [_VIol, _DR, _MR, _NTe],
48396
+ [
48397
+ [
48398
+ () => VolumeIdStringList,
48399
+ {
48400
+ [_xN]: _VIo,
48401
+ },
48402
+ ],
48403
+ 2,
48404
+ 1,
48405
+ 0,
48406
+ ],
48407
+ ];
48408
+ var ListVolumesInRecycleBinResult = [
48409
+ 3,
48410
+ n0,
48411
+ _LVIRBRi,
48412
+ 0,
48413
+ [_Vo, _NTe],
48414
+ [
48415
+ [
48416
+ () => VolumeRecycleBinInfoList,
48417
+ {
48418
+ [_eQN]: `VolumeSet`,
48419
+ [_xN]: _vS,
48420
+ },
48421
+ ],
48422
+ [
48423
+ 0,
48424
+ {
48425
+ [_eQN]: `NextToken`,
48426
+ [_xN]: _nTe,
48427
+ },
48428
+ ],
48429
+ ],
48430
+ ];
47709
48431
  var LoadBalancersConfig = [
47710
48432
  3,
47711
48433
  n0,
@@ -50656,12 +51378,51 @@ var ModifyTrafficMirrorSessionResult = [
50656
51378
  ],
50657
51379
  ],
50658
51380
  ];
51381
+ var ModifyTransitGatewayMeteringPolicyRequest = [
51382
+ 3,
51383
+ n0,
51384
+ _MTGMPR,
51385
+ 0,
51386
+ [_TGMPI, _AMAI, _RMAI, _DR],
51387
+ [
51388
+ 0,
51389
+ [
51390
+ 64 | 0,
51391
+ {
51392
+ [_xN]: _AMAId,
51393
+ },
51394
+ ],
51395
+ [
51396
+ 64 | 0,
51397
+ {
51398
+ [_xN]: _RMAIe,
51399
+ },
51400
+ ],
51401
+ 2,
51402
+ ],
51403
+ ];
51404
+ var ModifyTransitGatewayMeteringPolicyResult = [
51405
+ 3,
51406
+ n0,
51407
+ _MTGMPRo,
51408
+ 0,
51409
+ [_TGMP],
51410
+ [
51411
+ [
51412
+ () => TransitGatewayMeteringPolicy,
51413
+ {
51414
+ [_eQN]: `TransitGatewayMeteringPolicy`,
51415
+ [_xN]: _tGMP,
51416
+ },
51417
+ ],
51418
+ ],
51419
+ ];
50659
51420
  var ModifyTransitGatewayOptions = [
50660
51421
  3,
50661
51422
  n0,
50662
51423
  _MTGO,
50663
51424
  0,
50664
- [_ATGCB, _RTGCB, _VESp, _DSn, _SGRS, _AASAu, _DRTA, _ADRTI, _DRTP, _PDRTI, _ASA],
51425
+ [_ATGCB, _RTGCB, _VESp, _DSn, _SGRS, _AASAu, _DRTA, _ADRTI, _DRTP, _PDRTI, _ASA, _ESn],
50665
51426
  [
50666
51427
  [() => TransitGatewayCidrBlockStringList, 0],
50667
51428
  [() => TransitGatewayCidrBlockStringList, 0],
@@ -50674,6 +51435,7 @@ var ModifyTransitGatewayOptions = [
50674
51435
  0,
50675
51436
  0,
50676
51437
  1,
51438
+ 0,
50677
51439
  ],
50678
51440
  ];
50679
51441
  var ModifyTransitGatewayPrefixListReferenceRequest = [
@@ -51169,6 +51931,30 @@ var ModifyVpcBlockPublicAccessOptionsResult = [
51169
51931
  ],
51170
51932
  ],
51171
51933
  ];
51934
+ var ModifyVpcEncryptionControlRequest = [
51935
+ 3,
51936
+ n0,
51937
+ _MVECR,
51938
+ 0,
51939
+ [_DR, _VECI, _Mo, _IGE, _EOIGE, _NGE, _VPGE, _VPE, _LEam, _VLE, _EFSE],
51940
+ [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
51941
+ ];
51942
+ var ModifyVpcEncryptionControlResult = [
51943
+ 3,
51944
+ n0,
51945
+ _MVECRo,
51946
+ 0,
51947
+ [_VEC],
51948
+ [
51949
+ [
51950
+ () => VpcEncryptionControl,
51951
+ {
51952
+ [_eQN]: `VpcEncryptionControl`,
51953
+ [_xN]: _vEC,
51954
+ },
51955
+ ],
51956
+ ],
51957
+ ];
51172
51958
  var ModifyVpcEndpointConnectionNotificationRequest = [
51173
51959
  3,
51174
51960
  n0,
@@ -51650,7 +52436,7 @@ var MonitorInstancesRequest = [
51650
52436
  n0,
51651
52437
  _MIRon,
51652
52438
  0,
51653
- [_IIn, _DR],
52439
+ [_IIns, _DR],
51654
52440
  [
51655
52441
  [
51656
52442
  () => InstanceIdStringList,
@@ -52835,7 +53621,7 @@ var NetworkInterface = [
52835
53621
  _CTC,
52836
53622
  _De,
52837
53623
  _G,
52838
- _ITn,
53624
+ _ITnt,
52839
53625
  _IA,
52840
53626
  _MAa,
52841
53627
  _NII,
@@ -55573,7 +56359,7 @@ var RebootInstancesRequest = [
55573
56359
  n0,
55574
56360
  _RIR,
55575
56361
  0,
55576
- [_IIn, _DR],
56362
+ [_IIns, _DR],
55577
56363
  [
55578
56364
  [
55579
56365
  () => InstanceIdStringList,
@@ -56983,7 +57769,7 @@ var RequestSpotLaunchSpecification = [
56983
57769
  n0,
56984
57770
  _RSLS,
56985
57771
  0,
56986
- [_SGIe, _SG, _ATddr, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _Mon, _NIet, _Pla, _RIa, _SIu, _UDs],
57772
+ [_SGIe, _SG, _ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _Mon, _NIet, _Pla, _RIa, _SIu, _UDs],
56987
57773
  [
56988
57774
  [
56989
57775
  () => RequestSpotLaunchSpecificationSecurityGroupIdList,
@@ -57001,7 +57787,7 @@ var RequestSpotLaunchSpecification = [
57001
57787
  0,
57002
57788
  {
57003
57789
  [_eQN]: `AddressingType`,
57004
- [_xN]: _aTdd,
57790
+ [_xN]: _aTddr,
57005
57791
  },
57006
57792
  ],
57007
57793
  [
@@ -57242,7 +58028,7 @@ var ReservedInstances = [
57242
58028
  0,
57243
58029
  {
57244
58030
  [_eQN]: `InstanceTenancy`,
57245
- [_xN]: _iTn,
58031
+ [_xN]: _iTns,
57246
58032
  },
57247
58033
  ],
57248
58034
  [
@@ -57625,7 +58411,7 @@ var ReservedInstancesOffering = [
57625
58411
  0,
57626
58412
  {
57627
58413
  [_eQN]: `InstanceTenancy`,
57628
- [_xN]: _iTn,
58414
+ [_xN]: _iTns,
57629
58415
  },
57630
58416
  ],
57631
58417
  [
@@ -58467,6 +59253,23 @@ var RestoreSnapshotTierResult = [
58467
59253
  ],
58468
59254
  ],
58469
59255
  ];
59256
+ var RestoreVolumeFromRecycleBinRequest = [3, n0, _RVFRBR, 0, [_VIo, _DR], [0, 2]];
59257
+ var RestoreVolumeFromRecycleBinResult = [
59258
+ 3,
59259
+ n0,
59260
+ _RVFRBRe,
59261
+ 0,
59262
+ [_R],
59263
+ [
59264
+ [
59265
+ 2,
59266
+ {
59267
+ [_eQN]: `Return`,
59268
+ [_xN]: _r,
59269
+ },
59270
+ ],
59271
+ ],
59272
+ ];
58470
59273
  var RevokeClientVpnIngressRequest = [
58471
59274
  3,
58472
59275
  n0,
@@ -60028,7 +60831,7 @@ var ScheduledInstanceRecurrence = [
60028
60831
  n0,
60029
60832
  _SIRc,
60030
60833
  0,
60031
- [_Fre, _Int, _ODS, _ORTE, _OU],
60834
+ [_Fre, _Inte, _ODS, _ORTE, _OU],
60032
60835
  [
60033
60836
  [
60034
60837
  0,
@@ -60041,7 +60844,7 @@ var ScheduledInstanceRecurrence = [
60041
60844
  1,
60042
60845
  {
60043
60846
  [_eQN]: `Interval`,
60044
- [_xN]: _int,
60847
+ [_xN]: _inte,
60045
60848
  },
60046
60849
  ],
60047
60850
  [
@@ -60072,7 +60875,7 @@ var ScheduledInstanceRecurrenceRequest = [
60072
60875
  n0,
60073
60876
  _SIRR,
60074
60877
  0,
60075
- [_Fre, _Int, _OD, _ORTE, _OU],
60878
+ [_Fre, _Inte, _OD, _ORTE, _OU],
60076
60879
  [
60077
60880
  0,
60078
60881
  1,
@@ -61722,13 +62525,13 @@ var SpotFleetLaunchSpecification = [
61722
62525
  n0,
61723
62526
  _SFLS,
61724
62527
  0,
61725
- [_ATddr, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _Mon, _NIet, _Pla, _RIa, _SPp, _SIu, _UDs, _WCe, _TS, _IRn, _SG],
62528
+ [_ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _Mon, _NIet, _Pla, _RIa, _SPp, _SIu, _UDs, _WCe, _TS, _IRn, _SG],
61726
62529
  [
61727
62530
  [
61728
62531
  0,
61729
62532
  {
61730
62533
  [_eQN]: `AddressingType`,
61731
- [_xN]: _aTdd,
62534
+ [_xN]: _aTddr,
61732
62535
  },
61733
62536
  ],
61734
62537
  [
@@ -62718,7 +63521,7 @@ var StartInstancesRequest = [
62718
63521
  n0,
62719
63522
  _SIRt,
62720
63523
  0,
62721
- [_IIn, _AId, _DR],
63524
+ [_IIns, _AId, _DR],
62722
63525
  [
62723
63526
  [
62724
63527
  () => InstanceIdStringList,
@@ -62896,7 +63699,7 @@ var StopInstancesRequest = [
62896
63699
  n0,
62897
63700
  _SIRto,
62898
63701
  0,
62899
- [_IIn, _Hi, _SOS, _DR, _F],
63702
+ [_IIns, _Hi, _SOS, _DR, _F],
62900
63703
  [
62901
63704
  [
62902
63705
  () => InstanceIdStringList,
@@ -63263,7 +64066,7 @@ var SubnetCidrReservation = [
63263
64066
  0,
63264
64067
  {
63265
64068
  [_eQN]: `SubnetCidrReservationId`,
63266
- [_xN]: _sCRI,
64069
+ [_xN]: _sCRIu,
63267
64070
  },
63268
64071
  ],
63269
64072
  [
@@ -63814,7 +64617,7 @@ var TerminateInstancesRequest = [
63814
64617
  n0,
63815
64618
  _TIR,
63816
64619
  0,
63817
- [_IIn, _F, _SOS, _DR],
64620
+ [_IIns, _F, _SOS, _DR],
63818
64621
  [
63819
64622
  [
63820
64623
  () => InstanceIdStringList,
@@ -64657,6 +65460,180 @@ var TransitGatewayConnectPeerConfiguration = [
64657
65460
  ],
64658
65461
  ];
64659
65462
  var TransitGatewayConnectRequestBgpOptions = [3, n0, _TGCRBO, 0, [_PAee], [1]];
65463
+ var TransitGatewayMeteringPolicy = [
65464
+ 3,
65465
+ n0,
65466
+ _TGMP,
65467
+ 0,
65468
+ [_TGMPI, _TGI, _MAIi, _St, _UEA, _T],
65469
+ [
65470
+ [
65471
+ 0,
65472
+ {
65473
+ [_eQN]: `TransitGatewayMeteringPolicyId`,
65474
+ [_xN]: _tGMPI,
65475
+ },
65476
+ ],
65477
+ [
65478
+ 0,
65479
+ {
65480
+ [_eQN]: `TransitGatewayId`,
65481
+ [_xN]: _tGI,
65482
+ },
65483
+ ],
65484
+ [
65485
+ () => ValueStringList,
65486
+ {
65487
+ [_eQN]: `MiddleboxAttachmentIdSet`,
65488
+ [_xN]: _mAIS,
65489
+ },
65490
+ ],
65491
+ [
65492
+ 0,
65493
+ {
65494
+ [_eQN]: `State`,
65495
+ [_xN]: _st,
65496
+ },
65497
+ ],
65498
+ [
65499
+ 4,
65500
+ {
65501
+ [_eQN]: `UpdateEffectiveAt`,
65502
+ [_xN]: _uEA,
65503
+ },
65504
+ ],
65505
+ [
65506
+ () => TagList,
65507
+ {
65508
+ [_eQN]: `TagSet`,
65509
+ [_xN]: _tS,
65510
+ },
65511
+ ],
65512
+ ],
65513
+ ];
65514
+ var TransitGatewayMeteringPolicyEntry = [
65515
+ 3,
65516
+ n0,
65517
+ _TGMPE,
65518
+ 0,
65519
+ [_PRN, _MAe, _St, _UA, _UEA, _MPR],
65520
+ [
65521
+ [
65522
+ 0,
65523
+ {
65524
+ [_eQN]: `PolicyRuleNumber`,
65525
+ [_xN]: _pRN,
65526
+ },
65527
+ ],
65528
+ [
65529
+ 0,
65530
+ {
65531
+ [_eQN]: `MeteredAccount`,
65532
+ [_xN]: _mAe,
65533
+ },
65534
+ ],
65535
+ [
65536
+ 0,
65537
+ {
65538
+ [_eQN]: `State`,
65539
+ [_xN]: _st,
65540
+ },
65541
+ ],
65542
+ [
65543
+ 4,
65544
+ {
65545
+ [_eQN]: `UpdatedAt`,
65546
+ [_xN]: _uA,
65547
+ },
65548
+ ],
65549
+ [
65550
+ 4,
65551
+ {
65552
+ [_eQN]: `UpdateEffectiveAt`,
65553
+ [_xN]: _uEA,
65554
+ },
65555
+ ],
65556
+ [
65557
+ () => TransitGatewayMeteringPolicyRule,
65558
+ {
65559
+ [_eQN]: `MeteringPolicyRule`,
65560
+ [_xN]: _mPR,
65561
+ },
65562
+ ],
65563
+ ],
65564
+ ];
65565
+ var TransitGatewayMeteringPolicyRule = [
65566
+ 3,
65567
+ n0,
65568
+ _TGMPR,
65569
+ 0,
65570
+ [_STGAI, _STGAT, _SCB, _SPRo, _DTGAI, _DTGAT, _DCB, _DPRe, _Pr],
65571
+ [
65572
+ [
65573
+ 0,
65574
+ {
65575
+ [_eQN]: `SourceTransitGatewayAttachmentId`,
65576
+ [_xN]: _sTGAI,
65577
+ },
65578
+ ],
65579
+ [
65580
+ 0,
65581
+ {
65582
+ [_eQN]: `SourceTransitGatewayAttachmentType`,
65583
+ [_xN]: _sTGAT,
65584
+ },
65585
+ ],
65586
+ [
65587
+ 0,
65588
+ {
65589
+ [_eQN]: `SourceCidrBlock`,
65590
+ [_xN]: _sCB,
65591
+ },
65592
+ ],
65593
+ [
65594
+ 0,
65595
+ {
65596
+ [_eQN]: `SourcePortRange`,
65597
+ [_xN]: _sPR,
65598
+ },
65599
+ ],
65600
+ [
65601
+ 0,
65602
+ {
65603
+ [_eQN]: `DestinationTransitGatewayAttachmentId`,
65604
+ [_xN]: _dTGAI,
65605
+ },
65606
+ ],
65607
+ [
65608
+ 0,
65609
+ {
65610
+ [_eQN]: `DestinationTransitGatewayAttachmentType`,
65611
+ [_xN]: _dTGAT,
65612
+ },
65613
+ ],
65614
+ [
65615
+ 0,
65616
+ {
65617
+ [_eQN]: `DestinationCidrBlock`,
65618
+ [_xN]: _dCB,
65619
+ },
65620
+ ],
65621
+ [
65622
+ 0,
65623
+ {
65624
+ [_eQN]: `DestinationPortRange`,
65625
+ [_xN]: _dPR,
65626
+ },
65627
+ ],
65628
+ [
65629
+ 0,
65630
+ {
65631
+ [_eQN]: `Protocol`,
65632
+ [_xN]: _pr,
65633
+ },
65634
+ ],
65635
+ ],
65636
+ ];
64660
65637
  var TransitGatewayMulticastDeregisteredGroupMembers = [
64661
65638
  3,
64662
65639
  n0,
@@ -65058,7 +66035,7 @@ var TransitGatewayOptions = [
65058
66035
  n0,
65059
66036
  _TGO,
65060
66037
  0,
65061
- [_ASA, _TGCB, _AASAu, _DRTA, _ADRTI, _DRTP, _PDRTI, _VESp, _DSn, _SGRS, _MSu],
66038
+ [_ASA, _TGCB, _AASAu, _DRTA, _ADRTI, _DRTP, _PDRTI, _VESp, _DSn, _SGRS, _MSu, _ESn],
65062
66039
  [
65063
66040
  [
65064
66041
  1,
@@ -65137,6 +66114,13 @@ var TransitGatewayOptions = [
65137
66114
  [_xN]: _mSu,
65138
66115
  },
65139
66116
  ],
66117
+ [
66118
+ () => EncryptionSupport,
66119
+ {
66120
+ [_eQN]: `EncryptionSupport`,
66121
+ [_xN]: _eSn,
66122
+ },
66123
+ ],
65140
66124
  ],
65141
66125
  ];
65142
66126
  var TransitGatewayPeeringAttachment = [
@@ -65394,7 +66378,7 @@ var TransitGatewayPolicyTableEntry = [
65394
66378
  n0,
65395
66379
  _TGPTEr,
65396
66380
  0,
65397
- [_PRNo, _PRol, _TRTI],
66381
+ [_PRN, _PRol, _TRTI],
65398
66382
  [
65399
66383
  [
65400
66384
  0,
@@ -66419,7 +67403,7 @@ var UnmonitorInstancesRequest = [
66419
67403
  n0,
66420
67404
  _UIR,
66421
67405
  0,
66422
- [_IIn, _DR],
67406
+ [_IIns, _DR],
66423
67407
  [
66424
67408
  [
66425
67409
  () => InstanceIdStringList,
@@ -66575,6 +67559,65 @@ var UpdateCapacityManagerOrganizationsAccessResult = [
66575
67559
  ],
66576
67560
  ],
66577
67561
  ];
67562
+ var UpdateInterruptibleCapacityReservationAllocationRequest = [
67563
+ 3,
67564
+ n0,
67565
+ _UICRAR,
67566
+ 0,
67567
+ [_CRI, _TICa, _DR],
67568
+ [0, 1, 2],
67569
+ ];
67570
+ var UpdateInterruptibleCapacityReservationAllocationResult = [
67571
+ 3,
67572
+ n0,
67573
+ _UICRARp,
67574
+ 0,
67575
+ [_ICRI, _SCRI, _IC, _TICa, _Sta, _ITn],
67576
+ [
67577
+ [
67578
+ 0,
67579
+ {
67580
+ [_eQN]: `InterruptibleCapacityReservationId`,
67581
+ [_xN]: _iCRI,
67582
+ },
67583
+ ],
67584
+ [
67585
+ 0,
67586
+ {
67587
+ [_eQN]: `SourceCapacityReservationId`,
67588
+ [_xN]: _sCRI,
67589
+ },
67590
+ ],
67591
+ [
67592
+ 1,
67593
+ {
67594
+ [_eQN]: `InstanceCount`,
67595
+ [_xN]: _iC,
67596
+ },
67597
+ ],
67598
+ [
67599
+ 1,
67600
+ {
67601
+ [_eQN]: `TargetInstanceCount`,
67602
+ [_xN]: _tICa,
67603
+ },
67604
+ ],
67605
+ [
67606
+ 0,
67607
+ {
67608
+ [_eQN]: `Status`,
67609
+ [_xN]: _sta,
67610
+ },
67611
+ ],
67612
+ [
67613
+ 0,
67614
+ {
67615
+ [_eQN]: `InterruptionType`,
67616
+ [_xN]: _iTn,
67617
+ },
67618
+ ],
67619
+ ],
67620
+ ];
66578
67621
  var UpdateSecurityGroupRuleDescriptionsEgressRequest = [
66579
67622
  3,
66580
67623
  n0,
@@ -67826,7 +68869,7 @@ var VerifiedAccessTrustProvider = [
67826
68869
  n0,
67827
68870
  _VATP,
67828
68871
  0,
67829
- [_VATPI, _De, _TPT, _UTPT, _DTPT, _OO, _DOev, _PRN, _CTre, _LUTa, _T, _SS, _NAOO],
68872
+ [_VATPI, _De, _TPT, _UTPT, _DTPT, _OO, _DOev, _PRNo, _CTre, _LUTa, _T, _SS, _NAOO],
67830
68873
  [
67831
68874
  [
67832
68875
  0,
@@ -68396,6 +69439,120 @@ var VolumeModification = [
68396
69439
  ],
68397
69440
  ],
68398
69441
  ];
69442
+ var VolumeRecycleBinInfo = [
69443
+ 3,
69444
+ n0,
69445
+ _VRBI,
69446
+ 0,
69447
+ [_VIo, _VT, _St, _Siz, _Io, _Th, _OA, _AZ, _AZI, _SVI, _SIn, _Op, _CTr, _RBET, _RBETe],
69448
+ [
69449
+ [
69450
+ 0,
69451
+ {
69452
+ [_eQN]: `VolumeId`,
69453
+ [_xN]: _vIo,
69454
+ },
69455
+ ],
69456
+ [
69457
+ 0,
69458
+ {
69459
+ [_eQN]: `VolumeType`,
69460
+ [_xN]: _vT,
69461
+ },
69462
+ ],
69463
+ [
69464
+ 0,
69465
+ {
69466
+ [_eQN]: `State`,
69467
+ [_xN]: _st,
69468
+ },
69469
+ ],
69470
+ [
69471
+ 1,
69472
+ {
69473
+ [_eQN]: `Size`,
69474
+ [_xN]: _si,
69475
+ },
69476
+ ],
69477
+ [
69478
+ 1,
69479
+ {
69480
+ [_eQN]: `Iops`,
69481
+ [_xN]: _io,
69482
+ },
69483
+ ],
69484
+ [
69485
+ 1,
69486
+ {
69487
+ [_eQN]: `Throughput`,
69488
+ [_xN]: _th,
69489
+ },
69490
+ ],
69491
+ [
69492
+ 0,
69493
+ {
69494
+ [_eQN]: `OutpostArn`,
69495
+ [_xN]: _oA,
69496
+ },
69497
+ ],
69498
+ [
69499
+ 0,
69500
+ {
69501
+ [_eQN]: `AvailabilityZone`,
69502
+ [_xN]: _aZ,
69503
+ },
69504
+ ],
69505
+ [
69506
+ 0,
69507
+ {
69508
+ [_eQN]: `AvailabilityZoneId`,
69509
+ [_xN]: _aZI,
69510
+ },
69511
+ ],
69512
+ [
69513
+ 0,
69514
+ {
69515
+ [_eQN]: `SourceVolumeId`,
69516
+ [_xN]: _sVI,
69517
+ },
69518
+ ],
69519
+ [
69520
+ 0,
69521
+ {
69522
+ [_eQN]: `SnapshotId`,
69523
+ [_xN]: _sIn,
69524
+ },
69525
+ ],
69526
+ [
69527
+ () => OperatorResponse,
69528
+ {
69529
+ [_eQN]: `Operator`,
69530
+ [_xN]: _ope,
69531
+ },
69532
+ ],
69533
+ [
69534
+ 4,
69535
+ {
69536
+ [_eQN]: `CreateTime`,
69537
+ [_xN]: _cTr,
69538
+ },
69539
+ ],
69540
+ [
69541
+ 4,
69542
+ {
69543
+ [_eQN]: `RecycleBinEnterTime`,
69544
+ [_xN]: _rBET,
69545
+ },
69546
+ ],
69547
+ [
69548
+ 4,
69549
+ {
69550
+ [_eQN]: `RecycleBinExitTime`,
69551
+ [_xN]: _rBETe,
69552
+ },
69553
+ ],
69554
+ ],
69555
+ ];
68399
69556
  var VolumeStatusAction = [
68400
69557
  3,
68401
69558
  n0,
@@ -68643,7 +69800,7 @@ var Vpc = [
68643
69800
  0,
68644
69801
  {
68645
69802
  [_eQN]: `InstanceTenancy`,
68646
- [_xN]: _iTn,
69803
+ [_xN]: _iTns,
68647
69804
  },
68648
69805
  ],
68649
69806
  [
@@ -68964,7 +70121,7 @@ var VpcClassicLink = [
68964
70121
  var VpcEncryptionControl = [
68965
70122
  3,
68966
70123
  n0,
68967
- _VECp,
70124
+ _VEC,
68968
70125
  0,
68969
70126
  [_VI, _VECI, _Mo, _St, _SMta, _REes, _T],
68970
70127
  [
@@ -69019,6 +70176,14 @@ var VpcEncryptionControl = [
69019
70176
  ],
69020
70177
  ],
69021
70178
  ];
70179
+ var VpcEncryptionControlConfiguration = [
70180
+ 3,
70181
+ n0,
70182
+ _VECC,
70183
+ 0,
70184
+ [_Mo, _IGE, _EOIGE, _NGE, _VPGE, _VPE, _LEam, _VLE, _EFSE],
70185
+ [0, 0, 0, 0, 0, 0, 0, 0, 0],
70186
+ ];
69022
70187
  var VpcEncryptionControlExclusion = [
69023
70188
  3,
69024
70189
  n0,
@@ -69107,6 +70272,43 @@ var VpcEncryptionControlExclusions = [
69107
70272
  ],
69108
70273
  ],
69109
70274
  ];
70275
+ var VpcEncryptionNonCompliantResource = [
70276
+ 3,
70277
+ n0,
70278
+ _VENCR,
70279
+ 0,
70280
+ [_I, _Ty, _De, _IEs],
70281
+ [
70282
+ [
70283
+ 0,
70284
+ {
70285
+ [_eQN]: `Id`,
70286
+ [_xN]: _i,
70287
+ },
70288
+ ],
70289
+ [
70290
+ 0,
70291
+ {
70292
+ [_eQN]: `Type`,
70293
+ [_xN]: _ty,
70294
+ },
70295
+ ],
70296
+ [
70297
+ 0,
70298
+ {
70299
+ [_eQN]: `Description`,
70300
+ [_xN]: _de,
70301
+ },
70302
+ ],
70303
+ [
70304
+ 2,
70305
+ {
70306
+ [_eQN]: `IsExcludable`,
70307
+ [_xN]: _iEsx,
70308
+ },
70309
+ ],
70310
+ ],
70311
+ ];
69110
70312
  var VpcEndpoint = [
69111
70313
  3,
69112
70314
  n0,
@@ -69413,9 +70615,9 @@ var VpcEndpointAssociation = [
69413
70615
  var VpcEndpointConnection = [
69414
70616
  3,
69415
70617
  n0,
69416
- _VECpc,
70618
+ _VECpcn,
69417
70619
  0,
69418
- [_SIe, _VEIp, _VEO, _VESpc, _CTrea, _DEn, _NLBAe, _GLBA, _IAT, _VECIp, _T, _VER],
70620
+ [_SIe, _VEIp, _VEO, _VESpc, _CTrea, _DEn, _NLBAe, _GLBA, _IAT, _VECIpc, _T, _VER],
69419
70621
  [
69420
70622
  [
69421
70623
  0,
@@ -77142,6 +78344,42 @@ var TransitGatewayList = [
77142
78344
  },
77143
78345
  ],
77144
78346
  ];
78347
+ var TransitGatewayMeteringPolicyEntryList = [
78348
+ 1,
78349
+ n0,
78350
+ _TGMPEL,
78351
+ 0,
78352
+ [
78353
+ () => TransitGatewayMeteringPolicyEntry,
78354
+ {
78355
+ [_xN]: _it,
78356
+ },
78357
+ ],
78358
+ ];
78359
+ var TransitGatewayMeteringPolicyIdStringList = [
78360
+ 1,
78361
+ n0,
78362
+ _TGMPISL,
78363
+ 0,
78364
+ [
78365
+ 0,
78366
+ {
78367
+ [_xN]: _it,
78368
+ },
78369
+ ],
78370
+ ];
78371
+ var TransitGatewayMeteringPolicyList = [
78372
+ 1,
78373
+ n0,
78374
+ _TGMPL,
78375
+ 0,
78376
+ [
78377
+ () => TransitGatewayMeteringPolicy,
78378
+ {
78379
+ [_xN]: _it,
78380
+ },
78381
+ ],
78382
+ ];
77145
78383
  var TransitGatewayMulticastDomainAssociationList = [
77146
78384
  1,
77147
78385
  n0,
@@ -77826,6 +79064,18 @@ var VolumeModificationList = [
77826
79064
  },
77827
79065
  ],
77828
79066
  ];
79067
+ var VolumeRecycleBinInfoList = [
79068
+ 1,
79069
+ n0,
79070
+ _VRBIL,
79071
+ 0,
79072
+ [
79073
+ () => VolumeRecycleBinInfo,
79074
+ {
79075
+ [_xN]: _it,
79076
+ },
79077
+ ],
79078
+ ];
77829
79079
  var VolumeStatusActionsList = [
77830
79080
  1,
77831
79081
  n0,
@@ -77958,6 +79208,42 @@ var VpcClassicLinkList = [
77958
79208
  },
77959
79209
  ],
77960
79210
  ];
79211
+ var VpcEncryptionControlIdList = [
79212
+ 1,
79213
+ n0,
79214
+ _VECIL,
79215
+ 0,
79216
+ [
79217
+ 0,
79218
+ {
79219
+ [_xN]: _it,
79220
+ },
79221
+ ],
79222
+ ];
79223
+ var VpcEncryptionControlList = [
79224
+ 1,
79225
+ n0,
79226
+ _VECL,
79227
+ 0,
79228
+ [
79229
+ () => VpcEncryptionControl,
79230
+ {
79231
+ [_xN]: _it,
79232
+ },
79233
+ ],
79234
+ ];
79235
+ var VpcEncryptionNonCompliantResourceList = [
79236
+ 1,
79237
+ n0,
79238
+ _VENCRL,
79239
+ 0,
79240
+ [
79241
+ () => VpcEncryptionNonCompliantResource,
79242
+ {
79243
+ [_xN]: _it,
79244
+ },
79245
+ ],
79246
+ ];
77961
79247
  var VpcEndpointAssociationSet = [
77962
79248
  1,
77963
79249
  n0,
@@ -78865,6 +80151,14 @@ var CreateInternetGateway = [
78865
80151
  () => CreateInternetGatewayRequest,
78866
80152
  () => CreateInternetGatewayResult,
78867
80153
  ];
80154
+ var CreateInterruptibleCapacityReservationAllocation = [
80155
+ 9,
80156
+ n0,
80157
+ _CICRA,
80158
+ 0,
80159
+ () => CreateInterruptibleCapacityReservationAllocationRequest,
80160
+ () => CreateInterruptibleCapacityReservationAllocationResult,
80161
+ ];
78868
80162
  var CreateIpam = [9, n0, _CIre, 0, () => CreateIpamRequest, () => CreateIpamResult];
78869
80163
  var CreateIpamExternalResourceVerificationToken = [
78870
80164
  9,
@@ -79238,6 +80532,22 @@ var CreateTransitGatewayConnectPeer = [
79238
80532
  () => CreateTransitGatewayConnectPeerRequest,
79239
80533
  () => CreateTransitGatewayConnectPeerResult,
79240
80534
  ];
80535
+ var CreateTransitGatewayMeteringPolicy = [
80536
+ 9,
80537
+ n0,
80538
+ _CTGMP,
80539
+ 0,
80540
+ () => CreateTransitGatewayMeteringPolicyRequest,
80541
+ () => CreateTransitGatewayMeteringPolicyResult,
80542
+ ];
80543
+ var CreateTransitGatewayMeteringPolicyEntry = [
80544
+ 9,
80545
+ n0,
80546
+ _CTGMPE,
80547
+ 0,
80548
+ () => CreateTransitGatewayMeteringPolicyEntryRequest,
80549
+ () => CreateTransitGatewayMeteringPolicyEntryResult,
80550
+ ];
79241
80551
  var CreateTransitGatewayMulticastDomain = [
79242
80552
  9,
79243
80553
  n0,
@@ -79344,6 +80654,14 @@ var CreateVpcBlockPublicAccessExclusion = [
79344
80654
  () => CreateVpcBlockPublicAccessExclusionRequest,
79345
80655
  () => CreateVpcBlockPublicAccessExclusionResult,
79346
80656
  ];
80657
+ var CreateVpcEncryptionControl = [
80658
+ 9,
80659
+ n0,
80660
+ _CVEC,
80661
+ 0,
80662
+ () => CreateVpcEncryptionControlRequest,
80663
+ () => CreateVpcEncryptionControlResult,
80664
+ ];
79347
80665
  var CreateVpcEndpoint = [
79348
80666
  9,
79349
80667
  n0,
@@ -79857,6 +81175,22 @@ var DeleteTransitGatewayConnectPeer = [
79857
81175
  () => DeleteTransitGatewayConnectPeerRequest,
79858
81176
  () => DeleteTransitGatewayConnectPeerResult,
79859
81177
  ];
81178
+ var DeleteTransitGatewayMeteringPolicy = [
81179
+ 9,
81180
+ n0,
81181
+ _DTGMP,
81182
+ 0,
81183
+ () => DeleteTransitGatewayMeteringPolicyRequest,
81184
+ () => DeleteTransitGatewayMeteringPolicyResult,
81185
+ ];
81186
+ var DeleteTransitGatewayMeteringPolicyEntry = [
81187
+ 9,
81188
+ n0,
81189
+ _DTGMPE,
81190
+ 0,
81191
+ () => DeleteTransitGatewayMeteringPolicyEntryRequest,
81192
+ () => DeleteTransitGatewayMeteringPolicyEntryResult,
81193
+ ];
79860
81194
  var DeleteTransitGatewayMulticastDomain = [
79861
81195
  9,
79862
81196
  n0,
@@ -79963,6 +81297,14 @@ var DeleteVpcBlockPublicAccessExclusion = [
79963
81297
  () => DeleteVpcBlockPublicAccessExclusionRequest,
79964
81298
  () => DeleteVpcBlockPublicAccessExclusionResult,
79965
81299
  ];
81300
+ var DeleteVpcEncryptionControl = [
81301
+ 9,
81302
+ n0,
81303
+ _DVEC,
81304
+ 0,
81305
+ () => DeleteVpcEncryptionControlRequest,
81306
+ () => DeleteVpcEncryptionControlResult,
81307
+ ];
79966
81308
  var DeleteVpcEndpointConnectionNotifications = [
79967
81309
  9,
79968
81310
  n0,
@@ -81245,6 +82587,14 @@ var DescribeTransitGatewayConnects = [
81245
82587
  () => DescribeTransitGatewayConnectsRequest,
81246
82588
  () => DescribeTransitGatewayConnectsResult,
81247
82589
  ];
82590
+ var DescribeTransitGatewayMeteringPolicies = [
82591
+ 9,
82592
+ n0,
82593
+ _DTGMPe,
82594
+ 0,
82595
+ () => DescribeTransitGatewayMeteringPoliciesRequest,
82596
+ () => DescribeTransitGatewayMeteringPoliciesResult,
82597
+ ];
81248
82598
  var DescribeTransitGatewayMulticastDomains = [
81249
82599
  9,
81250
82600
  n0,
@@ -81421,6 +82771,14 @@ var DescribeVpcClassicLinkDnsSupport = [
81421
82771
  () => DescribeVpcClassicLinkDnsSupportRequest,
81422
82772
  () => DescribeVpcClassicLinkDnsSupportResult,
81423
82773
  ];
82774
+ var DescribeVpcEncryptionControls = [
82775
+ 9,
82776
+ n0,
82777
+ _DVECe,
82778
+ 0,
82779
+ () => DescribeVpcEncryptionControlsRequest,
82780
+ () => DescribeVpcEncryptionControlsResult,
82781
+ ];
81424
82782
  var DescribeVpcEndpointAssociations = [
81425
82783
  9,
81426
82784
  n0,
@@ -81440,7 +82798,7 @@ var DescribeVpcEndpointConnectionNotifications = [
81440
82798
  var DescribeVpcEndpointConnections = [
81441
82799
  9,
81442
82800
  n0,
81443
- _DVEC,
82801
+ _DVECes,
81444
82802
  0,
81445
82803
  () => DescribeVpcEndpointConnectionsRequest,
81446
82804
  () => DescribeVpcEndpointConnectionsResult,
@@ -82498,6 +83856,14 @@ var GetTransitGatewayAttachmentPropagations = [
82498
83856
  () => GetTransitGatewayAttachmentPropagationsRequest,
82499
83857
  () => GetTransitGatewayAttachmentPropagationsResult,
82500
83858
  ];
83859
+ var GetTransitGatewayMeteringPolicyEntries = [
83860
+ 9,
83861
+ n0,
83862
+ _GTGMPE,
83863
+ 0,
83864
+ () => GetTransitGatewayMeteringPolicyEntriesRequest,
83865
+ () => GetTransitGatewayMeteringPolicyEntriesResult,
83866
+ ];
82501
83867
  var GetTransitGatewayMulticastDomainAssociations = [
82502
83868
  9,
82503
83869
  n0,
@@ -82570,6 +83936,14 @@ var GetVerifiedAccessGroupPolicy = [
82570
83936
  () => GetVerifiedAccessGroupPolicyRequest,
82571
83937
  () => GetVerifiedAccessGroupPolicyResult,
82572
83938
  ];
83939
+ var GetVpcResourcesBlockingEncryptionEnforcement = [
83940
+ 9,
83941
+ n0,
83942
+ _GVRBEE,
83943
+ 0,
83944
+ () => GetVpcResourcesBlockingEncryptionEnforcementRequest,
83945
+ () => GetVpcResourcesBlockingEncryptionEnforcementResult,
83946
+ ];
82573
83947
  var GetVpnConnectionDeviceSampleConfiguration = [
82574
83948
  9,
82575
83949
  n0,
@@ -82644,6 +84018,14 @@ var ListSnapshotsInRecycleBin = [
82644
84018
  () => ListSnapshotsInRecycleBinRequest,
82645
84019
  () => ListSnapshotsInRecycleBinResult,
82646
84020
  ];
84021
+ var ListVolumesInRecycleBin = [
84022
+ 9,
84023
+ n0,
84024
+ _LVIRB,
84025
+ 0,
84026
+ () => ListVolumesInRecycleBinRequest,
84027
+ () => ListVolumesInRecycleBinResult,
84028
+ ];
82647
84029
  var LockSnapshot = [
82648
84030
  9,
82649
84031
  n0,
@@ -83024,6 +84406,14 @@ var ModifyTransitGateway = [
83024
84406
  () => ModifyTransitGatewayRequest,
83025
84407
  () => ModifyTransitGatewayResult,
83026
84408
  ];
84409
+ var ModifyTransitGatewayMeteringPolicy = [
84410
+ 9,
84411
+ n0,
84412
+ _MTGMP,
84413
+ 0,
84414
+ () => ModifyTransitGatewayMeteringPolicyRequest,
84415
+ () => ModifyTransitGatewayMeteringPolicyResult,
84416
+ ];
83027
84417
  var ModifyTransitGatewayPrefixListReference = [
83028
84418
  9,
83029
84419
  n0,
@@ -83122,6 +84512,14 @@ var ModifyVpcBlockPublicAccessOptions = [
83122
84512
  () => ModifyVpcBlockPublicAccessOptionsRequest,
83123
84513
  () => ModifyVpcBlockPublicAccessOptionsResult,
83124
84514
  ];
84515
+ var ModifyVpcEncryptionControl = [
84516
+ 9,
84517
+ n0,
84518
+ _MVEC,
84519
+ 0,
84520
+ () => ModifyVpcEncryptionControlRequest,
84521
+ () => ModifyVpcEncryptionControlResult,
84522
+ ];
83125
84523
  var ModifyVpcEndpoint = [
83126
84524
  9,
83127
84525
  n0,
@@ -83582,6 +84980,14 @@ var RestoreSnapshotTier = [
83582
84980
  () => RestoreSnapshotTierRequest,
83583
84981
  () => RestoreSnapshotTierResult,
83584
84982
  ];
84983
+ var RestoreVolumeFromRecycleBin = [
84984
+ 9,
84985
+ n0,
84986
+ _RVFRB,
84987
+ 0,
84988
+ () => RestoreVolumeFromRecycleBinRequest,
84989
+ () => RestoreVolumeFromRecycleBinResult,
84990
+ ];
83585
84991
  var RevokeClientVpnIngress = [
83586
84992
  9,
83587
84993
  n0,
@@ -83759,6 +85165,14 @@ var UpdateCapacityManagerOrganizationsAccess = [
83759
85165
  () => UpdateCapacityManagerOrganizationsAccessRequest,
83760
85166
  () => UpdateCapacityManagerOrganizationsAccessResult,
83761
85167
  ];
85168
+ var UpdateInterruptibleCapacityReservationAllocation = [
85169
+ 9,
85170
+ n0,
85171
+ _UICRA,
85172
+ 0,
85173
+ () => UpdateInterruptibleCapacityReservationAllocationRequest,
85174
+ () => UpdateInterruptibleCapacityReservationAllocationResult,
85175
+ ];
83762
85176
  var UpdateSecurityGroupRuleDescriptionsEgress = [
83763
85177
  9,
83764
85178
  n0,
@@ -84807,6 +86221,18 @@ class CreateInternetGatewayCommand extends smithyClient.Command
84807
86221
  .build() {
84808
86222
  }
84809
86223
 
86224
+ class CreateInterruptibleCapacityReservationAllocationCommand extends smithyClient.Command
86225
+ .classBuilder()
86226
+ .ep(commonParams)
86227
+ .m(function (Command, cs, config, o) {
86228
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
86229
+ })
86230
+ .s("AmazonEC2", "CreateInterruptibleCapacityReservationAllocation", {})
86231
+ .n("EC2Client", "CreateInterruptibleCapacityReservationAllocationCommand")
86232
+ .sc(CreateInterruptibleCapacityReservationAllocation)
86233
+ .build() {
86234
+ }
86235
+
84810
86236
  class CreateIpamCommand extends smithyClient.Command
84811
86237
  .classBuilder()
84812
86238
  .ep(commonParams)
@@ -85419,6 +86845,30 @@ class CreateTransitGatewayConnectPeerCommand extends smithyClient.Command
85419
86845
  .build() {
85420
86846
  }
85421
86847
 
86848
+ class CreateTransitGatewayMeteringPolicyCommand extends smithyClient.Command
86849
+ .classBuilder()
86850
+ .ep(commonParams)
86851
+ .m(function (Command, cs, config, o) {
86852
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
86853
+ })
86854
+ .s("AmazonEC2", "CreateTransitGatewayMeteringPolicy", {})
86855
+ .n("EC2Client", "CreateTransitGatewayMeteringPolicyCommand")
86856
+ .sc(CreateTransitGatewayMeteringPolicy)
86857
+ .build() {
86858
+ }
86859
+
86860
+ class CreateTransitGatewayMeteringPolicyEntryCommand extends smithyClient.Command
86861
+ .classBuilder()
86862
+ .ep(commonParams)
86863
+ .m(function (Command, cs, config, o) {
86864
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
86865
+ })
86866
+ .s("AmazonEC2", "CreateTransitGatewayMeteringPolicyEntry", {})
86867
+ .n("EC2Client", "CreateTransitGatewayMeteringPolicyEntryCommand")
86868
+ .sc(CreateTransitGatewayMeteringPolicyEntry)
86869
+ .build() {
86870
+ }
86871
+
85422
86872
  class CreateTransitGatewayMulticastDomainCommand extends smithyClient.Command
85423
86873
  .classBuilder()
85424
86874
  .ep(commonParams)
@@ -85599,6 +87049,18 @@ class CreateVpcCommand extends smithyClient.Command
85599
87049
  .build() {
85600
87050
  }
85601
87051
 
87052
+ class CreateVpcEncryptionControlCommand extends smithyClient.Command
87053
+ .classBuilder()
87054
+ .ep(commonParams)
87055
+ .m(function (Command, cs, config, o) {
87056
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
87057
+ })
87058
+ .s("AmazonEC2", "CreateVpcEncryptionControl", {})
87059
+ .n("EC2Client", "CreateVpcEncryptionControlCommand")
87060
+ .sc(CreateVpcEncryptionControl)
87061
+ .build() {
87062
+ }
87063
+
85602
87064
  class CreateVpcEndpointCommand extends smithyClient.Command
85603
87065
  .classBuilder()
85604
87066
  .ep(commonParams)
@@ -86463,6 +87925,30 @@ class DeleteTransitGatewayConnectPeerCommand extends smithyClient.Command
86463
87925
  .build() {
86464
87926
  }
86465
87927
 
87928
+ class DeleteTransitGatewayMeteringPolicyCommand extends smithyClient.Command
87929
+ .classBuilder()
87930
+ .ep(commonParams)
87931
+ .m(function (Command, cs, config, o) {
87932
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
87933
+ })
87934
+ .s("AmazonEC2", "DeleteTransitGatewayMeteringPolicy", {})
87935
+ .n("EC2Client", "DeleteTransitGatewayMeteringPolicyCommand")
87936
+ .sc(DeleteTransitGatewayMeteringPolicy)
87937
+ .build() {
87938
+ }
87939
+
87940
+ class DeleteTransitGatewayMeteringPolicyEntryCommand extends smithyClient.Command
87941
+ .classBuilder()
87942
+ .ep(commonParams)
87943
+ .m(function (Command, cs, config, o) {
87944
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
87945
+ })
87946
+ .s("AmazonEC2", "DeleteTransitGatewayMeteringPolicyEntry", {})
87947
+ .n("EC2Client", "DeleteTransitGatewayMeteringPolicyEntryCommand")
87948
+ .sc(DeleteTransitGatewayMeteringPolicyEntry)
87949
+ .build() {
87950
+ }
87951
+
86466
87952
  class DeleteTransitGatewayMulticastDomainCommand extends smithyClient.Command
86467
87953
  .classBuilder()
86468
87954
  .ep(commonParams)
@@ -86643,6 +88129,18 @@ class DeleteVpcCommand extends smithyClient.Command
86643
88129
  .build() {
86644
88130
  }
86645
88131
 
88132
+ class DeleteVpcEncryptionControlCommand extends smithyClient.Command
88133
+ .classBuilder()
88134
+ .ep(commonParams)
88135
+ .m(function (Command, cs, config, o) {
88136
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
88137
+ })
88138
+ .s("AmazonEC2", "DeleteVpcEncryptionControl", {})
88139
+ .n("EC2Client", "DeleteVpcEncryptionControlCommand")
88140
+ .sc(DeleteVpcEncryptionControl)
88141
+ .build() {
88142
+ }
88143
+
86646
88144
  class DeleteVpcEndpointConnectionNotificationsCommand extends smithyClient.Command
86647
88145
  .classBuilder()
86648
88146
  .ep(commonParams)
@@ -88587,6 +90085,18 @@ class DescribeTransitGatewayConnectsCommand extends smithyClient.Command
88587
90085
  .build() {
88588
90086
  }
88589
90087
 
90088
+ class DescribeTransitGatewayMeteringPoliciesCommand extends smithyClient.Command
90089
+ .classBuilder()
90090
+ .ep(commonParams)
90091
+ .m(function (Command, cs, config, o) {
90092
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
90093
+ })
90094
+ .s("AmazonEC2", "DescribeTransitGatewayMeteringPolicies", {})
90095
+ .n("EC2Client", "DescribeTransitGatewayMeteringPoliciesCommand")
90096
+ .sc(DescribeTransitGatewayMeteringPolicies)
90097
+ .build() {
90098
+ }
90099
+
88590
90100
  class DescribeTransitGatewayMulticastDomainsCommand extends smithyClient.Command
88591
90101
  .classBuilder()
88592
90102
  .ep(commonParams)
@@ -88851,6 +90361,18 @@ class DescribeVpcClassicLinkDnsSupportCommand extends smithyClient.Command
88851
90361
  .build() {
88852
90362
  }
88853
90363
 
90364
+ class DescribeVpcEncryptionControlsCommand extends smithyClient.Command
90365
+ .classBuilder()
90366
+ .ep(commonParams)
90367
+ .m(function (Command, cs, config, o) {
90368
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
90369
+ })
90370
+ .s("AmazonEC2", "DescribeVpcEncryptionControls", {})
90371
+ .n("EC2Client", "DescribeVpcEncryptionControlsCommand")
90372
+ .sc(DescribeVpcEncryptionControls)
90373
+ .build() {
90374
+ }
90375
+
88854
90376
  class DescribeVpcEndpointAssociationsCommand extends smithyClient.Command
88855
90377
  .classBuilder()
88856
90378
  .ep(commonParams)
@@ -90519,6 +92041,18 @@ class GetTransitGatewayAttachmentPropagationsCommand extends smithyClient.Comman
90519
92041
  .build() {
90520
92042
  }
90521
92043
 
92044
+ class GetTransitGatewayMeteringPolicyEntriesCommand extends smithyClient.Command
92045
+ .classBuilder()
92046
+ .ep(commonParams)
92047
+ .m(function (Command, cs, config, o) {
92048
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
92049
+ })
92050
+ .s("AmazonEC2", "GetTransitGatewayMeteringPolicyEntries", {})
92051
+ .n("EC2Client", "GetTransitGatewayMeteringPolicyEntriesCommand")
92052
+ .sc(GetTransitGatewayMeteringPolicyEntries)
92053
+ .build() {
92054
+ }
92055
+
90522
92056
  class GetTransitGatewayMulticastDomainAssociationsCommand extends smithyClient.Command
90523
92057
  .classBuilder()
90524
92058
  .ep(commonParams)
@@ -90627,6 +92161,18 @@ class GetVerifiedAccessGroupPolicyCommand extends smithyClient.Command
90627
92161
  .build() {
90628
92162
  }
90629
92163
 
92164
+ class GetVpcResourcesBlockingEncryptionEnforcementCommand extends smithyClient.Command
92165
+ .classBuilder()
92166
+ .ep(commonParams)
92167
+ .m(function (Command, cs, config, o) {
92168
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
92169
+ })
92170
+ .s("AmazonEC2", "GetVpcResourcesBlockingEncryptionEnforcement", {})
92171
+ .n("EC2Client", "GetVpcResourcesBlockingEncryptionEnforcementCommand")
92172
+ .sc(GetVpcResourcesBlockingEncryptionEnforcement)
92173
+ .build() {
92174
+ }
92175
+
90630
92176
  class GetVpnConnectionDeviceSampleConfigurationCommand extends smithyClient.Command
90631
92177
  .classBuilder()
90632
92178
  .ep(commonParams)
@@ -90759,6 +92305,18 @@ class ListSnapshotsInRecycleBinCommand extends smithyClient.Command
90759
92305
  .build() {
90760
92306
  }
90761
92307
 
92308
+ class ListVolumesInRecycleBinCommand extends smithyClient.Command
92309
+ .classBuilder()
92310
+ .ep(commonParams)
92311
+ .m(function (Command, cs, config, o) {
92312
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
92313
+ })
92314
+ .s("AmazonEC2", "ListVolumesInRecycleBin", {})
92315
+ .n("EC2Client", "ListVolumesInRecycleBinCommand")
92316
+ .sc(ListVolumesInRecycleBin)
92317
+ .build() {
92318
+ }
92319
+
90762
92320
  class LockSnapshotCommand extends smithyClient.Command
90763
92321
  .classBuilder()
90764
92322
  .ep(commonParams)
@@ -91371,6 +92929,18 @@ class ModifyTransitGatewayCommand extends smithyClient.Command
91371
92929
  .build() {
91372
92930
  }
91373
92931
 
92932
+ class ModifyTransitGatewayMeteringPolicyCommand extends smithyClient.Command
92933
+ .classBuilder()
92934
+ .ep(commonParams)
92935
+ .m(function (Command, cs, config, o) {
92936
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
92937
+ })
92938
+ .s("AmazonEC2", "ModifyTransitGatewayMeteringPolicy", {})
92939
+ .n("EC2Client", "ModifyTransitGatewayMeteringPolicyCommand")
92940
+ .sc(ModifyTransitGatewayMeteringPolicy)
92941
+ .build() {
92942
+ }
92943
+
91374
92944
  class ModifyTransitGatewayPrefixListReferenceCommand extends smithyClient.Command
91375
92945
  .classBuilder()
91376
92946
  .ep(commonParams)
@@ -91539,6 +93109,18 @@ class ModifyVpcBlockPublicAccessOptionsCommand extends smithyClient.Command
91539
93109
  .build() {
91540
93110
  }
91541
93111
 
93112
+ class ModifyVpcEncryptionControlCommand extends smithyClient.Command
93113
+ .classBuilder()
93114
+ .ep(commonParams)
93115
+ .m(function (Command, cs, config, o) {
93116
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
93117
+ })
93118
+ .s("AmazonEC2", "ModifyVpcEncryptionControl", {})
93119
+ .n("EC2Client", "ModifyVpcEncryptionControlCommand")
93120
+ .sc(ModifyVpcEncryptionControl)
93121
+ .build() {
93122
+ }
93123
+
91542
93124
  class ModifyVpcEndpointCommand extends smithyClient.Command
91543
93125
  .classBuilder()
91544
93126
  .ep(commonParams)
@@ -92271,6 +93853,18 @@ class RestoreSnapshotTierCommand extends smithyClient.Command
92271
93853
  .build() {
92272
93854
  }
92273
93855
 
93856
+ class RestoreVolumeFromRecycleBinCommand extends smithyClient.Command
93857
+ .classBuilder()
93858
+ .ep(commonParams)
93859
+ .m(function (Command, cs, config, o) {
93860
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
93861
+ })
93862
+ .s("AmazonEC2", "RestoreVolumeFromRecycleBin", {})
93863
+ .n("EC2Client", "RestoreVolumeFromRecycleBinCommand")
93864
+ .sc(RestoreVolumeFromRecycleBin)
93865
+ .build() {
93866
+ }
93867
+
92274
93868
  class RevokeClientVpnIngressCommand extends smithyClient.Command
92275
93869
  .classBuilder()
92276
93870
  .ep(commonParams)
@@ -92547,6 +94141,18 @@ class UpdateCapacityManagerOrganizationsAccessCommand extends smithyClient.Comma
92547
94141
  .build() {
92548
94142
  }
92549
94143
 
94144
+ class UpdateInterruptibleCapacityReservationAllocationCommand extends smithyClient.Command
94145
+ .classBuilder()
94146
+ .ep(commonParams)
94147
+ .m(function (Command, cs, config, o) {
94148
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
94149
+ })
94150
+ .s("AmazonEC2", "UpdateInterruptibleCapacityReservationAllocation", {})
94151
+ .n("EC2Client", "UpdateInterruptibleCapacityReservationAllocationCommand")
94152
+ .sc(UpdateInterruptibleCapacityReservationAllocation)
94153
+ .build() {
94154
+ }
94155
+
92550
94156
  class UpdateSecurityGroupRuleDescriptionsEgressCommand extends smithyClient.Command
92551
94157
  .classBuilder()
92552
94158
  .ep(commonParams)
@@ -92669,6 +94275,7 @@ const commands = {
92669
94275
  CreateInstanceEventWindowCommand,
92670
94276
  CreateInstanceExportTaskCommand,
92671
94277
  CreateInternetGatewayCommand,
94278
+ CreateInterruptibleCapacityReservationAllocationCommand,
92672
94279
  CreateIpamCommand,
92673
94280
  CreateIpamExternalResourceVerificationTokenCommand,
92674
94281
  CreateIpamPolicyCommand,
@@ -92720,6 +94327,8 @@ const commands = {
92720
94327
  CreateTransitGatewayCommand,
92721
94328
  CreateTransitGatewayConnectCommand,
92722
94329
  CreateTransitGatewayConnectPeerCommand,
94330
+ CreateTransitGatewayMeteringPolicyCommand,
94331
+ CreateTransitGatewayMeteringPolicyEntryCommand,
92723
94332
  CreateTransitGatewayMulticastDomainCommand,
92724
94333
  CreateTransitGatewayPeeringAttachmentCommand,
92725
94334
  CreateTransitGatewayPolicyTableCommand,
@@ -92735,6 +94344,7 @@ const commands = {
92735
94344
  CreateVolumeCommand,
92736
94345
  CreateVpcCommand,
92737
94346
  CreateVpcBlockPublicAccessExclusionCommand,
94347
+ CreateVpcEncryptionControlCommand,
92738
94348
  CreateVpcEndpointCommand,
92739
94349
  CreateVpcEndpointConnectionNotificationCommand,
92740
94350
  CreateVpcEndpointServiceConfigurationCommand,
@@ -92807,6 +94417,8 @@ const commands = {
92807
94417
  DeleteTransitGatewayCommand,
92808
94418
  DeleteTransitGatewayConnectCommand,
92809
94419
  DeleteTransitGatewayConnectPeerCommand,
94420
+ DeleteTransitGatewayMeteringPolicyCommand,
94421
+ DeleteTransitGatewayMeteringPolicyEntryCommand,
92810
94422
  DeleteTransitGatewayMulticastDomainCommand,
92811
94423
  DeleteTransitGatewayPeeringAttachmentCommand,
92812
94424
  DeleteTransitGatewayPolicyTableCommand,
@@ -92822,6 +94434,7 @@ const commands = {
92822
94434
  DeleteVolumeCommand,
92823
94435
  DeleteVpcCommand,
92824
94436
  DeleteVpcBlockPublicAccessExclusionCommand,
94437
+ DeleteVpcEncryptionControlCommand,
92825
94438
  DeleteVpcEndpointConnectionNotificationsCommand,
92826
94439
  DeleteVpcEndpointsCommand,
92827
94440
  DeleteVpcEndpointServiceConfigurationsCommand,
@@ -92984,6 +94597,7 @@ const commands = {
92984
94597
  DescribeTransitGatewayAttachmentsCommand,
92985
94598
  DescribeTransitGatewayConnectPeersCommand,
92986
94599
  DescribeTransitGatewayConnectsCommand,
94600
+ DescribeTransitGatewayMeteringPoliciesCommand,
92987
94601
  DescribeTransitGatewayMulticastDomainsCommand,
92988
94602
  DescribeTransitGatewayPeeringAttachmentsCommand,
92989
94603
  DescribeTransitGatewayPolicyTablesCommand,
@@ -93006,6 +94620,7 @@ const commands = {
93006
94620
  DescribeVpcBlockPublicAccessOptionsCommand,
93007
94621
  DescribeVpcClassicLinkCommand,
93008
94622
  DescribeVpcClassicLinkDnsSupportCommand,
94623
+ DescribeVpcEncryptionControlsCommand,
93009
94624
  DescribeVpcEndpointAssociationsCommand,
93010
94625
  DescribeVpcEndpointConnectionNotificationsCommand,
93011
94626
  DescribeVpcEndpointConnectionsCommand,
@@ -93145,6 +94760,7 @@ const commands = {
93145
94760
  GetSpotPlacementScoresCommand,
93146
94761
  GetSubnetCidrReservationsCommand,
93147
94762
  GetTransitGatewayAttachmentPropagationsCommand,
94763
+ GetTransitGatewayMeteringPolicyEntriesCommand,
93148
94764
  GetTransitGatewayMulticastDomainAssociationsCommand,
93149
94765
  GetTransitGatewayPolicyTableAssociationsCommand,
93150
94766
  GetTransitGatewayPolicyTableEntriesCommand,
@@ -93154,6 +94770,7 @@ const commands = {
93154
94770
  GetVerifiedAccessEndpointPolicyCommand,
93155
94771
  GetVerifiedAccessEndpointTargetsCommand,
93156
94772
  GetVerifiedAccessGroupPolicyCommand,
94773
+ GetVpcResourcesBlockingEncryptionEnforcementCommand,
93157
94774
  GetVpnConnectionDeviceSampleConfigurationCommand,
93158
94775
  GetVpnConnectionDeviceTypesCommand,
93159
94776
  GetVpnTunnelReplacementStatusCommand,
@@ -93165,6 +94782,7 @@ const commands = {
93165
94782
  ImportVolumeCommand,
93166
94783
  ListImagesInRecycleBinCommand,
93167
94784
  ListSnapshotsInRecycleBinCommand,
94785
+ ListVolumesInRecycleBinCommand,
93168
94786
  LockSnapshotCommand,
93169
94787
  ModifyAddressAttributeCommand,
93170
94788
  ModifyAvailabilityZoneGroupCommand,
@@ -93216,6 +94834,7 @@ const commands = {
93216
94834
  ModifyTrafficMirrorFilterRuleCommand,
93217
94835
  ModifyTrafficMirrorSessionCommand,
93218
94836
  ModifyTransitGatewayCommand,
94837
+ ModifyTransitGatewayMeteringPolicyCommand,
93219
94838
  ModifyTransitGatewayPrefixListReferenceCommand,
93220
94839
  ModifyTransitGatewayVpcAttachmentCommand,
93221
94840
  ModifyVerifiedAccessEndpointCommand,
@@ -93230,6 +94849,7 @@ const commands = {
93230
94849
  ModifyVpcAttributeCommand,
93231
94850
  ModifyVpcBlockPublicAccessExclusionCommand,
93232
94851
  ModifyVpcBlockPublicAccessOptionsCommand,
94852
+ ModifyVpcEncryptionControlCommand,
93233
94853
  ModifyVpcEndpointCommand,
93234
94854
  ModifyVpcEndpointConnectionNotificationCommand,
93235
94855
  ModifyVpcEndpointServiceConfigurationCommand,
@@ -93291,6 +94911,7 @@ const commands = {
93291
94911
  RestoreManagedPrefixListVersionCommand,
93292
94912
  RestoreSnapshotFromRecycleBinCommand,
93293
94913
  RestoreSnapshotTierCommand,
94914
+ RestoreVolumeFromRecycleBinCommand,
93294
94915
  RevokeClientVpnIngressCommand,
93295
94916
  RevokeSecurityGroupEgressCommand,
93296
94917
  RevokeSecurityGroupIngressCommand,
@@ -93314,6 +94935,7 @@ const commands = {
93314
94935
  UnlockSnapshotCommand,
93315
94936
  UnmonitorInstancesCommand,
93316
94937
  UpdateCapacityManagerOrganizationsAccessCommand,
94938
+ UpdateInterruptibleCapacityReservationAllocationCommand,
93317
94939
  UpdateSecurityGroupRuleDescriptionsEgressCommand,
93318
94940
  UpdateSecurityGroupRuleDescriptionsIngressCommand,
93319
94941
  WithdrawByoipCidrCommand,
@@ -95799,6 +97421,7 @@ const ResourceType = {
95799
97421
  transit_gateway: "transit-gateway",
95800
97422
  transit_gateway_attachment: "transit-gateway-attachment",
95801
97423
  transit_gateway_connect_peer: "transit-gateway-connect-peer",
97424
+ transit_gateway_metering_policy: "transit-gateway-metering-policy",
95802
97425
  transit_gateway_multicast_domain: "transit-gateway-multicast-domain",
95803
97426
  transit_gateway_policy_table: "transit-gateway-policy-table",
95804
97427
  transit_gateway_route_table: "transit-gateway-route-table",
@@ -95812,6 +97435,7 @@ const ResourceType = {
95812
97435
  volume: "volume",
95813
97436
  vpc: "vpc",
95814
97437
  vpc_block_public_access_exclusion: "vpc-block-public-access-exclusion",
97438
+ vpc_encryption_control: "vpc-encryption-control",
95815
97439
  vpc_endpoint: "vpc-endpoint",
95816
97440
  vpc_endpoint_connection: "vpc-endpoint-connection",
95817
97441
  vpc_endpoint_connection_device_type: "vpc-endpoint-connection-device-type",
@@ -95955,8 +97579,10 @@ const ByoipCidrState = {
95955
97579
  deprovisioned: "deprovisioned",
95956
97580
  failed_deprovision: "failed-deprovision",
95957
97581
  failed_provision: "failed-provision",
97582
+ pending_advertising: "pending-advertising",
95958
97583
  pending_deprovision: "pending-deprovision",
95959
97584
  pending_provision: "pending-provision",
97585
+ pending_withdrawal: "pending-withdrawal",
95960
97586
  provisioned: "provisioned",
95961
97587
  provisioned_not_publicly_advertisable: "provisioned-not-publicly-advertisable",
95962
97588
  };
@@ -95977,6 +97603,7 @@ const HostRecovery = {
95977
97603
  on: "on",
95978
97604
  };
95979
97605
  const IpamPoolAllocationResourceType = {
97606
+ anycast_ip_list: "anycast-ip-list",
95980
97607
  custom: "custom",
95981
97608
  ec2_public_ipv4_pool: "ec2-public-ipv4-pool",
95982
97609
  eip: "eip",
@@ -96274,6 +97901,17 @@ const CapacityReservationTenancy = {
96274
97901
  dedicated: "dedicated",
96275
97902
  default: "default",
96276
97903
  };
97904
+ const InterruptionType = {
97905
+ adhoc: "adhoc",
97906
+ };
97907
+ const InterruptibleCapacityReservationAllocationStatus = {
97908
+ active: "active",
97909
+ canceled: "canceled",
97910
+ canceling: "canceling",
97911
+ failed: "failed",
97912
+ pending: "pending",
97913
+ updating: "updating",
97914
+ };
96277
97915
  const CapacityReservationType = {
96278
97916
  CAPACITY_BLOCK: "capacity-block",
96279
97917
  DEFAULT: "default",
@@ -97678,6 +99316,7 @@ const IpamPolicyState = {
97678
99316
  };
97679
99317
  const IpamPoolAwsService = {
97680
99318
  ec2: "ec2",
99319
+ global_services: "global-services",
97681
99320
  };
97682
99321
  const IpamPoolPublicIpSource = {
97683
99322
  amazon: "amazon",
@@ -97710,6 +99349,7 @@ const IpamPrefixListResolverRuleConditionOperation = {
97710
99349
  subnet_of: "subnet-of",
97711
99350
  };
97712
99351
  const IpamResourceType = {
99352
+ anycast_ip_list: "anycast-ip-list",
97713
99353
  eip: "eip",
97714
99354
  eni: "eni",
97715
99355
  ipv6_pool: "ipv6-pool",
@@ -97812,6 +99452,7 @@ const ShutdownBehavior = {
97812
99452
  };
97813
99453
  const MarketType = {
97814
99454
  capacity_block: "capacity-block",
99455
+ interruptible_capacity_reservation: "interruptible-capacity-reservation",
97815
99456
  spot: "spot",
97816
99457
  };
97817
99458
  const InstanceInterruptionBehavior = {
@@ -98109,6 +99750,12 @@ const VpnEcmpSupportValue = {
98109
99750
  disable: "disable",
98110
99751
  enable: "enable",
98111
99752
  };
99753
+ const EncryptionStateValue = {
99754
+ disabled: "disabled",
99755
+ disabling: "disabling",
99756
+ enabled: "enabled",
99757
+ enabling: "enabling",
99758
+ };
98112
99759
  const TransitGatewayState = {
98113
99760
  available: "available",
98114
99761
  deleted: "deleted",
@@ -98129,6 +99776,22 @@ const TransitGatewayConnectPeerState = {
98129
99776
  deleting: "deleting",
98130
99777
  pending: "pending",
98131
99778
  };
99779
+ const TransitGatewayMeteringPolicyState = {
99780
+ available: "available",
99781
+ deleted: "deleted",
99782
+ deleting: "deleting",
99783
+ modifying: "modifying",
99784
+ pending: "pending",
99785
+ };
99786
+ const TransitGatewayMeteringPayerType = {
99787
+ destination_attachment_owner: "destination-attachment-owner",
99788
+ source_attachment_owner: "source-attachment-owner",
99789
+ transit_gateway_owner: "transit-gateway-owner",
99790
+ };
99791
+ const TransitGatewayMeteringPolicyEntryState = {
99792
+ available: "available",
99793
+ deleted: "deleted",
99794
+ };
98132
99795
  const AutoAcceptSharedAssociationsValue = {
98133
99796
  disable: "disable",
98134
99797
  enable: "enable",
@@ -98209,6 +99872,10 @@ const VerifiedAccessEndpointStatusCode = {
98209
99872
  pending: "pending",
98210
99873
  updating: "updating",
98211
99874
  };
99875
+ const VpcEncryptionControlExclusionStateInput = {
99876
+ disable: "disable",
99877
+ enable: "enable",
99878
+ };
98212
99879
  const InternetGatewayExclusionMode = {
98213
99880
  allow_bidirectional: "allow-bidirectional",
98214
99881
  allow_egress: "allow-egress",
@@ -98635,6 +100302,7 @@ const InstanceBootModeValues = {
98635
100302
  };
98636
100303
  const InstanceLifecycleType = {
98637
100304
  capacity_block: "capacity-block",
100305
+ interruptible_capacity_reservation: "interruptible-capacity-reservation",
98638
100306
  scheduled: "scheduled",
98639
100307
  spot: "spot",
98640
100308
  };
@@ -99148,6 +100816,7 @@ const IpamDiscoveryFailureCode = {
99148
100816
  const IpamPublicAddressType = {
99149
100817
  AMAZON_OWNED_CONTIG: "amazon-owned-contig",
99150
100818
  AMAZON_OWNED_EIP: "amazon-owned-eip",
100819
+ ANYCAST_IP_LIST_IP: "anycast-ip-list-ip",
99151
100820
  BYOIP: "byoip",
99152
100821
  EC2_PUBLIC_IP: "ec2-public-ip",
99153
100822
  SERVICE_MANAGED_BYOIP: "service-managed-byoip",
@@ -99159,6 +100828,7 @@ const IpamPublicAddressAssociationStatus = {
99159
100828
  };
99160
100829
  const IpamPublicAddressAwsService = {
99161
100830
  AGA: "global-accelerator",
100831
+ CLOUDFRONT: "cloudfront",
99162
100832
  DMS: "database-migration-service",
99163
100833
  EC2_LB: "load-balancer",
99164
100834
  ECS: "elastic-container-service",
@@ -99253,6 +100923,10 @@ const TrafficMirrorSessionField = {
99253
100923
  packet_length: "packet-length",
99254
100924
  virtual_network_id: "virtual-network-id",
99255
100925
  };
100926
+ const EncryptionSupportOptionValue = {
100927
+ disable: "disable",
100928
+ enable: "enable",
100929
+ };
99256
100930
  const VpcTenancy = {
99257
100931
  default: "default",
99258
100932
  };
@@ -99461,6 +101135,7 @@ exports.CreateInstanceConnectEndpointCommand = CreateInstanceConnectEndpointComm
99461
101135
  exports.CreateInstanceEventWindowCommand = CreateInstanceEventWindowCommand;
99462
101136
  exports.CreateInstanceExportTaskCommand = CreateInstanceExportTaskCommand;
99463
101137
  exports.CreateInternetGatewayCommand = CreateInternetGatewayCommand;
101138
+ exports.CreateInterruptibleCapacityReservationAllocationCommand = CreateInterruptibleCapacityReservationAllocationCommand;
99464
101139
  exports.CreateIpamCommand = CreateIpamCommand;
99465
101140
  exports.CreateIpamExternalResourceVerificationTokenCommand = CreateIpamExternalResourceVerificationTokenCommand;
99466
101141
  exports.CreateIpamPolicyCommand = CreateIpamPolicyCommand;
@@ -99512,6 +101187,8 @@ exports.CreateTrafficMirrorTargetCommand = CreateTrafficMirrorTargetCommand;
99512
101187
  exports.CreateTransitGatewayCommand = CreateTransitGatewayCommand;
99513
101188
  exports.CreateTransitGatewayConnectCommand = CreateTransitGatewayConnectCommand;
99514
101189
  exports.CreateTransitGatewayConnectPeerCommand = CreateTransitGatewayConnectPeerCommand;
101190
+ exports.CreateTransitGatewayMeteringPolicyCommand = CreateTransitGatewayMeteringPolicyCommand;
101191
+ exports.CreateTransitGatewayMeteringPolicyEntryCommand = CreateTransitGatewayMeteringPolicyEntryCommand;
99515
101192
  exports.CreateTransitGatewayMulticastDomainCommand = CreateTransitGatewayMulticastDomainCommand;
99516
101193
  exports.CreateTransitGatewayPeeringAttachmentCommand = CreateTransitGatewayPeeringAttachmentCommand;
99517
101194
  exports.CreateTransitGatewayPolicyTableCommand = CreateTransitGatewayPolicyTableCommand;
@@ -99527,6 +101204,7 @@ exports.CreateVerifiedAccessTrustProviderCommand = CreateVerifiedAccessTrustProv
99527
101204
  exports.CreateVolumeCommand = CreateVolumeCommand;
99528
101205
  exports.CreateVpcBlockPublicAccessExclusionCommand = CreateVpcBlockPublicAccessExclusionCommand;
99529
101206
  exports.CreateVpcCommand = CreateVpcCommand;
101207
+ exports.CreateVpcEncryptionControlCommand = CreateVpcEncryptionControlCommand;
99530
101208
  exports.CreateVpcEndpointCommand = CreateVpcEndpointCommand;
99531
101209
  exports.CreateVpcEndpointConnectionNotificationCommand = CreateVpcEndpointConnectionNotificationCommand;
99532
101210
  exports.CreateVpcEndpointServiceConfigurationCommand = CreateVpcEndpointServiceConfigurationCommand;
@@ -99608,6 +101286,8 @@ exports.DeleteTrafficMirrorTargetCommand = DeleteTrafficMirrorTargetCommand;
99608
101286
  exports.DeleteTransitGatewayCommand = DeleteTransitGatewayCommand;
99609
101287
  exports.DeleteTransitGatewayConnectCommand = DeleteTransitGatewayConnectCommand;
99610
101288
  exports.DeleteTransitGatewayConnectPeerCommand = DeleteTransitGatewayConnectPeerCommand;
101289
+ exports.DeleteTransitGatewayMeteringPolicyCommand = DeleteTransitGatewayMeteringPolicyCommand;
101290
+ exports.DeleteTransitGatewayMeteringPolicyEntryCommand = DeleteTransitGatewayMeteringPolicyEntryCommand;
99611
101291
  exports.DeleteTransitGatewayMulticastDomainCommand = DeleteTransitGatewayMulticastDomainCommand;
99612
101292
  exports.DeleteTransitGatewayPeeringAttachmentCommand = DeleteTransitGatewayPeeringAttachmentCommand;
99613
101293
  exports.DeleteTransitGatewayPolicyTableCommand = DeleteTransitGatewayPolicyTableCommand;
@@ -99623,6 +101303,7 @@ exports.DeleteVerifiedAccessTrustProviderCommand = DeleteVerifiedAccessTrustProv
99623
101303
  exports.DeleteVolumeCommand = DeleteVolumeCommand;
99624
101304
  exports.DeleteVpcBlockPublicAccessExclusionCommand = DeleteVpcBlockPublicAccessExclusionCommand;
99625
101305
  exports.DeleteVpcCommand = DeleteVpcCommand;
101306
+ exports.DeleteVpcEncryptionControlCommand = DeleteVpcEncryptionControlCommand;
99626
101307
  exports.DeleteVpcEndpointConnectionNotificationsCommand = DeleteVpcEndpointConnectionNotificationsCommand;
99627
101308
  exports.DeleteVpcEndpointServiceConfigurationsCommand = DeleteVpcEndpointServiceConfigurationsCommand;
99628
101309
  exports.DeleteVpcEndpointsCommand = DeleteVpcEndpointsCommand;
@@ -99785,6 +101466,7 @@ exports.DescribeTrafficMirrorTargetsCommand = DescribeTrafficMirrorTargetsComman
99785
101466
  exports.DescribeTransitGatewayAttachmentsCommand = DescribeTransitGatewayAttachmentsCommand;
99786
101467
  exports.DescribeTransitGatewayConnectPeersCommand = DescribeTransitGatewayConnectPeersCommand;
99787
101468
  exports.DescribeTransitGatewayConnectsCommand = DescribeTransitGatewayConnectsCommand;
101469
+ exports.DescribeTransitGatewayMeteringPoliciesCommand = DescribeTransitGatewayMeteringPoliciesCommand;
99788
101470
  exports.DescribeTransitGatewayMulticastDomainsCommand = DescribeTransitGatewayMulticastDomainsCommand;
99789
101471
  exports.DescribeTransitGatewayPeeringAttachmentsCommand = DescribeTransitGatewayPeeringAttachmentsCommand;
99790
101472
  exports.DescribeTransitGatewayPolicyTablesCommand = DescribeTransitGatewayPolicyTablesCommand;
@@ -99807,6 +101489,7 @@ exports.DescribeVpcBlockPublicAccessExclusionsCommand = DescribeVpcBlockPublicAc
99807
101489
  exports.DescribeVpcBlockPublicAccessOptionsCommand = DescribeVpcBlockPublicAccessOptionsCommand;
99808
101490
  exports.DescribeVpcClassicLinkCommand = DescribeVpcClassicLinkCommand;
99809
101491
  exports.DescribeVpcClassicLinkDnsSupportCommand = DescribeVpcClassicLinkDnsSupportCommand;
101492
+ exports.DescribeVpcEncryptionControlsCommand = DescribeVpcEncryptionControlsCommand;
99810
101493
  exports.DescribeVpcEndpointAssociationsCommand = DescribeVpcEndpointAssociationsCommand;
99811
101494
  exports.DescribeVpcEndpointConnectionNotificationsCommand = DescribeVpcEndpointConnectionNotificationsCommand;
99812
101495
  exports.DescribeVpcEndpointConnectionsCommand = DescribeVpcEndpointConnectionsCommand;
@@ -99909,6 +101592,8 @@ exports.EnableVgwRoutePropagationCommand = EnableVgwRoutePropagationCommand;
99909
101592
  exports.EnableVolumeIOCommand = EnableVolumeIOCommand;
99910
101593
  exports.EnableVpcClassicLinkCommand = EnableVpcClassicLinkCommand;
99911
101594
  exports.EnableVpcClassicLinkDnsSupportCommand = EnableVpcClassicLinkDnsSupportCommand;
101595
+ exports.EncryptionStateValue = EncryptionStateValue;
101596
+ exports.EncryptionSupportOptionValue = EncryptionSupportOptionValue;
99912
101597
  exports.EndDateType = EndDateType;
99913
101598
  exports.EndpointIpAddressType = EndpointIpAddressType;
99914
101599
  exports.EphemeralNvmeSupport = EphemeralNvmeSupport;
@@ -99997,6 +101682,7 @@ exports.GetSnapshotBlockPublicAccessStateCommand = GetSnapshotBlockPublicAccessS
99997
101682
  exports.GetSpotPlacementScoresCommand = GetSpotPlacementScoresCommand;
99998
101683
  exports.GetSubnetCidrReservationsCommand = GetSubnetCidrReservationsCommand;
99999
101684
  exports.GetTransitGatewayAttachmentPropagationsCommand = GetTransitGatewayAttachmentPropagationsCommand;
101685
+ exports.GetTransitGatewayMeteringPolicyEntriesCommand = GetTransitGatewayMeteringPolicyEntriesCommand;
100000
101686
  exports.GetTransitGatewayMulticastDomainAssociationsCommand = GetTransitGatewayMulticastDomainAssociationsCommand;
100001
101687
  exports.GetTransitGatewayPolicyTableAssociationsCommand = GetTransitGatewayPolicyTableAssociationsCommand;
100002
101688
  exports.GetTransitGatewayPolicyTableEntriesCommand = GetTransitGatewayPolicyTableEntriesCommand;
@@ -100006,6 +101692,7 @@ exports.GetTransitGatewayRouteTablePropagationsCommand = GetTransitGatewayRouteT
100006
101692
  exports.GetVerifiedAccessEndpointPolicyCommand = GetVerifiedAccessEndpointPolicyCommand;
100007
101693
  exports.GetVerifiedAccessEndpointTargetsCommand = GetVerifiedAccessEndpointTargetsCommand;
100008
101694
  exports.GetVerifiedAccessGroupPolicyCommand = GetVerifiedAccessGroupPolicyCommand;
101695
+ exports.GetVpcResourcesBlockingEncryptionEnforcementCommand = GetVpcResourcesBlockingEncryptionEnforcementCommand;
100009
101696
  exports.GetVpnConnectionDeviceSampleConfigurationCommand = GetVpnConnectionDeviceSampleConfigurationCommand;
100010
101697
  exports.GetVpnConnectionDeviceTypesCommand = GetVpnConnectionDeviceTypesCommand;
100011
101698
  exports.GetVpnTunnelReplacementStatusCommand = GetVpnTunnelReplacementStatusCommand;
@@ -100058,6 +101745,8 @@ exports.InterfacePermissionType = InterfacePermissionType;
100058
101745
  exports.InterfaceProtocolType = InterfaceProtocolType;
100059
101746
  exports.InternetGatewayBlockMode = InternetGatewayBlockMode;
100060
101747
  exports.InternetGatewayExclusionMode = InternetGatewayExclusionMode;
101748
+ exports.InterruptibleCapacityReservationAllocationStatus = InterruptibleCapacityReservationAllocationStatus;
101749
+ exports.InterruptionType = InterruptionType;
100061
101750
  exports.IpAddressType = IpAddressType;
100062
101751
  exports.IpSource = IpSource;
100063
101752
  exports.IpamAddressHistoryResourceType = IpamAddressHistoryResourceType;
@@ -100109,6 +101798,7 @@ exports.LaunchTemplateInstanceMetadataProtocolIpv6 = LaunchTemplateInstanceMetad
100109
101798
  exports.LaunchTemplateInstanceMetadataTagsState = LaunchTemplateInstanceMetadataTagsState;
100110
101799
  exports.ListImagesInRecycleBinCommand = ListImagesInRecycleBinCommand;
100111
101800
  exports.ListSnapshotsInRecycleBinCommand = ListSnapshotsInRecycleBinCommand;
101801
+ exports.ListVolumesInRecycleBinCommand = ListVolumesInRecycleBinCommand;
100112
101802
  exports.ListingState = ListingState;
100113
101803
  exports.ListingStatus = ListingStatus;
100114
101804
  exports.LocalGatewayRouteState = LocalGatewayRouteState;
@@ -100183,6 +101873,7 @@ exports.ModifyTrafficMirrorFilterNetworkServicesCommand = ModifyTrafficMirrorFil
100183
101873
  exports.ModifyTrafficMirrorFilterRuleCommand = ModifyTrafficMirrorFilterRuleCommand;
100184
101874
  exports.ModifyTrafficMirrorSessionCommand = ModifyTrafficMirrorSessionCommand;
100185
101875
  exports.ModifyTransitGatewayCommand = ModifyTransitGatewayCommand;
101876
+ exports.ModifyTransitGatewayMeteringPolicyCommand = ModifyTransitGatewayMeteringPolicyCommand;
100186
101877
  exports.ModifyTransitGatewayPrefixListReferenceCommand = ModifyTransitGatewayPrefixListReferenceCommand;
100187
101878
  exports.ModifyTransitGatewayVpcAttachmentCommand = ModifyTransitGatewayVpcAttachmentCommand;
100188
101879
  exports.ModifyVerifiedAccessEndpointCommand = ModifyVerifiedAccessEndpointCommand;
@@ -100197,6 +101888,7 @@ exports.ModifyVolumeCommand = ModifyVolumeCommand;
100197
101888
  exports.ModifyVpcAttributeCommand = ModifyVpcAttributeCommand;
100198
101889
  exports.ModifyVpcBlockPublicAccessExclusionCommand = ModifyVpcBlockPublicAccessExclusionCommand;
100199
101890
  exports.ModifyVpcBlockPublicAccessOptionsCommand = ModifyVpcBlockPublicAccessOptionsCommand;
101891
+ exports.ModifyVpcEncryptionControlCommand = ModifyVpcEncryptionControlCommand;
100200
101892
  exports.ModifyVpcEndpointCommand = ModifyVpcEndpointCommand;
100201
101893
  exports.ModifyVpcEndpointConnectionNotificationCommand = ModifyVpcEndpointConnectionNotificationCommand;
100202
101894
  exports.ModifyVpcEndpointServiceConfigurationCommand = ModifyVpcEndpointServiceConfigurationCommand;
@@ -100306,6 +101998,7 @@ exports.RestoreImageFromRecycleBinCommand = RestoreImageFromRecycleBinCommand;
100306
101998
  exports.RestoreManagedPrefixListVersionCommand = RestoreManagedPrefixListVersionCommand;
100307
101999
  exports.RestoreSnapshotFromRecycleBinCommand = RestoreSnapshotFromRecycleBinCommand;
100308
102000
  exports.RestoreSnapshotTierCommand = RestoreSnapshotTierCommand;
102001
+ exports.RestoreVolumeFromRecycleBinCommand = RestoreVolumeFromRecycleBinCommand;
100309
102002
  exports.RevokeClientVpnIngressCommand = RevokeClientVpnIngressCommand;
100310
102003
  exports.RevokeSecurityGroupEgressCommand = RevokeSecurityGroupEgressCommand;
100311
102004
  exports.RevokeSecurityGroupIngressCommand = RevokeSecurityGroupIngressCommand;
@@ -100395,6 +102088,9 @@ exports.TransitGatewayAssociationState = TransitGatewayAssociationState;
100395
102088
  exports.TransitGatewayAttachmentResourceType = TransitGatewayAttachmentResourceType;
100396
102089
  exports.TransitGatewayAttachmentState = TransitGatewayAttachmentState;
100397
102090
  exports.TransitGatewayConnectPeerState = TransitGatewayConnectPeerState;
102091
+ exports.TransitGatewayMeteringPayerType = TransitGatewayMeteringPayerType;
102092
+ exports.TransitGatewayMeteringPolicyEntryState = TransitGatewayMeteringPolicyEntryState;
102093
+ exports.TransitGatewayMeteringPolicyState = TransitGatewayMeteringPolicyState;
100398
102094
  exports.TransitGatewayMulitcastDomainAssociationState = TransitGatewayMulitcastDomainAssociationState;
100399
102095
  exports.TransitGatewayMulticastDomainState = TransitGatewayMulticastDomainState;
100400
102096
  exports.TransitGatewayPolicyTableState = TransitGatewayPolicyTableState;
@@ -100417,6 +102113,7 @@ exports.UnlockSnapshotCommand = UnlockSnapshotCommand;
100417
102113
  exports.UnmonitorInstancesCommand = UnmonitorInstancesCommand;
100418
102114
  exports.UnsuccessfulInstanceCreditSpecificationErrorCode = UnsuccessfulInstanceCreditSpecificationErrorCode;
100419
102115
  exports.UpdateCapacityManagerOrganizationsAccessCommand = UpdateCapacityManagerOrganizationsAccessCommand;
102116
+ exports.UpdateInterruptibleCapacityReservationAllocationCommand = UpdateInterruptibleCapacityReservationAllocationCommand;
100420
102117
  exports.UpdateSecurityGroupRuleDescriptionsEgressCommand = UpdateSecurityGroupRuleDescriptionsEgressCommand;
100421
102118
  exports.UpdateSecurityGroupRuleDescriptionsIngressCommand = UpdateSecurityGroupRuleDescriptionsIngressCommand;
100422
102119
  exports.UsageClassType = UsageClassType;
@@ -100441,6 +102138,7 @@ exports.VpcBlockPublicAccessExclusionsAllowed = VpcBlockPublicAccessExclusionsAl
100441
102138
  exports.VpcBlockPublicAccessState = VpcBlockPublicAccessState;
100442
102139
  exports.VpcCidrBlockStateCode = VpcCidrBlockStateCode;
100443
102140
  exports.VpcEncryptionControlExclusionState = VpcEncryptionControlExclusionState;
102141
+ exports.VpcEncryptionControlExclusionStateInput = VpcEncryptionControlExclusionStateInput;
100444
102142
  exports.VpcEncryptionControlMode = VpcEncryptionControlMode;
100445
102143
  exports.VpcEncryptionControlState = VpcEncryptionControlState;
100446
102144
  exports.VpcEndpointType = VpcEndpointType;