@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
@@ -62,7 +62,7 @@ declare const ImportSnapshotCommand_base: {
62
62
  * RoleName: "STRING_VALUE",
63
63
  * TagSpecifications: [ // TagSpecificationList
64
64
  * { // TagSpecification
65
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task",
65
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "capacity-manager-data-export",
66
66
  * Tags: [ // TagList
67
67
  * { // Tag
68
68
  * Key: "STRING_VALUE",
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ModifyVpcEndpointServicePayerResponsibilityRequest, ModifyVpcEndpointServicePayerResponsibilityResult } from "../models/models_7";
4
+ import { ModifyVpcEndpointServicePayerResponsibilityRequest, ModifyVpcEndpointServicePayerResponsibilityResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ModifyVpcEndpointServicePermissionsRequest, ModifyVpcEndpointServicePermissionsResult } from "../models/models_7";
4
+ import { ModifyVpcEndpointServicePermissionsRequest, ModifyVpcEndpointServicePermissionsResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ModifyVpcPeeringConnectionOptionsRequest, ModifyVpcPeeringConnectionOptionsResult } from "../models/models_7";
4
+ import { ModifyVpcPeeringConnectionOptionsRequest, ModifyVpcPeeringConnectionOptionsResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ModifyVpcTenancyRequest, ModifyVpcTenancyResult } from "../models/models_7";
4
+ import { ModifyVpcTenancyRequest, ModifyVpcTenancyResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ModifyVpnConnectionRequest, ModifyVpnConnectionResult } from "../models/models_7";
4
+ import { ModifyVpnConnectionRequest, ModifyVpnConnectionResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ModifyVpnConnectionOptionsRequest, ModifyVpnConnectionOptionsResult } from "../models/models_7";
4
+ import { ModifyVpnConnectionOptionsRequest, ModifyVpnConnectionOptionsResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ModifyVpnTunnelCertificateRequest, ModifyVpnTunnelCertificateResult } from "../models/models_7";
4
+ import { ModifyVpnTunnelCertificateRequest, ModifyVpnTunnelCertificateResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ModifyVpnTunnelOptionsRequest, ModifyVpnTunnelOptionsResult } from "../models/models_7";
4
+ import { ModifyVpnTunnelOptionsRequest, ModifyVpnTunnelOptionsResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { MonitorInstancesRequest, MonitorInstancesResult } from "../models/models_7";
4
+ import { MonitorInstancesRequest, MonitorInstancesResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { MoveAddressToVpcRequest, MoveAddressToVpcResult } from "../models/models_7";
4
+ import { MoveAddressToVpcRequest, MoveAddressToVpcResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { MoveByoipCidrToIpamRequest, MoveByoipCidrToIpamResult } from "../models/models_7";
4
+ import { MoveByoipCidrToIpamRequest, MoveByoipCidrToIpamResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { MoveCapacityReservationInstancesRequest, MoveCapacityReservationInstancesResult } from "../models/models_7";
4
+ import { MoveCapacityReservationInstancesRequest, MoveCapacityReservationInstancesResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ProvisionByoipCidrRequest, ProvisionByoipCidrResult } from "../models/models_7";
4
+ import { ProvisionByoipCidrRequest, ProvisionByoipCidrResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -56,7 +56,7 @@ declare const ProvisionByoipCidrCommand_base: {
56
56
  * DryRun: true || false,
57
57
  * PoolTagSpecifications: [ // TagSpecificationList
58
58
  * { // TagSpecification
59
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task",
59
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "capacity-manager-data-export",
60
60
  * Tags: [ // TagList
61
61
  * { // Tag
62
62
  * Key: "STRING_VALUE",
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { ProvisionIpamByoasnRequest, ProvisionIpamByoasnResult } from "../models/models_7";
4
+ import { ProvisionIpamByoasnRequest, ProvisionIpamByoasnResult } from "../models/models_8";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -42,7 +42,7 @@ declare const PurchaseCapacityBlockCommand_base: {
42
42
  * DryRun: true || false,
43
43
  * TagSpecifications: [ // TagSpecificationList
44
44
  * { // TagSpecification
45
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task",
45
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "capacity-manager-data-export",
46
46
  * Tags: [ // TagList
47
47
  * { // Tag
48
48
  * Key: "STRING_VALUE",
@@ -49,7 +49,7 @@ declare const PurchaseHostReservationCommand_base: {
49
49
  * OfferingId: "STRING_VALUE", // required
50
50
  * TagSpecifications: [ // TagSpecificationList
51
51
  * { // TagSpecification
52
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task",
52
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "capacity-manager-data-export",
53
53
  * Tags: [ // TagList
54
54
  * { // Tag
55
55
  * Key: "STRING_VALUE",
@@ -84,7 +84,7 @@ declare const RegisterImageCommand_base: {
84
84
  * ImdsSupport: "v2.0",
85
85
  * TagSpecifications: [ // TagSpecificationList
86
86
  * { // TagSpecification
87
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task",
87
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "capacity-manager-data-export",
88
88
  * Tags: [ // TagList
89
89
  * { // Tag
90
90
  * Key: "STRING_VALUE",
@@ -182,7 +182,7 @@ declare const RequestSpotFleetCommand_base: {
182
182
  * WeightedCapacity: Number("double"),
183
183
  * TagSpecifications: [ // SpotFleetTagSpecificationList
184
184
  * { // SpotFleetTagSpecification
185
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task",
185
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "capacity-manager-data-export",
186
186
  * Tags: [ // TagList
187
187
  * { // Tag
188
188
  * Key: "STRING_VALUE",
@@ -406,7 +406,7 @@ declare const RequestSpotFleetCommand_base: {
406
406
  * TargetCapacityUnitType: "vcpu" || "memory-mib" || "units",
407
407
  * TagSpecifications: [ // TagSpecificationList
408
408
  * { // TagSpecification
409
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task",
409
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "capacity-manager-data-export",
410
410
  * Tags: [
411
411
  * {
412
412
  * Key: "STRING_VALUE",
@@ -154,7 +154,7 @@ declare const RequestSpotInstancesCommand_base: {
154
154
  * },
155
155
  * TagSpecifications: [ // TagSpecificationList
156
156
  * { // TagSpecification
157
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task",
157
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "capacity-manager-data-export",
158
158
  * Tags: [ // TagList
159
159
  * { // Tag
160
160
  * Key: "STRING_VALUE",
@@ -159,7 +159,7 @@ declare const RunInstancesCommand_base: {
159
159
  * ],
160
160
  * TagSpecifications: [ // TagSpecificationList
161
161
  * { // TagSpecification
162
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task",
162
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "capacity-manager-data-export",
163
163
  * Tags: [ // TagList
164
164
  * { // Tag
165
165
  * Key: "STRING_VALUE",
@@ -86,7 +86,7 @@ declare const StartDeclarativePoliciesReportCommand_base: {
86
86
  * TargetId: "STRING_VALUE", // required
87
87
  * TagSpecifications: [ // TagSpecificationList
88
88
  * { // TagSpecification
89
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task",
89
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "capacity-manager-data-export",
90
90
  * Tags: [ // TagList
91
91
  * { // Tag
92
92
  * Key: "STRING_VALUE",
@@ -41,7 +41,7 @@ declare const StartNetworkInsightsAccessScopeAnalysisCommand_base: {
41
41
  * DryRun: true || false,
42
42
  * TagSpecifications: [ // TagSpecificationList
43
43
  * { // TagSpecification
44
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task",
44
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "capacity-manager-data-export",
45
45
  * Tags: [ // TagList
46
46
  * { // Tag
47
47
  * Key: "STRING_VALUE",
@@ -51,7 +51,7 @@ declare const StartNetworkInsightsAnalysisCommand_base: {
51
51
  * DryRun: true || false,
52
52
  * TagSpecifications: [ // TagSpecificationList
53
53
  * { // TagSpecification
54
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task",
54
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "capacity-manager-data-export",
55
55
  * Tags: [ // TagList
56
56
  * { // Tag
57
57
  * Key: "STRING_VALUE",
@@ -0,0 +1,80 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
+ import { UpdateCapacityManagerOrganizationsAccessRequest, UpdateCapacityManagerOrganizationsAccessResult } from "../models/models_8";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateCapacityManagerOrganizationsAccessCommand}.
14
+ */
15
+ export interface UpdateCapacityManagerOrganizationsAccessCommandInput extends UpdateCapacityManagerOrganizationsAccessRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateCapacityManagerOrganizationsAccessCommand}.
21
+ */
22
+ export interface UpdateCapacityManagerOrganizationsAccessCommandOutput extends UpdateCapacityManagerOrganizationsAccessResult, __MetadataBearer {
23
+ }
24
+ declare const UpdateCapacityManagerOrganizationsAccessCommand_base: {
25
+ new (input: UpdateCapacityManagerOrganizationsAccessCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCapacityManagerOrganizationsAccessCommandInput, UpdateCapacityManagerOrganizationsAccessCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateCapacityManagerOrganizationsAccessCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCapacityManagerOrganizationsAccessCommandInput, UpdateCapacityManagerOrganizationsAccessCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>
31
+ * Updates the Organizations access setting for EC2 Capacity Manager. This controls whether Capacity Manager can aggregate
32
+ * data from all accounts in your Amazon Web Services Organization or only from the current account.
33
+ * </p>
34
+ * @example
35
+ * Use a bare-bones client and the command you need to make an API call.
36
+ * ```javascript
37
+ * import { EC2Client, UpdateCapacityManagerOrganizationsAccessCommand } from "@aws-sdk/client-ec2"; // ES Modules import
38
+ * // const { EC2Client, UpdateCapacityManagerOrganizationsAccessCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
39
+ * // import type { EC2ClientConfig } from "@aws-sdk/client-ec2";
40
+ * const config = {}; // type is EC2ClientConfig
41
+ * const client = new EC2Client(config);
42
+ * const input = { // UpdateCapacityManagerOrganizationsAccessRequest
43
+ * OrganizationsAccess: true || false, // required
44
+ * DryRun: true || false,
45
+ * ClientToken: "STRING_VALUE",
46
+ * };
47
+ * const command = new UpdateCapacityManagerOrganizationsAccessCommand(input);
48
+ * const response = await client.send(command);
49
+ * // { // UpdateCapacityManagerOrganizationsAccessResult
50
+ * // CapacityManagerStatus: "enabled" || "disabled",
51
+ * // OrganizationsAccess: true || false,
52
+ * // };
53
+ *
54
+ * ```
55
+ *
56
+ * @param UpdateCapacityManagerOrganizationsAccessCommandInput - {@link UpdateCapacityManagerOrganizationsAccessCommandInput}
57
+ * @returns {@link UpdateCapacityManagerOrganizationsAccessCommandOutput}
58
+ * @see {@link UpdateCapacityManagerOrganizationsAccessCommandInput} for command's `input` shape.
59
+ * @see {@link UpdateCapacityManagerOrganizationsAccessCommandOutput} for command's `response` shape.
60
+ * @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
61
+ *
62
+ * @throws {@link EC2ServiceException}
63
+ * <p>Base exception class for all service exceptions from EC2 service.</p>
64
+ *
65
+ *
66
+ * @public
67
+ */
68
+ export declare class UpdateCapacityManagerOrganizationsAccessCommand extends UpdateCapacityManagerOrganizationsAccessCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: UpdateCapacityManagerOrganizationsAccessRequest;
73
+ output: UpdateCapacityManagerOrganizationsAccessResult;
74
+ };
75
+ sdk: {
76
+ input: UpdateCapacityManagerOrganizationsAccessCommandInput;
77
+ output: UpdateCapacityManagerOrganizationsAccessCommandOutput;
78
+ };
79
+ };
80
+ }
@@ -58,6 +58,8 @@ export * from "./ConfirmProductInstanceCommand";
58
58
  export * from "./CopyFpgaImageCommand";
59
59
  export * from "./CopyImageCommand";
60
60
  export * from "./CopySnapshotCommand";
61
+ export * from "./CopyVolumesCommand";
62
+ export * from "./CreateCapacityManagerDataExportCommand";
61
63
  export * from "./CreateCapacityReservationBySplittingCommand";
62
64
  export * from "./CreateCapacityReservationCommand";
63
65
  export * from "./CreateCapacityReservationFleetCommand";
@@ -151,6 +153,7 @@ export * from "./CreateVpcPeeringConnectionCommand";
151
153
  export * from "./CreateVpnConnectionCommand";
152
154
  export * from "./CreateVpnConnectionRouteCommand";
153
155
  export * from "./CreateVpnGatewayCommand";
156
+ export * from "./DeleteCapacityManagerDataExportCommand";
154
157
  export * from "./DeleteCarrierGatewayCommand";
155
158
  export * from "./DeleteClientVpnEndpointCommand";
156
159
  export * from "./DeleteClientVpnRouteCommand";
@@ -255,6 +258,7 @@ export * from "./DescribeCapacityBlockExtensionOfferingsCommand";
255
258
  export * from "./DescribeCapacityBlockOfferingsCommand";
256
259
  export * from "./DescribeCapacityBlockStatusCommand";
257
260
  export * from "./DescribeCapacityBlocksCommand";
261
+ export * from "./DescribeCapacityManagerDataExportsCommand";
258
262
  export * from "./DescribeCapacityReservationBillingRequestsCommand";
259
263
  export * from "./DescribeCapacityReservationFleetsCommand";
260
264
  export * from "./DescribeCapacityReservationsCommand";
@@ -422,6 +426,7 @@ export * from "./DetachVpnGatewayCommand";
422
426
  export * from "./DisableAddressTransferCommand";
423
427
  export * from "./DisableAllowedImagesSettingsCommand";
424
428
  export * from "./DisableAwsNetworkPerformanceMetricSubscriptionCommand";
429
+ export * from "./DisableCapacityManagerCommand";
425
430
  export * from "./DisableEbsEncryptionByDefaultCommand";
426
431
  export * from "./DisableFastLaunchCommand";
427
432
  export * from "./DisableFastSnapshotRestoresCommand";
@@ -458,6 +463,7 @@ export * from "./DisassociateVpcCidrBlockCommand";
458
463
  export * from "./EnableAddressTransferCommand";
459
464
  export * from "./EnableAllowedImagesSettingsCommand";
460
465
  export * from "./EnableAwsNetworkPerformanceMetricSubscriptionCommand";
466
+ export * from "./EnableCapacityManagerCommand";
461
467
  export * from "./EnableEbsEncryptionByDefaultCommand";
462
468
  export * from "./EnableFastLaunchCommand";
463
469
  export * from "./EnableFastSnapshotRestoresCommand";
@@ -485,6 +491,9 @@ export * from "./GetAllowedImagesSettingsCommand";
485
491
  export * from "./GetAssociatedEnclaveCertificateIamRolesCommand";
486
492
  export * from "./GetAssociatedIpv6PoolCidrsCommand";
487
493
  export * from "./GetAwsNetworkPerformanceDataCommand";
494
+ export * from "./GetCapacityManagerAttributesCommand";
495
+ export * from "./GetCapacityManagerMetricDataCommand";
496
+ export * from "./GetCapacityManagerMetricDimensionsCommand";
488
497
  export * from "./GetCapacityReservationUsageCommand";
489
498
  export * from "./GetCoipPoolUsageCommand";
490
499
  export * from "./GetConsoleOutputCommand";
@@ -689,6 +698,7 @@ export * from "./UnassignPrivateIpAddressesCommand";
689
698
  export * from "./UnassignPrivateNatGatewayAddressCommand";
690
699
  export * from "./UnlockSnapshotCommand";
691
700
  export * from "./UnmonitorInstancesCommand";
701
+ export * from "./UpdateCapacityManagerOrganizationsAccessCommand";
692
702
  export * from "./UpdateSecurityGroupRuleDescriptionsEgressCommand";
693
703
  export * from "./UpdateSecurityGroupRuleDescriptionsIngressCommand";
694
704
  export * from "./WithdrawByoipCidrCommand";