@aws-sdk/client-ec2 3.909.0 → 3.911.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 (249) hide show
  1. package/README.md +80 -0
  2. package/dist-cjs/index.js +1715 -465
  3. package/dist-es/EC2.js +20 -0
  4. package/dist-es/commands/CopyVolumesCommand.js +22 -0
  5. package/dist-es/commands/CreateCapacityManagerDataExportCommand.js +22 -0
  6. package/dist-es/commands/DeleteCapacityManagerDataExportCommand.js +22 -0
  7. package/dist-es/commands/DescribeCapacityManagerDataExportsCommand.js +22 -0
  8. package/dist-es/commands/DisableCapacityManagerCommand.js +22 -0
  9. package/dist-es/commands/EnableCapacityManagerCommand.js +22 -0
  10. package/dist-es/commands/GetCapacityManagerAttributesCommand.js +22 -0
  11. package/dist-es/commands/GetCapacityManagerMetricDataCommand.js +22 -0
  12. package/dist-es/commands/GetCapacityManagerMetricDimensionsCommand.js +22 -0
  13. package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
  14. package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
  15. package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
  16. package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
  17. package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
  18. package/dist-es/commands/UpdateCapacityManagerOrganizationsAccessCommand.js +22 -0
  19. package/dist-es/commands/index.js +10 -0
  20. package/dist-es/models/models_0.js +1 -0
  21. package/dist-es/models/models_1.js +29 -9
  22. package/dist-es/models/models_2.js +0 -26
  23. package/dist-es/models/models_3.js +13 -9
  24. package/dist-es/models/models_4.js +22 -18
  25. package/dist-es/models/models_5.js +18 -20
  26. package/dist-es/models/models_6.js +129 -57
  27. package/dist-es/models/models_7.js +57 -33
  28. package/dist-es/models/models_8.js +33 -0
  29. package/dist-es/pagination/DescribeCapacityManagerDataExportsPaginator.js +4 -0
  30. package/dist-es/pagination/GetCapacityManagerMetricDataPaginator.js +4 -0
  31. package/dist-es/pagination/GetCapacityManagerMetricDimensionsPaginator.js +4 -0
  32. package/dist-es/pagination/index.js +4 -1
  33. package/dist-es/protocols/Aws_ec2.js +1052 -143
  34. package/dist-types/EC2.d.ts +74 -0
  35. package/dist-types/EC2Client.d.ts +12 -2
  36. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  37. package/dist-types/commands/AllocateAddressCommand.d.ts +21 -5
  38. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  39. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  40. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  41. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  42. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  43. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  44. package/dist-types/commands/CopyVolumesCommand.d.ts +137 -0
  45. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +93 -0
  46. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  72. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  73. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  85. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  86. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVolumeCommand.d.ts +4 -2
  116. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +3 -2
  117. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  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/CreateVpnConnectionCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  123. package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +77 -0
  124. package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +2 -1
  126. package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +109 -0
  127. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
  128. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  131. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +3 -2
  133. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
  134. package/dist-types/commands/DisableCapacityManagerCommand.d.ts +79 -0
  135. package/dist-types/commands/EnableCapacityManagerCommand.d.ts +80 -0
  136. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  137. package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +82 -0
  138. package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +129 -0
  139. package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +119 -0
  140. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
  141. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  142. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  143. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  144. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  145. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  146. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  147. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  148. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  149. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -2
  150. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  151. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  152. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  153. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  154. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  155. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  156. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  157. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  158. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  159. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  160. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  161. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
  162. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  163. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  164. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  165. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  166. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  167. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  168. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  169. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  170. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  171. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  172. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  173. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  174. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  175. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  176. package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +80 -0
  177. package/dist-types/commands/index.d.ts +10 -0
  178. package/dist-types/models/models_0.d.ts +4 -3
  179. package/dist-types/models/models_1.d.ts +415 -210
  180. package/dist-types/models/models_2.d.ts +187 -333
  181. package/dist-types/models/models_3.d.ts +184 -241
  182. package/dist-types/models/models_4.d.ts +414 -281
  183. package/dist-types/models/models_5.d.ts +275 -293
  184. package/dist-types/models/models_6.d.ts +1596 -1580
  185. package/dist-types/models/models_7.d.ts +4799 -4756
  186. package/dist-types/models/models_8.d.ts +1010 -10
  187. package/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +7 -0
  188. package/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +7 -0
  189. package/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +7 -0
  190. package/dist-types/pagination/index.d.ts +4 -1
  191. package/dist-types/protocols/Aws_ec2.d.ts +90 -0
  192. package/dist-types/ts3.4/EC2.d.ts +192 -0
  193. package/dist-types/ts3.4/EC2Client.d.ts +60 -0
  194. package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
  195. package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
  196. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
  197. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -4
  198. package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +51 -0
  199. package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +2 -4
  201. package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +51 -0
  202. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
  203. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
  204. package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +51 -0
  205. package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +51 -0
  206. package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +51 -0
  207. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +51 -0
  208. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +51 -0
  209. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -4
  210. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +4 -2
  219. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  231. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  232. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
  234. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  235. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  236. package/dist-types/ts3.4/models/models_1.d.ts +88 -47
  237. package/dist-types/ts3.4/models/models_2.d.ts +36 -86
  238. package/dist-types/ts3.4/models/models_3.d.ts +49 -54
  239. package/dist-types/ts3.4/models/models_4.d.ts +92 -76
  240. package/dist-types/ts3.4/models/models_5.d.ts +76 -79
  241. package/dist-types/ts3.4/models/models_6.d.ts +296 -269
  242. package/dist-types/ts3.4/models/models_7.d.ts +268 -237
  243. package/dist-types/ts3.4/models/models_8.d.ts +243 -7
  244. package/dist-types/ts3.4/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +11 -0
  245. package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDataPaginator.d.ts +11 -0
  246. package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +11 -0
  247. package/dist-types/ts3.4/pagination/index.d.ts +4 -1
  248. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +120 -0
  249. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -720,6 +720,26 @@ const se_CopySnapshotCommand = async (input, context) => {
720
720
  });
721
721
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
722
722
  };
723
+ const se_CopyVolumesCommand = async (input, context) => {
724
+ const headers = SHARED_HEADERS;
725
+ let body;
726
+ body = buildFormUrlencodedString({
727
+ ...se_CopyVolumesRequest(input),
728
+ [_A]: _CV,
729
+ [_V]: _,
730
+ });
731
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
732
+ };
733
+ const se_CreateCapacityManagerDataExportCommand = async (input, context) => {
734
+ const headers = SHARED_HEADERS;
735
+ let body;
736
+ body = buildFormUrlencodedString({
737
+ ...se_CreateCapacityManagerDataExportRequest(input),
738
+ [_A]: _CCMDE,
739
+ [_V]: _,
740
+ });
741
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
742
+ };
723
743
  const se_CreateCapacityReservationCommand = async (input, context) => {
724
744
  const headers = SHARED_HEADERS;
725
745
  let body;
@@ -1555,7 +1575,7 @@ const se_CreateVolumeCommand = async (input, context) => {
1555
1575
  let body;
1556
1576
  body = buildFormUrlencodedString({
1557
1577
  ...se_CreateVolumeRequest(input),
1558
- [_A]: _CV,
1578
+ [_A]: _CVr,
1559
1579
  [_V]: _,
1560
1580
  });
1561
1581
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
@@ -1565,7 +1585,7 @@ const se_CreateVpcCommand = async (input, context) => {
1565
1585
  let body;
1566
1586
  body = buildFormUrlencodedString({
1567
1587
  ...se_CreateVpcRequest(input),
1568
- [_A]: _CVr,
1588
+ [_A]: _CVre,
1569
1589
  [_V]: _,
1570
1590
  });
1571
1591
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
@@ -1650,6 +1670,16 @@ const se_CreateVpnGatewayCommand = async (input, context) => {
1650
1670
  });
1651
1671
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
1652
1672
  };
1673
+ const se_DeleteCapacityManagerDataExportCommand = async (input, context) => {
1674
+ const headers = SHARED_HEADERS;
1675
+ let body;
1676
+ body = buildFormUrlencodedString({
1677
+ ...se_DeleteCapacityManagerDataExportRequest(input),
1678
+ [_A]: _DCMDE,
1679
+ [_V]: _,
1680
+ });
1681
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1682
+ };
1653
1683
  const se_DeleteCarrierGatewayCommand = async (input, context) => {
1654
1684
  const headers = SHARED_HEADERS;
1655
1685
  let body;
@@ -2690,6 +2720,16 @@ const se_DescribeCapacityBlockStatusCommand = async (input, context) => {
2690
2720
  });
2691
2721
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
2692
2722
  };
2723
+ const se_DescribeCapacityManagerDataExportsCommand = async (input, context) => {
2724
+ const headers = SHARED_HEADERS;
2725
+ let body;
2726
+ body = buildFormUrlencodedString({
2727
+ ...se_DescribeCapacityManagerDataExportsRequest(input),
2728
+ [_A]: _DCMDEe,
2729
+ [_V]: _,
2730
+ });
2731
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
2732
+ };
2693
2733
  const se_DescribeCapacityReservationBillingRequestsCommand = async (input, context) => {
2694
2734
  const headers = SHARED_HEADERS;
2695
2735
  let body;
@@ -4360,6 +4400,16 @@ const se_DisableAwsNetworkPerformanceMetricSubscriptionCommand = async (input, c
4360
4400
  });
4361
4401
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
4362
4402
  };
4403
+ const se_DisableCapacityManagerCommand = async (input, context) => {
4404
+ const headers = SHARED_HEADERS;
4405
+ let body;
4406
+ body = buildFormUrlencodedString({
4407
+ ...se_DisableCapacityManagerRequest(input),
4408
+ [_A]: _DCM,
4409
+ [_V]: _,
4410
+ });
4411
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
4412
+ };
4363
4413
  const se_DisableEbsEncryptionByDefaultCommand = async (input, context) => {
4364
4414
  const headers = SHARED_HEADERS;
4365
4415
  let body;
@@ -4720,6 +4770,16 @@ const se_EnableAwsNetworkPerformanceMetricSubscriptionCommand = async (input, co
4720
4770
  });
4721
4771
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
4722
4772
  };
4773
+ const se_EnableCapacityManagerCommand = async (input, context) => {
4774
+ const headers = SHARED_HEADERS;
4775
+ let body;
4776
+ body = buildFormUrlencodedString({
4777
+ ...se_EnableCapacityManagerRequest(input),
4778
+ [_A]: _ECM,
4779
+ [_V]: _,
4780
+ });
4781
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
4782
+ };
4723
4783
  const se_EnableEbsEncryptionByDefaultCommand = async (input, context) => {
4724
4784
  const headers = SHARED_HEADERS;
4725
4785
  let body;
@@ -4990,6 +5050,36 @@ const se_GetAwsNetworkPerformanceDataCommand = async (input, context) => {
4990
5050
  });
4991
5051
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
4992
5052
  };
5053
+ const se_GetCapacityManagerAttributesCommand = async (input, context) => {
5054
+ const headers = SHARED_HEADERS;
5055
+ let body;
5056
+ body = buildFormUrlencodedString({
5057
+ ...se_GetCapacityManagerAttributesRequest(input),
5058
+ [_A]: _GCMA,
5059
+ [_V]: _,
5060
+ });
5061
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
5062
+ };
5063
+ const se_GetCapacityManagerMetricDataCommand = async (input, context) => {
5064
+ const headers = SHARED_HEADERS;
5065
+ let body;
5066
+ body = buildFormUrlencodedString({
5067
+ ...se_GetCapacityManagerMetricDataRequest(input),
5068
+ [_A]: _GCMMD,
5069
+ [_V]: _,
5070
+ });
5071
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
5072
+ };
5073
+ const se_GetCapacityManagerMetricDimensionsCommand = async (input, context) => {
5074
+ const headers = SHARED_HEADERS;
5075
+ let body;
5076
+ body = buildFormUrlencodedString({
5077
+ ...se_GetCapacityManagerMetricDimensionsRequest(input),
5078
+ [_A]: _GCMMDe,
5079
+ [_V]: _,
5080
+ });
5081
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
5082
+ };
4993
5083
  const se_GetCapacityReservationUsageCommand = async (input, context) => {
4994
5084
  const headers = SHARED_HEADERS;
4995
5085
  let body;
@@ -7030,6 +7120,16 @@ const se_UnmonitorInstancesCommand = async (input, context) => {
7030
7120
  });
7031
7121
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
7032
7122
  };
7123
+ const se_UpdateCapacityManagerOrganizationsAccessCommand = async (input, context) => {
7124
+ const headers = SHARED_HEADERS;
7125
+ let body;
7126
+ body = buildFormUrlencodedString({
7127
+ ...se_UpdateCapacityManagerOrganizationsAccessRequest(input),
7128
+ [_A]: _UCMOA,
7129
+ [_V]: _,
7130
+ });
7131
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
7132
+ };
7033
7133
  const se_UpdateSecurityGroupRuleDescriptionsEgressCommand = async (input, context) => {
7034
7134
  const headers = SHARED_HEADERS;
7035
7135
  let body;
@@ -7828,6 +7928,32 @@ const de_CopySnapshotCommand = async (output, context) => {
7828
7928
  };
7829
7929
  return response;
7830
7930
  };
7931
+ const de_CopyVolumesCommand = async (output, context) => {
7932
+ if (output.statusCode >= 300) {
7933
+ return de_CommandError(output, context);
7934
+ }
7935
+ const data = await core$1.parseXmlBody(output.body, context);
7936
+ let contents = {};
7937
+ contents = de_CopyVolumesResult(data);
7938
+ const response = {
7939
+ $metadata: deserializeMetadata(output),
7940
+ ...contents,
7941
+ };
7942
+ return response;
7943
+ };
7944
+ const de_CreateCapacityManagerDataExportCommand = async (output, context) => {
7945
+ if (output.statusCode >= 300) {
7946
+ return de_CommandError(output, context);
7947
+ }
7948
+ const data = await core$1.parseXmlBody(output.body, context);
7949
+ let contents = {};
7950
+ contents = de_CreateCapacityManagerDataExportResult(data);
7951
+ const response = {
7952
+ $metadata: deserializeMetadata(output),
7953
+ ...contents,
7954
+ };
7955
+ return response;
7956
+ };
7831
7957
  const de_CreateCapacityReservationCommand = async (output, context) => {
7832
7958
  if (output.statusCode >= 300) {
7833
7959
  return de_CommandError(output, context);
@@ -9028,6 +9154,19 @@ const de_CreateVpnGatewayCommand = async (output, context) => {
9028
9154
  };
9029
9155
  return response;
9030
9156
  };
9157
+ const de_DeleteCapacityManagerDataExportCommand = async (output, context) => {
9158
+ if (output.statusCode >= 300) {
9159
+ return de_CommandError(output, context);
9160
+ }
9161
+ const data = await core$1.parseXmlBody(output.body, context);
9162
+ let contents = {};
9163
+ contents = de_DeleteCapacityManagerDataExportResult(data);
9164
+ const response = {
9165
+ $metadata: deserializeMetadata(output),
9166
+ ...contents,
9167
+ };
9168
+ return response;
9169
+ };
9031
9170
  const de_DeleteCarrierGatewayCommand = async (output, context) => {
9032
9171
  if (output.statusCode >= 300) {
9033
9172
  return de_CommandError(output, context);
@@ -10326,6 +10465,19 @@ const de_DescribeCapacityBlockStatusCommand = async (output, context) => {
10326
10465
  };
10327
10466
  return response;
10328
10467
  };
10468
+ const de_DescribeCapacityManagerDataExportsCommand = async (output, context) => {
10469
+ if (output.statusCode >= 300) {
10470
+ return de_CommandError(output, context);
10471
+ }
10472
+ const data = await core$1.parseXmlBody(output.body, context);
10473
+ let contents = {};
10474
+ contents = de_DescribeCapacityManagerDataExportsResult(data);
10475
+ const response = {
10476
+ $metadata: deserializeMetadata(output),
10477
+ ...contents,
10478
+ };
10479
+ return response;
10480
+ };
10329
10481
  const de_DescribeCapacityReservationBillingRequestsCommand = async (output, context) => {
10330
10482
  if (output.statusCode >= 300) {
10331
10483
  return de_CommandError(output, context);
@@ -12488,6 +12640,19 @@ const de_DisableAwsNetworkPerformanceMetricSubscriptionCommand = async (output,
12488
12640
  };
12489
12641
  return response;
12490
12642
  };
12643
+ const de_DisableCapacityManagerCommand = async (output, context) => {
12644
+ if (output.statusCode >= 300) {
12645
+ return de_CommandError(output, context);
12646
+ }
12647
+ const data = await core$1.parseXmlBody(output.body, context);
12648
+ let contents = {};
12649
+ contents = de_DisableCapacityManagerResult(data);
12650
+ const response = {
12651
+ $metadata: deserializeMetadata(output),
12652
+ ...contents,
12653
+ };
12654
+ return response;
12655
+ };
12491
12656
  const de_DisableEbsEncryptionByDefaultCommand = async (output, context) => {
12492
12657
  if (output.statusCode >= 300) {
12493
12658
  return de_CommandError(output, context);
@@ -12947,6 +13112,19 @@ const de_EnableAwsNetworkPerformanceMetricSubscriptionCommand = async (output, c
12947
13112
  };
12948
13113
  return response;
12949
13114
  };
13115
+ const de_EnableCapacityManagerCommand = async (output, context) => {
13116
+ if (output.statusCode >= 300) {
13117
+ return de_CommandError(output, context);
13118
+ }
13119
+ const data = await core$1.parseXmlBody(output.body, context);
13120
+ let contents = {};
13121
+ contents = de_EnableCapacityManagerResult(data);
13122
+ const response = {
13123
+ $metadata: deserializeMetadata(output),
13124
+ ...contents,
13125
+ };
13126
+ return response;
13127
+ };
12950
13128
  const de_EnableEbsEncryptionByDefaultCommand = async (output, context) => {
12951
13129
  if (output.statusCode >= 300) {
12952
13130
  return de_CommandError(output, context);
@@ -13292,6 +13470,45 @@ const de_GetAwsNetworkPerformanceDataCommand = async (output, context) => {
13292
13470
  };
13293
13471
  return response;
13294
13472
  };
13473
+ const de_GetCapacityManagerAttributesCommand = async (output, context) => {
13474
+ if (output.statusCode >= 300) {
13475
+ return de_CommandError(output, context);
13476
+ }
13477
+ const data = await core$1.parseXmlBody(output.body, context);
13478
+ let contents = {};
13479
+ contents = de_GetCapacityManagerAttributesResult(data);
13480
+ const response = {
13481
+ $metadata: deserializeMetadata(output),
13482
+ ...contents,
13483
+ };
13484
+ return response;
13485
+ };
13486
+ const de_GetCapacityManagerMetricDataCommand = async (output, context) => {
13487
+ if (output.statusCode >= 300) {
13488
+ return de_CommandError(output, context);
13489
+ }
13490
+ const data = await core$1.parseXmlBody(output.body, context);
13491
+ let contents = {};
13492
+ contents = de_GetCapacityManagerMetricDataResult(data);
13493
+ const response = {
13494
+ $metadata: deserializeMetadata(output),
13495
+ ...contents,
13496
+ };
13497
+ return response;
13498
+ };
13499
+ const de_GetCapacityManagerMetricDimensionsCommand = async (output, context) => {
13500
+ if (output.statusCode >= 300) {
13501
+ return de_CommandError(output, context);
13502
+ }
13503
+ const data = await core$1.parseXmlBody(output.body, context);
13504
+ let contents = {};
13505
+ contents = de_GetCapacityManagerMetricDimensionsResult(data);
13506
+ const response = {
13507
+ $metadata: deserializeMetadata(output),
13508
+ ...contents,
13509
+ };
13510
+ return response;
13511
+ };
13295
13512
  const de_GetCapacityReservationUsageCommand = async (output, context) => {
13296
13513
  if (output.statusCode >= 300) {
13297
13514
  return de_CommandError(output, context);
@@ -15884,6 +16101,19 @@ const de_UnmonitorInstancesCommand = async (output, context) => {
15884
16101
  };
15885
16102
  return response;
15886
16103
  };
16104
+ const de_UpdateCapacityManagerOrganizationsAccessCommand = async (output, context) => {
16105
+ if (output.statusCode >= 300) {
16106
+ return de_CommandError(output, context);
16107
+ }
16108
+ const data = await core$1.parseXmlBody(output.body, context);
16109
+ let contents = {};
16110
+ contents = de_UpdateCapacityManagerOrganizationsAccessResult(data);
16111
+ const response = {
16112
+ $metadata: deserializeMetadata(output),
16113
+ ...contents,
16114
+ };
16115
+ return response;
16116
+ };
15887
16117
  const de_UpdateSecurityGroupRuleDescriptionsEgressCommand = async (output, context) => {
15888
16118
  if (output.statusCode >= 300) {
15889
16119
  return de_CommandError(output, context);
@@ -17479,6 +17709,44 @@ const se_CapacityBlockIds = (input, context) => {
17479
17709
  }
17480
17710
  return entries;
17481
17711
  };
17712
+ const se_CapacityManagerCondition = (input, context) => {
17713
+ const entries = {};
17714
+ if (input[_DCi] != null) {
17715
+ const memberEntries = se_DimensionCondition(input[_DCi]);
17716
+ Object.entries(memberEntries).forEach(([key, value]) => {
17717
+ const loc = `DimensionCondition.${key}`;
17718
+ entries[loc] = value;
17719
+ });
17720
+ }
17721
+ return entries;
17722
+ };
17723
+ const se_CapacityManagerConditionSet = (input, context) => {
17724
+ const entries = {};
17725
+ let counter = 1;
17726
+ for (const entry of input) {
17727
+ if (entry === null) {
17728
+ continue;
17729
+ }
17730
+ const memberEntries = se_CapacityManagerCondition(entry);
17731
+ Object.entries(memberEntries).forEach(([key, value]) => {
17732
+ entries[`Item.${counter}.${key}`] = value;
17733
+ });
17734
+ counter++;
17735
+ }
17736
+ return entries;
17737
+ };
17738
+ const se_CapacityManagerDataExportIdSet = (input, context) => {
17739
+ const entries = {};
17740
+ let counter = 1;
17741
+ for (const entry of input) {
17742
+ if (entry === null) {
17743
+ continue;
17744
+ }
17745
+ entries[`Item.${counter}`] = entry;
17746
+ counter++;
17747
+ }
17748
+ return entries;
17749
+ };
17482
17750
  const se_CapacityReservationFleetIdSet = (input, context) => {
17483
17751
  const entries = {};
17484
17752
  let counter = 1;
@@ -17731,6 +17999,18 @@ const se_CoipPoolIdSet = (input, context) => {
17731
17999
  }
17732
18000
  return entries;
17733
18001
  };
18002
+ const se_ConditionValueList = (input, context) => {
18003
+ const entries = {};
18004
+ let counter = 1;
18005
+ for (const entry of input) {
18006
+ if (entry === null) {
18007
+ continue;
18008
+ }
18009
+ entries[`Item.${counter}`] = entry;
18010
+ counter++;
18011
+ }
18012
+ return entries;
18013
+ };
17734
18014
  const se_ConfirmProductInstanceRequest = (input, context) => {
17735
18015
  const entries = {};
17736
18016
  if (input[_IIn] != null) {
@@ -17913,6 +18193,44 @@ const se_CopySnapshotRequest = (input, context) => {
17913
18193
  }
17914
18194
  return entries;
17915
18195
  };
18196
+ const se_CopyVolumesRequest = (input, context) => {
18197
+ const entries = {};
18198
+ if (input[_SVI] != null) {
18199
+ entries[_SVI] = input[_SVI];
18200
+ }
18201
+ if (input[_I] != null) {
18202
+ entries[_I] = input[_I];
18203
+ }
18204
+ if (input[_Siz] != null) {
18205
+ entries[_Siz] = input[_Siz];
18206
+ }
18207
+ if (input[_VT] != null) {
18208
+ entries[_VT] = input[_VT];
18209
+ }
18210
+ if (input[_DRr] != null) {
18211
+ entries[_DRr] = input[_DRr];
18212
+ }
18213
+ if (input[_TS] != null) {
18214
+ const memberEntries = se_TagSpecificationList(input[_TS]);
18215
+ Object.entries(memberEntries).forEach(([key, value]) => {
18216
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
18217
+ entries[loc] = value;
18218
+ });
18219
+ }
18220
+ if (input[_MAE] != null) {
18221
+ entries[_MAE] = input[_MAE];
18222
+ }
18223
+ if (input[_Th] != null) {
18224
+ entries[_Th] = input[_Th];
18225
+ }
18226
+ if (input[_CTl] === undefined) {
18227
+ input[_CTl] = uuid.v4();
18228
+ }
18229
+ if (input[_CTl] != null) {
18230
+ entries[_CTl] = input[_CTl];
18231
+ }
18232
+ return entries;
18233
+ };
17916
18234
  const se_CpuManufacturerSet = (input, context) => {
17917
18235
  const entries = {};
17918
18236
  let counter = 1;
@@ -17960,6 +18278,38 @@ const se_CpuPerformanceFactorRequest = (input, context) => {
17960
18278
  }
17961
18279
  return entries;
17962
18280
  };
18281
+ const se_CreateCapacityManagerDataExportRequest = (input, context) => {
18282
+ const entries = {};
18283
+ if (input[_SBN] != null) {
18284
+ entries[_SBN] = input[_SBN];
18285
+ }
18286
+ if (input[_SBP] != null) {
18287
+ entries[_SBP] = input[_SBP];
18288
+ }
18289
+ if (input[_Sc] != null) {
18290
+ entries[_Sc] = input[_Sc];
18291
+ }
18292
+ if (input[_OF] != null) {
18293
+ entries[_OF] = input[_OF];
18294
+ }
18295
+ if (input[_CTl] === undefined) {
18296
+ input[_CTl] = uuid.v4();
18297
+ }
18298
+ if (input[_CTl] != null) {
18299
+ entries[_CTl] = input[_CTl];
18300
+ }
18301
+ if (input[_DRr] != null) {
18302
+ entries[_DRr] = input[_DRr];
18303
+ }
18304
+ if (input[_TS] != null) {
18305
+ const memberEntries = se_TagSpecificationList(input[_TS]);
18306
+ Object.entries(memberEntries).forEach(([key, value]) => {
18307
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
18308
+ entries[loc] = value;
18309
+ });
18310
+ }
18311
+ return entries;
18312
+ };
17963
18313
  const se_CreateCapacityReservationBySplittingRequest = (input, context) => {
17964
18314
  const entries = {};
17965
18315
  if (input[_DRr] != null) {
@@ -20806,8 +21156,8 @@ const se_CreateVerifiedAccessNativeApplicationOidcOptions = (input, context) =>
20806
21156
  if (input[_PSKE] != null) {
20807
21157
  entries[_PSKE] = input[_PSKE];
20808
21158
  }
20809
- if (input[_I] != null) {
20810
- entries[_I] = input[_I];
21159
+ if (input[_Is] != null) {
21160
+ entries[_Is] = input[_Is];
20811
21161
  }
20812
21162
  if (input[_AE] != null) {
20813
21163
  entries[_AE] = input[_AE];
@@ -20824,8 +21174,8 @@ const se_CreateVerifiedAccessNativeApplicationOidcOptions = (input, context) =>
20824
21174
  if (input[_CSl] != null) {
20825
21175
  entries[_CSl] = input[_CSl];
20826
21176
  }
20827
- if (input[_Sc] != null) {
20828
- entries[_Sc] = input[_Sc];
21177
+ if (input[_Sco] != null) {
21178
+ entries[_Sco] = input[_Sco];
20829
21179
  }
20830
21180
  return entries;
20831
21181
  };
@@ -20841,8 +21191,8 @@ const se_CreateVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
20841
21191
  };
20842
21192
  const se_CreateVerifiedAccessTrustProviderOidcOptions = (input, context) => {
20843
21193
  const entries = {};
20844
- if (input[_I] != null) {
20845
- entries[_I] = input[_I];
21194
+ if (input[_Is] != null) {
21195
+ entries[_Is] = input[_Is];
20846
21196
  }
20847
21197
  if (input[_AE] != null) {
20848
21198
  entries[_AE] = input[_AE];
@@ -20859,8 +21209,8 @@ const se_CreateVerifiedAccessTrustProviderOidcOptions = (input, context) => {
20859
21209
  if (input[_CSl] != null) {
20860
21210
  entries[_CSl] = input[_CSl];
20861
21211
  }
20862
- if (input[_Sc] != null) {
20863
- entries[_Sc] = input[_Sc];
21212
+ if (input[_Sco] != null) {
21213
+ entries[_Sco] = input[_Sco];
20864
21214
  }
20865
21215
  return entries;
20866
21216
  };
@@ -20981,8 +21331,8 @@ const se_CreateVolumeRequest = (input, context) => {
20981
21331
  if (input[_Enc] != null) {
20982
21332
  entries[_Enc] = input[_Enc];
20983
21333
  }
20984
- if (input[_Io] != null) {
20985
- entries[_Io] = input[_Io];
21334
+ if (input[_I] != null) {
21335
+ entries[_I] = input[_I];
20986
21336
  }
20987
21337
  if (input[_KKI] != null) {
20988
21338
  entries[_KKI] = input[_KKI];
@@ -21426,6 +21776,16 @@ const se_DedicatedHostIdList = (input, context) => {
21426
21776
  }
21427
21777
  return entries;
21428
21778
  };
21779
+ const se_DeleteCapacityManagerDataExportRequest = (input, context) => {
21780
+ const entries = {};
21781
+ if (input[_CMDEI] != null) {
21782
+ entries[_CMDEI] = input[_CMDEI];
21783
+ }
21784
+ if (input[_DRr] != null) {
21785
+ entries[_DRr] = input[_DRr];
21786
+ }
21787
+ return entries;
21788
+ };
21429
21789
  const se_DeleteCarrierGatewayRequest = (input, context) => {
21430
21790
  const entries = {};
21431
21791
  if (input[_CGI] != null) {
@@ -22835,6 +23195,33 @@ const se_DescribeCapacityBlockStatusRequest = (input, context) => {
22835
23195
  }
22836
23196
  return entries;
22837
23197
  };
23198
+ const se_DescribeCapacityManagerDataExportsRequest = (input, context) => {
23199
+ const entries = {};
23200
+ if (input[_CMDEIa] != null) {
23201
+ const memberEntries = se_CapacityManagerDataExportIdSet(input[_CMDEIa]);
23202
+ Object.entries(memberEntries).forEach(([key, value]) => {
23203
+ const loc = `CapacityManagerDataExportId.${key.substring(key.indexOf(".") + 1)}`;
23204
+ entries[loc] = value;
23205
+ });
23206
+ }
23207
+ if (input[_MR] != null) {
23208
+ entries[_MR] = input[_MR];
23209
+ }
23210
+ if (input[_NT] != null) {
23211
+ entries[_NT] = input[_NT];
23212
+ }
23213
+ if (input[_DRr] != null) {
23214
+ entries[_DRr] = input[_DRr];
23215
+ }
23216
+ if (input[_Fi] != null) {
23217
+ const memberEntries = se_FilterList(input[_Fi]);
23218
+ Object.entries(memberEntries).forEach(([key, value]) => {
23219
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
23220
+ entries[loc] = value;
23221
+ });
23222
+ }
23223
+ return entries;
23224
+ };
22838
23225
  const se_DescribeCapacityReservationBillingRequestsRequest = (input, context) => {
22839
23226
  const entries = {};
22840
23227
  if (input[_CRIa] != null) {
@@ -27049,6 +27436,23 @@ const se_DhcpOptionsIdStringList = (input, context) => {
27049
27436
  }
27050
27437
  return entries;
27051
27438
  };
27439
+ const se_DimensionCondition = (input, context) => {
27440
+ const entries = {};
27441
+ if (input[_Di] != null) {
27442
+ entries[_Di] = input[_Di];
27443
+ }
27444
+ if (input[_Com] != null) {
27445
+ entries[_Com] = input[_Com];
27446
+ }
27447
+ if (input[_Val] != null) {
27448
+ const memberEntries = se_ConditionValueList(input[_Val]);
27449
+ Object.entries(memberEntries).forEach(([key, value]) => {
27450
+ const loc = `Value.${key.substring(key.indexOf(".") + 1)}`;
27451
+ entries[loc] = value;
27452
+ });
27453
+ }
27454
+ return entries;
27455
+ };
27052
27456
  const se_DirectoryServiceAuthenticationRequest = (input, context) => {
27053
27457
  const entries = {};
27054
27458
  if (input[_DIir] != null) {
@@ -27092,6 +27496,19 @@ const se_DisableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context
27092
27496
  }
27093
27497
  return entries;
27094
27498
  };
27499
+ const se_DisableCapacityManagerRequest = (input, context) => {
27500
+ const entries = {};
27501
+ if (input[_DRr] != null) {
27502
+ entries[_DRr] = input[_DRr];
27503
+ }
27504
+ if (input[_CTl] === undefined) {
27505
+ input[_CTl] = uuid.v4();
27506
+ }
27507
+ if (input[_CTl] != null) {
27508
+ entries[_CTl] = input[_CTl];
27509
+ }
27510
+ return entries;
27511
+ };
27095
27512
  const se_DisableEbsEncryptionByDefaultRequest = (input, context) => {
27096
27513
  const entries = {};
27097
27514
  if (input[_DRr] != null) {
@@ -27562,8 +27979,8 @@ const se_EbsBlockDevice = (input, context) => {
27562
27979
  if (input[_DOT] != null) {
27563
27980
  entries[_DOT] = input[_DOT];
27564
27981
  }
27565
- if (input[_Io] != null) {
27566
- entries[_Io] = input[_Io];
27982
+ if (input[_I] != null) {
27983
+ entries[_I] = input[_I];
27567
27984
  }
27568
27985
  if (input[_SIn] != null) {
27569
27986
  entries[_SIn] = input[_SIn];
@@ -27747,6 +28164,22 @@ const se_EnableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context)
27747
28164
  }
27748
28165
  return entries;
27749
28166
  };
28167
+ const se_EnableCapacityManagerRequest = (input, context) => {
28168
+ const entries = {};
28169
+ if (input[_OAr] != null) {
28170
+ entries[_OAr] = input[_OAr];
28171
+ }
28172
+ if (input[_DRr] != null) {
28173
+ entries[_DRr] = input[_DRr];
28174
+ }
28175
+ if (input[_CTl] === undefined) {
28176
+ input[_CTl] = uuid.v4();
28177
+ }
28178
+ if (input[_CTl] != null) {
28179
+ entries[_CTl] = input[_CTl];
28180
+ }
28181
+ return entries;
28182
+ };
27750
28183
  const se_EnableEbsEncryptionByDefaultRequest = (input, context) => {
27751
28184
  const entries = {};
27752
28185
  if (input[_DRr] != null) {
@@ -28280,8 +28713,8 @@ const se_FleetEbsBlockDeviceRequest = (input, context) => {
28280
28713
  if (input[_DOT] != null) {
28281
28714
  entries[_DOT] = input[_DOT];
28282
28715
  }
28283
- if (input[_Io] != null) {
28284
- entries[_Io] = input[_Io];
28716
+ if (input[_I] != null) {
28717
+ entries[_I] = input[_I];
28285
28718
  }
28286
28719
  if (input[_Th] != null) {
28287
28720
  entries[_Th] = input[_Th];
@@ -28561,6 +28994,96 @@ const se_GetAwsNetworkPerformanceDataRequest = (input, context) => {
28561
28994
  }
28562
28995
  return entries;
28563
28996
  };
28997
+ const se_GetCapacityManagerAttributesRequest = (input, context) => {
28998
+ const entries = {};
28999
+ if (input[_DRr] != null) {
29000
+ entries[_DRr] = input[_DRr];
29001
+ }
29002
+ return entries;
29003
+ };
29004
+ const se_GetCapacityManagerMetricDataRequest = (input, context) => {
29005
+ const entries = {};
29006
+ if (input[_MN] != null) {
29007
+ const memberEntries = se_MetricSet(input[_MN]);
29008
+ Object.entries(memberEntries).forEach(([key, value]) => {
29009
+ const loc = `MetricName.${key.substring(key.indexOf(".") + 1)}`;
29010
+ entries[loc] = value;
29011
+ });
29012
+ }
29013
+ if (input[_STt] != null) {
29014
+ entries[_STt] = smithyClient.serializeDateTime(input[_STt]);
29015
+ }
29016
+ if (input[_ETn] != null) {
29017
+ entries[_ETn] = smithyClient.serializeDateTime(input[_ETn]);
29018
+ }
29019
+ if (input[_Per] != null) {
29020
+ entries[_Per] = input[_Per];
29021
+ }
29022
+ if (input[_GB] != null) {
29023
+ const memberEntries = se_GroupBySet(input[_GB]);
29024
+ Object.entries(memberEntries).forEach(([key, value]) => {
29025
+ const loc = `GroupBy.${key.substring(key.indexOf(".") + 1)}`;
29026
+ entries[loc] = value;
29027
+ });
29028
+ }
29029
+ if (input[_FB] != null) {
29030
+ const memberEntries = se_CapacityManagerConditionSet(input[_FB]);
29031
+ Object.entries(memberEntries).forEach(([key, value]) => {
29032
+ const loc = `FilterBy.${key.substring(key.indexOf(".") + 1)}`;
29033
+ entries[loc] = value;
29034
+ });
29035
+ }
29036
+ if (input[_MR] != null) {
29037
+ entries[_MR] = input[_MR];
29038
+ }
29039
+ if (input[_NT] != null) {
29040
+ entries[_NT] = input[_NT];
29041
+ }
29042
+ if (input[_DRr] != null) {
29043
+ entries[_DRr] = input[_DRr];
29044
+ }
29045
+ return entries;
29046
+ };
29047
+ const se_GetCapacityManagerMetricDimensionsRequest = (input, context) => {
29048
+ const entries = {};
29049
+ if (input[_GB] != null) {
29050
+ const memberEntries = se_GroupBySet(input[_GB]);
29051
+ Object.entries(memberEntries).forEach(([key, value]) => {
29052
+ const loc = `GroupBy.${key.substring(key.indexOf(".") + 1)}`;
29053
+ entries[loc] = value;
29054
+ });
29055
+ }
29056
+ if (input[_FB] != null) {
29057
+ const memberEntries = se_CapacityManagerConditionSet(input[_FB]);
29058
+ Object.entries(memberEntries).forEach(([key, value]) => {
29059
+ const loc = `FilterBy.${key.substring(key.indexOf(".") + 1)}`;
29060
+ entries[loc] = value;
29061
+ });
29062
+ }
29063
+ if (input[_STt] != null) {
29064
+ entries[_STt] = smithyClient.serializeDateTime(input[_STt]);
29065
+ }
29066
+ if (input[_ETn] != null) {
29067
+ entries[_ETn] = smithyClient.serializeDateTime(input[_ETn]);
29068
+ }
29069
+ if (input[_MN] != null) {
29070
+ const memberEntries = se_MetricSet(input[_MN]);
29071
+ Object.entries(memberEntries).forEach(([key, value]) => {
29072
+ const loc = `MetricName.${key.substring(key.indexOf(".") + 1)}`;
29073
+ entries[loc] = value;
29074
+ });
29075
+ }
29076
+ if (input[_MR] != null) {
29077
+ entries[_MR] = input[_MR];
29078
+ }
29079
+ if (input[_NT] != null) {
29080
+ entries[_NT] = input[_NT];
29081
+ }
29082
+ if (input[_DRr] != null) {
29083
+ entries[_DRr] = input[_DRr];
29084
+ }
29085
+ return entries;
29086
+ };
28564
29087
  const se_GetCapacityReservationUsageRequest = (input, context) => {
28565
29088
  const entries = {};
28566
29089
  if (input[_CRI] != null) {
@@ -29477,6 +30000,18 @@ const se_GetVpnTunnelReplacementStatusRequest = (input, context) => {
29477
30000
  }
29478
30001
  return entries;
29479
30002
  };
30003
+ const se_GroupBySet = (input, context) => {
30004
+ const entries = {};
30005
+ let counter = 1;
30006
+ for (const entry of input) {
30007
+ if (entry === null) {
30008
+ continue;
30009
+ }
30010
+ entries[`Item.${counter}`] = entry;
30011
+ counter++;
30012
+ }
30013
+ return entries;
30014
+ };
29480
30015
  const se_GroupIdentifier = (input, context) => {
29481
30016
  const entries = {};
29482
30017
  if (input[_GIr] != null) {
@@ -29889,8 +30424,8 @@ const se_ImportImageRequest = (input, context) => {
29889
30424
  if (input[_De] != null) {
29890
30425
  entries[_De] = input[_De];
29891
30426
  }
29892
- if (input[_DCi] != null) {
29893
- const memberEntries = se_ImageDiskContainerList(input[_DCi]);
30427
+ if (input[_DCis] != null) {
30428
+ const memberEntries = se_ImageDiskContainerList(input[_DCis]);
29894
30429
  Object.entries(memberEntries).forEach(([key, value]) => {
29895
30430
  const loc = `DiskContainer.${key.substring(key.indexOf(".") + 1)}`;
29896
30431
  entries[loc] = value;
@@ -30054,8 +30589,8 @@ const se_ImportSnapshotRequest = (input, context) => {
30054
30589
  if (input[_De] != null) {
30055
30590
  entries[_De] = input[_De];
30056
30591
  }
30057
- if (input[_DCis] != null) {
30058
- const memberEntries = se_SnapshotDiskContainer(input[_DCis]);
30592
+ if (input[_DCisk] != null) {
30593
+ const memberEntries = se_SnapshotDiskContainer(input[_DCisk]);
30059
30594
  Object.entries(memberEntries).forEach(([key, value]) => {
30060
30595
  const loc = `DiskContainer.${key}`;
30061
30596
  entries[loc] = value;
@@ -31224,8 +31759,8 @@ const se_KeyPairIdStringList = (input, context) => {
31224
31759
  };
31225
31760
  const se_LaunchPermission = (input, context) => {
31226
31761
  const entries = {};
31227
- if (input[_OAr] != null) {
31228
- entries[_OAr] = input[_OAr];
31762
+ if (input[_OArg] != null) {
31763
+ entries[_OArg] = input[_OArg];
31229
31764
  }
31230
31765
  if (input[_OUA] != null) {
31231
31766
  entries[_OUA] = input[_OUA];
@@ -31389,8 +31924,8 @@ const se_LaunchTemplateEbsBlockDeviceRequest = (input, context) => {
31389
31924
  if (input[_DOT] != null) {
31390
31925
  entries[_DOT] = input[_DOT];
31391
31926
  }
31392
- if (input[_Io] != null) {
31393
- entries[_Io] = input[_Io];
31927
+ if (input[_I] != null) {
31928
+ entries[_I] = input[_I];
31394
31929
  }
31395
31930
  if (input[_KKI] != null) {
31396
31931
  entries[_KKI] = input[_KKI];
@@ -32147,6 +32682,18 @@ const se_MemoryMiBRequest = (input, context) => {
32147
32682
  }
32148
32683
  return entries;
32149
32684
  };
32685
+ const se_MetricSet = (input, context) => {
32686
+ const entries = {};
32687
+ let counter = 1;
32688
+ for (const entry of input) {
32689
+ if (entry === null) {
32690
+ continue;
32691
+ }
32692
+ entries[`Item.${counter}`] = entry;
32693
+ counter++;
32694
+ }
32695
+ return entries;
32696
+ };
32150
32697
  const se_ModifyAddressAttributeRequest = (input, context) => {
32151
32698
  const entries = {};
32152
32699
  if (input[_AIl] != null) {
@@ -32497,8 +33044,8 @@ const se_ModifyImageAttributeRequest = (input, context) => {
32497
33044
  if (input[_Va] != null) {
32498
33045
  entries[_Va] = input[_Va];
32499
33046
  }
32500
- if (input[_OArg] != null) {
32501
- const memberEntries = se_OrganizationArnStringList(input[_OArg]);
33047
+ if (input[_OArga] != null) {
33048
+ const memberEntries = se_OrganizationArnStringList(input[_OArga]);
32502
33049
  Object.entries(memberEntries).forEach(([key, value]) => {
32503
33050
  const loc = `OrganizationArn.${key.substring(key.indexOf(".") + 1)}`;
32504
33051
  entries[loc] = value;
@@ -33900,8 +34447,8 @@ const se_ModifyVerifiedAccessNativeApplicationOidcOptions = (input, context) =>
33900
34447
  if (input[_PSKE] != null) {
33901
34448
  entries[_PSKE] = input[_PSKE];
33902
34449
  }
33903
- if (input[_I] != null) {
33904
- entries[_I] = input[_I];
34450
+ if (input[_Is] != null) {
34451
+ entries[_Is] = input[_Is];
33905
34452
  }
33906
34453
  if (input[_AE] != null) {
33907
34454
  entries[_AE] = input[_AE];
@@ -33918,8 +34465,8 @@ const se_ModifyVerifiedAccessNativeApplicationOidcOptions = (input, context) =>
33918
34465
  if (input[_CSl] != null) {
33919
34466
  entries[_CSl] = input[_CSl];
33920
34467
  }
33921
- if (input[_Sc] != null) {
33922
- entries[_Sc] = input[_Sc];
34468
+ if (input[_Sco] != null) {
34469
+ entries[_Sco] = input[_Sco];
33923
34470
  }
33924
34471
  return entries;
33925
34472
  };
@@ -33932,8 +34479,8 @@ const se_ModifyVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
33932
34479
  };
33933
34480
  const se_ModifyVerifiedAccessTrustProviderOidcOptions = (input, context) => {
33934
34481
  const entries = {};
33935
- if (input[_I] != null) {
33936
- entries[_I] = input[_I];
34482
+ if (input[_Is] != null) {
34483
+ entries[_Is] = input[_Is];
33937
34484
  }
33938
34485
  if (input[_AE] != null) {
33939
34486
  entries[_AE] = input[_AE];
@@ -33950,8 +34497,8 @@ const se_ModifyVerifiedAccessTrustProviderOidcOptions = (input, context) => {
33950
34497
  if (input[_CSl] != null) {
33951
34498
  entries[_CSl] = input[_CSl];
33952
34499
  }
33953
- if (input[_Sc] != null) {
33954
- entries[_Sc] = input[_Sc];
34500
+ if (input[_Sco] != null) {
34501
+ entries[_Sco] = input[_Sco];
33955
34502
  }
33956
34503
  return entries;
33957
34504
  };
@@ -34033,8 +34580,8 @@ const se_ModifyVolumeRequest = (input, context) => {
34033
34580
  if (input[_VT] != null) {
34034
34581
  entries[_VT] = input[_VT];
34035
34582
  }
34036
- if (input[_Io] != null) {
34037
- entries[_Io] = input[_Io];
34583
+ if (input[_I] != null) {
34584
+ entries[_I] = input[_I];
34038
34585
  }
34039
34586
  if (input[_Th] != null) {
34040
34587
  entries[_Th] = input[_Th];
@@ -36756,8 +37303,8 @@ const se_ReservedInstancesConfiguration = (input, context) => {
36756
37303
  if (input[_Pla] != null) {
36757
37304
  entries[_Pla] = input[_Pla];
36758
37305
  }
36759
- if (input[_Sc] != null) {
36760
- entries[_Sc] = input[_Sc];
37306
+ if (input[_Sco] != null) {
37307
+ entries[_Sco] = input[_Sco];
36761
37308
  }
36762
37309
  if (input[_AZI] != null) {
36763
37310
  entries[_AZI] = input[_AZI];
@@ -37637,8 +38184,8 @@ const se_ScheduledInstancesEbs = (input, context) => {
37637
38184
  if (input[_Enc] != null) {
37638
38185
  entries[_Enc] = input[_Enc];
37639
38186
  }
37640
- if (input[_Io] != null) {
37641
- entries[_Io] = input[_Io];
38187
+ if (input[_I] != null) {
38188
+ entries[_I] = input[_I];
37642
38189
  }
37643
38190
  if (input[_SIn] != null) {
37644
38191
  entries[_SIn] = input[_SIn];
@@ -39261,6 +39808,22 @@ const se_UnmonitorInstancesRequest = (input, context) => {
39261
39808
  }
39262
39809
  return entries;
39263
39810
  };
39811
+ const se_UpdateCapacityManagerOrganizationsAccessRequest = (input, context) => {
39812
+ const entries = {};
39813
+ if (input[_OAr] != null) {
39814
+ entries[_OAr] = input[_OAr];
39815
+ }
39816
+ if (input[_DRr] != null) {
39817
+ entries[_DRr] = input[_DRr];
39818
+ }
39819
+ if (input[_CTl] === undefined) {
39820
+ input[_CTl] = uuid.v4();
39821
+ }
39822
+ if (input[_CTl] != null) {
39823
+ entries[_CTl] = input[_CTl];
39824
+ }
39825
+ return entries;
39826
+ };
39264
39827
  const se_UpdateSecurityGroupRuleDescriptionsEgressRequest = (input, context) => {
39265
39828
  const entries = {};
39266
39829
  if (input[_DRr] != null) {
@@ -40188,7 +40751,7 @@ const de_AdditionalDetail = (output, context) => {
40188
40751
  contents[_ADT] = smithyClient.expectString(output[_aDT]);
40189
40752
  }
40190
40753
  if (output[_c] != null) {
40191
- contents[_Com] = de_AnalysisComponent(output[_c]);
40754
+ contents[_Comp] = de_AnalysisComponent(output[_c]);
40192
40755
  }
40193
40756
  if (output[_vES] != null) {
40194
40757
  contents[_VESp] = de_AnalysisComponent(output[_vES]);
@@ -40602,7 +41165,7 @@ const de_AnalysisSecurityGroupRule = (output, context) => {
40602
41165
  contents[_C] = smithyClient.expectString(output[_ci]);
40603
41166
  }
40604
41167
  if (output[_di] != null) {
40605
- contents[_Di] = smithyClient.expectString(output[_di]);
41168
+ contents[_Dir] = smithyClient.expectString(output[_di]);
40606
41169
  }
40607
41170
  if (output[_sGI] != null) {
40608
41171
  contents[_SGIe] = smithyClient.expectString(output[_sGI]);
@@ -41791,6 +42354,108 @@ const de_CapacityBlockStatusSet = (output, context) => {
41791
42354
  return de_CapacityBlockStatus(entry);
41792
42355
  });
41793
42356
  };
42357
+ const de_CapacityManagerDataExportResponse = (output, context) => {
42358
+ const contents = {};
42359
+ if (output[_cMDEI] != null) {
42360
+ contents[_CMDEI] = smithyClient.expectString(output[_cMDEI]);
42361
+ }
42362
+ if (output[_sBN] != null) {
42363
+ contents[_SBN] = smithyClient.expectString(output[_sBN]);
42364
+ }
42365
+ if (output[_sBP] != null) {
42366
+ contents[_SBP] = smithyClient.expectString(output[_sBP]);
42367
+ }
42368
+ if (output[_sc] != null) {
42369
+ contents[_Sc] = smithyClient.expectString(output[_sc]);
42370
+ }
42371
+ if (output[_oF] != null) {
42372
+ contents[_OF] = smithyClient.expectString(output[_oF]);
42373
+ }
42374
+ if (output[_cTr] != null) {
42375
+ contents[_CTr] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_cTr]));
42376
+ }
42377
+ if (output[_lDS] != null) {
42378
+ contents[_LDS] = smithyClient.expectString(output[_lDS]);
42379
+ }
42380
+ if (output[_lDSM] != null) {
42381
+ contents[_LDSM] = smithyClient.expectString(output[_lDSM]);
42382
+ }
42383
+ if (output[_lDSLU] != null) {
42384
+ contents[_LDSLU] = smithyClient.expectString(output[_lDSLU]);
42385
+ }
42386
+ if (output[_lDT] != null) {
42387
+ contents[_LDTa] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_lDT]));
42388
+ }
42389
+ if (String(output.tagSet).trim() === "") {
42390
+ contents[_Ta] = [];
42391
+ }
42392
+ else if (output[_tS] != null && output[_tS][_i] != null) {
42393
+ contents[_Ta] = de_TagList(smithyClient.getArrayIfSingleItem(output[_tS][_i]));
42394
+ }
42395
+ return contents;
42396
+ };
42397
+ const de_CapacityManagerDataExportResponseSet = (output, context) => {
42398
+ return (output || [])
42399
+ .filter((e) => e != null)
42400
+ .map((entry) => {
42401
+ return de_CapacityManagerDataExportResponse(entry);
42402
+ });
42403
+ };
42404
+ const de_CapacityManagerDimension = (output, context) => {
42405
+ const contents = {};
42406
+ if (output[_rR] != null) {
42407
+ contents[_RRe] = smithyClient.expectString(output[_rR]);
42408
+ }
42409
+ if (output[_aZI] != null) {
42410
+ contents[_AZI] = smithyClient.expectString(output[_aZI]);
42411
+ }
42412
+ if (output[_aIc] != null) {
42413
+ contents[_AIcc] = smithyClient.expectString(output[_aIc]);
42414
+ }
42415
+ if (output[_iF] != null) {
42416
+ contents[_IF] = smithyClient.expectString(output[_iF]);
42417
+ }
42418
+ if (output[_iT] != null) {
42419
+ contents[_IT] = smithyClient.expectString(output[_iT]);
42420
+ }
42421
+ if (output[_iPn] != null) {
42422
+ contents[_IPn] = smithyClient.expectString(output[_iPn]);
42423
+ }
42424
+ if (output[_rAe] != null) {
42425
+ contents[_RAes] = smithyClient.expectString(output[_rAe]);
42426
+ }
42427
+ if (output[_rI] != null) {
42428
+ contents[_RIese] = smithyClient.expectString(output[_rI]);
42429
+ }
42430
+ if (output[_rT] != null) {
42431
+ contents[_RTes] = smithyClient.expectString(output[_rT]);
42432
+ }
42433
+ if (output[_rCT] != null) {
42434
+ contents[_RCT] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rCT]));
42435
+ }
42436
+ if (output[_rST] != null) {
42437
+ contents[_RSTe] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rST]));
42438
+ }
42439
+ if (output[_rET] != null) {
42440
+ contents[_RET] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rET]));
42441
+ }
42442
+ if (output[_rEDT] != null) {
42443
+ contents[_REDT] = smithyClient.expectString(output[_rEDT]);
42444
+ }
42445
+ if (output[_t] != null) {
42446
+ contents[_Te] = smithyClient.expectString(output[_t]);
42447
+ }
42448
+ if (output[_rS] != null) {
42449
+ contents[_RSes] = smithyClient.expectString(output[_rS]);
42450
+ }
42451
+ if (output[_rIMC] != null) {
42452
+ contents[_RIMC] = smithyClient.expectString(output[_rIMC]);
42453
+ }
42454
+ if (output[_rUFO] != null) {
42455
+ contents[_RUFO] = smithyClient.expectString(output[_rUFO]);
42456
+ }
42457
+ return contents;
42458
+ };
41794
42459
  const de_CapacityReservation = (output, context) => {
41795
42460
  const contents = {};
41796
42461
  if (output[_cRI] != null) {
@@ -42777,6 +43442,16 @@ const de_CopySnapshotResult = (output, context) => {
42777
43442
  }
42778
43443
  return contents;
42779
43444
  };
43445
+ const de_CopyVolumesResult = (output, context) => {
43446
+ const contents = {};
43447
+ if (String(output.volumeSet).trim() === "") {
43448
+ contents[_Vol] = [];
43449
+ }
43450
+ else if (output[_vS] != null && output[_vS][_i] != null) {
43451
+ contents[_Vol] = de_VolumeList(smithyClient.getArrayIfSingleItem(output[_vS][_i]));
43452
+ }
43453
+ return contents;
43454
+ };
42780
43455
  const de_CoreCountList = (output, context) => {
42781
43456
  return (output || [])
42782
43457
  .filter((e) => e != null)
@@ -42809,8 +43484,15 @@ const de_CpuPerformanceFactor = (output, context) => {
42809
43484
  if (String(output.referenceSet).trim() === "") {
42810
43485
  contents[_R] = [];
42811
43486
  }
42812
- else if (output[_rS] != null && output[_rS][_i] != null) {
42813
- contents[_R] = de_PerformanceFactorReferenceSet(smithyClient.getArrayIfSingleItem(output[_rS][_i]));
43487
+ else if (output[_rSe] != null && output[_rSe][_i] != null) {
43488
+ contents[_R] = de_PerformanceFactorReferenceSet(smithyClient.getArrayIfSingleItem(output[_rSe][_i]));
43489
+ }
43490
+ return contents;
43491
+ };
43492
+ const de_CreateCapacityManagerDataExportResult = (output, context) => {
43493
+ const contents = {};
43494
+ if (output[_cMDEI] != null) {
43495
+ contents[_CMDEI] = smithyClient.expectString(output[_cMDEI]);
42814
43496
  }
42815
43497
  return contents;
42816
43498
  };
@@ -43072,8 +43754,8 @@ const de_CreateImageResult = (output, context) => {
43072
43754
  };
43073
43755
  const de_CreateImageUsageReportResult = (output, context) => {
43074
43756
  const contents = {};
43075
- if (output[_rI] != null) {
43076
- contents[_RIep] = smithyClient.expectString(output[_rI]);
43757
+ if (output[_rIe] != null) {
43758
+ contents[_RIep] = smithyClient.expectString(output[_rIe]);
43077
43759
  }
43078
43760
  return contents;
43079
43761
  };
@@ -43722,8 +44404,8 @@ const de_DataResponses = (output, context) => {
43722
44404
  };
43723
44405
  const de_DeclarativePoliciesReport = (output, context) => {
43724
44406
  const contents = {};
43725
- if (output[_rI] != null) {
43726
- contents[_RIep] = smithyClient.expectString(output[_rI]);
44407
+ if (output[_rIe] != null) {
44408
+ contents[_RIep] = smithyClient.expectString(output[_rIe]);
43727
44409
  }
43728
44410
  if (output[_sB] != null) {
43729
44411
  contents[_SB] = smithyClient.expectString(output[_sB]);
@@ -43765,6 +44447,13 @@ const de_DedicatedHostIdList = (output, context) => {
43765
44447
  return smithyClient.expectString(entry);
43766
44448
  });
43767
44449
  };
44450
+ const de_DeleteCapacityManagerDataExportResult = (output, context) => {
44451
+ const contents = {};
44452
+ if (output[_cMDEI] != null) {
44453
+ contents[_CMDEI] = smithyClient.expectString(output[_cMDEI]);
44454
+ }
44455
+ return contents;
44456
+ };
43768
44457
  const de_DeleteCarrierGatewayResult = (output, context) => {
43769
44458
  const contents = {};
43770
44459
  if (output[_cG] != null) {
@@ -44627,6 +45316,19 @@ const de_DescribeCapacityBlockStatusResult = (output, context) => {
44627
45316
  }
44628
45317
  return contents;
44629
45318
  };
45319
+ const de_DescribeCapacityManagerDataExportsResult = (output, context) => {
45320
+ const contents = {};
45321
+ if (String(output.capacityManagerDataExportSet).trim() === "") {
45322
+ contents[_CMDE] = [];
45323
+ }
45324
+ else if (output[_cMDES] != null && output[_cMDES][_i] != null) {
45325
+ contents[_CMDE] = de_CapacityManagerDataExportResponseSet(smithyClient.getArrayIfSingleItem(output[_cMDES][_i]));
45326
+ }
45327
+ if (output[_nTe] != null) {
45328
+ contents[_NT] = smithyClient.expectString(output[_nTe]);
45329
+ }
45330
+ return contents;
45331
+ };
44630
45332
  const de_DescribeCapacityReservationBillingRequestsResult = (output, context) => {
44631
45333
  const contents = {};
44632
45334
  if (output[_nTe] != null) {
@@ -44805,8 +45507,8 @@ const de_DescribeDeclarativePoliciesReportsResult = (output, context) => {
44805
45507
  if (String(output.reportSet).trim() === "") {
44806
45508
  contents[_Rep] = [];
44807
45509
  }
44808
- else if (output[_rSe] != null && output[_rSe][_i] != null) {
44809
- contents[_Rep] = de_DeclarativePoliciesReportList(smithyClient.getArrayIfSingleItem(output[_rSe][_i]));
45510
+ else if (output[_rSep] != null && output[_rSep][_i] != null) {
45511
+ contents[_Rep] = de_DeclarativePoliciesReportList(smithyClient.getArrayIfSingleItem(output[_rSep][_i]));
44810
45512
  }
44811
45513
  return contents;
44812
45514
  };
@@ -45885,8 +46587,8 @@ const de_DescribeRegionsResult = (output, context) => {
45885
46587
  if (String(output.regionInfo).trim() === "") {
45886
46588
  contents[_Reg] = [];
45887
46589
  }
45888
- else if (output[_rIe] != null && output[_rIe][_i] != null) {
45889
- contents[_Reg] = de_RegionList(smithyClient.getArrayIfSingleItem(output[_rIe][_i]));
46590
+ else if (output[_rIeg] != null && output[_rIeg][_i] != null) {
46591
+ contents[_Reg] = de_RegionList(smithyClient.getArrayIfSingleItem(output[_rIeg][_i]));
45890
46592
  }
45891
46593
  return contents;
45892
46594
  };
@@ -45942,10 +46644,10 @@ const de_DescribeReservedInstancesOfferingsResult = (output, context) => {
45942
46644
  const de_DescribeReservedInstancesResult = (output, context) => {
45943
46645
  const contents = {};
45944
46646
  if (String(output.reservedInstancesSet).trim() === "") {
45945
- contents[_RIese] = [];
46647
+ contents[_RIeser] = [];
45946
46648
  }
45947
46649
  else if (output[_rIS] != null && output[_rIS][_i] != null) {
45948
- contents[_RIese] = de_ReservedInstancesList(smithyClient.getArrayIfSingleItem(output[_rIS][_i]));
46650
+ contents[_RIeser] = de_ReservedInstancesList(smithyClient.getArrayIfSingleItem(output[_rIS][_i]));
45949
46651
  }
45950
46652
  return contents;
45951
46653
  };
@@ -46918,6 +47620,16 @@ const de_DisableAwsNetworkPerformanceMetricSubscriptionResult = (output, context
46918
47620
  }
46919
47621
  return contents;
46920
47622
  };
47623
+ const de_DisableCapacityManagerResult = (output, context) => {
47624
+ const contents = {};
47625
+ if (output[_cMS] != null) {
47626
+ contents[_CMS] = smithyClient.expectString(output[_cMS]);
47627
+ }
47628
+ if (output[_oAr] != null) {
47629
+ contents[_OAr] = smithyClient.parseBoolean(output[_oAr]);
47630
+ }
47631
+ return contents;
47632
+ };
46921
47633
  const de_DisableEbsEncryptionByDefaultResult = (output, context) => {
46922
47634
  const contents = {};
46923
47635
  if (output[_eEBD] != null) {
@@ -47352,7 +48064,7 @@ const de_EbsBlockDevice = (output, context) => {
47352
48064
  contents[_DOT] = smithyClient.parseBoolean(output[_dOT]);
47353
48065
  }
47354
48066
  if (output[_io] != null) {
47355
- contents[_Io] = smithyClient.strictParseInt32(output[_io]);
48067
+ contents[_I] = smithyClient.strictParseInt32(output[_io]);
47356
48068
  }
47357
48069
  if (output[_sIn] != null) {
47358
48070
  contents[_SIn] = smithyClient.expectString(output[_sIn]);
@@ -47395,7 +48107,7 @@ const de_EbsBlockDeviceResponse = (output, context) => {
47395
48107
  contents[_DOT] = smithyClient.parseBoolean(output[_dOT]);
47396
48108
  }
47397
48109
  if (output[_io] != null) {
47398
- contents[_Io] = smithyClient.strictParseInt32(output[_io]);
48110
+ contents[_I] = smithyClient.strictParseInt32(output[_io]);
47399
48111
  }
47400
48112
  if (output[_th] != null) {
47401
48113
  contents[_Th] = smithyClient.strictParseInt32(output[_th]);
@@ -47736,6 +48448,16 @@ const de_EnableAwsNetworkPerformanceMetricSubscriptionResult = (output, context)
47736
48448
  }
47737
48449
  return contents;
47738
48450
  };
48451
+ const de_EnableCapacityManagerResult = (output, context) => {
48452
+ const contents = {};
48453
+ if (output[_cMS] != null) {
48454
+ contents[_CMS] = smithyClient.expectString(output[_cMS]);
48455
+ }
48456
+ if (output[_oAr] != null) {
48457
+ contents[_OAr] = smithyClient.parseBoolean(output[_oAr]);
48458
+ }
48459
+ return contents;
48460
+ };
47739
48461
  const de_EnableEbsEncryptionByDefaultResult = (output, context) => {
47740
48462
  const contents = {};
47741
48463
  if (output[_eEBD] != null) {
@@ -48062,7 +48784,7 @@ const de_Explanation = (output, context) => {
48062
48784
  contents[_Ci] = de_ValueStringList(smithyClient.getArrayIfSingleItem(output[_cS][_i]));
48063
48785
  }
48064
48786
  if (output[_c] != null) {
48065
- contents[_Com] = de_AnalysisComponent(output[_c]);
48787
+ contents[_Comp] = de_AnalysisComponent(output[_c]);
48066
48788
  }
48067
48789
  if (output[_cGu] != null) {
48068
48790
  contents[_CGu] = de_AnalysisComponent(output[_cGu]);
@@ -48074,7 +48796,7 @@ const de_Explanation = (output, context) => {
48074
48796
  contents[_DVest] = de_AnalysisComponent(output[_dV]);
48075
48797
  }
48076
48798
  if (output[_di] != null) {
48077
- contents[_Di] = smithyClient.expectString(output[_di]);
48799
+ contents[_Dir] = smithyClient.expectString(output[_di]);
48078
48800
  }
48079
48801
  if (output[_eCx] != null) {
48080
48802
  contents[_ECx] = smithyClient.expectString(output[_eCx]);
@@ -48518,7 +49240,7 @@ const de_FirewallStatefulRule = (output, context) => {
48518
49240
  contents[_RAu] = smithyClient.expectString(output[_rA]);
48519
49241
  }
48520
49242
  if (output[_di] != null) {
48521
- contents[_Di] = smithyClient.expectString(output[_di]);
49243
+ contents[_Dir] = smithyClient.expectString(output[_di]);
48522
49244
  }
48523
49245
  return contents;
48524
49246
  };
@@ -48774,8 +49496,8 @@ const de_FleetSet = (output, context) => {
48774
49496
  };
48775
49497
  const de_FleetSpotCapacityRebalance = (output, context) => {
48776
49498
  const contents = {};
48777
- if (output[_rSep] != null) {
48778
- contents[_RS] = smithyClient.expectString(output[_rSep]);
49499
+ if (output[_rSepl] != null) {
49500
+ contents[_RS] = smithyClient.expectString(output[_rSepl]);
48779
49501
  }
48780
49502
  if (output[_tD] != null) {
48781
49503
  contents[_TDe] = smithyClient.strictParseInt32(output[_tD]);
@@ -48821,8 +49543,8 @@ const de_FlowLog = (output, context) => {
48821
49543
  if (output[_tT] != null) {
48822
49544
  contents[_TT] = smithyClient.expectString(output[_tT]);
48823
49545
  }
48824
- if (output[_lDT] != null) {
48825
- contents[_LDT] = smithyClient.expectString(output[_lDT]);
49546
+ if (output[_lDTo] != null) {
49547
+ contents[_LDT] = smithyClient.expectString(output[_lDTo]);
48826
49548
  }
48827
49549
  if (output[_lD] != null) {
48828
49550
  contents[_LD] = smithyClient.expectString(output[_lD]);
@@ -49056,6 +49778,57 @@ const de_GetAwsNetworkPerformanceDataResult = (output, context) => {
49056
49778
  }
49057
49779
  return contents;
49058
49780
  };
49781
+ const de_GetCapacityManagerAttributesResult = (output, context) => {
49782
+ const contents = {};
49783
+ if (output[_cMS] != null) {
49784
+ contents[_CMS] = smithyClient.expectString(output[_cMS]);
49785
+ }
49786
+ if (output[_oAr] != null) {
49787
+ contents[_OAr] = smithyClient.parseBoolean(output[_oAr]);
49788
+ }
49789
+ if (output[_dEC] != null) {
49790
+ contents[_DEC] = smithyClient.strictParseInt32(output[_dEC]);
49791
+ }
49792
+ if (output[_iSng] != null) {
49793
+ contents[_ISng] = smithyClient.expectString(output[_iSng]);
49794
+ }
49795
+ if (output[_iSM] != null) {
49796
+ contents[_ISM] = smithyClient.expectString(output[_iSM]);
49797
+ }
49798
+ if (output[_eDTa] != null) {
49799
+ contents[_EDTa] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_eDTa]));
49800
+ }
49801
+ if (output[_lDTa] != null) {
49802
+ contents[_LDTat] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_lDTa]));
49803
+ }
49804
+ return contents;
49805
+ };
49806
+ const de_GetCapacityManagerMetricDataResult = (output, context) => {
49807
+ const contents = {};
49808
+ if (String(output.metricDataResultSet).trim() === "") {
49809
+ contents[_MDR] = [];
49810
+ }
49811
+ else if (output[_mDRS] != null && output[_mDRS][_i] != null) {
49812
+ contents[_MDR] = de_MetricDataResultSet(smithyClient.getArrayIfSingleItem(output[_mDRS][_i]));
49813
+ }
49814
+ if (output[_nTe] != null) {
49815
+ contents[_NT] = smithyClient.expectString(output[_nTe]);
49816
+ }
49817
+ return contents;
49818
+ };
49819
+ const de_GetCapacityManagerMetricDimensionsResult = (output, context) => {
49820
+ const contents = {};
49821
+ if (String(output.metricDimensionResultSet).trim() === "") {
49822
+ contents[_MDRe] = [];
49823
+ }
49824
+ else if (output[_mDRSe] != null && output[_mDRSe][_i] != null) {
49825
+ contents[_MDRe] = de_MetricDimensionResultSet(smithyClient.getArrayIfSingleItem(output[_mDRSe][_i]));
49826
+ }
49827
+ if (output[_nTe] != null) {
49828
+ contents[_NT] = smithyClient.expectString(output[_nTe]);
49829
+ }
49830
+ return contents;
49831
+ };
49059
49832
  const de_GetCapacityReservationUsageResult = (output, context) => {
49060
49833
  const contents = {};
49061
49834
  if (output[_nTe] != null) {
@@ -49128,8 +49901,8 @@ const de_GetConsoleScreenshotResult = (output, context) => {
49128
49901
  };
49129
49902
  const de_GetDeclarativePoliciesReportSummaryResult = (output, context) => {
49130
49903
  const contents = {};
49131
- if (output[_rI] != null) {
49132
- contents[_RIep] = smithyClient.expectString(output[_rI]);
49904
+ if (output[_rIe] != null) {
49905
+ contents[_RIep] = smithyClient.expectString(output[_rIe]);
49133
49906
  }
49134
49907
  if (output[_sB] != null) {
49135
49908
  contents[_SB] = smithyClient.expectString(output[_sB]);
@@ -50481,8 +51254,8 @@ const de_ImageUsageReport = (output, context) => {
50481
51254
  if (output[_iIma] != null) {
50482
51255
  contents[_IIma] = smithyClient.expectString(output[_iIma]);
50483
51256
  }
50484
- if (output[_rI] != null) {
50485
- contents[_RIep] = smithyClient.expectString(output[_rI]);
51257
+ if (output[_rIe] != null) {
51258
+ contents[_RIep] = smithyClient.expectString(output[_rIe]);
50486
51259
  }
50487
51260
  if (String(output.resourceTypeSet).trim() === "") {
50488
51261
  contents[_RTe] = [];
@@ -50521,8 +51294,8 @@ const de_ImageUsageReportEntry = (output, context) => {
50521
51294
  if (output[_rTe] != null) {
50522
51295
  contents[_RT] = smithyClient.expectString(output[_rTe]);
50523
51296
  }
50524
- if (output[_rI] != null) {
50525
- contents[_RIep] = smithyClient.expectString(output[_rI]);
51297
+ if (output[_rIe] != null) {
51298
+ contents[_RIep] = smithyClient.expectString(output[_rIe]);
50526
51299
  }
50527
51300
  if (output[_uCs] != null) {
50528
51301
  contents[_UCs] = smithyClient.strictParseLong(output[_uCs]);
@@ -50533,8 +51306,8 @@ const de_ImageUsageReportEntry = (output, context) => {
50533
51306
  if (output[_iIma] != null) {
50534
51307
  contents[_IIma] = smithyClient.expectString(output[_iIma]);
50535
51308
  }
50536
- if (output[_rCT] != null) {
50537
- contents[_RCT] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rCT]));
51309
+ if (output[_rCTe] != null) {
51310
+ contents[_RCTe] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rCTe]));
50538
51311
  }
50539
51312
  return contents;
50540
51313
  };
@@ -51926,8 +52699,8 @@ const de_InstanceRequirements = (output, context) => {
51926
52699
  if (String(output.cpuManufacturerSet).trim() === "") {
51927
52700
  contents[_CM] = [];
51928
52701
  }
51929
- else if (output[_cMS] != null && output[_cMS][_i] != null) {
51930
- contents[_CM] = de_CpuManufacturerSet(smithyClient.getArrayIfSingleItem(output[_cMS][_i]));
52702
+ else if (output[_cMSp] != null && output[_cMSp][_i] != null) {
52703
+ contents[_CM] = de_CpuManufacturerSet(smithyClient.getArrayIfSingleItem(output[_cMSp][_i]));
51931
52704
  }
51932
52705
  if (output[_mGBPVC] != null) {
51933
52706
  contents[_MGBPVC] = de_MemoryGiBPerVCpu(output[_mGBPVC]);
@@ -53563,8 +54336,8 @@ const de_LastError = (output, context) => {
53563
54336
  };
53564
54337
  const de_LaunchPermission = (output, context) => {
53565
54338
  const contents = {};
53566
- if (output[_oAr] != null) {
53567
- contents[_OAr] = smithyClient.expectString(output[_oAr]);
54339
+ if (output[_oArg] != null) {
54340
+ contents[_OArg] = smithyClient.expectString(output[_oArg]);
53568
54341
  }
53569
54342
  if (output[_oUA] != null) {
53570
54343
  contents[_OUA] = smithyClient.expectString(output[_oUA]);
@@ -53765,7 +54538,7 @@ const de_LaunchTemplateEbsBlockDevice = (output, context) => {
53765
54538
  contents[_DOT] = smithyClient.parseBoolean(output[_dOT]);
53766
54539
  }
53767
54540
  if (output[_io] != null) {
53768
- contents[_Io] = smithyClient.strictParseInt32(output[_io]);
54541
+ contents[_I] = smithyClient.strictParseInt32(output[_io]);
53769
54542
  }
53770
54543
  if (output[_kKI] != null) {
53771
54544
  contents[_KKI] = smithyClient.expectString(output[_kKI]);
@@ -54831,6 +55604,36 @@ const de_MemoryMiB = (output, context) => {
54831
55604
  }
54832
55605
  return contents;
54833
55606
  };
55607
+ const de_MetricDataResult = (output, context) => {
55608
+ const contents = {};
55609
+ if (output[_dim] != null) {
55610
+ contents[_Di] = de_CapacityManagerDimension(output[_dim]);
55611
+ }
55612
+ if (output[_ti] != null) {
55613
+ contents[_Tim] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_ti]));
55614
+ }
55615
+ if (String(output.metricValueSet).trim() === "") {
55616
+ contents[_MVe] = [];
55617
+ }
55618
+ else if (output[_mVS] != null && output[_mVS][_i] != null) {
55619
+ contents[_MVe] = de_MetricValueSet(smithyClient.getArrayIfSingleItem(output[_mVS][_i]));
55620
+ }
55621
+ return contents;
55622
+ };
55623
+ const de_MetricDataResultSet = (output, context) => {
55624
+ return (output || [])
55625
+ .filter((e) => e != null)
55626
+ .map((entry) => {
55627
+ return de_MetricDataResult(entry);
55628
+ });
55629
+ };
55630
+ const de_MetricDimensionResultSet = (output, context) => {
55631
+ return (output || [])
55632
+ .filter((e) => e != null)
55633
+ .map((entry) => {
55634
+ return de_CapacityManagerDimension(entry);
55635
+ });
55636
+ };
54834
55637
  const de_MetricPoint = (output, context) => {
54835
55638
  const contents = {};
54836
55639
  if (output[_sD] != null) {
@@ -54854,6 +55657,23 @@ const de_MetricPoints = (output, context) => {
54854
55657
  return de_MetricPoint(entry);
54855
55658
  });
54856
55659
  };
55660
+ const de_MetricValue = (output, context) => {
55661
+ const contents = {};
55662
+ if (output[_met] != null) {
55663
+ contents[_Met] = smithyClient.expectString(output[_met]);
55664
+ }
55665
+ if (output[_v] != null) {
55666
+ contents[_Va] = smithyClient.strictParseFloat(output[_v]);
55667
+ }
55668
+ return contents;
55669
+ };
55670
+ const de_MetricValueSet = (output, context) => {
55671
+ return (output || [])
55672
+ .filter((e) => e != null)
55673
+ .map((entry) => {
55674
+ return de_MetricValue(entry);
55675
+ });
55676
+ };
54857
55677
  const de_ModifyAddressAttributeResult = (output, context) => {
54858
55678
  const contents = {};
54859
55679
  if (output[_ad] != null) {
@@ -55513,7 +56333,7 @@ const de_NativeApplicationOidcOptions = (output, context) => {
55513
56333
  contents[_PSKE] = smithyClient.expectString(output[_pSKE]);
55514
56334
  }
55515
56335
  if (output[_is] != null) {
55516
- contents[_I] = smithyClient.expectString(output[_is]);
56336
+ contents[_Is] = smithyClient.expectString(output[_is]);
55517
56337
  }
55518
56338
  if (output[_aE] != null) {
55519
56339
  contents[_AE] = smithyClient.expectString(output[_aE]);
@@ -55527,8 +56347,8 @@ const de_NativeApplicationOidcOptions = (output, context) => {
55527
56347
  if (output[_cIli] != null) {
55528
56348
  contents[_CIl] = smithyClient.expectString(output[_cIli]);
55529
56349
  }
55530
- if (output[_sc] != null) {
55531
- contents[_Sc] = smithyClient.expectString(output[_sc]);
56350
+ if (output[_sco] != null) {
56351
+ contents[_Sco] = smithyClient.expectString(output[_sco]);
55532
56352
  }
55533
56353
  return contents;
55534
56354
  };
@@ -56338,7 +57158,7 @@ const de_OccurrenceDaySet = (output, context) => {
56338
57158
  const de_OidcOptions = (output, context) => {
56339
57159
  const contents = {};
56340
57160
  if (output[_is] != null) {
56341
- contents[_I] = smithyClient.expectString(output[_is]);
57161
+ contents[_Is] = smithyClient.expectString(output[_is]);
56342
57162
  }
56343
57163
  if (output[_aE] != null) {
56344
57164
  contents[_AE] = smithyClient.expectString(output[_aE]);
@@ -56355,8 +57175,8 @@ const de_OidcOptions = (output, context) => {
56355
57175
  if (output[_cSl] != null) {
56356
57176
  contents[_CSl] = smithyClient.expectString(output[_cSl]);
56357
57177
  }
56358
- if (output[_sc] != null) {
56359
- contents[_Sc] = smithyClient.expectString(output[_sc]);
57178
+ if (output[_sco] != null) {
57179
+ contents[_Sco] = smithyClient.expectString(output[_sco]);
56360
57180
  }
56361
57181
  return contents;
56362
57182
  };
@@ -56491,7 +57311,7 @@ const de_PathComponent = (output, context) => {
56491
57311
  contents[_ATtta] = de_AnalysisComponent(output[_aTtt]);
56492
57312
  }
56493
57313
  if (output[_c] != null) {
56494
- contents[_Com] = de_AnalysisComponent(output[_c]);
57314
+ contents[_Comp] = de_AnalysisComponent(output[_c]);
56495
57315
  }
56496
57316
  if (output[_dV] != null) {
56497
57317
  contents[_DVest] = de_AnalysisComponent(output[_dV]);
@@ -56593,8 +57413,8 @@ const de_PciId = (output, context) => {
56593
57413
  if (output[_SIubs] != null) {
56594
57414
  contents[_SIubs] = smithyClient.expectString(output[_SIubs]);
56595
57415
  }
56596
- if (output[_SVI] != null) {
56597
- contents[_SVI] = smithyClient.expectString(output[_SVI]);
57416
+ if (output[_SVIu] != null) {
57417
+ contents[_SVIu] = smithyClient.expectString(output[_SVIu]);
56598
57418
  }
56599
57419
  return contents;
56600
57420
  };
@@ -57667,8 +58487,8 @@ const de_RequestSpotInstancesResult = (output, context) => {
57667
58487
  };
57668
58488
  const de_Reservation = (output, context) => {
57669
58489
  const contents = {};
57670
- if (output[_rIese] != null) {
57671
- contents[_RIeser] = smithyClient.expectString(output[_rIese]);
58490
+ if (output[_rI] != null) {
58491
+ contents[_RIese] = smithyClient.expectString(output[_rI]);
57672
58492
  }
57673
58493
  if (output[_oI] != null) {
57674
58494
  contents[_OIwn] = smithyClient.expectString(output[_oI]);
@@ -57747,8 +58567,8 @@ const de_ReservedInstances = (output, context) => {
57747
58567
  else if (output[_rCec] != null && output[_rCec][_i] != null) {
57748
58568
  contents[_RCec] = de_RecurringChargesList(smithyClient.getArrayIfSingleItem(output[_rCec][_i]));
57749
58569
  }
57750
- if (output[_sc] != null) {
57751
- contents[_Sc] = smithyClient.expectString(output[_sc]);
58570
+ if (output[_sco] != null) {
58571
+ contents[_Sco] = smithyClient.expectString(output[_sco]);
57752
58572
  }
57753
58573
  if (String(output.tagSet).trim() === "") {
57754
58574
  contents[_Ta] = [];
@@ -57808,8 +58628,8 @@ const de_ReservedInstancesConfiguration = (output, context) => {
57808
58628
  if (output[_pl] != null) {
57809
58629
  contents[_Pla] = smithyClient.expectString(output[_pl]);
57810
58630
  }
57811
- if (output[_sc] != null) {
57812
- contents[_Sc] = smithyClient.expectString(output[_sc]);
58631
+ if (output[_sco] != null) {
58632
+ contents[_Sco] = smithyClient.expectString(output[_sco]);
57813
58633
  }
57814
58634
  if (output[_aZI] != null) {
57815
58635
  contents[_AZI] = smithyClient.expectString(output[_aZI]);
@@ -57970,8 +58790,8 @@ const de_ReservedInstancesOffering = (output, context) => {
57970
58790
  else if (output[_rCec] != null && output[_rCec][_i] != null) {
57971
58791
  contents[_RCec] = de_RecurringChargesList(smithyClient.getArrayIfSingleItem(output[_rCec][_i]));
57972
58792
  }
57973
- if (output[_sc] != null) {
57974
- contents[_Sc] = smithyClient.expectString(output[_sc]);
58793
+ if (output[_sco] != null) {
58794
+ contents[_Sco] = smithyClient.expectString(output[_sco]);
57975
58795
  }
57976
58796
  if (output[_aZI] != null) {
57977
58797
  contents[_AZI] = smithyClient.expectString(output[_aZI]);
@@ -58267,8 +59087,8 @@ const de_RestoreSnapshotTierResult = (output, context) => {
58267
59087
  if (output[_sIn] != null) {
58268
59088
  contents[_SIn] = smithyClient.expectString(output[_sIn]);
58269
59089
  }
58270
- if (output[_rST] != null) {
58271
- contents[_RSTe] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rST]));
59090
+ if (output[_rSTe] != null) {
59091
+ contents[_RSTes] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rSTe]));
58272
59092
  }
58273
59093
  if (output[_rD] != null) {
58274
59094
  contents[_RD] = smithyClient.strictParseInt32(output[_rD]);
@@ -59526,8 +60346,8 @@ const de_Snapshot = (output, context) => {
59526
60346
  if (output[_sTt] != null) {
59527
60347
  contents[_STto] = smithyClient.expectString(output[_sTt]);
59528
60348
  }
59529
- if (output[_rET] != null) {
59530
- contents[_RET] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rET]));
60349
+ if (output[_rETe] != null) {
60350
+ contents[_RETe] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rETe]));
59531
60351
  }
59532
60352
  if (output[_sTs] != null) {
59533
60353
  contents[_STs] = smithyClient.expectString(output[_sTs]);
@@ -59787,8 +60607,8 @@ const de_SnapshotTierStatus = (output, context) => {
59787
60607
  if (output[_aCT] != null) {
59788
60608
  contents[_ACT] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_aCT]));
59789
60609
  }
59790
- if (output[_rET] != null) {
59791
- contents[_RET] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rET]));
60610
+ if (output[_rETe] != null) {
60611
+ contents[_RETe] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rETe]));
59792
60612
  }
59793
60613
  return contents;
59794
60614
  };
@@ -59801,8 +60621,8 @@ const de_snapshotTierStatusSet = (output, context) => {
59801
60621
  };
59802
60622
  const de_SpotCapacityRebalance = (output, context) => {
59803
60623
  const contents = {};
59804
- if (output[_rSep] != null) {
59805
- contents[_RS] = smithyClient.expectString(output[_rSep]);
60624
+ if (output[_rSepl] != null) {
60625
+ contents[_RS] = smithyClient.expectString(output[_rSepl]);
59806
60626
  }
59807
60627
  if (output[_tD] != null) {
59808
60628
  contents[_TDe] = smithyClient.strictParseInt32(output[_tD]);
@@ -60204,8 +61024,8 @@ const de_SpotPlacementScore = (output, context) => {
60204
61024
  if (output[_aZI] != null) {
60205
61025
  contents[_AZI] = smithyClient.expectString(output[_aZI]);
60206
61026
  }
60207
- if (output[_sco] != null) {
60208
- contents[_Sco] = smithyClient.strictParseInt32(output[_sco]);
61027
+ if (output[_scor] != null) {
61028
+ contents[_Scor] = smithyClient.strictParseInt32(output[_scor]);
60209
61029
  }
60210
61030
  return contents;
60211
61031
  };
@@ -60320,8 +61140,8 @@ const de_StaleSecurityGroupSet = (output, context) => {
60320
61140
  };
60321
61141
  const de_StartDeclarativePoliciesReportResult = (output, context) => {
60322
61142
  const contents = {};
60323
- if (output[_rI] != null) {
60324
- contents[_RIep] = smithyClient.expectString(output[_rI]);
61143
+ if (output[_rIe] != null) {
61144
+ contents[_RIep] = smithyClient.expectString(output[_rIe]);
60325
61145
  }
60326
61146
  return contents;
60327
61147
  };
@@ -62367,6 +63187,16 @@ const de_UnsuccessfulItemSet = (output, context) => {
62367
63187
  return de_UnsuccessfulItem(entry);
62368
63188
  });
62369
63189
  };
63190
+ const de_UpdateCapacityManagerOrganizationsAccessResult = (output, context) => {
63191
+ const contents = {};
63192
+ if (output[_cMS] != null) {
63193
+ contents[_CMS] = smithyClient.expectString(output[_cMS]);
63194
+ }
63195
+ if (output[_oAr] != null) {
63196
+ contents[_OAr] = smithyClient.parseBoolean(output[_oAr]);
63197
+ }
63198
+ return contents;
63199
+ };
62370
63200
  const de_UpdateSecurityGroupRuleDescriptionsEgressResult = (output, context) => {
62371
63201
  const contents = {};
62372
63202
  if (output[_r] != null) {
@@ -62892,7 +63722,7 @@ const de_VerifiedAccessInstanceUserTrustProviderClientConfiguration = (output, c
62892
63722
  contents[_Scop] = smithyClient.expectString(output[_scop]);
62893
63723
  }
62894
63724
  if (output[_is] != null) {
62895
- contents[_I] = smithyClient.expectString(output[_is]);
63725
+ contents[_Is] = smithyClient.expectString(output[_is]);
62896
63726
  }
62897
63727
  if (output[_aE] != null) {
62898
63728
  contents[_AE] = smithyClient.expectString(output[_aE]);
@@ -63124,8 +63954,11 @@ const de_Volume = (output, context) => {
63124
63954
  if (output[_oA] != null) {
63125
63955
  contents[_OA] = smithyClient.expectString(output[_oA]);
63126
63956
  }
63957
+ if (output[_sVI] != null) {
63958
+ contents[_SVI] = smithyClient.expectString(output[_sVI]);
63959
+ }
63127
63960
  if (output[_io] != null) {
63128
- contents[_Io] = smithyClient.strictParseInt32(output[_io]);
63961
+ contents[_I] = smithyClient.strictParseInt32(output[_io]);
63129
63962
  }
63130
63963
  if (String(output.tagSet).trim() === "") {
63131
63964
  contents[_Ta] = [];
@@ -63507,8 +64340,8 @@ const de_VpcBlockPublicAccessExclusion = (output, context) => {
63507
64340
  if (output[_iGEM] != null) {
63508
64341
  contents[_IGEM] = smithyClient.expectString(output[_iGEM]);
63509
64342
  }
63510
- if (output[_rAe] != null) {
63511
- contents[_RAes] = smithyClient.expectString(output[_rAe]);
64343
+ if (output[_rAes] != null) {
64344
+ contents[_RAeso] = smithyClient.expectString(output[_rAes]);
63512
64345
  }
63513
64346
  if (output[_st] != null) {
63514
64347
  contents[_Stat] = smithyClient.expectString(output[_st]);
@@ -64552,6 +65385,7 @@ const _CCB = "ClientCidrBlock";
64552
65385
  const _CCC = "CreateCoipCidr";
64553
65386
  const _CCG = "CreateCarrierGateway";
64554
65387
  const _CCGr = "CreateCustomerGateway";
65388
+ const _CCMDE = "CreateCapacityManagerDataExport";
64555
65389
  const _CCO = "ClientConnectOptions";
64556
65390
  const _CCP = "CreateCoipPool";
64557
65391
  const _CCR = "CancelCapacityReservation";
@@ -64655,8 +65489,12 @@ const _CLS = "CloudwatchLogStream";
64655
65489
  const _CLT = "CreateLaunchTemplate";
64656
65490
  const _CLTV = "CreateLaunchTemplateVersion";
64657
65491
  const _CM = "CpuManufacturers";
65492
+ const _CMDE = "CapacityManagerDataExports";
65493
+ const _CMDEI = "CapacityManagerDataExportId";
65494
+ const _CMDEIa = "CapacityManagerDataExportIds";
64658
65495
  const _CMKE = "CustomerManagedKeyEnabled";
64659
65496
  const _CMPL = "CreateManagedPrefixList";
65497
+ const _CMS = "CapacityManagerStatus";
64660
65498
  const _CMSIPMT = "CreateMacSystemIntegrityProtectionModificationTask";
64661
65499
  const _CN = "CommonName";
64662
65500
  const _CNA = "CreateNetworkAcl";
@@ -64774,7 +65612,7 @@ const _CTonv = "ConversionTask";
64774
65612
  const _CTr = "CreateTime";
64775
65613
  const _CTre = "CreationTime";
64776
65614
  const _CTrea = "CreationTimestamp";
64777
- const _CV = "CreateVolume";
65615
+ const _CV = "CopyVolumes";
64778
65616
  const _CVAE = "CreateVerifiedAccessEndpoint";
64779
65617
  const _CVAG = "CreateVerifiedAccessGroup";
64780
65618
  const _CVAI = "CreateVerifiedAccessInstance";
@@ -64793,7 +65631,8 @@ const _CVP = "CreateVolumePermission";
64793
65631
  const _CVPC = "CreateVpcPeeringConnection";
64794
65632
  const _CVPr = "CreateVolumePermissions";
64795
65633
  const _CVTN = "ClientVpnTargetNetworks";
64796
- const _CVr = "CreateVpc";
65634
+ const _CVr = "CreateVolume";
65635
+ const _CVre = "CreateVpc";
64797
65636
  const _CVu = "CurrentVersion";
64798
65637
  const _CWL = "CloudWatchLogs";
64799
65638
  const _CWLO = "CloudWatchLogOptions";
@@ -64803,7 +65642,8 @@ const _Ch = "Checksum";
64803
65642
  const _Ci = "Cidrs";
64804
65643
  const _Co = "Comment";
64805
65644
  const _Cod = "Code";
64806
- const _Com = "Component";
65645
+ const _Com = "Comparison";
65646
+ const _Comp = "Component";
64807
65647
  const _Con = "Context";
64808
65648
  const _Conf = "Configured";
64809
65649
  const _Confi = "Config";
@@ -64855,6 +65695,9 @@ const _DCGes = "DescribeCarrierGateways";
64855
65695
  const _DCGesc = "DescribeCustomerGateways";
64856
65696
  const _DCLI = "DescribeClassicLinkInstances";
64857
65697
  const _DCLV = "DetachClassicLinkVpc";
65698
+ const _DCM = "DisableCapacityManager";
65699
+ const _DCMDE = "DeleteCapacityManagerDataExport";
65700
+ const _DCMDEe = "DescribeCapacityManagerDataExports";
64858
65701
  const _DCP = "DeleteCoipPool";
64859
65702
  const _DCPe = "DescribeCoipPools";
64860
65703
  const _DCR = "DescribeCapacityReservations";
@@ -64875,12 +65718,14 @@ const _DCVTNi = "DisassociateClientVpnTargetNetwork";
64875
65718
  const _DCe = "DestinationCidr";
64876
65719
  const _DCef = "DefaultCores";
64877
65720
  const _DCh = "DhcpConfigurations";
64878
- const _DCi = "DiskContainers";
64879
- const _DCis = "DiskContainer";
65721
+ const _DCi = "DimensionCondition";
65722
+ const _DCis = "DiskContainers";
65723
+ const _DCisk = "DiskContainer";
64880
65724
  const _DDO = "DeleteDhcpOptions";
64881
65725
  const _DDOe = "DescribeDhcpOptions";
64882
65726
  const _DDPR = "DescribeDeclarativePoliciesReports";
64883
65727
  const _DE = "DnsEntries";
65728
+ const _DEC = "DataExportCount";
64884
65729
  const _DECIR = "DisassociateEnclaveCertificateIamRole";
64885
65730
  const _DEEBD = "DisableEbsEncryptionByDefault";
64886
65731
  const _DEG = "DescribeElasticGpus";
@@ -65234,7 +66079,8 @@ const _Dea = "Deadline";
65234
66079
  const _Des = "Destinations";
65235
66080
  const _Det = "Details";
65236
66081
  const _Dev = "Device";
65237
- const _Di = "Direction";
66082
+ const _Di = "Dimension";
66083
+ const _Dir = "Direction";
65238
66084
  const _Dis = "Disks";
65239
66085
  const _Do = "Domain";
65240
66086
  const _Du = "Duration";
@@ -65249,6 +66095,7 @@ const _EAx = "ExclusionsAllowed";
65249
66095
  const _EB = "EgressBytes";
65250
66096
  const _EBV = "ExcludeBootVolume";
65251
66097
  const _EC = "ErrorCode";
66098
+ const _ECM = "EnableCapacityManager";
65252
66099
  const _ECTP = "ExcessCapacityTerminationPolicy";
65253
66100
  const _ECVCC = "ExportClientVpnClientConfiguration";
65254
66101
  const _ECVCCRL = "ExportClientVpnClientCertificateRevocationList";
@@ -65260,6 +66107,7 @@ const _EDP = "EndpointDomainPrefix";
65260
66107
  const _EDR = "EndDateRange";
65261
66108
  const _EDS = "EnableDnsSupport";
65262
66109
  const _EDT = "EndDateType";
66110
+ const _EDTa = "EarliestDatapointTimestamp";
65263
66111
  const _EDVI = "ExcludeDataVolumeIds";
65264
66112
  const _EDf = "EffectiveDate";
65265
66113
  const _EDn = "EnableDns64";
@@ -65389,6 +66237,7 @@ const _FA = "FederatedAuthentication";
65389
66237
  const _FAD = "FilterAtDestination";
65390
66238
  const _FAS = "FilterAtSource";
65391
66239
  const _FAi = "FirstAddress";
66240
+ const _FB = "FilterBy";
65392
66241
  const _FC = "FulfilledCapacity";
65393
66242
  const _FCR = "FleetCapacityReservations";
65394
66243
  const _FCa = "FailureCode";
@@ -65451,6 +66300,10 @@ const _GAIS = "GetAllowedImagesSettings";
65451
66300
  const _GANPD = "GetAwsNetworkPerformanceData";
65452
66301
  const _GAS = "GatewayAssociationState";
65453
66302
  const _GAVTS = "GetActiveVpnTunnelStatus";
66303
+ const _GB = "GroupBy";
66304
+ const _GCMA = "GetCapacityManagerAttributes";
66305
+ const _GCMMD = "GetCapacityManagerMetricData";
66306
+ const _GCMMDe = "GetCapacityManagerMetricDimensions";
65454
66307
  const _GCO = "GetConsoleOutput";
65455
66308
  const _GCPU = "GetCoipPoolUsage";
65456
66309
  const _GCRU = "GetCapacityReservationUsage";
@@ -65543,7 +66396,7 @@ const _HTo = "HostnameType";
65543
66396
  const _HZI = "HostedZoneId";
65544
66397
  const _Hi = "Hibernate";
65545
66398
  const _Ho = "Hosts";
65546
- const _I = "Issuer";
66399
+ const _I = "Iops";
65547
66400
  const _IA = "Ipv6Addresses";
65548
66401
  const _IAA = "Ipv6AddressAttribute";
65549
66402
  const _IAC = "Ipv6AddressCount";
@@ -65718,6 +66571,7 @@ const _ISI = "IpamScopeId";
65718
66571
  const _ISIn = "InstanceStorageInfo";
65719
66572
  const _ISIp = "IpamScopeIds";
65720
66573
  const _ISL = "InputStorageLocation";
66574
+ const _ISM = "IngestionStatusMessage";
65721
66575
  const _ISS = "InstanceStorageSupported";
65722
66576
  const _IST = "ImportSnapshotTasks";
65723
66577
  const _ISTp = "IpamScopeType";
@@ -65725,6 +66579,7 @@ const _ISg = "Igmpv2Support";
65725
66579
  const _ISm = "ImdsSupport";
65726
66580
  const _ISmp = "ImpairedSince";
65727
66581
  const _ISn = "InstanceSpecification";
66582
+ const _ISng = "IngestionStatus";
65728
66583
  const _ISns = "InstanceStatuses";
65729
66584
  const _ISnst = "InstanceState";
65730
66585
  const _ISnsta = "InstanceStatus";
@@ -65764,11 +66619,11 @@ const _Ima = "Images";
65764
66619
  const _In = "Instances";
65765
66620
  const _Ins = "Instance";
65766
66621
  const _Int = "Interval";
65767
- const _Io = "Iops";
65768
66622
  const _Ip = "Ipv4";
65769
66623
  const _Ipa = "Ipam";
65770
66624
  const _Ipam = "Ipams";
65771
66625
  const _Ipv = "Ipv6";
66626
+ const _Is = "Issuer";
65772
66627
  const _K = "Kernel";
65773
66628
  const _KDF = "KinesisDataFirehose";
65774
66629
  const _KF = "KeyFormat";
@@ -65810,8 +66665,13 @@ const _LCA = "LicenseConfigurationArn";
65810
66665
  const _LCO = "LockCreatedOn";
65811
66666
  const _LCo = "LoggingConfiguration";
65812
66667
  const _LD = "LogDestination";
66668
+ const _LDS = "LatestDeliveryStatus";
66669
+ const _LDSLU = "LatestDeliveryS3LocationUri";
66670
+ const _LDSM = "LatestDeliveryStatusMessage";
65813
66671
  const _LDST = "LockDurationStartTime";
65814
66672
  const _LDT = "LogDestinationType";
66673
+ const _LDTa = "LatestDeliveryTime";
66674
+ const _LDTat = "LatestDatapointTimestamp";
65815
66675
  const _LDo = "LockDuration";
65816
66676
  const _LE = "LogEnabled";
65817
66677
  const _LEO = "LockExpiresOn";
@@ -65932,6 +66792,8 @@ const _MDA = "MulticastDomainAssociations";
65932
66792
  const _MDCS = "ModifyDefaultCreditSpecification";
65933
66793
  const _MDDS = "MaxDrainDurationSeconds";
65934
66794
  const _MDK = "MetaDataKey";
66795
+ const _MDR = "MetricDataResults";
66796
+ const _MDRe = "MetricDimensionResults";
65935
66797
  const _MDSC = "MaximumDaysSinceCreated";
65936
66798
  const _MDSD = "MaximumDaysSinceDeprecated";
65937
66799
  const _MDV = "MetaDataValue";
@@ -65984,6 +66846,7 @@ const _MMT = "MacModificationTask";
65984
66846
  const _MMTI = "MacModificationTaskIds";
65985
66847
  const _MMTIa = "MacModificationTaskId";
65986
66848
  const _MMTa = "MacModificationTasks";
66849
+ const _MN = "MetricNames";
65987
66850
  const _MNC = "MaximumNetworkCards";
65988
66851
  const _MNI = "MaximumNetworkInterfaces";
65989
66852
  const _MNIA = "ModifyNetworkInterfaceAttribute";
@@ -66058,6 +66921,7 @@ const _MVT = "ModifyVpcTenancy";
66058
66921
  const _MVTC = "ModifyVpnTunnelCertificate";
66059
66922
  const _MVTO = "ModifyVpnTunnelOptions";
66060
66923
  const _MVa = "MaxVersion";
66924
+ const _MVe = "MetricValues";
66061
66925
  const _MVi = "MinVersion";
66062
66926
  const _Ma = "Max";
66063
66927
  const _Mai = "Main";
@@ -66155,8 +67019,9 @@ const _NTe = "NetworkType";
66155
67019
  const _Na = "Nameservers";
66156
67020
  const _O = "Operator";
66157
67021
  const _OA = "OutpostArn";
66158
- const _OAr = "OrganizationArn";
66159
- const _OArg = "OrganizationArns";
67022
+ const _OAr = "OrganizationsAccess";
67023
+ const _OArg = "OrganizationArn";
67024
+ const _OArga = "OrganizationArns";
66160
67025
  const _OAw = "OwnerAlias";
66161
67026
  const _OC = "OfferingClass";
66162
67027
  const _OD = "OccurrenceDays";
@@ -66168,6 +67033,7 @@ const _ODO = "OnDemandOptions";
66168
67033
  const _ODS = "OccurrenceDaySet";
66169
67034
  const _ODTC = "OnDemandTargetCapacity";
66170
67035
  const _OEP = "OrganizationsEntityPath";
67036
+ const _OF = "OutputFormat";
66171
67037
  const _OH = "OutboundHeader";
66172
67038
  const _OI = "OfferingId";
66173
67039
  const _OIA = "OutsideIpAddress";
@@ -66404,7 +67270,8 @@ const _RAP = "RemoveAllowedPrincipals";
66404
67270
  const _RART = "RemoveAllocationResourceTags";
66405
67271
  const _RATC = "RestoreAddressToClassic";
66406
67272
  const _RAe = "ResolveAlias";
66407
- const _RAes = "ResourceArn";
67273
+ const _RAes = "ReservationArn";
67274
+ const _RAeso = "ResourceArn";
66408
67275
  const _RAo = "RoleArn";
66409
67276
  const _RAu = "RuleAction";
66410
67277
  const _RB = "RequestedBy";
@@ -66416,7 +67283,8 @@ const _RCA = "ResourceConfigurationArn";
66416
67283
  const _RCGA = "ResourceConfigurationGroupArn";
66417
67284
  const _RCRBO = "RejectCapacityReservationBillingOwnership";
66418
67285
  const _RCS = "ResourceComplianceStatus";
66419
- const _RCT = "ReportCreationTime";
67286
+ const _RCT = "ReservationCreateTimestamp";
67287
+ const _RCTe = "ReportCreationTime";
66420
67288
  const _RCVI = "RevokeClientVpnIngress";
66421
67289
  const _RCe = "ReasonCodes";
66422
67290
  const _RCec = "RecurringCharges";
@@ -66433,7 +67301,9 @@ const _RDT = "RootDeviceType";
66433
67301
  const _RE = "RdsEndpoint";
66434
67302
  const _RED = "RemoveEndDate";
66435
67303
  const _REDKKI = "ResetEbsDefaultKmsKeyId";
66436
- const _RET = "RestoreExpiryTime";
67304
+ const _REDT = "ReservationEndDateType";
67305
+ const _RET = "ReservationEndTimestamp";
67306
+ const _RETe = "RestoreExpiryTime";
66437
67307
  const _REe = "RemoveEntries";
66438
67308
  const _REes = "ResponseError";
66439
67309
  const _REeso = "ResourceExclusions";
@@ -66464,6 +67334,7 @@ const _RIIese = "ReservedInstanceId";
66464
67334
  const _RIL = "ReservedInstancesListings";
66465
67335
  const _RILI = "ReservedInstancesListingId";
66466
67336
  const _RIM = "ReservedInstancesModifications";
67337
+ const _RIMC = "ReservationInstanceMatchCriteria";
66467
67338
  const _RIMI = "ReservedInstancesModificationIds";
66468
67339
  const _RIMIe = "ReservedInstancesModificationId";
66469
67340
  const _RINC = "RemoteIpv4NetworkCidr";
@@ -66483,8 +67354,8 @@ const _RIep = "ReportId";
66483
67354
  const _RIepo = "ReportIds";
66484
67355
  const _RIeq = "RequesterId";
66485
67356
  const _RIes = "ResourceIds";
66486
- const _RIese = "ReservedInstances";
66487
- const _RIeser = "ReservationId";
67357
+ const _RIese = "ReservationId";
67358
+ const _RIeser = "ReservedInstances";
66488
67359
  const _RIeso = "ResourceId";
66489
67360
  const _RIu = "RunInstances";
66490
67361
  const _RM = "ReasonMessage";
@@ -66554,9 +67425,11 @@ const _RSPou = "RouteServerPropagation";
66554
67425
  const _RSPout = "RouteServerPropagations";
66555
67426
  const _RSR = "RemoveSupportedRegions";
66556
67427
  const _RST = "RestoreSnapshotTier";
66557
- const _RSTe = "RestoreStartTime";
67428
+ const _RSTe = "ReservationStartTimestamp";
67429
+ const _RSTes = "RestoreStartTime";
66558
67430
  const _RSe = "ResourceStatement";
66559
67431
  const _RSeg = "RegionalSummaries";
67432
+ const _RSes = "ReservationState";
66560
67433
  const _RSo = "RouteServer";
66561
67434
  const _RSou = "RouteServers";
66562
67435
  const _RSout = "RouteStatus";
@@ -66583,6 +67456,7 @@ const _RTeso = "ResourceTag";
66583
67456
  const _RTesou = "ResourceTags";
66584
67457
  const _RTo = "RouteTable";
66585
67458
  const _RTou = "RouteTables";
67459
+ const _RUFO = "ReservationUnusedFinancialOwner";
66586
67460
  const _RUI = "ReplaceUnhealthyInstances";
66587
67461
  const _RUV = "RemainingUpfrontValue";
66588
67462
  const _RV = "ReturnValue";
@@ -66622,6 +67496,8 @@ const _SAub = "SubnetArn";
66622
67496
  const _SAup = "SupportedArchitectures";
66623
67497
  const _SB = "S3Bucket";
66624
67498
  const _SBM = "SupportedBootModes";
67499
+ const _SBN = "S3BucketName";
67500
+ const _SBP = "S3BucketPrefix";
66625
67501
  const _SC = "SubnetConfigurations";
66626
67502
  const _SCA = "ServerCertificateArn";
66627
67503
  const _SCAE = "SerialConsoleAccessEnabled";
@@ -66802,16 +67678,18 @@ const _STto = "StorageTier";
66802
67678
  const _SUC = "SupportedUsageClasses";
66803
67679
  const _SV = "SourceVersion";
66804
67680
  const _SVESPDV = "StartVpcEndpointServicePrivateDnsVerification";
66805
- const _SVI = "SubsystemVendorId";
67681
+ const _SVI = "SourceVolumeId";
67682
+ const _SVIu = "SubsystemVendorId";
66806
67683
  const _SVT = "SupportedVirtualizationTypes";
66807
67684
  const _SVh = "ShellVersion";
66808
67685
  const _SVo = "SourceVpc";
66809
67686
  const _SVu = "SupportedVersions";
66810
67687
  const _SWD = "StartWeekDay";
66811
67688
  const _S_ = "S3";
66812
- const _Sc = "Scope";
66813
- const _Sco = "Score";
67689
+ const _Sc = "Schedule";
67690
+ const _Sco = "Scope";
66814
67691
  const _Scop = "Scopes";
67692
+ const _Scor = "Score";
66815
67693
  const _Se = "Service";
66816
67694
  const _Set = "Settings";
66817
67695
  const _Si = "Signature";
@@ -66988,6 +67866,7 @@ const _To = "To";
66988
67866
  const _U = "Url";
66989
67867
  const _UB = "UserBucket";
66990
67868
  const _UC = "UltraserverCount";
67869
+ const _UCMOA = "UpdateCapacityManagerOrganizationsAccess";
66991
67870
  const _UCs = "UsageCount";
66992
67871
  const _UD = "UserData";
66993
67872
  const _UDLTV = "UnsuccessfullyDeletedLaunchTemplateVersions";
@@ -67407,8 +68286,11 @@ const _cLBO = "clientLoginBannerOptions";
67407
68286
  const _cLDS = "classicLinkDnsSupported";
67408
68287
  const _cLE = "classicLinkEnabled";
67409
68288
  const _cLO = "connectionLogOptions";
68289
+ const _cMDEI = "capacityManagerDataExportId";
68290
+ const _cMDES = "capacityManagerDataExportSet";
67410
68291
  const _cMKE = "customerManagedKeyEnabled";
67411
- const _cMS = "cpuManufacturerSet";
68292
+ const _cMS = "capacityManagerStatus";
68293
+ const _cMSp = "cpuManufacturerSet";
67412
68294
  const _cN = "commonName";
67413
68295
  const _cNA = "coreNetworkArn";
67414
68296
  const _cNAA = "coreNetworkAttachmentArn";
@@ -67508,6 +68390,7 @@ const _dCR = "destinationCapacityReservation";
67508
68390
  const _dCS = "dhcpConfigurationSet";
67509
68391
  const _dCe = "defaultCores";
67510
68392
  const _dE = "dnsEntry";
68393
+ const _dEC = "dataExportCount";
67511
68394
  const _dEKI = "dataEncryptionKeyId";
67512
68395
  const _dEQCPI = "defaultEnaQueueCountPerInterface";
67513
68396
  const _dES = "dnsEntrySet";
@@ -67590,6 +68473,7 @@ const _def = "default";
67590
68473
  const _det = "details";
67591
68474
  const _dev = "device";
67592
68475
  const _di = "direction";
68476
+ const _dim = "dimension";
67593
68477
  const _dis = "disks";
67594
68478
  const _do = "domain";
67595
68479
  const _du = "duration";
@@ -67607,6 +68491,7 @@ const _eD = "endDate";
67607
68491
  const _eDH = "enableDnsHostnames";
67608
68492
  const _eDS = "enableDnsSupport";
67609
68493
  const _eDT = "endDateType";
68494
+ const _eDTa = "earliestDatapointTimestamp";
67610
68495
  const _eDf = "effectiveDate";
67611
68496
  const _eDn = "enableDns64";
67612
68497
  const _eDnd = "endpointDomain";
@@ -67934,6 +68819,7 @@ const _iSA = "ipamScopeArn";
67934
68819
  const _iSD = "initializationStatusDetails";
67935
68820
  const _iSI = "instanceStorageInfo";
67936
68821
  const _iSIp = "ipamScopeId";
68822
+ const _iSM = "ingestionStatusMessage";
67937
68823
  const _iSS = "instanceStatusSet";
67938
68824
  const _iSSn = "instanceStorageSupported";
67939
68825
  const _iSSp = "ipamScopeSet";
@@ -67946,6 +68832,7 @@ const _iSmag = "imageSet";
67946
68832
  const _iSmd = "imdsSupport";
67947
68833
  const _iSmp = "impairedSince";
67948
68834
  const _iSn = "instancesSet";
68835
+ const _iSng = "ingestionStatus";
67949
68836
  const _iSns = "instanceSet";
67950
68837
  const _iSnst = "instanceState";
67951
68838
  const _iSnsta = "instanceStatus";
@@ -68024,8 +68911,13 @@ const _lCA = "licenseConfigurationArn";
68024
68911
  const _lCO = "lockCreatedOn";
68025
68912
  const _lCS = "loggingConfigurationSet";
68026
68913
  const _lD = "logDestination";
68914
+ const _lDS = "latestDeliveryStatus";
68915
+ const _lDSLU = "latestDeliveryS3LocationUri";
68916
+ const _lDSM = "latestDeliveryStatusMessage";
68027
68917
  const _lDST = "lockDurationStartTime";
68028
- const _lDT = "logDestinationType";
68918
+ const _lDT = "latestDeliveryTime";
68919
+ const _lDTa = "latestDatapointTimestamp";
68920
+ const _lDTo = "logDestinationType";
68029
68921
  const _lDo = "lockDuration";
68030
68922
  const _lE = "logEnabled";
68031
68923
  const _lEO = "lockExpiresOn";
@@ -68115,6 +69007,8 @@ const _mCOIOL = "mapCustomerOwnedIpOnLaunch";
68115
69007
  const _mD = "maintenanceDetails";
68116
69008
  const _mDA = "multicastDomainAssociations";
68117
69009
  const _mDK = "metaDataKey";
69010
+ const _mDRS = "metricDataResultSet";
69011
+ const _mDRSe = "metricDimensionResultSet";
68118
69012
  const _mDSC = "maximumDaysSinceCreated";
68119
69013
  const _mDSD = "maximumDaysSinceDeprecated";
68120
69014
  const _mDV = "metaDataValue";
@@ -68165,6 +69059,7 @@ const _mTIMB = "maximumThroughputInMBps";
68165
69059
  const _mTP = "maxTotalPrice";
68166
69060
  const _mTe = "memberType";
68167
69061
  const _mVE = "managesVpcEndpoints";
69062
+ const _mVS = "metricValueSet";
68168
69063
  const _ma = "max";
68169
69064
  const _mai = "main";
68170
69065
  const _man = "manufacturer";
@@ -68252,7 +69147,8 @@ const _nTS = "nitroTpmSupport";
68252
69147
  const _nTe = "nextToken";
68253
69148
  const _o = "origin";
68254
69149
  const _oA = "outpostArn";
68255
- const _oAr = "organizationArn";
69150
+ const _oAr = "organizationsAccess";
69151
+ const _oArg = "organizationArn";
68256
69152
  const _oAw = "ownerAlias";
68257
69153
  const _oC = "offeringClass";
68258
69154
  const _oDAS = "onDemandAllocationStrategy";
@@ -68263,6 +69159,7 @@ const _oDO = "onDemandOptions";
68263
69159
  const _oDS = "occurrenceDaySet";
68264
69160
  const _oDTC = "onDemandTargetCapacity";
68265
69161
  const _oEP = "organizationsEntityPath";
69162
+ const _oF = "outputFormat";
68266
69163
  const _oH = "outboundHeader";
68267
69164
  const _oI = "ownerId";
68268
69165
  const _oIA = "outsideIpAddress";
@@ -68451,7 +69348,8 @@ const _pur = "purchase";
68451
69348
  const _r = "return";
68452
69349
  const _rA = "ruleAction";
68453
69350
  const _rAE = "remoteAccessEnabled";
68454
- const _rAe = "resourceArn";
69351
+ const _rAe = "reservationArn";
69352
+ const _rAes = "resourceArn";
68455
69353
  const _rB = "requestedBy";
68456
69354
  const _rBET = "recycleBinEnterTime";
68457
69355
  const _rBETe = "recycleBinExitTime";
@@ -68459,7 +69357,8 @@ const _rC = "returnCode";
68459
69357
  const _rCA = "resourceConfigurationArn";
68460
69358
  const _rCGA = "resourceConfigurationGroupArn";
68461
69359
  const _rCS = "resourceComplianceStatus";
68462
- const _rCT = "reportCreationTime";
69360
+ const _rCT = "reservationCreateTimestamp";
69361
+ const _rCTe = "reportCreationTime";
68463
69362
  const _rCe = "resourceCidr";
68464
69363
  const _rCec = "recurringCharges";
68465
69364
  const _rD = "restoreDuration";
@@ -68472,7 +69371,9 @@ const _rDPA = "rdsDbProxyArn";
68472
69371
  const _rDS = "resourceDiscoveryStatus";
68473
69372
  const _rDT = "rootDeviceType";
68474
69373
  const _rE = "responseError";
68475
- const _rET = "restoreExpiryTime";
69374
+ const _rEDT = "reservationEndDateType";
69375
+ const _rET = "reservationEndTimestamp";
69376
+ const _rETe = "restoreExpiryTime";
68476
69377
  const _rEd = "rdsEndpoint";
68477
69378
  const _rEe = "regionEndpoint";
68478
69379
  const _rEes = "resourceExclusions";
@@ -68484,12 +69385,13 @@ const _rGROPS = "ruleGroupRuleOptionsPairSet";
68484
69385
  const _rGT = "ruleGroupType";
68485
69386
  const _rGTPS = "ruleGroupTypePairSet";
68486
69387
  const _rHS = "requireHibernateSupport";
68487
- const _rI = "reportId";
69388
+ const _rI = "reservationId";
68488
69389
  const _rIDS = "routeInstallationDetailSet";
68489
69390
  const _rII = "reservedInstancesId";
68490
69391
  const _rIIe = "reservedInstanceId";
68491
69392
  const _rILI = "reservedInstancesListingId";
68492
69393
  const _rILS = "reservedInstancesListingsSet";
69394
+ const _rIMC = "reservationInstanceMatchCriteria";
68493
69395
  const _rIMI = "reservedInstancesModificationId";
68494
69396
  const _rIMS = "reservedInstancesModificationsSet";
68495
69397
  const _rINC = "remoteIpv4NetworkCidr";
@@ -68502,10 +69404,10 @@ const _rISo = "routeInstallationStatus";
68502
69404
  const _rIVR = "reservedInstanceValueRollup";
68503
69405
  const _rIVS = "reservedInstanceValueSet";
68504
69406
  const _rIa = "ramdiskId";
68505
- const _rIe = "regionInfo";
69407
+ const _rIe = "reportId";
69408
+ const _rIeg = "regionInfo";
68506
69409
  const _rIeq = "requesterId";
68507
69410
  const _rIes = "resourceId";
68508
- const _rIese = "reservationId";
68509
69411
  const _rM = "rebootMigration";
68510
69412
  const _rMGM = "registeredMulticastGroupMembers";
68511
69413
  const _rMGS = "registeredMulticastGroupSources";
@@ -68529,7 +69431,7 @@ const _rR = "resourceRegion";
68529
69431
  const _rRVT = "replaceRootVolumeTask";
68530
69432
  const _rRVTI = "replaceRootVolumeTaskId";
68531
69433
  const _rRVTS = "replaceRootVolumeTaskSet";
68532
- const _rS = "referenceSet";
69434
+ const _rS = "reservationState";
68533
69435
  const _rSA = "routeServerAssociation";
68534
69436
  const _rSAS = "routeServerAssociationSet";
68535
69437
  const _rSE = "routeServerEndpoint";
@@ -68544,9 +69446,11 @@ const _rSPSo = "routeServerPropagationSet";
68544
69446
  const _rSPo = "routeServerPropagation";
68545
69447
  const _rSS = "regionalSummarySet";
68546
69448
  const _rSSo = "routeServerSet";
68547
- const _rST = "restoreStartTime";
68548
- const _rSe = "reportSet";
68549
- const _rSep = "replacementStrategy";
69449
+ const _rST = "reservationStartTimestamp";
69450
+ const _rSTe = "restoreStartTime";
69451
+ const _rSe = "referenceSet";
69452
+ const _rSep = "reportSet";
69453
+ const _rSepl = "replacementStrategy";
68550
69454
  const _rSes = "reservationSet";
68551
69455
  const _rSeso = "resourceStatement";
68552
69456
  const _rSesou = "resourceSet";
@@ -68568,6 +69472,7 @@ const _rTe = "resourceType";
68568
69472
  const _rTel = "releaseTime";
68569
69473
  const _rTeq = "requestTime";
68570
69474
  const _rTo = "routeTable";
69475
+ const _rUFO = "reservationUnusedFinancialOwner";
68571
69476
  const _rUI = "replaceUnhealthyInstances";
68572
69477
  const _rUV = "remainingUpfrontValue";
68573
69478
  const _rV = "returnValue";
@@ -68595,6 +69500,8 @@ const _sAu = "supportedArchitectures";
68595
69500
  const _sAub = "subnetArn";
68596
69501
  const _sB = "s3Bucket";
68597
69502
  const _sBM = "supportedBootModes";
69503
+ const _sBN = "s3BucketName";
69504
+ const _sBP = "s3BucketPrefix";
68598
69505
  const _sC = "serviceConfiguration";
68599
69506
  const _sCA = "serverCertificateArn";
68600
69507
  const _sCAE = "serialConsoleAccessEnabled";
@@ -68744,14 +69651,16 @@ const _sTs = "sseType";
68744
69651
  const _sTt = "storageTier";
68745
69652
  const _sUC = "supportedUsageClasses";
68746
69653
  const _sV = "sourceVpc";
69654
+ const _sVI = "sourceVolumeId";
68747
69655
  const _sVT = "supportedVirtualizationTypes";
68748
69656
  const _sVh = "shellVersion";
68749
69657
  const _sVu = "supportedVersions";
68750
69658
  const _sWD = "startWeekDay";
68751
69659
  const _s_ = "s3";
68752
- const _sc = "scope";
68753
- const _sco = "score";
69660
+ const _sc = "schedule";
69661
+ const _sco = "scope";
68754
69662
  const _scop = "scopes";
69663
+ const _scor = "score";
68755
69664
  const _se = "service";
68756
69665
  const _si = "size";
68757
69666
  const _so = "sockets";
@@ -69716,6 +70625,7 @@ const AcceleratorType = {
69716
70625
  };
69717
70626
  const ResourceType = {
69718
70627
  capacity_block: "capacity-block",
70628
+ capacity_manager_data_export: "capacity-manager-data-export",
69719
70629
  capacity_reservation: "capacity-reservation",
69720
70630
  capacity_reservation_fleet: "capacity-reservation-fleet",
69721
70631
  carrier_gateway: "carrier-gateway",
@@ -70592,6 +71502,35 @@ class CopyImageCommand extends smithyClient.Command
70592
71502
  .build() {
70593
71503
  }
70594
71504
 
71505
+ const VolumeType = {
71506
+ gp2: "gp2",
71507
+ gp3: "gp3",
71508
+ io1: "io1",
71509
+ io2: "io2",
71510
+ sc1: "sc1",
71511
+ st1: "st1",
71512
+ standard: "standard",
71513
+ };
71514
+ const SSEType = {
71515
+ none: "none",
71516
+ sse_ebs: "sse-ebs",
71517
+ sse_kms: "sse-kms",
71518
+ };
71519
+ const VolumeState = {
71520
+ available: "available",
71521
+ creating: "creating",
71522
+ deleted: "deleted",
71523
+ deleting: "deleting",
71524
+ error: "error",
71525
+ in_use: "in-use",
71526
+ };
71527
+ const OutputFormat = {
71528
+ CSV: "csv",
71529
+ PARQUET: "parquet",
71530
+ };
71531
+ const Schedule = {
71532
+ HOURLY: "hourly",
71533
+ };
70595
71534
  const CapacityReservationDeliveryPreference = {
70596
71535
  FIXED: "fixed",
70597
71536
  INCREMENTAL: "incremental",
@@ -71834,15 +72773,6 @@ const FleetExcessCapacityTerminationPolicy = {
71834
72773
  NO_TERMINATION: "no-termination",
71835
72774
  TERMINATION: "termination",
71836
72775
  };
71837
- const VolumeType = {
71838
- gp2: "gp2",
71839
- gp3: "gp3",
71840
- io1: "io1",
71841
- io2: "io2",
71842
- sc1: "sc1",
71843
- st1: "st1",
71844
- standard: "standard",
71845
- };
71846
72776
  const BareMetal = {
71847
72777
  EXCLUDED: "excluded",
71848
72778
  INCLUDED: "included",
@@ -72173,6 +73103,40 @@ class CopySnapshotCommand extends smithyClient.Command
72173
73103
  .build() {
72174
73104
  }
72175
73105
 
73106
+ class CopyVolumesCommand extends smithyClient.Command
73107
+ .classBuilder()
73108
+ .ep(commonParams)
73109
+ .m(function (Command, cs, config, o) {
73110
+ return [
73111
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
73112
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
73113
+ ];
73114
+ })
73115
+ .s("AmazonEC2", "CopyVolumes", {})
73116
+ .n("EC2Client", "CopyVolumesCommand")
73117
+ .f(void 0, void 0)
73118
+ .ser(se_CopyVolumesCommand)
73119
+ .de(de_CopyVolumesCommand)
73120
+ .build() {
73121
+ }
73122
+
73123
+ class CreateCapacityManagerDataExportCommand extends smithyClient.Command
73124
+ .classBuilder()
73125
+ .ep(commonParams)
73126
+ .m(function (Command, cs, config, o) {
73127
+ return [
73128
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
73129
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
73130
+ ];
73131
+ })
73132
+ .s("AmazonEC2", "CreateCapacityManagerDataExport", {})
73133
+ .n("EC2Client", "CreateCapacityManagerDataExportCommand")
73134
+ .f(void 0, void 0)
73135
+ .ser(se_CreateCapacityManagerDataExportCommand)
73136
+ .de(de_CreateCapacityManagerDataExportCommand)
73137
+ .build() {
73138
+ }
73139
+
72176
73140
  class CreateCapacityReservationBySplittingCommand extends smithyClient.Command
72177
73141
  .classBuilder()
72178
73142
  .ep(commonParams)
@@ -72870,11 +73834,6 @@ const RouteState = {
72870
73834
  blackhole: "blackhole",
72871
73835
  filtered: "filtered",
72872
73836
  };
72873
- const SSEType = {
72874
- none: "none",
72875
- sse_ebs: "sse-ebs",
72876
- sse_kms: "sse-kms",
72877
- };
72878
73837
  const SnapshotState = {
72879
73838
  completed: "completed",
72880
73839
  error: "error",
@@ -73037,14 +73996,6 @@ const VerifiedAccessEndpointStatusCode = {
73037
73996
  pending: "pending",
73038
73997
  updating: "updating",
73039
73998
  };
73040
- const VolumeState = {
73041
- available: "available",
73042
- creating: "creating",
73043
- deleted: "deleted",
73044
- deleting: "deleting",
73045
- error: "error",
73046
- in_use: "in-use",
73047
- };
73048
73999
  const InternetGatewayExclusionMode = {
73049
74000
  allow_bidirectional: "allow-bidirectional",
73050
74001
  allow_egress: "allow-egress",
@@ -73061,19 +74012,6 @@ const VpcBlockPublicAccessExclusionState = {
73061
74012
  update_failed: "update-failed",
73062
74013
  update_in_progress: "update-in-progress",
73063
74014
  };
73064
- const DnsRecordIpType = {
73065
- dualstack: "dualstack",
73066
- ipv4: "ipv4",
73067
- ipv6: "ipv6",
73068
- service_defined: "service-defined",
73069
- };
73070
- const VpcEndpointType = {
73071
- Gateway: "Gateway",
73072
- GatewayLoadBalancer: "GatewayLoadBalancer",
73073
- Interface: "Interface",
73074
- Resource: "Resource",
73075
- ServiceNetwork: "ServiceNetwork",
73076
- };
73077
74015
  const ResponseLaunchTemplateDataFilterSensitiveLog = (obj) => ({
73078
74016
  ...obj,
73079
74017
  ...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
@@ -74138,6 +75076,19 @@ class CreateVpcPeeringConnectionCommand extends smithyClient.Command
74138
75076
  .build() {
74139
75077
  }
74140
75078
 
75079
+ const DnsRecordIpType = {
75080
+ dualstack: "dualstack",
75081
+ ipv4: "ipv4",
75082
+ ipv6: "ipv6",
75083
+ service_defined: "service-defined",
75084
+ };
75085
+ const VpcEndpointType = {
75086
+ Gateway: "Gateway",
75087
+ GatewayLoadBalancer: "GatewayLoadBalancer",
75088
+ Interface: "Interface",
75089
+ Resource: "Resource",
75090
+ ServiceNetwork: "ServiceNetwork",
75091
+ };
74141
75092
  const State = {
74142
75093
  Available: "Available",
74143
75094
  Deleted: "Deleted",
@@ -74301,15 +75252,6 @@ const CapacityBlockResourceState = {
74301
75252
  scheduled: "scheduled",
74302
75253
  unavailable: "unavailable",
74303
75254
  };
74304
- const CapacityBlockInterconnectStatus = {
74305
- impaired: "impaired",
74306
- insufficient_data: "insufficient-data",
74307
- ok: "ok",
74308
- };
74309
- const CallerRole = {
74310
- odcr_owner: "odcr-owner",
74311
- unused_reservation_billing_owner: "unused-reservation-billing-owner",
74312
- };
74313
75255
  const VpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
74314
75256
  ...obj,
74315
75257
  ...(obj.PreSharedKey && { PreSharedKey: smithyClient.SENSITIVE_STRING }),
@@ -74403,6 +75345,23 @@ class CreateVpnGatewayCommand extends smithyClient.Command
74403
75345
  .build() {
74404
75346
  }
74405
75347
 
75348
+ class DeleteCapacityManagerDataExportCommand extends smithyClient.Command
75349
+ .classBuilder()
75350
+ .ep(commonParams)
75351
+ .m(function (Command, cs, config, o) {
75352
+ return [
75353
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
75354
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
75355
+ ];
75356
+ })
75357
+ .s("AmazonEC2", "DeleteCapacityManagerDataExport", {})
75358
+ .n("EC2Client", "DeleteCapacityManagerDataExportCommand")
75359
+ .f(void 0, void 0)
75360
+ .ser(se_DeleteCapacityManagerDataExportCommand)
75361
+ .de(de_DeleteCapacityManagerDataExportCommand)
75362
+ .build() {
75363
+ }
75364
+
74406
75365
  class DeleteCarrierGatewayCommand extends smithyClient.Command
74407
75366
  .classBuilder()
74408
75367
  .ep(commonParams)
@@ -76171,6 +77130,23 @@ class DescribeCapacityBlockStatusCommand extends smithyClient.Command
76171
77130
  .build() {
76172
77131
  }
76173
77132
 
77133
+ class DescribeCapacityManagerDataExportsCommand extends smithyClient.Command
77134
+ .classBuilder()
77135
+ .ep(commonParams)
77136
+ .m(function (Command, cs, config, o) {
77137
+ return [
77138
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
77139
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
77140
+ ];
77141
+ })
77142
+ .s("AmazonEC2", "DescribeCapacityManagerDataExports", {})
77143
+ .n("EC2Client", "DescribeCapacityManagerDataExportsCommand")
77144
+ .f(void 0, void 0)
77145
+ .ser(se_DescribeCapacityManagerDataExportsCommand)
77146
+ .de(de_DescribeCapacityManagerDataExportsCommand)
77147
+ .build() {
77148
+ }
77149
+
76174
77150
  class DescribeCapacityReservationBillingRequestsCommand extends smithyClient.Command
76175
77151
  .classBuilder()
76176
77152
  .ep(commonParams)
@@ -76358,6 +77334,21 @@ class DescribeCoipPoolsCommand extends smithyClient.Command
76358
77334
  .build() {
76359
77335
  }
76360
77336
 
77337
+ const CapacityBlockInterconnectStatus = {
77338
+ impaired: "impaired",
77339
+ insufficient_data: "insufficient-data",
77340
+ ok: "ok",
77341
+ };
77342
+ const CapacityManagerDataExportStatus = {
77343
+ DELIVERED: "delivered",
77344
+ FAILED: "failed",
77345
+ IN_PROGRESS: "in-progress",
77346
+ PENDING: "pending",
77347
+ };
77348
+ const CallerRole = {
77349
+ odcr_owner: "odcr-owner",
77350
+ unused_reservation_billing_owner: "unused-reservation-billing-owner",
77351
+ };
76361
77352
  const CapacityReservationBillingRequestStatus = {
76362
77353
  accepted: "accepted",
76363
77354
  cancelled: "cancelled",
@@ -76456,9 +77447,16 @@ const PaymentOption = {
76456
77447
  };
76457
77448
  const ReservationState = {
76458
77449
  ACTIVE: "active",
77450
+ CANCELLED: "cancelled",
77451
+ DELAYED: "delayed",
77452
+ EXPIRED: "expired",
77453
+ FAILED: "failed",
76459
77454
  PAYMENT_FAILED: "payment-failed",
76460
77455
  PAYMENT_PENDING: "payment-pending",
77456
+ PENDING: "pending",
76461
77457
  RETIRED: "retired",
77458
+ SCHEDULED: "scheduled",
77459
+ UNSUPPORTED: "unsupported",
76462
77460
  };
76463
77461
  const ImageAttributeName = {
76464
77462
  blockDeviceMapping: "blockDeviceMapping",
@@ -76664,24 +77662,6 @@ const EphemeralNvmeSupport = {
76664
77662
  SUPPORTED: "supported",
76665
77663
  UNSUPPORTED: "unsupported",
76666
77664
  };
76667
- const BandwidthWeightingType = {
76668
- DEFAULT: "default",
76669
- EBS_1: "ebs-1",
76670
- VPC_1: "vpc-1",
76671
- };
76672
- const EnaSupport = {
76673
- required: "required",
76674
- supported: "supported",
76675
- unsupported: "unsupported",
76676
- };
76677
- const FlexibleEnaQueuesSupport = {
76678
- SUPPORTED: "supported",
76679
- UNSUPPORTED: "unsupported",
76680
- };
76681
- const NitroEnclavesSupport = {
76682
- SUPPORTED: "supported",
76683
- UNSUPPORTED: "unsupported",
76684
- };
76685
77665
  const DiskImageDescriptionFilterSensitiveLog = (obj) => ({
76686
77666
  ...obj,
76687
77667
  ...(obj.ImportManifestUrl && { ImportManifestUrl: smithyClient.SENSITIVE_STRING }),
@@ -77604,6 +78584,24 @@ class DescribeLaunchTemplatesCommand extends smithyClient.Command
77604
78584
  .build() {
77605
78585
  }
77606
78586
 
78587
+ const BandwidthWeightingType = {
78588
+ DEFAULT: "default",
78589
+ EBS_1: "ebs-1",
78590
+ VPC_1: "vpc-1",
78591
+ };
78592
+ const EnaSupport = {
78593
+ required: "required",
78594
+ supported: "supported",
78595
+ unsupported: "unsupported",
78596
+ };
78597
+ const FlexibleEnaQueuesSupport = {
78598
+ SUPPORTED: "supported",
78599
+ UNSUPPORTED: "unsupported",
78600
+ };
78601
+ const NitroEnclavesSupport = {
78602
+ SUPPORTED: "supported",
78603
+ UNSUPPORTED: "unsupported",
78604
+ };
77607
78605
  const NitroTpmSupport = {
77608
78606
  SUPPORTED: "supported",
77609
78607
  UNSUPPORTED: "unsupported",
@@ -77765,26 +78763,6 @@ const VolumeModificationState = {
77765
78763
  modifying: "modifying",
77766
78764
  optimizing: "optimizing",
77767
78765
  };
77768
- const InitializationType = {
77769
- default: "default",
77770
- provisioned_rate: "provisioned-rate",
77771
- };
77772
- const VolumeStatusName = {
77773
- initialization_state: "initialization-state",
77774
- io_enabled: "io-enabled",
77775
- io_performance: "io-performance",
77776
- };
77777
- const VolumeStatusInfoStatus = {
77778
- impaired: "impaired",
77779
- insufficient_data: "insufficient-data",
77780
- ok: "ok",
77781
- warning: "warning",
77782
- };
77783
- const VpcAttributeName = {
77784
- enableDnsHostnames: "enableDnsHostnames",
77785
- enableDnsSupport: "enableDnsSupport",
77786
- enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics",
77787
- };
77788
78766
  const DescribeLaunchTemplateVersionsResultFilterSensitiveLog = (obj) => ({
77789
78767
  ...obj,
77790
78768
  ...(obj.LaunchTemplateVersions && {
@@ -79431,6 +80409,27 @@ class DescribeVpcsCommand extends smithyClient.Command
79431
80409
  .build() {
79432
80410
  }
79433
80411
 
80412
+ const InitializationType = {
80413
+ default: "default",
80414
+ provisioned_rate: "provisioned-rate",
80415
+ volume_copy: "volume-copy",
80416
+ };
80417
+ const VolumeStatusName = {
80418
+ initialization_state: "initialization-state",
80419
+ io_enabled: "io-enabled",
80420
+ io_performance: "io-performance",
80421
+ };
80422
+ const VolumeStatusInfoStatus = {
80423
+ impaired: "impaired",
80424
+ insufficient_data: "insufficient-data",
80425
+ ok: "ok",
80426
+ warning: "warning",
80427
+ };
80428
+ const VpcAttributeName = {
80429
+ enableDnsHostnames: "enableDnsHostnames",
80430
+ enableDnsSupport: "enableDnsSupport",
80431
+ enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics",
80432
+ };
79434
80433
  const VpcBlockPublicAccessExclusionsAllowed = {
79435
80434
  allowed: "allowed",
79436
80435
  not_allowed: "not-allowed",
@@ -79449,6 +80448,10 @@ const VpcBlockPublicAccessState = {
79449
80448
  update_complete: "update-complete",
79450
80449
  update_in_progress: "update-in-progress",
79451
80450
  };
80451
+ const CapacityManagerStatus = {
80452
+ DISABLED: "disabled",
80453
+ ENABLED: "enabled",
80454
+ };
79452
80455
  const ImageBlockPublicAccessDisabledState = {
79453
80456
  unblocked: "unblocked",
79454
80457
  };
@@ -79475,6 +80478,110 @@ const ClientCertificateRevocationListStatusCode = {
79475
80478
  active: "active",
79476
80479
  pending: "pending",
79477
80480
  };
80481
+ const IngestionStatus = {
80482
+ INGESTION_COMPLETE: "ingestion-complete",
80483
+ INGESTION_FAILED: "ingestion-failed",
80484
+ INITIAL_INGESTION_IN_PROGRESS: "initial-ingestion-in-progress",
80485
+ };
80486
+ const Comparison = {
80487
+ EQUALS: "equals",
80488
+ IN: "in",
80489
+ };
80490
+ const FilterByDimension = {
80491
+ ACCOUNT_ID: "account-id",
80492
+ AVAILABILITY_ZONE_ID: "availability-zone-id",
80493
+ INSTANCE_FAMILY: "instance-family",
80494
+ INSTANCE_PLATFORM: "instance-platform",
80495
+ INSTANCE_TYPE: "instance-type",
80496
+ RESERVATION_ARN: "reservation-arn",
80497
+ RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp",
80498
+ RESERVATION_END_DATE_TYPE: "reservation-end-date-type",
80499
+ RESERVATION_END_TIMESTAMP: "reservation-end-timestamp",
80500
+ RESERVATION_ID: "reservation-id",
80501
+ RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria",
80502
+ RESERVATION_START_TIMESTAMP: "reservation-start-timestamp",
80503
+ RESERVATION_STATE: "reservation-state",
80504
+ RESERVATION_TYPE: "reservation-type",
80505
+ RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner",
80506
+ RESOURCE_REGION: "resource-region",
80507
+ TENANCY: "tenancy",
80508
+ };
80509
+ const GroupBy = {
80510
+ ACCOUNT_ID: "account-id",
80511
+ AVAILABILITY_ZONE_ID: "availability-zone-id",
80512
+ INSTANCE_FAMILY: "instance-family",
80513
+ INSTANCE_PLATFORM: "instance-platform",
80514
+ INSTANCE_TYPE: "instance-type",
80515
+ RESERVATION_ARN: "reservation-arn",
80516
+ RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp",
80517
+ RESERVATION_END_DATE_TYPE: "reservation-end-date-type",
80518
+ RESERVATION_END_TIMESTAMP: "reservation-end-timestamp",
80519
+ RESERVATION_ID: "reservation-id",
80520
+ RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria",
80521
+ RESERVATION_START_TIMESTAMP: "reservation-start-timestamp",
80522
+ RESERVATION_STATE: "reservation-state",
80523
+ RESERVATION_TYPE: "reservation-type",
80524
+ RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner",
80525
+ RESOURCE_REGION: "resource-region",
80526
+ TENANCY: "tenancy",
80527
+ };
80528
+ const Metric = {
80529
+ RESERVATION_AVG_COMMITTED_SIZE_INST: "reservation-avg-committed-size-inst",
80530
+ RESERVATION_AVG_COMMITTED_SIZE_VCPU: "reservation-avg-committed-size-vcpu",
80531
+ RESERVATION_AVG_FUTURE_SIZE_INST: "reservation-avg-future-size-inst",
80532
+ RESERVATION_AVG_FUTURE_SIZE_VCPU: "reservation-avg-future-size-vcpu",
80533
+ RESERVATION_AVG_UTILIZATION_INST: "reservation-avg-utilization-inst",
80534
+ RESERVATION_AVG_UTILIZATION_VCPU: "reservation-avg-utilization-vcpu",
80535
+ RESERVATION_MAX_COMMITTED_SIZE_INST: "reservation-max-committed-size-inst",
80536
+ RESERVATION_MAX_COMMITTED_SIZE_VCPU: "reservation-max-committed-size-vcpu",
80537
+ RESERVATION_MAX_FUTURE_SIZE_INST: "reservation-max-future-size-inst",
80538
+ RESERVATION_MAX_FUTURE_SIZE_VCPU: "reservation-max-future-size-vcpu",
80539
+ RESERVATION_MAX_SIZE_INST: "reservation-max-size-inst",
80540
+ RESERVATION_MAX_SIZE_VCPU: "reservation-max-size-vcpu",
80541
+ RESERVATION_MAX_UNUSED_SIZE_INST: "reservation-max-unused-size-inst",
80542
+ RESERVATION_MAX_UNUSED_SIZE_VCPU: "reservation-max-unused-size-vcpu",
80543
+ RESERVATION_MAX_UTILIZATION: "reservation-max-utilization",
80544
+ RESERVATION_MIN_COMMITTED_SIZE_INST: "reservation-min-committed-size-inst",
80545
+ RESERVATION_MIN_COMMITTED_SIZE_VCPU: "reservation-min-committed-size-vcpu",
80546
+ RESERVATION_MIN_FUTURE_SIZE_INST: "reservation-min-future-size-inst",
80547
+ RESERVATION_MIN_FUTURE_SIZE_VCPU: "reservation-min-future-size-vcpu",
80548
+ RESERVATION_MIN_SIZE_INST: "reservation-min-size-inst",
80549
+ RESERVATION_MIN_SIZE_VCPU: "reservation-min-size-vcpu",
80550
+ RESERVATION_MIN_UNUSED_SIZE_INST: "reservation-min-unused-size-inst",
80551
+ RESERVATION_MIN_UNUSED_SIZE_VCPU: "reservation-min-unused-size-vcpu",
80552
+ RESERVATION_MIN_UTILIZATION: "reservation-min-utilization",
80553
+ RESERVATION_TOTAL_CAPACITY_HRS_INST: "reservation-total-capacity-hrs-inst",
80554
+ RESERVATION_TOTAL_CAPACITY_HRS_VCPU: "reservation-total-capacity-hrs-vcpu",
80555
+ RESERVATION_TOTAL_COUNT: "reservation-total-count",
80556
+ RESERVATION_TOTAL_ESTIMATED_COST: "reservation-total-estimated-cost",
80557
+ RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_INST: "reservation-unused-total-capacity-hrs-inst",
80558
+ RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_VCPU: "reservation-unused-total-capacity-hrs-vcpu",
80559
+ RESERVATION_UNUSED_TOTAL_ESTIMATED_COST: "reservation-unused-total-estimated-cost",
80560
+ RESERVED_TOTAL_ESTIMATED_COST: "reserved-total-estimated-cost",
80561
+ RESERVED_TOTAL_USAGE_HRS_INST: "reserved-total-usage-hrs-inst",
80562
+ RESERVED_TOTAL_USAGE_HRS_VCPU: "reserved-total-usage-hrs-vcpu",
80563
+ SPOT_AVG_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-avg-run-time-before-interruption-inst",
80564
+ SPOT_MAX_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-max-run-time-before-interruption-inst",
80565
+ SPOT_MIN_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-min-run-time-before-interruption-inst",
80566
+ SPOT_TOTAL_ESTIMATED_COST: "spot-total-estimated-cost",
80567
+ SPOT_TOTAL_USAGE_HRS_INST: "spot-total-usage-hrs-inst",
80568
+ SPOT_TOTAL_USAGE_HRS_VCPU: "spot-total-usage-hrs-vcpu",
80569
+ UNRESERVED_TOTAL_ESTIMATED_COST: "unreserved-total-estimated-cost",
80570
+ UNRESERVED_TOTAL_USAGE_HRS_INST: "unreserved-total-usage-hrs-inst",
80571
+ UNRESERVED_TOTAL_USAGE_HRS_VCPU: "unreserved-total-usage-hrs-vcpu",
80572
+ };
80573
+ const ReservationEndDateType = {
80574
+ LIMITED: "limited",
80575
+ UNLIMITED: "unlimited",
80576
+ };
80577
+ const ReservationType = {
80578
+ CAPACITY_BLOCK: "capacity-block",
80579
+ ODCR: "odcr",
80580
+ };
80581
+ const CapacityTenancy = {
80582
+ DEDICATED: "dedicated",
80583
+ DEFAULT: "default",
80584
+ };
79478
80585
  const UnlimitedSupportedInstanceFamily = {
79479
80586
  t2: "t2",
79480
80587
  t3: "t3",
@@ -79513,56 +80620,6 @@ const IpamAddressHistoryResourceType = {
79513
80620
  subnet: "subnet",
79514
80621
  vpc: "vpc",
79515
80622
  };
79516
- const IpamDiscoveryFailureCode = {
79517
- assume_role_failure: "assume-role-failure",
79518
- throttling_failure: "throttling-failure",
79519
- unauthorized_failure: "unauthorized-failure",
79520
- };
79521
- const IpamPublicAddressType = {
79522
- AMAZON_OWNED_CONTIG: "amazon-owned-contig",
79523
- AMAZON_OWNED_EIP: "amazon-owned-eip",
79524
- BYOIP: "byoip",
79525
- EC2_PUBLIC_IP: "ec2-public-ip",
79526
- SERVICE_MANAGED_BYOIP: "service-managed-byoip",
79527
- SERVICE_MANAGED_IP: "service-managed-ip",
79528
- };
79529
- const IpamPublicAddressAssociationStatus = {
79530
- ASSOCIATED: "associated",
79531
- DISASSOCIATED: "disassociated",
79532
- };
79533
- const IpamPublicAddressAwsService = {
79534
- AGA: "global-accelerator",
79535
- DMS: "database-migration-service",
79536
- EC2_LB: "load-balancer",
79537
- ECS: "elastic-container-service",
79538
- NAT_GATEWAY: "nat-gateway",
79539
- OTHER: "other",
79540
- RDS: "relational-database-service",
79541
- REDSHIFT: "redshift",
79542
- S2S_VPN: "site-to-site-vpn",
79543
- };
79544
- const IpamResourceCidrIpSource = {
79545
- amazon: "amazon",
79546
- byoip: "byoip",
79547
- none: "none",
79548
- };
79549
- const IpamNetworkInterfaceAttachmentStatus = {
79550
- available: "available",
79551
- in_use: "in-use",
79552
- };
79553
- const IpamResourceType = {
79554
- eip: "eip",
79555
- eni: "eni",
79556
- ipv6_pool: "ipv6-pool",
79557
- public_ipv4_pool: "public-ipv4-pool",
79558
- subnet: "subnet",
79559
- vpc: "vpc",
79560
- };
79561
- const IpamManagementState = {
79562
- ignored: "ignored",
79563
- managed: "managed",
79564
- unmanaged: "unmanaged",
79565
- };
79566
80623
  const DescribeVpnConnectionsResultFilterSensitiveLog = (obj) => ({
79567
80624
  ...obj,
79568
80625
  ...(obj.VpnConnections && {
@@ -79589,12 +80646,6 @@ const GetInstanceTpmEkPubResultFilterSensitiveLog = (obj) => ({
79589
80646
  ...obj,
79590
80647
  ...(obj.KeyValue && { KeyValue: smithyClient.SENSITIVE_STRING }),
79591
80648
  });
79592
- const GetLaunchTemplateDataResultFilterSensitiveLog = (obj) => ({
79593
- ...obj,
79594
- ...(obj.LaunchTemplateData && {
79595
- LaunchTemplateData: ResponseLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
79596
- }),
79597
- });
79598
80649
 
79599
80650
  class DescribeVpnConnectionsCommand extends smithyClient.Command
79600
80651
  .classBuilder()
@@ -79783,6 +80834,23 @@ class DisableAwsNetworkPerformanceMetricSubscriptionCommand extends smithyClient
79783
80834
  .build() {
79784
80835
  }
79785
80836
 
80837
+ class DisableCapacityManagerCommand extends smithyClient.Command
80838
+ .classBuilder()
80839
+ .ep(commonParams)
80840
+ .m(function (Command, cs, config, o) {
80841
+ return [
80842
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
80843
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
80844
+ ];
80845
+ })
80846
+ .s("AmazonEC2", "DisableCapacityManager", {})
80847
+ .n("EC2Client", "DisableCapacityManagerCommand")
80848
+ .f(void 0, void 0)
80849
+ .ser(se_DisableCapacityManagerCommand)
80850
+ .de(de_DisableCapacityManagerCommand)
80851
+ .build() {
80852
+ }
80853
+
79786
80854
  class DisableEbsEncryptionByDefaultCommand extends smithyClient.Command
79787
80855
  .classBuilder()
79788
80856
  .ep(commonParams)
@@ -80395,6 +81463,23 @@ class EnableAwsNetworkPerformanceMetricSubscriptionCommand extends smithyClient.
80395
81463
  .build() {
80396
81464
  }
80397
81465
 
81466
+ class EnableCapacityManagerCommand extends smithyClient.Command
81467
+ .classBuilder()
81468
+ .ep(commonParams)
81469
+ .m(function (Command, cs, config, o) {
81470
+ return [
81471
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
81472
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
81473
+ ];
81474
+ })
81475
+ .s("AmazonEC2", "EnableCapacityManager", {})
81476
+ .n("EC2Client", "EnableCapacityManagerCommand")
81477
+ .f(void 0, void 0)
81478
+ .ser(se_EnableCapacityManagerCommand)
81479
+ .de(de_EnableCapacityManagerCommand)
81480
+ .build() {
81481
+ }
81482
+
80398
81483
  class EnableEbsEncryptionByDefaultCommand extends smithyClient.Command
80399
81484
  .classBuilder()
80400
81485
  .ep(commonParams)
@@ -80854,6 +81939,57 @@ class GetAwsNetworkPerformanceDataCommand extends smithyClient.Command
80854
81939
  .build() {
80855
81940
  }
80856
81941
 
81942
+ class GetCapacityManagerAttributesCommand extends smithyClient.Command
81943
+ .classBuilder()
81944
+ .ep(commonParams)
81945
+ .m(function (Command, cs, config, o) {
81946
+ return [
81947
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
81948
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
81949
+ ];
81950
+ })
81951
+ .s("AmazonEC2", "GetCapacityManagerAttributes", {})
81952
+ .n("EC2Client", "GetCapacityManagerAttributesCommand")
81953
+ .f(void 0, void 0)
81954
+ .ser(se_GetCapacityManagerAttributesCommand)
81955
+ .de(de_GetCapacityManagerAttributesCommand)
81956
+ .build() {
81957
+ }
81958
+
81959
+ class GetCapacityManagerMetricDataCommand extends smithyClient.Command
81960
+ .classBuilder()
81961
+ .ep(commonParams)
81962
+ .m(function (Command, cs, config, o) {
81963
+ return [
81964
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
81965
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
81966
+ ];
81967
+ })
81968
+ .s("AmazonEC2", "GetCapacityManagerMetricData", {})
81969
+ .n("EC2Client", "GetCapacityManagerMetricDataCommand")
81970
+ .f(void 0, void 0)
81971
+ .ser(se_GetCapacityManagerMetricDataCommand)
81972
+ .de(de_GetCapacityManagerMetricDataCommand)
81973
+ .build() {
81974
+ }
81975
+
81976
+ class GetCapacityManagerMetricDimensionsCommand extends smithyClient.Command
81977
+ .classBuilder()
81978
+ .ep(commonParams)
81979
+ .m(function (Command, cs, config, o) {
81980
+ return [
81981
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
81982
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
81983
+ ];
81984
+ })
81985
+ .s("AmazonEC2", "GetCapacityManagerMetricDimensions", {})
81986
+ .n("EC2Client", "GetCapacityManagerMetricDimensionsCommand")
81987
+ .f(void 0, void 0)
81988
+ .ser(se_GetCapacityManagerMetricDimensionsCommand)
81989
+ .de(de_GetCapacityManagerMetricDimensionsCommand)
81990
+ .build() {
81991
+ }
81992
+
80857
81993
  class GetCapacityReservationUsageCommand extends smithyClient.Command
80858
81994
  .classBuilder()
80859
81995
  .ep(commonParams)
@@ -81245,91 +82381,56 @@ class GetIpamResourceCidrsCommand extends smithyClient.Command
81245
82381
  .build() {
81246
82382
  }
81247
82383
 
81248
- class GetLaunchTemplateDataCommand extends smithyClient.Command
81249
- .classBuilder()
81250
- .ep(commonParams)
81251
- .m(function (Command, cs, config, o) {
81252
- return [
81253
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
81254
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
81255
- ];
81256
- })
81257
- .s("AmazonEC2", "GetLaunchTemplateData", {})
81258
- .n("EC2Client", "GetLaunchTemplateDataCommand")
81259
- .f(void 0, GetLaunchTemplateDataResultFilterSensitiveLog)
81260
- .ser(se_GetLaunchTemplateDataCommand)
81261
- .de(de_GetLaunchTemplateDataCommand)
81262
- .build() {
81263
- }
81264
-
81265
- class GetManagedPrefixListAssociationsCommand extends smithyClient.Command
81266
- .classBuilder()
81267
- .ep(commonParams)
81268
- .m(function (Command, cs, config, o) {
81269
- return [
81270
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
81271
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
81272
- ];
81273
- })
81274
- .s("AmazonEC2", "GetManagedPrefixListAssociations", {})
81275
- .n("EC2Client", "GetManagedPrefixListAssociationsCommand")
81276
- .f(void 0, void 0)
81277
- .ser(se_GetManagedPrefixListAssociationsCommand)
81278
- .de(de_GetManagedPrefixListAssociationsCommand)
81279
- .build() {
81280
- }
81281
-
81282
- class GetManagedPrefixListEntriesCommand extends smithyClient.Command
81283
- .classBuilder()
81284
- .ep(commonParams)
81285
- .m(function (Command, cs, config, o) {
81286
- return [
81287
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
81288
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
81289
- ];
81290
- })
81291
- .s("AmazonEC2", "GetManagedPrefixListEntries", {})
81292
- .n("EC2Client", "GetManagedPrefixListEntriesCommand")
81293
- .f(void 0, void 0)
81294
- .ser(se_GetManagedPrefixListEntriesCommand)
81295
- .de(de_GetManagedPrefixListEntriesCommand)
81296
- .build() {
81297
- }
81298
-
81299
- class GetNetworkInsightsAccessScopeAnalysisFindingsCommand extends smithyClient.Command
81300
- .classBuilder()
81301
- .ep(commonParams)
81302
- .m(function (Command, cs, config, o) {
81303
- return [
81304
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
81305
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
81306
- ];
81307
- })
81308
- .s("AmazonEC2", "GetNetworkInsightsAccessScopeAnalysisFindings", {})
81309
- .n("EC2Client", "GetNetworkInsightsAccessScopeAnalysisFindingsCommand")
81310
- .f(void 0, void 0)
81311
- .ser(se_GetNetworkInsightsAccessScopeAnalysisFindingsCommand)
81312
- .de(de_GetNetworkInsightsAccessScopeAnalysisFindingsCommand)
81313
- .build() {
81314
- }
81315
-
81316
- class GetNetworkInsightsAccessScopeContentCommand extends smithyClient.Command
81317
- .classBuilder()
81318
- .ep(commonParams)
81319
- .m(function (Command, cs, config, o) {
81320
- return [
81321
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
81322
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
81323
- ];
81324
- })
81325
- .s("AmazonEC2", "GetNetworkInsightsAccessScopeContent", {})
81326
- .n("EC2Client", "GetNetworkInsightsAccessScopeContentCommand")
81327
- .f(void 0, void 0)
81328
- .ser(se_GetNetworkInsightsAccessScopeContentCommand)
81329
- .de(de_GetNetworkInsightsAccessScopeContentCommand)
81330
- .build() {
81331
- }
81332
-
82384
+ const IpamDiscoveryFailureCode = {
82385
+ assume_role_failure: "assume-role-failure",
82386
+ throttling_failure: "throttling-failure",
82387
+ unauthorized_failure: "unauthorized-failure",
82388
+ };
82389
+ const IpamPublicAddressType = {
82390
+ AMAZON_OWNED_CONTIG: "amazon-owned-contig",
82391
+ AMAZON_OWNED_EIP: "amazon-owned-eip",
82392
+ BYOIP: "byoip",
82393
+ EC2_PUBLIC_IP: "ec2-public-ip",
82394
+ SERVICE_MANAGED_BYOIP: "service-managed-byoip",
82395
+ SERVICE_MANAGED_IP: "service-managed-ip",
82396
+ };
82397
+ const IpamPublicAddressAssociationStatus = {
82398
+ ASSOCIATED: "associated",
82399
+ DISASSOCIATED: "disassociated",
82400
+ };
82401
+ const IpamPublicAddressAwsService = {
82402
+ AGA: "global-accelerator",
82403
+ DMS: "database-migration-service",
82404
+ EC2_LB: "load-balancer",
82405
+ ECS: "elastic-container-service",
82406
+ NAT_GATEWAY: "nat-gateway",
82407
+ OTHER: "other",
82408
+ RDS: "relational-database-service",
82409
+ REDSHIFT: "redshift",
82410
+ S2S_VPN: "site-to-site-vpn",
82411
+ };
82412
+ const IpamResourceCidrIpSource = {
82413
+ amazon: "amazon",
82414
+ byoip: "byoip",
82415
+ none: "none",
82416
+ };
82417
+ const IpamNetworkInterfaceAttachmentStatus = {
82418
+ available: "available",
82419
+ in_use: "in-use",
82420
+ };
82421
+ const IpamResourceType = {
82422
+ eip: "eip",
82423
+ eni: "eni",
82424
+ ipv6_pool: "ipv6-pool",
82425
+ public_ipv4_pool: "public-ipv4-pool",
82426
+ subnet: "subnet",
82427
+ vpc: "vpc",
82428
+ };
82429
+ const IpamManagementState = {
82430
+ ignored: "ignored",
82431
+ managed: "managed",
82432
+ unmanaged: "unmanaged",
82433
+ };
81333
82434
  const RouteServerRouteInstallationStatus = {
81334
82435
  INSTALLED: "installed",
81335
82436
  REJECTED: "rejected",
@@ -81395,14 +82496,12 @@ const TrafficMirrorSessionField = {
81395
82496
  packet_length: "packet-length",
81396
82497
  virtual_network_id: "virtual-network-id",
81397
82498
  };
81398
- const VpcTenancy = {
81399
- default: "default",
81400
- };
81401
- const Status = {
81402
- inClassic: "InClassic",
81403
- inVpc: "InVpc",
81404
- moveInProgress: "MoveInProgress",
81405
- };
82499
+ const GetLaunchTemplateDataResultFilterSensitiveLog = (obj) => ({
82500
+ ...obj,
82501
+ ...(obj.LaunchTemplateData && {
82502
+ LaunchTemplateData: ResponseLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
82503
+ }),
82504
+ });
81406
82505
  const GetPasswordDataResultFilterSensitiveLog = (obj) => ({
81407
82506
  ...obj,
81408
82507
  ...(obj.PasswordData && { PasswordData: smithyClient.SENSITIVE_STRING }),
@@ -81496,30 +82595,91 @@ const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
81496
82595
  VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
81497
82596
  }),
81498
82597
  });
81499
- const ModifyVpnConnectionResultFilterSensitiveLog = (obj) => ({
81500
- ...obj,
81501
- ...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
81502
- });
81503
- const ModifyVpnConnectionOptionsResultFilterSensitiveLog = (obj) => ({
81504
- ...obj,
81505
- ...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
81506
- });
81507
- const ModifyVpnTunnelCertificateResultFilterSensitiveLog = (obj) => ({
81508
- ...obj,
81509
- ...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
81510
- });
81511
- const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
81512
- ...obj,
81513
- ...(obj.PreSharedKey && { PreSharedKey: smithyClient.SENSITIVE_STRING }),
81514
- });
81515
- const ModifyVpnTunnelOptionsRequestFilterSensitiveLog = (obj) => ({
81516
- ...obj,
81517
- ...(obj.TunnelOptions && { TunnelOptions: smithyClient.SENSITIVE_STRING }),
81518
- });
81519
- const ModifyVpnTunnelOptionsResultFilterSensitiveLog = (obj) => ({
81520
- ...obj,
81521
- ...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
81522
- });
82598
+
82599
+ class GetLaunchTemplateDataCommand extends smithyClient.Command
82600
+ .classBuilder()
82601
+ .ep(commonParams)
82602
+ .m(function (Command, cs, config, o) {
82603
+ return [
82604
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
82605
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
82606
+ ];
82607
+ })
82608
+ .s("AmazonEC2", "GetLaunchTemplateData", {})
82609
+ .n("EC2Client", "GetLaunchTemplateDataCommand")
82610
+ .f(void 0, GetLaunchTemplateDataResultFilterSensitiveLog)
82611
+ .ser(se_GetLaunchTemplateDataCommand)
82612
+ .de(de_GetLaunchTemplateDataCommand)
82613
+ .build() {
82614
+ }
82615
+
82616
+ class GetManagedPrefixListAssociationsCommand extends smithyClient.Command
82617
+ .classBuilder()
82618
+ .ep(commonParams)
82619
+ .m(function (Command, cs, config, o) {
82620
+ return [
82621
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
82622
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
82623
+ ];
82624
+ })
82625
+ .s("AmazonEC2", "GetManagedPrefixListAssociations", {})
82626
+ .n("EC2Client", "GetManagedPrefixListAssociationsCommand")
82627
+ .f(void 0, void 0)
82628
+ .ser(se_GetManagedPrefixListAssociationsCommand)
82629
+ .de(de_GetManagedPrefixListAssociationsCommand)
82630
+ .build() {
82631
+ }
82632
+
82633
+ class GetManagedPrefixListEntriesCommand extends smithyClient.Command
82634
+ .classBuilder()
82635
+ .ep(commonParams)
82636
+ .m(function (Command, cs, config, o) {
82637
+ return [
82638
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
82639
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
82640
+ ];
82641
+ })
82642
+ .s("AmazonEC2", "GetManagedPrefixListEntries", {})
82643
+ .n("EC2Client", "GetManagedPrefixListEntriesCommand")
82644
+ .f(void 0, void 0)
82645
+ .ser(se_GetManagedPrefixListEntriesCommand)
82646
+ .de(de_GetManagedPrefixListEntriesCommand)
82647
+ .build() {
82648
+ }
82649
+
82650
+ class GetNetworkInsightsAccessScopeAnalysisFindingsCommand extends smithyClient.Command
82651
+ .classBuilder()
82652
+ .ep(commonParams)
82653
+ .m(function (Command, cs, config, o) {
82654
+ return [
82655
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
82656
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
82657
+ ];
82658
+ })
82659
+ .s("AmazonEC2", "GetNetworkInsightsAccessScopeAnalysisFindings", {})
82660
+ .n("EC2Client", "GetNetworkInsightsAccessScopeAnalysisFindingsCommand")
82661
+ .f(void 0, void 0)
82662
+ .ser(se_GetNetworkInsightsAccessScopeAnalysisFindingsCommand)
82663
+ .de(de_GetNetworkInsightsAccessScopeAnalysisFindingsCommand)
82664
+ .build() {
82665
+ }
82666
+
82667
+ class GetNetworkInsightsAccessScopeContentCommand extends smithyClient.Command
82668
+ .classBuilder()
82669
+ .ep(commonParams)
82670
+ .m(function (Command, cs, config, o) {
82671
+ return [
82672
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
82673
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
82674
+ ];
82675
+ })
82676
+ .s("AmazonEC2", "GetNetworkInsightsAccessScopeContent", {})
82677
+ .n("EC2Client", "GetNetworkInsightsAccessScopeContentCommand")
82678
+ .f(void 0, void 0)
82679
+ .ser(se_GetNetworkInsightsAccessScopeContentCommand)
82680
+ .de(de_GetNetworkInsightsAccessScopeContentCommand)
82681
+ .build() {
82682
+ }
81523
82683
 
81524
82684
  class GetPasswordDataCommand extends smithyClient.Command
81525
82685
  .classBuilder()
@@ -83221,6 +84381,105 @@ class ModifyVpcTenancyCommand extends smithyClient.Command
83221
84381
  .build() {
83222
84382
  }
83223
84383
 
84384
+ const VpcTenancy = {
84385
+ default: "default",
84386
+ };
84387
+ const Status = {
84388
+ inClassic: "InClassic",
84389
+ inVpc: "InVpc",
84390
+ moveInProgress: "MoveInProgress",
84391
+ };
84392
+ const VerificationMethod = {
84393
+ dns_token: "dns-token",
84394
+ remarks_x509: "remarks-x509",
84395
+ };
84396
+ const ReportInstanceReasonCodes = {
84397
+ instance_stuck_in_state: "instance-stuck-in-state",
84398
+ not_accepting_credentials: "not-accepting-credentials",
84399
+ other: "other",
84400
+ password_not_available: "password-not-available",
84401
+ performance_ebs_volume: "performance-ebs-volume",
84402
+ performance_instance_store: "performance-instance-store",
84403
+ performance_network: "performance-network",
84404
+ performance_other: "performance-other",
84405
+ unresponsive: "unresponsive",
84406
+ };
84407
+ const ReportStatusType = {
84408
+ impaired: "impaired",
84409
+ ok: "ok",
84410
+ };
84411
+ const ResetFpgaImageAttributeName = {
84412
+ loadPermission: "loadPermission",
84413
+ };
84414
+ const ResetImageAttributeName = {
84415
+ launchPermission: "launchPermission",
84416
+ };
84417
+ const MembershipType = {
84418
+ igmp: "igmp",
84419
+ static: "static",
84420
+ };
84421
+ const ModifyVpnConnectionResultFilterSensitiveLog = (obj) => ({
84422
+ ...obj,
84423
+ ...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
84424
+ });
84425
+ const ModifyVpnConnectionOptionsResultFilterSensitiveLog = (obj) => ({
84426
+ ...obj,
84427
+ ...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
84428
+ });
84429
+ const ModifyVpnTunnelCertificateResultFilterSensitiveLog = (obj) => ({
84430
+ ...obj,
84431
+ ...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
84432
+ });
84433
+ const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
84434
+ ...obj,
84435
+ ...(obj.PreSharedKey && { PreSharedKey: smithyClient.SENSITIVE_STRING }),
84436
+ });
84437
+ const ModifyVpnTunnelOptionsRequestFilterSensitiveLog = (obj) => ({
84438
+ ...obj,
84439
+ ...(obj.TunnelOptions && { TunnelOptions: smithyClient.SENSITIVE_STRING }),
84440
+ });
84441
+ const ModifyVpnTunnelOptionsResultFilterSensitiveLog = (obj) => ({
84442
+ ...obj,
84443
+ ...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
84444
+ });
84445
+ const ReportInstanceStatusRequestFilterSensitiveLog = (obj) => ({
84446
+ ...obj,
84447
+ ...(obj.Description && { Description: smithyClient.SENSITIVE_STRING }),
84448
+ });
84449
+ const RequestSpotFleetRequestFilterSensitiveLog = (obj) => ({
84450
+ ...obj,
84451
+ ...(obj.SpotFleetRequestConfig && {
84452
+ SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig),
84453
+ }),
84454
+ });
84455
+ const RequestSpotLaunchSpecificationFilterSensitiveLog = (obj) => ({
84456
+ ...obj,
84457
+ ...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
84458
+ });
84459
+ const RequestSpotInstancesRequestFilterSensitiveLog = (obj) => ({
84460
+ ...obj,
84461
+ ...(obj.LaunchSpecification && {
84462
+ LaunchSpecification: RequestSpotLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification),
84463
+ }),
84464
+ });
84465
+ const RequestSpotInstancesResultFilterSensitiveLog = (obj) => ({
84466
+ ...obj,
84467
+ ...(obj.SpotInstanceRequests && {
84468
+ SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item)),
84469
+ }),
84470
+ });
84471
+ const RunInstancesRequestFilterSensitiveLog = (obj) => ({
84472
+ ...obj,
84473
+ ...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
84474
+ });
84475
+ const ScheduledInstancesLaunchSpecificationFilterSensitiveLog = (obj) => ({
84476
+ ...obj,
84477
+ });
84478
+ const RunScheduledInstancesRequestFilterSensitiveLog = (obj) => ({
84479
+ ...obj,
84480
+ ...(obj.LaunchSpecification && { LaunchSpecification: smithyClient.SENSITIVE_STRING }),
84481
+ });
84482
+
83224
84483
  class ModifyVpnConnectionCommand extends smithyClient.Command
83225
84484
  .classBuilder()
83226
84485
  .ep(commonParams)
@@ -83884,73 +85143,6 @@ class ReplaceVpnTunnelCommand extends smithyClient.Command
83884
85143
  .build() {
83885
85144
  }
83886
85145
 
83887
- const VerificationMethod = {
83888
- dns_token: "dns-token",
83889
- remarks_x509: "remarks-x509",
83890
- };
83891
- const ReportInstanceReasonCodes = {
83892
- instance_stuck_in_state: "instance-stuck-in-state",
83893
- not_accepting_credentials: "not-accepting-credentials",
83894
- other: "other",
83895
- password_not_available: "password-not-available",
83896
- performance_ebs_volume: "performance-ebs-volume",
83897
- performance_instance_store: "performance-instance-store",
83898
- performance_network: "performance-network",
83899
- performance_other: "performance-other",
83900
- unresponsive: "unresponsive",
83901
- };
83902
- const ReportStatusType = {
83903
- impaired: "impaired",
83904
- ok: "ok",
83905
- };
83906
- const ResetFpgaImageAttributeName = {
83907
- loadPermission: "loadPermission",
83908
- };
83909
- const ResetImageAttributeName = {
83910
- launchPermission: "launchPermission",
83911
- };
83912
- const MembershipType = {
83913
- igmp: "igmp",
83914
- static: "static",
83915
- };
83916
- const ReportInstanceStatusRequestFilterSensitiveLog = (obj) => ({
83917
- ...obj,
83918
- ...(obj.Description && { Description: smithyClient.SENSITIVE_STRING }),
83919
- });
83920
- const RequestSpotFleetRequestFilterSensitiveLog = (obj) => ({
83921
- ...obj,
83922
- ...(obj.SpotFleetRequestConfig && {
83923
- SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig),
83924
- }),
83925
- });
83926
- const RequestSpotLaunchSpecificationFilterSensitiveLog = (obj) => ({
83927
- ...obj,
83928
- ...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
83929
- });
83930
- const RequestSpotInstancesRequestFilterSensitiveLog = (obj) => ({
83931
- ...obj,
83932
- ...(obj.LaunchSpecification && {
83933
- LaunchSpecification: RequestSpotLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification),
83934
- }),
83935
- });
83936
- const RequestSpotInstancesResultFilterSensitiveLog = (obj) => ({
83937
- ...obj,
83938
- ...(obj.SpotInstanceRequests && {
83939
- SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item)),
83940
- }),
83941
- });
83942
- const RunInstancesRequestFilterSensitiveLog = (obj) => ({
83943
- ...obj,
83944
- ...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
83945
- });
83946
- const ScheduledInstancesLaunchSpecificationFilterSensitiveLog = (obj) => ({
83947
- ...obj,
83948
- });
83949
- const RunScheduledInstancesRequestFilterSensitiveLog = (obj) => ({
83950
- ...obj,
83951
- ...(obj.LaunchSpecification && { LaunchSpecification: smithyClient.SENSITIVE_STRING }),
83952
- });
83953
-
83954
85146
  class ReportInstanceStatusCommand extends smithyClient.Command
83955
85147
  .classBuilder()
83956
85148
  .ep(commonParams)
@@ -84580,6 +85772,23 @@ class UnmonitorInstancesCommand extends smithyClient.Command
84580
85772
  .build() {
84581
85773
  }
84582
85774
 
85775
+ class UpdateCapacityManagerOrganizationsAccessCommand extends smithyClient.Command
85776
+ .classBuilder()
85777
+ .ep(commonParams)
85778
+ .m(function (Command, cs, config, o) {
85779
+ return [
85780
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
85781
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
85782
+ ];
85783
+ })
85784
+ .s("AmazonEC2", "UpdateCapacityManagerOrganizationsAccess", {})
85785
+ .n("EC2Client", "UpdateCapacityManagerOrganizationsAccessCommand")
85786
+ .f(void 0, void 0)
85787
+ .ser(se_UpdateCapacityManagerOrganizationsAccessCommand)
85788
+ .de(de_UpdateCapacityManagerOrganizationsAccessCommand)
85789
+ .build() {
85790
+ }
85791
+
84583
85792
  class UpdateSecurityGroupRuleDescriptionsEgressCommand extends smithyClient.Command
84584
85793
  .classBuilder()
84585
85794
  .ep(commonParams)
@@ -84692,6 +85901,8 @@ const commands = {
84692
85901
  CopyFpgaImageCommand,
84693
85902
  CopyImageCommand,
84694
85903
  CopySnapshotCommand,
85904
+ CopyVolumesCommand,
85905
+ CreateCapacityManagerDataExportCommand,
84695
85906
  CreateCapacityReservationCommand,
84696
85907
  CreateCapacityReservationBySplittingCommand,
84697
85908
  CreateCapacityReservationFleetCommand,
@@ -84785,6 +85996,7 @@ const commands = {
84785
85996
  CreateVpnConnectionCommand,
84786
85997
  CreateVpnConnectionRouteCommand,
84787
85998
  CreateVpnGatewayCommand,
85999
+ DeleteCapacityManagerDataExportCommand,
84788
86000
  DeleteCarrierGatewayCommand,
84789
86001
  DeleteClientVpnEndpointCommand,
84790
86002
  DeleteClientVpnRouteCommand,
@@ -84889,6 +86101,7 @@ const commands = {
84889
86101
  DescribeCapacityBlockOfferingsCommand,
84890
86102
  DescribeCapacityBlocksCommand,
84891
86103
  DescribeCapacityBlockStatusCommand,
86104
+ DescribeCapacityManagerDataExportsCommand,
84892
86105
  DescribeCapacityReservationBillingRequestsCommand,
84893
86106
  DescribeCapacityReservationFleetsCommand,
84894
86107
  DescribeCapacityReservationsCommand,
@@ -85056,6 +86269,7 @@ const commands = {
85056
86269
  DisableAddressTransferCommand,
85057
86270
  DisableAllowedImagesSettingsCommand,
85058
86271
  DisableAwsNetworkPerformanceMetricSubscriptionCommand,
86272
+ DisableCapacityManagerCommand,
85059
86273
  DisableEbsEncryptionByDefaultCommand,
85060
86274
  DisableFastLaunchCommand,
85061
86275
  DisableFastSnapshotRestoresCommand,
@@ -85092,6 +86306,7 @@ const commands = {
85092
86306
  EnableAddressTransferCommand,
85093
86307
  EnableAllowedImagesSettingsCommand,
85094
86308
  EnableAwsNetworkPerformanceMetricSubscriptionCommand,
86309
+ EnableCapacityManagerCommand,
85095
86310
  EnableEbsEncryptionByDefaultCommand,
85096
86311
  EnableFastLaunchCommand,
85097
86312
  EnableFastSnapshotRestoresCommand,
@@ -85119,6 +86334,9 @@ const commands = {
85119
86334
  GetAssociatedEnclaveCertificateIamRolesCommand,
85120
86335
  GetAssociatedIpv6PoolCidrsCommand,
85121
86336
  GetAwsNetworkPerformanceDataCommand,
86337
+ GetCapacityManagerAttributesCommand,
86338
+ GetCapacityManagerMetricDataCommand,
86339
+ GetCapacityManagerMetricDimensionsCommand,
85122
86340
  GetCapacityReservationUsageCommand,
85123
86341
  GetCoipPoolUsageCommand,
85124
86342
  GetConsoleOutputCommand,
@@ -85323,6 +86541,7 @@ const commands = {
85323
86541
  UnassignPrivateNatGatewayAddressCommand,
85324
86542
  UnlockSnapshotCommand,
85325
86543
  UnmonitorInstancesCommand,
86544
+ UpdateCapacityManagerOrganizationsAccessCommand,
85326
86545
  UpdateSecurityGroupRuleDescriptionsEgressCommand,
85327
86546
  UpdateSecurityGroupRuleDescriptionsIngressCommand,
85328
86547
  WithdrawByoipCidrCommand,
@@ -85349,6 +86568,8 @@ const paginateDescribeCapacityBlockStatus = core.createPaginator(EC2Client, Desc
85349
86568
 
85350
86569
  const paginateDescribeCapacityBlocks = core.createPaginator(EC2Client, DescribeCapacityBlocksCommand, "NextToken", "NextToken", "MaxResults");
85351
86570
 
86571
+ const paginateDescribeCapacityManagerDataExports = core.createPaginator(EC2Client, DescribeCapacityManagerDataExportsCommand, "NextToken", "NextToken", "MaxResults");
86572
+
85352
86573
  const paginateDescribeCapacityReservationBillingRequests = core.createPaginator(EC2Client, DescribeCapacityReservationBillingRequestsCommand, "NextToken", "NextToken", "MaxResults");
85353
86574
 
85354
86575
  const paginateDescribeCapacityReservationFleets = core.createPaginator(EC2Client, DescribeCapacityReservationFleetsCommand, "NextToken", "NextToken", "MaxResults");
@@ -85591,6 +86812,10 @@ const paginateGetAssociatedIpv6PoolCidrs = core.createPaginator(EC2Client, GetAs
85591
86812
 
85592
86813
  const paginateGetAwsNetworkPerformanceData = core.createPaginator(EC2Client, GetAwsNetworkPerformanceDataCommand, "NextToken", "NextToken", "MaxResults");
85593
86814
 
86815
+ const paginateGetCapacityManagerMetricData = core.createPaginator(EC2Client, GetCapacityManagerMetricDataCommand, "NextToken", "NextToken", "MaxResults");
86816
+
86817
+ const paginateGetCapacityManagerMetricDimensions = core.createPaginator(EC2Client, GetCapacityManagerMetricDimensionsCommand, "NextToken", "NextToken", "MaxResults");
86818
+
85594
86819
  const paginateGetGroupsForCapacityReservation = core.createPaginator(EC2Client, GetGroupsForCapacityReservationCommand, "NextToken", "NextToken", "MaxResults");
85595
86820
 
85596
86821
  const paginateGetInstanceTypesFromInstanceRequirements = core.createPaginator(EC2Client, GetInstanceTypesFromInstanceRequirementsCommand, "NextToken", "NextToken", "MaxResults");
@@ -87793,6 +89018,8 @@ exports.CancelSpotInstanceRequestsCommand = CancelSpotInstanceRequestsCommand;
87793
89018
  exports.CapacityBlockExtensionStatus = CapacityBlockExtensionStatus;
87794
89019
  exports.CapacityBlockInterconnectStatus = CapacityBlockInterconnectStatus;
87795
89020
  exports.CapacityBlockResourceState = CapacityBlockResourceState;
89021
+ exports.CapacityManagerDataExportStatus = CapacityManagerDataExportStatus;
89022
+ exports.CapacityManagerStatus = CapacityManagerStatus;
87796
89023
  exports.CapacityReservationBillingRequestStatus = CapacityReservationBillingRequestStatus;
87797
89024
  exports.CapacityReservationDeliveryPreference = CapacityReservationDeliveryPreference;
87798
89025
  exports.CapacityReservationFleetState = CapacityReservationFleetState;
@@ -87801,6 +89028,7 @@ exports.CapacityReservationPreference = CapacityReservationPreference;
87801
89028
  exports.CapacityReservationState = CapacityReservationState;
87802
89029
  exports.CapacityReservationTenancy = CapacityReservationTenancy;
87803
89030
  exports.CapacityReservationType = CapacityReservationType;
89031
+ exports.CapacityTenancy = CapacityTenancy;
87804
89032
  exports.CarrierGatewayState = CarrierGatewayState;
87805
89033
  exports.ClientCertificateRevocationListStatusCode = ClientCertificateRevocationListStatusCode;
87806
89034
  exports.ClientVpnAuthenticationType = ClientVpnAuthenticationType;
@@ -87809,6 +89037,7 @@ exports.ClientVpnConnectionStatusCode = ClientVpnConnectionStatusCode;
87809
89037
  exports.ClientVpnEndpointAttributeStatusCode = ClientVpnEndpointAttributeStatusCode;
87810
89038
  exports.ClientVpnEndpointStatusCode = ClientVpnEndpointStatusCode;
87811
89039
  exports.ClientVpnRouteStatusCode = ClientVpnRouteStatusCode;
89040
+ exports.Comparison = Comparison;
87812
89041
  exports.ConfirmProductInstanceCommand = ConfirmProductInstanceCommand;
87813
89042
  exports.ConnectionNotificationState = ConnectionNotificationState;
87814
89043
  exports.ConnectionNotificationType = ConnectionNotificationType;
@@ -87821,7 +89050,9 @@ exports.CopyImageCommand = CopyImageCommand;
87821
89050
  exports.CopySnapshotCommand = CopySnapshotCommand;
87822
89051
  exports.CopySnapshotRequestFilterSensitiveLog = CopySnapshotRequestFilterSensitiveLog;
87823
89052
  exports.CopyTagsFromSource = CopyTagsFromSource;
89053
+ exports.CopyVolumesCommand = CopyVolumesCommand;
87824
89054
  exports.CpuManufacturer = CpuManufacturer;
89055
+ exports.CreateCapacityManagerDataExportCommand = CreateCapacityManagerDataExportCommand;
87825
89056
  exports.CreateCapacityReservationBySplittingCommand = CreateCapacityReservationBySplittingCommand;
87826
89057
  exports.CreateCapacityReservationCommand = CreateCapacityReservationCommand;
87827
89058
  exports.CreateCapacityReservationFleetCommand = CreateCapacityReservationFleetCommand;
@@ -87933,6 +89164,7 @@ exports.DefaultInstanceMetadataTagsState = DefaultInstanceMetadataTagsState;
87933
89164
  exports.DefaultRouteTableAssociationValue = DefaultRouteTableAssociationValue;
87934
89165
  exports.DefaultRouteTablePropagationValue = DefaultRouteTablePropagationValue;
87935
89166
  exports.DefaultTargetCapacityType = DefaultTargetCapacityType;
89167
+ exports.DeleteCapacityManagerDataExportCommand = DeleteCapacityManagerDataExportCommand;
87936
89168
  exports.DeleteCarrierGatewayCommand = DeleteCarrierGatewayCommand;
87937
89169
  exports.DeleteClientVpnEndpointCommand = DeleteClientVpnEndpointCommand;
87938
89170
  exports.DeleteClientVpnRouteCommand = DeleteClientVpnRouteCommand;
@@ -88041,6 +89273,7 @@ exports.DescribeCapacityBlockExtensionOfferingsCommand = DescribeCapacityBlockEx
88041
89273
  exports.DescribeCapacityBlockOfferingsCommand = DescribeCapacityBlockOfferingsCommand;
88042
89274
  exports.DescribeCapacityBlockStatusCommand = DescribeCapacityBlockStatusCommand;
88043
89275
  exports.DescribeCapacityBlocksCommand = DescribeCapacityBlocksCommand;
89276
+ exports.DescribeCapacityManagerDataExportsCommand = DescribeCapacityManagerDataExportsCommand;
88044
89277
  exports.DescribeCapacityReservationBillingRequestsCommand = DescribeCapacityReservationBillingRequestsCommand;
88045
89278
  exports.DescribeCapacityReservationFleetsCommand = DescribeCapacityReservationFleetsCommand;
88046
89279
  exports.DescribeCapacityReservationsCommand = DescribeCapacityReservationsCommand;
@@ -88220,6 +89453,7 @@ exports.DeviceType = DeviceType;
88220
89453
  exports.DisableAddressTransferCommand = DisableAddressTransferCommand;
88221
89454
  exports.DisableAllowedImagesSettingsCommand = DisableAllowedImagesSettingsCommand;
88222
89455
  exports.DisableAwsNetworkPerformanceMetricSubscriptionCommand = DisableAwsNetworkPerformanceMetricSubscriptionCommand;
89456
+ exports.DisableCapacityManagerCommand = DisableCapacityManagerCommand;
88223
89457
  exports.DisableEbsEncryptionByDefaultCommand = DisableEbsEncryptionByDefaultCommand;
88224
89458
  exports.DisableFastLaunchCommand = DisableFastLaunchCommand;
88225
89459
  exports.DisableFastSnapshotRestoresCommand = DisableFastSnapshotRestoresCommand;
@@ -88278,6 +89512,7 @@ exports.EnaSupport = EnaSupport;
88278
89512
  exports.EnableAddressTransferCommand = EnableAddressTransferCommand;
88279
89513
  exports.EnableAllowedImagesSettingsCommand = EnableAllowedImagesSettingsCommand;
88280
89514
  exports.EnableAwsNetworkPerformanceMetricSubscriptionCommand = EnableAwsNetworkPerformanceMetricSubscriptionCommand;
89515
+ exports.EnableCapacityManagerCommand = EnableCapacityManagerCommand;
88281
89516
  exports.EnableEbsEncryptionByDefaultCommand = EnableEbsEncryptionByDefaultCommand;
88282
89517
  exports.EnableFastLaunchCommand = EnableFastLaunchCommand;
88283
89518
  exports.EnableFastSnapshotRestoresCommand = EnableFastSnapshotRestoresCommand;
@@ -88312,6 +89547,7 @@ exports.ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog
88312
89547
  exports.FastLaunchResourceType = FastLaunchResourceType;
88313
89548
  exports.FastLaunchStateCode = FastLaunchStateCode;
88314
89549
  exports.FastSnapshotRestoreStateCode = FastSnapshotRestoreStateCode;
89550
+ exports.FilterByDimension = FilterByDimension;
88315
89551
  exports.FindingsFound = FindingsFound;
88316
89552
  exports.FleetActivityStatus = FleetActivityStatus;
88317
89553
  exports.FleetCapacityReservationTenancy = FleetCapacityReservationTenancy;
@@ -88334,6 +89570,9 @@ exports.GetAllowedImagesSettingsCommand = GetAllowedImagesSettingsCommand;
88334
89570
  exports.GetAssociatedEnclaveCertificateIamRolesCommand = GetAssociatedEnclaveCertificateIamRolesCommand;
88335
89571
  exports.GetAssociatedIpv6PoolCidrsCommand = GetAssociatedIpv6PoolCidrsCommand;
88336
89572
  exports.GetAwsNetworkPerformanceDataCommand = GetAwsNetworkPerformanceDataCommand;
89573
+ exports.GetCapacityManagerAttributesCommand = GetCapacityManagerAttributesCommand;
89574
+ exports.GetCapacityManagerMetricDataCommand = GetCapacityManagerMetricDataCommand;
89575
+ exports.GetCapacityManagerMetricDimensionsCommand = GetCapacityManagerMetricDimensionsCommand;
88337
89576
  exports.GetCapacityReservationUsageCommand = GetCapacityReservationUsageCommand;
88338
89577
  exports.GetCoipPoolUsageCommand = GetCoipPoolUsageCommand;
88339
89578
  exports.GetConsoleOutputCommand = GetConsoleOutputCommand;
@@ -88389,6 +89628,7 @@ exports.GetVpnConnectionDeviceSampleConfigurationCommand = GetVpnConnectionDevic
88389
89628
  exports.GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog;
88390
89629
  exports.GetVpnConnectionDeviceTypesCommand = GetVpnConnectionDeviceTypesCommand;
88391
89630
  exports.GetVpnTunnelReplacementStatusCommand = GetVpnTunnelReplacementStatusCommand;
89631
+ exports.GroupBy = GroupBy;
88392
89632
  exports.HostMaintenance = HostMaintenance;
88393
89633
  exports.HostRecovery = HostRecovery;
88394
89634
  exports.HostTenancy = HostTenancy;
@@ -88426,6 +89666,7 @@ exports.ImportVolumeCommand = ImportVolumeCommand;
88426
89666
  exports.ImportVolumeRequestFilterSensitiveLog = ImportVolumeRequestFilterSensitiveLog;
88427
89667
  exports.ImportVolumeResultFilterSensitiveLog = ImportVolumeResultFilterSensitiveLog;
88428
89668
  exports.ImportVolumeTaskDetailsFilterSensitiveLog = ImportVolumeTaskDetailsFilterSensitiveLog;
89669
+ exports.IngestionStatus = IngestionStatus;
88429
89670
  exports.InitializationType = InitializationType;
88430
89671
  exports.InstanceAttributeName = InstanceAttributeName;
88431
89672
  exports.InstanceAutoRecoveryState = InstanceAutoRecoveryState;
@@ -88516,6 +89757,7 @@ exports.ManagedBy = ManagedBy;
88516
89757
  exports.MarketType = MarketType;
88517
89758
  exports.MembershipType = MembershipType;
88518
89759
  exports.MetadataDefaultHttpTokensState = MetadataDefaultHttpTokensState;
89760
+ exports.Metric = Metric;
88519
89761
  exports.MetricType = MetricType;
88520
89762
  exports.ModifyAddressAttributeCommand = ModifyAddressAttributeCommand;
88521
89763
  exports.ModifyAvailabilityZoneGroupCommand = ModifyAvailabilityZoneGroupCommand;
@@ -88621,6 +89863,7 @@ exports.OfferingTypeValues = OfferingTypeValues;
88621
89863
  exports.OidcOptionsFilterSensitiveLog = OidcOptionsFilterSensitiveLog;
88622
89864
  exports.OnDemandAllocationStrategy = OnDemandAllocationStrategy;
88623
89865
  exports.OperationType = OperationType;
89866
+ exports.OutputFormat = OutputFormat;
88624
89867
  exports.PartitionLoadFrequency = PartitionLoadFrequency;
88625
89868
  exports.PayerResponsibility = PayerResponsibility;
88626
89869
  exports.PaymentOption = PaymentOption;
@@ -88685,7 +89928,9 @@ exports.RequestSpotInstancesCommand = RequestSpotInstancesCommand;
88685
89928
  exports.RequestSpotInstancesRequestFilterSensitiveLog = RequestSpotInstancesRequestFilterSensitiveLog;
88686
89929
  exports.RequestSpotInstancesResultFilterSensitiveLog = RequestSpotInstancesResultFilterSensitiveLog;
88687
89930
  exports.RequestSpotLaunchSpecificationFilterSensitiveLog = RequestSpotLaunchSpecificationFilterSensitiveLog;
89931
+ exports.ReservationEndDateType = ReservationEndDateType;
88688
89932
  exports.ReservationState = ReservationState;
89933
+ exports.ReservationType = ReservationType;
88689
89934
  exports.ReservedInstanceState = ReservedInstanceState;
88690
89935
  exports.ResetAddressAttributeCommand = ResetAddressAttributeCommand;
88691
89936
  exports.ResetEbsDefaultKmsKeyIdCommand = ResetEbsDefaultKmsKeyIdCommand;
@@ -88729,6 +89974,7 @@ exports.RunScheduledInstancesCommand = RunScheduledInstancesCommand;
88729
89974
  exports.RunScheduledInstancesRequestFilterSensitiveLog = RunScheduledInstancesRequestFilterSensitiveLog;
88730
89975
  exports.S3StorageFilterSensitiveLog = S3StorageFilterSensitiveLog;
88731
89976
  exports.SSEType = SSEType;
89977
+ exports.Schedule = Schedule;
88732
89978
  exports.ScheduledInstancesLaunchSpecificationFilterSensitiveLog = ScheduledInstancesLaunchSpecificationFilterSensitiveLog;
88733
89979
  exports.Scope = Scope;
88734
89980
  exports.SearchLocalGatewayRoutesCommand = SearchLocalGatewayRoutesCommand;
@@ -88824,6 +90070,7 @@ exports.UnlimitedSupportedInstanceFamily = UnlimitedSupportedInstanceFamily;
88824
90070
  exports.UnlockSnapshotCommand = UnlockSnapshotCommand;
88825
90071
  exports.UnmonitorInstancesCommand = UnmonitorInstancesCommand;
88826
90072
  exports.UnsuccessfulInstanceCreditSpecificationErrorCode = UnsuccessfulInstanceCreditSpecificationErrorCode;
90073
+ exports.UpdateCapacityManagerOrganizationsAccessCommand = UpdateCapacityManagerOrganizationsAccessCommand;
88827
90074
  exports.UpdateSecurityGroupRuleDescriptionsEgressCommand = UpdateSecurityGroupRuleDescriptionsEgressCommand;
88828
90075
  exports.UpdateSecurityGroupRuleDescriptionsIngressCommand = UpdateSecurityGroupRuleDescriptionsIngressCommand;
88829
90076
  exports.UsageClassType = UsageClassType;
@@ -88878,6 +90125,7 @@ exports.paginateDescribeCapacityBlockExtensionOfferings = paginateDescribeCapaci
88878
90125
  exports.paginateDescribeCapacityBlockOfferings = paginateDescribeCapacityBlockOfferings;
88879
90126
  exports.paginateDescribeCapacityBlockStatus = paginateDescribeCapacityBlockStatus;
88880
90127
  exports.paginateDescribeCapacityBlocks = paginateDescribeCapacityBlocks;
90128
+ exports.paginateDescribeCapacityManagerDataExports = paginateDescribeCapacityManagerDataExports;
88881
90129
  exports.paginateDescribeCapacityReservationBillingRequests = paginateDescribeCapacityReservationBillingRequests;
88882
90130
  exports.paginateDescribeCapacityReservationFleets = paginateDescribeCapacityReservationFleets;
88883
90131
  exports.paginateDescribeCapacityReservations = paginateDescribeCapacityReservations;
@@ -88999,6 +90247,8 @@ exports.paginateDescribeVpcPeeringConnections = paginateDescribeVpcPeeringConnec
88999
90247
  exports.paginateDescribeVpcs = paginateDescribeVpcs;
89000
90248
  exports.paginateGetAssociatedIpv6PoolCidrs = paginateGetAssociatedIpv6PoolCidrs;
89001
90249
  exports.paginateGetAwsNetworkPerformanceData = paginateGetAwsNetworkPerformanceData;
90250
+ exports.paginateGetCapacityManagerMetricData = paginateGetCapacityManagerMetricData;
90251
+ exports.paginateGetCapacityManagerMetricDimensions = paginateGetCapacityManagerMetricDimensions;
89002
90252
  exports.paginateGetGroupsForCapacityReservation = paginateGetGroupsForCapacityReservation;
89003
90253
  exports.paginateGetInstanceTypesFromInstanceRequirements = paginateGetInstanceTypesFromInstanceRequirements;
89004
90254
  exports.paginateGetIpamAddressHistory = paginateGetIpamAddressHistory;