@effect-aws/client-ec2 1.10.3 → 1.10.7

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.
package/src/EC2Service.ts CHANGED
@@ -182,6 +182,12 @@ import {
182
182
  CopySnapshotCommand,
183
183
  type CopySnapshotCommandInput,
184
184
  type CopySnapshotCommandOutput,
185
+ CopyVolumesCommand,
186
+ type CopyVolumesCommandInput,
187
+ type CopyVolumesCommandOutput,
188
+ CreateCapacityManagerDataExportCommand,
189
+ type CreateCapacityManagerDataExportCommandInput,
190
+ type CreateCapacityManagerDataExportCommandOutput,
185
191
  CreateCapacityReservationBySplittingCommand,
186
192
  type CreateCapacityReservationBySplittingCommandInput,
187
193
  type CreateCapacityReservationBySplittingCommandOutput,
@@ -215,6 +221,9 @@ import {
215
221
  CreateDefaultVpcCommand,
216
222
  type CreateDefaultVpcCommandInput,
217
223
  type CreateDefaultVpcCommandOutput,
224
+ CreateDelegateMacVolumeOwnershipTaskCommand,
225
+ type CreateDelegateMacVolumeOwnershipTaskCommandInput,
226
+ type CreateDelegateMacVolumeOwnershipTaskCommandOutput,
218
227
  CreateDhcpOptionsCommand,
219
228
  type CreateDhcpOptionsCommandInput,
220
229
  type CreateDhcpOptionsCommandOutput,
@@ -233,6 +242,9 @@ import {
233
242
  CreateImageCommand,
234
243
  type CreateImageCommandInput,
235
244
  type CreateImageCommandOutput,
245
+ CreateImageUsageReportCommand,
246
+ type CreateImageUsageReportCommandInput,
247
+ type CreateImageUsageReportCommandOutput,
236
248
  CreateInstanceConnectEndpointCommand,
237
249
  type CreateInstanceConnectEndpointCommandInput,
238
250
  type CreateInstanceConnectEndpointCommandOutput,
@@ -245,15 +257,27 @@ import {
245
257
  CreateInternetGatewayCommand,
246
258
  type CreateInternetGatewayCommandInput,
247
259
  type CreateInternetGatewayCommandOutput,
260
+ CreateInterruptibleCapacityReservationAllocationCommand,
261
+ type CreateInterruptibleCapacityReservationAllocationCommandInput,
262
+ type CreateInterruptibleCapacityReservationAllocationCommandOutput,
248
263
  CreateIpamCommand,
249
264
  type CreateIpamCommandInput,
250
265
  type CreateIpamCommandOutput,
251
266
  CreateIpamExternalResourceVerificationTokenCommand,
252
267
  type CreateIpamExternalResourceVerificationTokenCommandInput,
253
268
  type CreateIpamExternalResourceVerificationTokenCommandOutput,
269
+ CreateIpamPolicyCommand,
270
+ type CreateIpamPolicyCommandInput,
271
+ type CreateIpamPolicyCommandOutput,
254
272
  CreateIpamPoolCommand,
255
273
  type CreateIpamPoolCommandInput,
256
274
  type CreateIpamPoolCommandOutput,
275
+ CreateIpamPrefixListResolverCommand,
276
+ type CreateIpamPrefixListResolverCommandInput,
277
+ type CreateIpamPrefixListResolverCommandOutput,
278
+ CreateIpamPrefixListResolverTargetCommand,
279
+ type CreateIpamPrefixListResolverTargetCommandInput,
280
+ type CreateIpamPrefixListResolverTargetCommandOutput,
257
281
  CreateIpamResourceDiscoveryCommand,
258
282
  type CreateIpamResourceDiscoveryCommandInput,
259
283
  type CreateIpamResourceDiscoveryCommandOutput,
@@ -287,6 +311,9 @@ import {
287
311
  CreateLocalGatewayVirtualInterfaceGroupCommand,
288
312
  type CreateLocalGatewayVirtualInterfaceGroupCommandInput,
289
313
  type CreateLocalGatewayVirtualInterfaceGroupCommandOutput,
314
+ CreateMacSystemIntegrityProtectionModificationTaskCommand,
315
+ type CreateMacSystemIntegrityProtectionModificationTaskCommandInput,
316
+ type CreateMacSystemIntegrityProtectionModificationTaskCommandOutput,
290
317
  CreateManagedPrefixListCommand,
291
318
  type CreateManagedPrefixListCommandInput,
292
319
  type CreateManagedPrefixListCommandOutput,
@@ -386,6 +413,12 @@ import {
386
413
  CreateTransitGatewayConnectPeerCommand,
387
414
  type CreateTransitGatewayConnectPeerCommandInput,
388
415
  type CreateTransitGatewayConnectPeerCommandOutput,
416
+ CreateTransitGatewayMeteringPolicyCommand,
417
+ type CreateTransitGatewayMeteringPolicyCommandInput,
418
+ type CreateTransitGatewayMeteringPolicyCommandOutput,
419
+ CreateTransitGatewayMeteringPolicyEntryCommand,
420
+ type CreateTransitGatewayMeteringPolicyEntryCommandInput,
421
+ type CreateTransitGatewayMeteringPolicyEntryCommandOutput,
389
422
  CreateTransitGatewayMulticastDomainCommand,
390
423
  type CreateTransitGatewayMulticastDomainCommandInput,
391
424
  type CreateTransitGatewayMulticastDomainCommandOutput,
@@ -431,6 +464,9 @@ import {
431
464
  CreateVpcCommand,
432
465
  type CreateVpcCommandInput,
433
466
  type CreateVpcCommandOutput,
467
+ CreateVpcEncryptionControlCommand,
468
+ type CreateVpcEncryptionControlCommandInput,
469
+ type CreateVpcEncryptionControlCommandOutput,
434
470
  CreateVpcEndpointCommand,
435
471
  type CreateVpcEndpointCommandInput,
436
472
  type CreateVpcEndpointCommandOutput,
@@ -443,6 +479,9 @@ import {
443
479
  CreateVpcPeeringConnectionCommand,
444
480
  type CreateVpcPeeringConnectionCommandInput,
445
481
  type CreateVpcPeeringConnectionCommandOutput,
482
+ CreateVpnConcentratorCommand,
483
+ type CreateVpnConcentratorCommandInput,
484
+ type CreateVpnConcentratorCommandOutput,
446
485
  CreateVpnConnectionCommand,
447
486
  type CreateVpnConnectionCommandInput,
448
487
  type CreateVpnConnectionCommandOutput,
@@ -452,6 +491,9 @@ import {
452
491
  CreateVpnGatewayCommand,
453
492
  type CreateVpnGatewayCommandInput,
454
493
  type CreateVpnGatewayCommandOutput,
494
+ DeleteCapacityManagerDataExportCommand,
495
+ type DeleteCapacityManagerDataExportCommandInput,
496
+ type DeleteCapacityManagerDataExportCommandOutput,
455
497
  DeleteCarrierGatewayCommand,
456
498
  type DeleteCarrierGatewayCommandInput,
457
499
  type DeleteCarrierGatewayCommandOutput,
@@ -485,6 +527,9 @@ import {
485
527
  DeleteFpgaImageCommand,
486
528
  type DeleteFpgaImageCommandInput,
487
529
  type DeleteFpgaImageCommandOutput,
530
+ DeleteImageUsageReportCommand,
531
+ type DeleteImageUsageReportCommandInput,
532
+ type DeleteImageUsageReportCommandOutput,
488
533
  DeleteInstanceConnectEndpointCommand,
489
534
  type DeleteInstanceConnectEndpointCommandInput,
490
535
  type DeleteInstanceConnectEndpointCommandOutput,
@@ -500,9 +545,18 @@ import {
500
545
  DeleteIpamExternalResourceVerificationTokenCommand,
501
546
  type DeleteIpamExternalResourceVerificationTokenCommandInput,
502
547
  type DeleteIpamExternalResourceVerificationTokenCommandOutput,
548
+ DeleteIpamPolicyCommand,
549
+ type DeleteIpamPolicyCommandInput,
550
+ type DeleteIpamPolicyCommandOutput,
503
551
  DeleteIpamPoolCommand,
504
552
  type DeleteIpamPoolCommandInput,
505
553
  type DeleteIpamPoolCommandOutput,
554
+ DeleteIpamPrefixListResolverCommand,
555
+ type DeleteIpamPrefixListResolverCommandInput,
556
+ type DeleteIpamPrefixListResolverCommandOutput,
557
+ DeleteIpamPrefixListResolverTargetCommand,
558
+ type DeleteIpamPrefixListResolverTargetCommandInput,
559
+ type DeleteIpamPrefixListResolverTargetCommandOutput,
506
560
  DeleteIpamResourceDiscoveryCommand,
507
561
  type DeleteIpamResourceDiscoveryCommandInput,
508
562
  type DeleteIpamResourceDiscoveryCommandOutput,
@@ -629,6 +683,12 @@ import {
629
683
  DeleteTransitGatewayConnectPeerCommand,
630
684
  type DeleteTransitGatewayConnectPeerCommandInput,
631
685
  type DeleteTransitGatewayConnectPeerCommandOutput,
686
+ DeleteTransitGatewayMeteringPolicyCommand,
687
+ type DeleteTransitGatewayMeteringPolicyCommandInput,
688
+ type DeleteTransitGatewayMeteringPolicyCommandOutput,
689
+ DeleteTransitGatewayMeteringPolicyEntryCommand,
690
+ type DeleteTransitGatewayMeteringPolicyEntryCommandInput,
691
+ type DeleteTransitGatewayMeteringPolicyEntryCommandOutput,
632
692
  DeleteTransitGatewayMulticastDomainCommand,
633
693
  type DeleteTransitGatewayMulticastDomainCommandInput,
634
694
  type DeleteTransitGatewayMulticastDomainCommandOutput,
@@ -674,6 +734,9 @@ import {
674
734
  DeleteVpcCommand,
675
735
  type DeleteVpcCommandInput,
676
736
  type DeleteVpcCommandOutput,
737
+ DeleteVpcEncryptionControlCommand,
738
+ type DeleteVpcEncryptionControlCommandInput,
739
+ type DeleteVpcEncryptionControlCommandOutput,
677
740
  DeleteVpcEndpointConnectionNotificationsCommand,
678
741
  type DeleteVpcEndpointConnectionNotificationsCommandInput,
679
742
  type DeleteVpcEndpointConnectionNotificationsCommandOutput,
@@ -686,6 +749,9 @@ import {
686
749
  DeleteVpcPeeringConnectionCommand,
687
750
  type DeleteVpcPeeringConnectionCommandInput,
688
751
  type DeleteVpcPeeringConnectionCommandOutput,
752
+ DeleteVpnConcentratorCommand,
753
+ type DeleteVpnConcentratorCommandInput,
754
+ type DeleteVpnConcentratorCommandOutput,
689
755
  DeleteVpnConnectionCommand,
690
756
  type DeleteVpnConnectionCommandInput,
691
757
  type DeleteVpnConnectionCommandOutput,
@@ -755,6 +821,15 @@ import {
755
821
  DescribeCapacityBlockOfferingsCommand,
756
822
  type DescribeCapacityBlockOfferingsCommandInput,
757
823
  type DescribeCapacityBlockOfferingsCommandOutput,
824
+ DescribeCapacityBlocksCommand,
825
+ type DescribeCapacityBlocksCommandInput,
826
+ type DescribeCapacityBlocksCommandOutput,
827
+ DescribeCapacityBlockStatusCommand,
828
+ type DescribeCapacityBlockStatusCommandInput,
829
+ type DescribeCapacityBlockStatusCommandOutput,
830
+ DescribeCapacityManagerDataExportsCommand,
831
+ type DescribeCapacityManagerDataExportsCommandInput,
832
+ type DescribeCapacityManagerDataExportsCommandOutput,
758
833
  DescribeCapacityReservationBillingRequestsCommand,
759
834
  type DescribeCapacityReservationBillingRequestsCommandInput,
760
835
  type DescribeCapacityReservationBillingRequestsCommandOutput,
@@ -764,6 +839,9 @@ import {
764
839
  DescribeCapacityReservationsCommand,
765
840
  type DescribeCapacityReservationsCommandInput,
766
841
  type DescribeCapacityReservationsCommandOutput,
842
+ DescribeCapacityReservationTopologyCommand,
843
+ type DescribeCapacityReservationTopologyCommandInput,
844
+ type DescribeCapacityReservationTopologyCommandOutput,
767
845
  DescribeCarrierGatewaysCommand,
768
846
  type DescribeCarrierGatewaysCommandInput,
769
847
  type DescribeCarrierGatewaysCommandOutput,
@@ -857,9 +935,18 @@ import {
857
935
  DescribeImageAttributeCommand,
858
936
  type DescribeImageAttributeCommandInput,
859
937
  type DescribeImageAttributeCommandOutput,
938
+ DescribeImageReferencesCommand,
939
+ type DescribeImageReferencesCommandInput,
940
+ type DescribeImageReferencesCommandOutput,
860
941
  DescribeImagesCommand,
861
942
  type DescribeImagesCommandInput,
862
943
  type DescribeImagesCommandOutput,
944
+ DescribeImageUsageReportEntriesCommand,
945
+ type DescribeImageUsageReportEntriesCommandInput,
946
+ type DescribeImageUsageReportEntriesCommandOutput,
947
+ DescribeImageUsageReportsCommand,
948
+ type DescribeImageUsageReportsCommandInput,
949
+ type DescribeImageUsageReportsCommandOutput,
863
950
  DescribeImportImageTasksCommand,
864
951
  type DescribeImportImageTasksCommandInput,
865
952
  type DescribeImportImageTasksCommandOutput,
@@ -887,6 +974,12 @@ import {
887
974
  DescribeInstancesCommand,
888
975
  type DescribeInstancesCommandInput,
889
976
  type DescribeInstancesCommandOutput,
977
+ DescribeInstanceSqlHaHistoryStatesCommand,
978
+ type DescribeInstanceSqlHaHistoryStatesCommandInput,
979
+ type DescribeInstanceSqlHaHistoryStatesCommandOutput,
980
+ DescribeInstanceSqlHaStatesCommand,
981
+ type DescribeInstanceSqlHaStatesCommandInput,
982
+ type DescribeInstanceSqlHaStatesCommandOutput,
890
983
  DescribeInstanceStatusCommand,
891
984
  type DescribeInstanceStatusCommandInput,
892
985
  type DescribeInstanceStatusCommandOutput,
@@ -908,9 +1001,18 @@ import {
908
1001
  DescribeIpamExternalResourceVerificationTokensCommand,
909
1002
  type DescribeIpamExternalResourceVerificationTokensCommandInput,
910
1003
  type DescribeIpamExternalResourceVerificationTokensCommandOutput,
1004
+ DescribeIpamPoliciesCommand,
1005
+ type DescribeIpamPoliciesCommandInput,
1006
+ type DescribeIpamPoliciesCommandOutput,
911
1007
  DescribeIpamPoolsCommand,
912
1008
  type DescribeIpamPoolsCommandInput,
913
1009
  type DescribeIpamPoolsCommandOutput,
1010
+ DescribeIpamPrefixListResolversCommand,
1011
+ type DescribeIpamPrefixListResolversCommandInput,
1012
+ type DescribeIpamPrefixListResolversCommandOutput,
1013
+ DescribeIpamPrefixListResolverTargetsCommand,
1014
+ type DescribeIpamPrefixListResolverTargetsCommandInput,
1015
+ type DescribeIpamPrefixListResolverTargetsCommandOutput,
914
1016
  DescribeIpamResourceDiscoveriesCommand,
915
1017
  type DescribeIpamResourceDiscoveriesCommandInput,
916
1018
  type DescribeIpamResourceDiscoveriesCommandOutput,
@@ -959,6 +1061,9 @@ import {
959
1061
  DescribeMacHostsCommand,
960
1062
  type DescribeMacHostsCommandInput,
961
1063
  type DescribeMacHostsCommandOutput,
1064
+ DescribeMacModificationTasksCommand,
1065
+ type DescribeMacModificationTasksCommandInput,
1066
+ type DescribeMacModificationTasksCommandOutput,
962
1067
  DescribeManagedPrefixListsCommand,
963
1068
  type DescribeManagedPrefixListsCommandInput,
964
1069
  type DescribeManagedPrefixListsCommandOutput,
@@ -1118,6 +1223,9 @@ import {
1118
1223
  DescribeTransitGatewayConnectsCommand,
1119
1224
  type DescribeTransitGatewayConnectsCommandInput,
1120
1225
  type DescribeTransitGatewayConnectsCommandOutput,
1226
+ DescribeTransitGatewayMeteringPoliciesCommand,
1227
+ type DescribeTransitGatewayMeteringPoliciesCommandInput,
1228
+ type DescribeTransitGatewayMeteringPoliciesCommandOutput,
1121
1229
  DescribeTransitGatewayMulticastDomainsCommand,
1122
1230
  type DescribeTransitGatewayMulticastDomainsCommandInput,
1123
1231
  type DescribeTransitGatewayMulticastDomainsCommandOutput,
@@ -1184,6 +1292,9 @@ import {
1184
1292
  DescribeVpcClassicLinkDnsSupportCommand,
1185
1293
  type DescribeVpcClassicLinkDnsSupportCommandInput,
1186
1294
  type DescribeVpcClassicLinkDnsSupportCommandOutput,
1295
+ DescribeVpcEncryptionControlsCommand,
1296
+ type DescribeVpcEncryptionControlsCommandInput,
1297
+ type DescribeVpcEncryptionControlsCommandOutput,
1187
1298
  DescribeVpcEndpointAssociationsCommand,
1188
1299
  type DescribeVpcEndpointAssociationsCommandInput,
1189
1300
  type DescribeVpcEndpointAssociationsCommandOutput,
@@ -1211,6 +1322,9 @@ import {
1211
1322
  DescribeVpcsCommand,
1212
1323
  type DescribeVpcsCommandInput,
1213
1324
  type DescribeVpcsCommandOutput,
1325
+ DescribeVpnConcentratorsCommand,
1326
+ type DescribeVpnConcentratorsCommandInput,
1327
+ type DescribeVpnConcentratorsCommandOutput,
1214
1328
  DescribeVpnConnectionsCommand,
1215
1329
  type DescribeVpnConnectionsCommandInput,
1216
1330
  type DescribeVpnConnectionsCommandOutput,
@@ -1244,6 +1358,9 @@ import {
1244
1358
  DisableAwsNetworkPerformanceMetricSubscriptionCommand,
1245
1359
  type DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
1246
1360
  type DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
1361
+ DisableCapacityManagerCommand,
1362
+ type DisableCapacityManagerCommandInput,
1363
+ type DisableCapacityManagerCommandOutput,
1247
1364
  DisableEbsEncryptionByDefaultCommand,
1248
1365
  type DisableEbsEncryptionByDefaultCommandInput,
1249
1366
  type DisableEbsEncryptionByDefaultCommandOutput,
@@ -1265,9 +1382,15 @@ import {
1265
1382
  DisableImageDeregistrationProtectionCommand,
1266
1383
  type DisableImageDeregistrationProtectionCommandInput,
1267
1384
  type DisableImageDeregistrationProtectionCommandOutput,
1385
+ DisableInstanceSqlHaStandbyDetectionsCommand,
1386
+ type DisableInstanceSqlHaStandbyDetectionsCommandInput,
1387
+ type DisableInstanceSqlHaStandbyDetectionsCommandOutput,
1268
1388
  DisableIpamOrganizationAdminAccountCommand,
1269
1389
  type DisableIpamOrganizationAdminAccountCommandInput,
1270
1390
  type DisableIpamOrganizationAdminAccountCommandOutput,
1391
+ DisableIpamPolicyCommand,
1392
+ type DisableIpamPolicyCommandInput,
1393
+ type DisableIpamPolicyCommandOutput,
1271
1394
  DisableRouteServerPropagationCommand,
1272
1395
  type DisableRouteServerPropagationCommandInput,
1273
1396
  type DisableRouteServerPropagationCommandOutput,
@@ -1354,6 +1477,9 @@ import {
1354
1477
  EnableAwsNetworkPerformanceMetricSubscriptionCommand,
1355
1478
  type EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
1356
1479
  type EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
1480
+ EnableCapacityManagerCommand,
1481
+ type EnableCapacityManagerCommandInput,
1482
+ type EnableCapacityManagerCommandOutput,
1357
1483
  EnableEbsEncryptionByDefaultCommand,
1358
1484
  type EnableEbsEncryptionByDefaultCommandInput,
1359
1485
  type EnableEbsEncryptionByDefaultCommandOutput,
@@ -1375,9 +1501,15 @@ import {
1375
1501
  EnableImageDeregistrationProtectionCommand,
1376
1502
  type EnableImageDeregistrationProtectionCommandInput,
1377
1503
  type EnableImageDeregistrationProtectionCommandOutput,
1504
+ EnableInstanceSqlHaStandbyDetectionsCommand,
1505
+ type EnableInstanceSqlHaStandbyDetectionsCommandInput,
1506
+ type EnableInstanceSqlHaStandbyDetectionsCommandOutput,
1378
1507
  EnableIpamOrganizationAdminAccountCommand,
1379
1508
  type EnableIpamOrganizationAdminAccountCommandInput,
1380
1509
  type EnableIpamOrganizationAdminAccountCommandOutput,
1510
+ EnableIpamPolicyCommand,
1511
+ type EnableIpamPolicyCommandInput,
1512
+ type EnableIpamPolicyCommandOutput,
1381
1513
  EnableReachabilityAnalyzerOrganizationSharingCommand,
1382
1514
  type EnableReachabilityAnalyzerOrganizationSharingCommandInput,
1383
1515
  type EnableReachabilityAnalyzerOrganizationSharingCommandOutput,
@@ -1420,6 +1552,9 @@ import {
1420
1552
  ExportVerifiedAccessInstanceClientConfigurationCommand,
1421
1553
  type ExportVerifiedAccessInstanceClientConfigurationCommandInput,
1422
1554
  type ExportVerifiedAccessInstanceClientConfigurationCommandOutput,
1555
+ GetActiveVpnTunnelStatusCommand,
1556
+ type GetActiveVpnTunnelStatusCommandInput,
1557
+ type GetActiveVpnTunnelStatusCommandOutput,
1423
1558
  GetAllowedImagesSettingsCommand,
1424
1559
  type GetAllowedImagesSettingsCommandInput,
1425
1560
  type GetAllowedImagesSettingsCommandOutput,
@@ -1432,6 +1567,15 @@ import {
1432
1567
  GetAwsNetworkPerformanceDataCommand,
1433
1568
  type GetAwsNetworkPerformanceDataCommandInput,
1434
1569
  type GetAwsNetworkPerformanceDataCommandOutput,
1570
+ GetCapacityManagerAttributesCommand,
1571
+ type GetCapacityManagerAttributesCommandInput,
1572
+ type GetCapacityManagerAttributesCommandOutput,
1573
+ GetCapacityManagerMetricDataCommand,
1574
+ type GetCapacityManagerMetricDataCommandInput,
1575
+ type GetCapacityManagerMetricDataCommandOutput,
1576
+ GetCapacityManagerMetricDimensionsCommand,
1577
+ type GetCapacityManagerMetricDimensionsCommandInput,
1578
+ type GetCapacityManagerMetricDimensionsCommandOutput,
1435
1579
  GetCapacityReservationUsageCommand,
1436
1580
  type GetCapacityReservationUsageCommandInput,
1437
1581
  type GetCapacityReservationUsageCommandOutput,
@@ -1456,6 +1600,9 @@ import {
1456
1600
  GetEbsEncryptionByDefaultCommand,
1457
1601
  type GetEbsEncryptionByDefaultCommandInput,
1458
1602
  type GetEbsEncryptionByDefaultCommandOutput,
1603
+ GetEnabledIpamPolicyCommand,
1604
+ type GetEnabledIpamPolicyCommandInput,
1605
+ type GetEnabledIpamPolicyCommandOutput,
1459
1606
  GetFlowLogsIntegrationTemplateCommand,
1460
1607
  type GetFlowLogsIntegrationTemplateCommandInput,
1461
1608
  type GetFlowLogsIntegrationTemplateCommandOutput,
@@ -1465,6 +1612,9 @@ import {
1465
1612
  GetHostReservationPurchasePreviewCommand,
1466
1613
  type GetHostReservationPurchasePreviewCommandInput,
1467
1614
  type GetHostReservationPurchasePreviewCommandOutput,
1615
+ GetImageAncestryCommand,
1616
+ type GetImageAncestryCommandInput,
1617
+ type GetImageAncestryCommandOutput,
1468
1618
  GetImageBlockPublicAccessStateCommand,
1469
1619
  type GetImageBlockPublicAccessStateCommandInput,
1470
1620
  type GetImageBlockPublicAccessStateCommandOutput,
@@ -1492,12 +1642,27 @@ import {
1492
1642
  GetIpamDiscoveredResourceCidrsCommand,
1493
1643
  type GetIpamDiscoveredResourceCidrsCommandInput,
1494
1644
  type GetIpamDiscoveredResourceCidrsCommandOutput,
1645
+ GetIpamPolicyAllocationRulesCommand,
1646
+ type GetIpamPolicyAllocationRulesCommandInput,
1647
+ type GetIpamPolicyAllocationRulesCommandOutput,
1648
+ GetIpamPolicyOrganizationTargetsCommand,
1649
+ type GetIpamPolicyOrganizationTargetsCommandInput,
1650
+ type GetIpamPolicyOrganizationTargetsCommandOutput,
1495
1651
  GetIpamPoolAllocationsCommand,
1496
1652
  type GetIpamPoolAllocationsCommandInput,
1497
1653
  type GetIpamPoolAllocationsCommandOutput,
1498
1654
  GetIpamPoolCidrsCommand,
1499
1655
  type GetIpamPoolCidrsCommandInput,
1500
1656
  type GetIpamPoolCidrsCommandOutput,
1657
+ GetIpamPrefixListResolverRulesCommand,
1658
+ type GetIpamPrefixListResolverRulesCommandInput,
1659
+ type GetIpamPrefixListResolverRulesCommandOutput,
1660
+ GetIpamPrefixListResolverVersionEntriesCommand,
1661
+ type GetIpamPrefixListResolverVersionEntriesCommandInput,
1662
+ type GetIpamPrefixListResolverVersionEntriesCommandOutput,
1663
+ GetIpamPrefixListResolverVersionsCommand,
1664
+ type GetIpamPrefixListResolverVersionsCommandInput,
1665
+ type GetIpamPrefixListResolverVersionsCommandOutput,
1501
1666
  GetIpamResourceCidrsCommand,
1502
1667
  type GetIpamResourceCidrsCommandInput,
1503
1668
  type GetIpamResourceCidrsCommandOutput,
@@ -1549,6 +1714,9 @@ import {
1549
1714
  GetTransitGatewayAttachmentPropagationsCommand,
1550
1715
  type GetTransitGatewayAttachmentPropagationsCommandInput,
1551
1716
  type GetTransitGatewayAttachmentPropagationsCommandOutput,
1717
+ GetTransitGatewayMeteringPolicyEntriesCommand,
1718
+ type GetTransitGatewayMeteringPolicyEntriesCommandInput,
1719
+ type GetTransitGatewayMeteringPolicyEntriesCommandOutput,
1552
1720
  GetTransitGatewayMulticastDomainAssociationsCommand,
1553
1721
  type GetTransitGatewayMulticastDomainAssociationsCommandInput,
1554
1722
  type GetTransitGatewayMulticastDomainAssociationsCommandOutput,
@@ -1576,6 +1744,9 @@ import {
1576
1744
  GetVerifiedAccessGroupPolicyCommand,
1577
1745
  type GetVerifiedAccessGroupPolicyCommandInput,
1578
1746
  type GetVerifiedAccessGroupPolicyCommandOutput,
1747
+ GetVpcResourcesBlockingEncryptionEnforcementCommand,
1748
+ type GetVpcResourcesBlockingEncryptionEnforcementCommandInput,
1749
+ type GetVpcResourcesBlockingEncryptionEnforcementCommandOutput,
1579
1750
  GetVpnConnectionDeviceSampleConfigurationCommand,
1580
1751
  type GetVpnConnectionDeviceSampleConfigurationCommandInput,
1581
1752
  type GetVpnConnectionDeviceSampleConfigurationCommandOutput,
@@ -1609,6 +1780,9 @@ import {
1609
1780
  ListSnapshotsInRecycleBinCommand,
1610
1781
  type ListSnapshotsInRecycleBinCommandInput,
1611
1782
  type ListSnapshotsInRecycleBinCommandOutput,
1783
+ ListVolumesInRecycleBinCommand,
1784
+ type ListVolumesInRecycleBinCommandInput,
1785
+ type ListVolumesInRecycleBinCommandOutput,
1612
1786
  LockSnapshotCommand,
1613
1787
  type LockSnapshotCommandInput,
1614
1788
  type LockSnapshotCommandOutput,
@@ -1657,6 +1831,9 @@ import {
1657
1831
  ModifyInstanceCapacityReservationAttributesCommand,
1658
1832
  type ModifyInstanceCapacityReservationAttributesCommandInput,
1659
1833
  type ModifyInstanceCapacityReservationAttributesCommandOutput,
1834
+ ModifyInstanceConnectEndpointCommand,
1835
+ type ModifyInstanceConnectEndpointCommandInput,
1836
+ type ModifyInstanceConnectEndpointCommandOutput,
1660
1837
  ModifyInstanceCpuOptionsCommand,
1661
1838
  type ModifyInstanceCpuOptionsCommandInput,
1662
1839
  type ModifyInstanceCpuOptionsCommandOutput,
@@ -1687,9 +1864,18 @@ import {
1687
1864
  ModifyIpamCommand,
1688
1865
  type ModifyIpamCommandInput,
1689
1866
  type ModifyIpamCommandOutput,
1867
+ ModifyIpamPolicyAllocationRulesCommand,
1868
+ type ModifyIpamPolicyAllocationRulesCommandInput,
1869
+ type ModifyIpamPolicyAllocationRulesCommandOutput,
1690
1870
  ModifyIpamPoolCommand,
1691
1871
  type ModifyIpamPoolCommandInput,
1692
1872
  type ModifyIpamPoolCommandOutput,
1873
+ ModifyIpamPrefixListResolverCommand,
1874
+ type ModifyIpamPrefixListResolverCommandInput,
1875
+ type ModifyIpamPrefixListResolverCommandOutput,
1876
+ ModifyIpamPrefixListResolverTargetCommand,
1877
+ type ModifyIpamPrefixListResolverTargetCommandInput,
1878
+ type ModifyIpamPrefixListResolverTargetCommandOutput,
1693
1879
  ModifyIpamResourceCidrCommand,
1694
1880
  type ModifyIpamResourceCidrCommandInput,
1695
1881
  type ModifyIpamResourceCidrCommandOutput,
@@ -1714,6 +1900,9 @@ import {
1714
1900
  ModifyPrivateDnsNameOptionsCommand,
1715
1901
  type ModifyPrivateDnsNameOptionsCommandInput,
1716
1902
  type ModifyPrivateDnsNameOptionsCommandOutput,
1903
+ ModifyPublicIpDnsNameOptionsCommand,
1904
+ type ModifyPublicIpDnsNameOptionsCommandInput,
1905
+ type ModifyPublicIpDnsNameOptionsCommandOutput,
1717
1906
  ModifyReservedInstancesCommand,
1718
1907
  type ModifyReservedInstancesCommandInput,
1719
1908
  type ModifyReservedInstancesCommandOutput,
@@ -1747,6 +1936,9 @@ import {
1747
1936
  ModifyTransitGatewayCommand,
1748
1937
  type ModifyTransitGatewayCommandInput,
1749
1938
  type ModifyTransitGatewayCommandOutput,
1939
+ ModifyTransitGatewayMeteringPolicyCommand,
1940
+ type ModifyTransitGatewayMeteringPolicyCommandInput,
1941
+ type ModifyTransitGatewayMeteringPolicyCommandOutput,
1750
1942
  ModifyTransitGatewayPrefixListReferenceCommand,
1751
1943
  type ModifyTransitGatewayPrefixListReferenceCommandInput,
1752
1944
  type ModifyTransitGatewayPrefixListReferenceCommandOutput,
@@ -1789,6 +1981,9 @@ import {
1789
1981
  ModifyVpcBlockPublicAccessOptionsCommand,
1790
1982
  type ModifyVpcBlockPublicAccessOptionsCommandInput,
1791
1983
  type ModifyVpcBlockPublicAccessOptionsCommandOutput,
1984
+ ModifyVpcEncryptionControlCommand,
1985
+ type ModifyVpcEncryptionControlCommandInput,
1986
+ type ModifyVpcEncryptionControlCommandOutput,
1792
1987
  ModifyVpcEndpointCommand,
1793
1988
  type ModifyVpcEndpointCommandInput,
1794
1989
  type ModifyVpcEndpointCommandOutput,
@@ -1972,6 +2167,9 @@ import {
1972
2167
  RestoreSnapshotTierCommand,
1973
2168
  type RestoreSnapshotTierCommandInput,
1974
2169
  type RestoreSnapshotTierCommandOutput,
2170
+ RestoreVolumeFromRecycleBinCommand,
2171
+ type RestoreVolumeFromRecycleBinCommandInput,
2172
+ type RestoreVolumeFromRecycleBinCommandOutput,
1975
2173
  RevokeClientVpnIngressCommand,
1976
2174
  type RevokeClientVpnIngressCommandInput,
1977
2175
  type RevokeClientVpnIngressCommandOutput,
@@ -2038,6 +2236,12 @@ import {
2038
2236
  UnmonitorInstancesCommand,
2039
2237
  type UnmonitorInstancesCommandInput,
2040
2238
  type UnmonitorInstancesCommandOutput,
2239
+ UpdateCapacityManagerOrganizationsAccessCommand,
2240
+ type UpdateCapacityManagerOrganizationsAccessCommandInput,
2241
+ type UpdateCapacityManagerOrganizationsAccessCommandOutput,
2242
+ UpdateInterruptibleCapacityReservationAllocationCommand,
2243
+ type UpdateInterruptibleCapacityReservationAllocationCommandInput,
2244
+ type UpdateInterruptibleCapacityReservationAllocationCommandOutput,
2041
2245
  UpdateSecurityGroupRuleDescriptionsEgressCommand,
2042
2246
  type UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
2043
2247
  type UpdateSecurityGroupRuleDescriptionsEgressCommandOutput,
@@ -2117,6 +2321,8 @@ const commands = {
2117
2321
  CopyFpgaImageCommand,
2118
2322
  CopyImageCommand,
2119
2323
  CopySnapshotCommand,
2324
+ CopyVolumesCommand,
2325
+ CreateCapacityManagerDataExportCommand,
2120
2326
  CreateCapacityReservationCommand,
2121
2327
  CreateCapacityReservationBySplittingCommand,
2122
2328
  CreateCapacityReservationFleetCommand,
@@ -2128,19 +2334,25 @@ const commands = {
2128
2334
  CreateCustomerGatewayCommand,
2129
2335
  CreateDefaultSubnetCommand,
2130
2336
  CreateDefaultVpcCommand,
2337
+ CreateDelegateMacVolumeOwnershipTaskCommand,
2131
2338
  CreateDhcpOptionsCommand,
2132
2339
  CreateEgressOnlyInternetGatewayCommand,
2133
2340
  CreateFleetCommand,
2134
2341
  CreateFlowLogsCommand,
2135
2342
  CreateFpgaImageCommand,
2136
2343
  CreateImageCommand,
2344
+ CreateImageUsageReportCommand,
2137
2345
  CreateInstanceConnectEndpointCommand,
2138
2346
  CreateInstanceEventWindowCommand,
2139
2347
  CreateInstanceExportTaskCommand,
2140
2348
  CreateInternetGatewayCommand,
2349
+ CreateInterruptibleCapacityReservationAllocationCommand,
2141
2350
  CreateIpamCommand,
2142
2351
  CreateIpamExternalResourceVerificationTokenCommand,
2352
+ CreateIpamPolicyCommand,
2143
2353
  CreateIpamPoolCommand,
2354
+ CreateIpamPrefixListResolverCommand,
2355
+ CreateIpamPrefixListResolverTargetCommand,
2144
2356
  CreateIpamResourceDiscoveryCommand,
2145
2357
  CreateIpamScopeCommand,
2146
2358
  CreateKeyPairCommand,
@@ -2152,6 +2364,7 @@ const commands = {
2152
2364
  CreateLocalGatewayRouteTableVpcAssociationCommand,
2153
2365
  CreateLocalGatewayVirtualInterfaceCommand,
2154
2366
  CreateLocalGatewayVirtualInterfaceGroupCommand,
2367
+ CreateMacSystemIntegrityProtectionModificationTaskCommand,
2155
2368
  CreateManagedPrefixListCommand,
2156
2369
  CreateNatGatewayCommand,
2157
2370
  CreateNetworkAclCommand,
@@ -2185,6 +2398,8 @@ const commands = {
2185
2398
  CreateTransitGatewayCommand,
2186
2399
  CreateTransitGatewayConnectCommand,
2187
2400
  CreateTransitGatewayConnectPeerCommand,
2401
+ CreateTransitGatewayMeteringPolicyCommand,
2402
+ CreateTransitGatewayMeteringPolicyEntryCommand,
2188
2403
  CreateTransitGatewayMulticastDomainCommand,
2189
2404
  CreateTransitGatewayPeeringAttachmentCommand,
2190
2405
  CreateTransitGatewayPolicyTableCommand,
@@ -2200,13 +2415,16 @@ const commands = {
2200
2415
  CreateVolumeCommand,
2201
2416
  CreateVpcCommand,
2202
2417
  CreateVpcBlockPublicAccessExclusionCommand,
2418
+ CreateVpcEncryptionControlCommand,
2203
2419
  CreateVpcEndpointCommand,
2204
2420
  CreateVpcEndpointConnectionNotificationCommand,
2205
2421
  CreateVpcEndpointServiceConfigurationCommand,
2206
2422
  CreateVpcPeeringConnectionCommand,
2423
+ CreateVpnConcentratorCommand,
2207
2424
  CreateVpnConnectionCommand,
2208
2425
  CreateVpnConnectionRouteCommand,
2209
2426
  CreateVpnGatewayCommand,
2427
+ DeleteCapacityManagerDataExportCommand,
2210
2428
  DeleteCarrierGatewayCommand,
2211
2429
  DeleteClientVpnEndpointCommand,
2212
2430
  DeleteClientVpnRouteCommand,
@@ -2218,12 +2436,16 @@ const commands = {
2218
2436
  DeleteFleetsCommand,
2219
2437
  DeleteFlowLogsCommand,
2220
2438
  DeleteFpgaImageCommand,
2439
+ DeleteImageUsageReportCommand,
2221
2440
  DeleteInstanceConnectEndpointCommand,
2222
2441
  DeleteInstanceEventWindowCommand,
2223
2442
  DeleteInternetGatewayCommand,
2224
2443
  DeleteIpamCommand,
2225
2444
  DeleteIpamExternalResourceVerificationTokenCommand,
2445
+ DeleteIpamPolicyCommand,
2226
2446
  DeleteIpamPoolCommand,
2447
+ DeleteIpamPrefixListResolverCommand,
2448
+ DeleteIpamPrefixListResolverTargetCommand,
2227
2449
  DeleteIpamResourceDiscoveryCommand,
2228
2450
  DeleteIpamScopeCommand,
2229
2451
  DeleteKeyPairCommand,
@@ -2266,6 +2488,8 @@ const commands = {
2266
2488
  DeleteTransitGatewayCommand,
2267
2489
  DeleteTransitGatewayConnectCommand,
2268
2490
  DeleteTransitGatewayConnectPeerCommand,
2491
+ DeleteTransitGatewayMeteringPolicyCommand,
2492
+ DeleteTransitGatewayMeteringPolicyEntryCommand,
2269
2493
  DeleteTransitGatewayMulticastDomainCommand,
2270
2494
  DeleteTransitGatewayPeeringAttachmentCommand,
2271
2495
  DeleteTransitGatewayPolicyTableCommand,
@@ -2281,10 +2505,12 @@ const commands = {
2281
2505
  DeleteVolumeCommand,
2282
2506
  DeleteVpcCommand,
2283
2507
  DeleteVpcBlockPublicAccessExclusionCommand,
2508
+ DeleteVpcEncryptionControlCommand,
2284
2509
  DeleteVpcEndpointConnectionNotificationsCommand,
2285
2510
  DeleteVpcEndpointServiceConfigurationsCommand,
2286
2511
  DeleteVpcEndpointsCommand,
2287
2512
  DeleteVpcPeeringConnectionCommand,
2513
+ DeleteVpnConcentratorCommand,
2288
2514
  DeleteVpnConnectionCommand,
2289
2515
  DeleteVpnConnectionRouteCommand,
2290
2516
  DeleteVpnGatewayCommand,
@@ -2308,8 +2534,12 @@ const commands = {
2308
2534
  DescribeCapacityBlockExtensionHistoryCommand,
2309
2535
  DescribeCapacityBlockExtensionOfferingsCommand,
2310
2536
  DescribeCapacityBlockOfferingsCommand,
2537
+ DescribeCapacityBlockStatusCommand,
2538
+ DescribeCapacityBlocksCommand,
2539
+ DescribeCapacityManagerDataExportsCommand,
2311
2540
  DescribeCapacityReservationBillingRequestsCommand,
2312
2541
  DescribeCapacityReservationFleetsCommand,
2542
+ DescribeCapacityReservationTopologyCommand,
2313
2543
  DescribeCapacityReservationsCommand,
2314
2544
  DescribeCarrierGatewaysCommand,
2315
2545
  DescribeClassicLinkInstancesCommand,
@@ -2342,6 +2572,9 @@ const commands = {
2342
2572
  DescribeIdFormatCommand,
2343
2573
  DescribeIdentityIdFormatCommand,
2344
2574
  DescribeImageAttributeCommand,
2575
+ DescribeImageReferencesCommand,
2576
+ DescribeImageUsageReportEntriesCommand,
2577
+ DescribeImageUsageReportsCommand,
2345
2578
  DescribeImagesCommand,
2346
2579
  DescribeImportImageTasksCommand,
2347
2580
  DescribeImportSnapshotTasksCommand,
@@ -2351,6 +2584,8 @@ const commands = {
2351
2584
  DescribeInstanceEventNotificationAttributesCommand,
2352
2585
  DescribeInstanceEventWindowsCommand,
2353
2586
  DescribeInstanceImageMetadataCommand,
2587
+ DescribeInstanceSqlHaHistoryStatesCommand,
2588
+ DescribeInstanceSqlHaStatesCommand,
2354
2589
  DescribeInstanceStatusCommand,
2355
2590
  DescribeInstanceTopologyCommand,
2356
2591
  DescribeInstanceTypeOfferingsCommand,
@@ -2359,7 +2594,10 @@ const commands = {
2359
2594
  DescribeInternetGatewaysCommand,
2360
2595
  DescribeIpamByoasnCommand,
2361
2596
  DescribeIpamExternalResourceVerificationTokensCommand,
2597
+ DescribeIpamPoliciesCommand,
2362
2598
  DescribeIpamPoolsCommand,
2599
+ DescribeIpamPrefixListResolverTargetsCommand,
2600
+ DescribeIpamPrefixListResolversCommand,
2363
2601
  DescribeIpamResourceDiscoveriesCommand,
2364
2602
  DescribeIpamResourceDiscoveryAssociationsCommand,
2365
2603
  DescribeIpamScopesCommand,
@@ -2376,6 +2614,7 @@ const commands = {
2376
2614
  DescribeLocalGatewaysCommand,
2377
2615
  DescribeLockedSnapshotsCommand,
2378
2616
  DescribeMacHostsCommand,
2617
+ DescribeMacModificationTasksCommand,
2379
2618
  DescribeManagedPrefixListsCommand,
2380
2619
  DescribeMovingAddressesCommand,
2381
2620
  DescribeNatGatewaysCommand,
@@ -2429,6 +2668,7 @@ const commands = {
2429
2668
  DescribeTransitGatewayAttachmentsCommand,
2430
2669
  DescribeTransitGatewayConnectPeersCommand,
2431
2670
  DescribeTransitGatewayConnectsCommand,
2671
+ DescribeTransitGatewayMeteringPoliciesCommand,
2432
2672
  DescribeTransitGatewayMulticastDomainsCommand,
2433
2673
  DescribeTransitGatewayPeeringAttachmentsCommand,
2434
2674
  DescribeTransitGatewayPolicyTablesCommand,
@@ -2451,6 +2691,7 @@ const commands = {
2451
2691
  DescribeVpcBlockPublicAccessOptionsCommand,
2452
2692
  DescribeVpcClassicLinkCommand,
2453
2693
  DescribeVpcClassicLinkDnsSupportCommand,
2694
+ DescribeVpcEncryptionControlsCommand,
2454
2695
  DescribeVpcEndpointAssociationsCommand,
2455
2696
  DescribeVpcEndpointConnectionNotificationsCommand,
2456
2697
  DescribeVpcEndpointConnectionsCommand,
@@ -2460,6 +2701,7 @@ const commands = {
2460
2701
  DescribeVpcEndpointsCommand,
2461
2702
  DescribeVpcPeeringConnectionsCommand,
2462
2703
  DescribeVpcsCommand,
2704
+ DescribeVpnConcentratorsCommand,
2463
2705
  DescribeVpnConnectionsCommand,
2464
2706
  DescribeVpnGatewaysCommand,
2465
2707
  DetachClassicLinkVpcCommand,
@@ -2471,6 +2713,7 @@ const commands = {
2471
2713
  DisableAddressTransferCommand,
2472
2714
  DisableAllowedImagesSettingsCommand,
2473
2715
  DisableAwsNetworkPerformanceMetricSubscriptionCommand,
2716
+ DisableCapacityManagerCommand,
2474
2717
  DisableEbsEncryptionByDefaultCommand,
2475
2718
  DisableFastLaunchCommand,
2476
2719
  DisableFastSnapshotRestoresCommand,
@@ -2478,7 +2721,9 @@ const commands = {
2478
2721
  DisableImageBlockPublicAccessCommand,
2479
2722
  DisableImageDeprecationCommand,
2480
2723
  DisableImageDeregistrationProtectionCommand,
2724
+ DisableInstanceSqlHaStandbyDetectionsCommand,
2481
2725
  DisableIpamOrganizationAdminAccountCommand,
2726
+ DisableIpamPolicyCommand,
2482
2727
  DisableRouteServerPropagationCommand,
2483
2728
  DisableSerialConsoleAccessCommand,
2484
2729
  DisableSnapshotBlockPublicAccessCommand,
@@ -2507,6 +2752,7 @@ const commands = {
2507
2752
  EnableAddressTransferCommand,
2508
2753
  EnableAllowedImagesSettingsCommand,
2509
2754
  EnableAwsNetworkPerformanceMetricSubscriptionCommand,
2755
+ EnableCapacityManagerCommand,
2510
2756
  EnableEbsEncryptionByDefaultCommand,
2511
2757
  EnableFastLaunchCommand,
2512
2758
  EnableFastSnapshotRestoresCommand,
@@ -2514,7 +2760,9 @@ const commands = {
2514
2760
  EnableImageBlockPublicAccessCommand,
2515
2761
  EnableImageDeprecationCommand,
2516
2762
  EnableImageDeregistrationProtectionCommand,
2763
+ EnableInstanceSqlHaStandbyDetectionsCommand,
2517
2764
  EnableIpamOrganizationAdminAccountCommand,
2765
+ EnableIpamPolicyCommand,
2518
2766
  EnableReachabilityAnalyzerOrganizationSharingCommand,
2519
2767
  EnableRouteServerPropagationCommand,
2520
2768
  EnableSerialConsoleAccessCommand,
@@ -2529,10 +2777,14 @@ const commands = {
2529
2777
  ExportImageCommand,
2530
2778
  ExportTransitGatewayRoutesCommand,
2531
2779
  ExportVerifiedAccessInstanceClientConfigurationCommand,
2780
+ GetActiveVpnTunnelStatusCommand,
2532
2781
  GetAllowedImagesSettingsCommand,
2533
2782
  GetAssociatedEnclaveCertificateIamRolesCommand,
2534
2783
  GetAssociatedIpv6PoolCidrsCommand,
2535
2784
  GetAwsNetworkPerformanceDataCommand,
2785
+ GetCapacityManagerAttributesCommand,
2786
+ GetCapacityManagerMetricDataCommand,
2787
+ GetCapacityManagerMetricDimensionsCommand,
2536
2788
  GetCapacityReservationUsageCommand,
2537
2789
  GetCoipPoolUsageCommand,
2538
2790
  GetConsoleOutputCommand,
@@ -2541,9 +2793,11 @@ const commands = {
2541
2793
  GetDefaultCreditSpecificationCommand,
2542
2794
  GetEbsDefaultKmsKeyIdCommand,
2543
2795
  GetEbsEncryptionByDefaultCommand,
2796
+ GetEnabledIpamPolicyCommand,
2544
2797
  GetFlowLogsIntegrationTemplateCommand,
2545
2798
  GetGroupsForCapacityReservationCommand,
2546
2799
  GetHostReservationPurchasePreviewCommand,
2800
+ GetImageAncestryCommand,
2547
2801
  GetImageBlockPublicAccessStateCommand,
2548
2802
  GetInstanceMetadataDefaultsCommand,
2549
2803
  GetInstanceTpmEkPubCommand,
@@ -2553,8 +2807,13 @@ const commands = {
2553
2807
  GetIpamDiscoveredAccountsCommand,
2554
2808
  GetIpamDiscoveredPublicAddressesCommand,
2555
2809
  GetIpamDiscoveredResourceCidrsCommand,
2810
+ GetIpamPolicyAllocationRulesCommand,
2811
+ GetIpamPolicyOrganizationTargetsCommand,
2556
2812
  GetIpamPoolAllocationsCommand,
2557
2813
  GetIpamPoolCidrsCommand,
2814
+ GetIpamPrefixListResolverRulesCommand,
2815
+ GetIpamPrefixListResolverVersionEntriesCommand,
2816
+ GetIpamPrefixListResolverVersionsCommand,
2558
2817
  GetIpamResourceCidrsCommand,
2559
2818
  GetLaunchTemplateDataCommand,
2560
2819
  GetManagedPrefixListAssociationsCommand,
@@ -2572,6 +2831,7 @@ const commands = {
2572
2831
  GetSpotPlacementScoresCommand,
2573
2832
  GetSubnetCidrReservationsCommand,
2574
2833
  GetTransitGatewayAttachmentPropagationsCommand,
2834
+ GetTransitGatewayMeteringPolicyEntriesCommand,
2575
2835
  GetTransitGatewayMulticastDomainAssociationsCommand,
2576
2836
  GetTransitGatewayPolicyTableAssociationsCommand,
2577
2837
  GetTransitGatewayPolicyTableEntriesCommand,
@@ -2581,6 +2841,7 @@ const commands = {
2581
2841
  GetVerifiedAccessEndpointPolicyCommand,
2582
2842
  GetVerifiedAccessEndpointTargetsCommand,
2583
2843
  GetVerifiedAccessGroupPolicyCommand,
2844
+ GetVpcResourcesBlockingEncryptionEnforcementCommand,
2584
2845
  GetVpnConnectionDeviceSampleConfigurationCommand,
2585
2846
  GetVpnConnectionDeviceTypesCommand,
2586
2847
  GetVpnTunnelReplacementStatusCommand,
@@ -2592,6 +2853,7 @@ const commands = {
2592
2853
  ImportVolumeCommand,
2593
2854
  ListImagesInRecycleBinCommand,
2594
2855
  ListSnapshotsInRecycleBinCommand,
2856
+ ListVolumesInRecycleBinCommand,
2595
2857
  LockSnapshotCommand,
2596
2858
  ModifyAddressAttributeCommand,
2597
2859
  ModifyAvailabilityZoneGroupCommand,
@@ -2608,6 +2870,7 @@ const commands = {
2608
2870
  ModifyImageAttributeCommand,
2609
2871
  ModifyInstanceAttributeCommand,
2610
2872
  ModifyInstanceCapacityReservationAttributesCommand,
2873
+ ModifyInstanceConnectEndpointCommand,
2611
2874
  ModifyInstanceCpuOptionsCommand,
2612
2875
  ModifyInstanceCreditSpecificationCommand,
2613
2876
  ModifyInstanceEventStartTimeCommand,
@@ -2618,7 +2881,10 @@ const commands = {
2618
2881
  ModifyInstanceNetworkPerformanceOptionsCommand,
2619
2882
  ModifyInstancePlacementCommand,
2620
2883
  ModifyIpamCommand,
2884
+ ModifyIpamPolicyAllocationRulesCommand,
2621
2885
  ModifyIpamPoolCommand,
2886
+ ModifyIpamPrefixListResolverCommand,
2887
+ ModifyIpamPrefixListResolverTargetCommand,
2622
2888
  ModifyIpamResourceCidrCommand,
2623
2889
  ModifyIpamResourceDiscoveryCommand,
2624
2890
  ModifyIpamScopeCommand,
@@ -2627,6 +2893,7 @@ const commands = {
2627
2893
  ModifyManagedPrefixListCommand,
2628
2894
  ModifyNetworkInterfaceAttributeCommand,
2629
2895
  ModifyPrivateDnsNameOptionsCommand,
2896
+ ModifyPublicIpDnsNameOptionsCommand,
2630
2897
  ModifyReservedInstancesCommand,
2631
2898
  ModifyRouteServerCommand,
2632
2899
  ModifySecurityGroupRulesCommand,
@@ -2638,6 +2905,7 @@ const commands = {
2638
2905
  ModifyTrafficMirrorFilterRuleCommand,
2639
2906
  ModifyTrafficMirrorSessionCommand,
2640
2907
  ModifyTransitGatewayCommand,
2908
+ ModifyTransitGatewayMeteringPolicyCommand,
2641
2909
  ModifyTransitGatewayPrefixListReferenceCommand,
2642
2910
  ModifyTransitGatewayVpcAttachmentCommand,
2643
2911
  ModifyVerifiedAccessEndpointCommand,
@@ -2652,6 +2920,7 @@ const commands = {
2652
2920
  ModifyVpcAttributeCommand,
2653
2921
  ModifyVpcBlockPublicAccessExclusionCommand,
2654
2922
  ModifyVpcBlockPublicAccessOptionsCommand,
2923
+ ModifyVpcEncryptionControlCommand,
2655
2924
  ModifyVpcEndpointCommand,
2656
2925
  ModifyVpcEndpointConnectionNotificationCommand,
2657
2926
  ModifyVpcEndpointServiceConfigurationCommand,
@@ -2713,6 +2982,7 @@ const commands = {
2713
2982
  RestoreManagedPrefixListVersionCommand,
2714
2983
  RestoreSnapshotFromRecycleBinCommand,
2715
2984
  RestoreSnapshotTierCommand,
2985
+ RestoreVolumeFromRecycleBinCommand,
2716
2986
  RevokeClientVpnIngressCommand,
2717
2987
  RevokeSecurityGroupEgressCommand,
2718
2988
  RevokeSecurityGroupIngressCommand,
@@ -2735,6 +3005,8 @@ const commands = {
2735
3005
  UnassignPrivateNatGatewayAddressCommand,
2736
3006
  UnlockSnapshotCommand,
2737
3007
  UnmonitorInstancesCommand,
3008
+ UpdateCapacityManagerOrganizationsAccessCommand,
3009
+ UpdateInterruptibleCapacityReservationAllocationCommand,
2738
3010
  UpdateSecurityGroupRuleDescriptionsEgressCommand,
2739
3011
  UpdateSecurityGroupRuleDescriptionsIngressCommand,
2740
3012
  WithdrawByoipCidrCommand,
@@ -3403,6 +3675,28 @@ interface EC2Service$ {
3403
3675
  Cause.TimeoutException | SdkError | EC2ServiceError
3404
3676
  >;
3405
3677
 
3678
+ /**
3679
+ * @see {@link CopyVolumesCommand}
3680
+ */
3681
+ copyVolumes(
3682
+ args: CopyVolumesCommandInput,
3683
+ options?: HttpHandlerOptions,
3684
+ ): Effect.Effect<
3685
+ CopyVolumesCommandOutput,
3686
+ Cause.TimeoutException | SdkError | EC2ServiceError
3687
+ >;
3688
+
3689
+ /**
3690
+ * @see {@link CreateCapacityManagerDataExportCommand}
3691
+ */
3692
+ createCapacityManagerDataExport(
3693
+ args: CreateCapacityManagerDataExportCommandInput,
3694
+ options?: HttpHandlerOptions,
3695
+ ): Effect.Effect<
3696
+ CreateCapacityManagerDataExportCommandOutput,
3697
+ Cause.TimeoutException | SdkError | EC2ServiceError
3698
+ >;
3699
+
3406
3700
  /**
3407
3701
  * @see {@link CreateCapacityReservationCommand}
3408
3702
  */
@@ -3524,6 +3818,17 @@ interface EC2Service$ {
3524
3818
  Cause.TimeoutException | SdkError | EC2ServiceError
3525
3819
  >;
3526
3820
 
3821
+ /**
3822
+ * @see {@link CreateDelegateMacVolumeOwnershipTaskCommand}
3823
+ */
3824
+ createDelegateMacVolumeOwnershipTask(
3825
+ args: CreateDelegateMacVolumeOwnershipTaskCommandInput,
3826
+ options?: HttpHandlerOptions,
3827
+ ): Effect.Effect<
3828
+ CreateDelegateMacVolumeOwnershipTaskCommandOutput,
3829
+ Cause.TimeoutException | SdkError | EC2ServiceError
3830
+ >;
3831
+
3527
3832
  /**
3528
3833
  * @see {@link CreateDhcpOptionsCommand}
3529
3834
  */
@@ -3590,6 +3895,17 @@ interface EC2Service$ {
3590
3895
  Cause.TimeoutException | SdkError | EC2ServiceError
3591
3896
  >;
3592
3897
 
3898
+ /**
3899
+ * @see {@link CreateImageUsageReportCommand}
3900
+ */
3901
+ createImageUsageReport(
3902
+ args: CreateImageUsageReportCommandInput,
3903
+ options?: HttpHandlerOptions,
3904
+ ): Effect.Effect<
3905
+ CreateImageUsageReportCommandOutput,
3906
+ Cause.TimeoutException | SdkError | EC2ServiceError
3907
+ >;
3908
+
3593
3909
  /**
3594
3910
  * @see {@link CreateInstanceConnectEndpointCommand}
3595
3911
  */
@@ -3634,6 +3950,17 @@ interface EC2Service$ {
3634
3950
  Cause.TimeoutException | SdkError | EC2ServiceError
3635
3951
  >;
3636
3952
 
3953
+ /**
3954
+ * @see {@link CreateInterruptibleCapacityReservationAllocationCommand}
3955
+ */
3956
+ createInterruptibleCapacityReservationAllocation(
3957
+ args: CreateInterruptibleCapacityReservationAllocationCommandInput,
3958
+ options?: HttpHandlerOptions,
3959
+ ): Effect.Effect<
3960
+ CreateInterruptibleCapacityReservationAllocationCommandOutput,
3961
+ Cause.TimeoutException | SdkError | EC2ServiceError
3962
+ >;
3963
+
3637
3964
  /**
3638
3965
  * @see {@link CreateIpamCommand}
3639
3966
  */
@@ -3656,6 +3983,17 @@ interface EC2Service$ {
3656
3983
  Cause.TimeoutException | SdkError | EC2ServiceError
3657
3984
  >;
3658
3985
 
3986
+ /**
3987
+ * @see {@link CreateIpamPolicyCommand}
3988
+ */
3989
+ createIpamPolicy(
3990
+ args: CreateIpamPolicyCommandInput,
3991
+ options?: HttpHandlerOptions,
3992
+ ): Effect.Effect<
3993
+ CreateIpamPolicyCommandOutput,
3994
+ Cause.TimeoutException | SdkError | EC2ServiceError
3995
+ >;
3996
+
3659
3997
  /**
3660
3998
  * @see {@link CreateIpamPoolCommand}
3661
3999
  */
@@ -3667,6 +4005,28 @@ interface EC2Service$ {
3667
4005
  Cause.TimeoutException | SdkError | EC2ServiceError
3668
4006
  >;
3669
4007
 
4008
+ /**
4009
+ * @see {@link CreateIpamPrefixListResolverCommand}
4010
+ */
4011
+ createIpamPrefixListResolver(
4012
+ args: CreateIpamPrefixListResolverCommandInput,
4013
+ options?: HttpHandlerOptions,
4014
+ ): Effect.Effect<
4015
+ CreateIpamPrefixListResolverCommandOutput,
4016
+ Cause.TimeoutException | SdkError | EC2ServiceError
4017
+ >;
4018
+
4019
+ /**
4020
+ * @see {@link CreateIpamPrefixListResolverTargetCommand}
4021
+ */
4022
+ createIpamPrefixListResolverTarget(
4023
+ args: CreateIpamPrefixListResolverTargetCommandInput,
4024
+ options?: HttpHandlerOptions,
4025
+ ): Effect.Effect<
4026
+ CreateIpamPrefixListResolverTargetCommandOutput,
4027
+ Cause.TimeoutException | SdkError | EC2ServiceError
4028
+ >;
4029
+
3670
4030
  /**
3671
4031
  * @see {@link CreateIpamResourceDiscoveryCommand}
3672
4032
  */
@@ -3788,6 +4148,17 @@ interface EC2Service$ {
3788
4148
  Cause.TimeoutException | SdkError | EC2ServiceError
3789
4149
  >;
3790
4150
 
4151
+ /**
4152
+ * @see {@link CreateMacSystemIntegrityProtectionModificationTaskCommand}
4153
+ */
4154
+ createMacSystemIntegrityProtectionModificationTask(
4155
+ args: CreateMacSystemIntegrityProtectionModificationTaskCommandInput,
4156
+ options?: HttpHandlerOptions,
4157
+ ): Effect.Effect<
4158
+ CreateMacSystemIntegrityProtectionModificationTaskCommandOutput,
4159
+ Cause.TimeoutException | SdkError | EC2ServiceError
4160
+ >;
4161
+
3791
4162
  /**
3792
4163
  * @see {@link CreateManagedPrefixListCommand}
3793
4164
  */
@@ -4151,6 +4522,28 @@ interface EC2Service$ {
4151
4522
  Cause.TimeoutException | SdkError | EC2ServiceError
4152
4523
  >;
4153
4524
 
4525
+ /**
4526
+ * @see {@link CreateTransitGatewayMeteringPolicyCommand}
4527
+ */
4528
+ createTransitGatewayMeteringPolicy(
4529
+ args: CreateTransitGatewayMeteringPolicyCommandInput,
4530
+ options?: HttpHandlerOptions,
4531
+ ): Effect.Effect<
4532
+ CreateTransitGatewayMeteringPolicyCommandOutput,
4533
+ Cause.TimeoutException | SdkError | EC2ServiceError
4534
+ >;
4535
+
4536
+ /**
4537
+ * @see {@link CreateTransitGatewayMeteringPolicyEntryCommand}
4538
+ */
4539
+ createTransitGatewayMeteringPolicyEntry(
4540
+ args: CreateTransitGatewayMeteringPolicyEntryCommandInput,
4541
+ options?: HttpHandlerOptions,
4542
+ ): Effect.Effect<
4543
+ CreateTransitGatewayMeteringPolicyEntryCommandOutput,
4544
+ Cause.TimeoutException | SdkError | EC2ServiceError
4545
+ >;
4546
+
4154
4547
  /**
4155
4548
  * @see {@link CreateTransitGatewayMulticastDomainCommand}
4156
4549
  */
@@ -4316,6 +4709,17 @@ interface EC2Service$ {
4316
4709
  Cause.TimeoutException | SdkError | EC2ServiceError
4317
4710
  >;
4318
4711
 
4712
+ /**
4713
+ * @see {@link CreateVpcEncryptionControlCommand}
4714
+ */
4715
+ createVpcEncryptionControl(
4716
+ args: CreateVpcEncryptionControlCommandInput,
4717
+ options?: HttpHandlerOptions,
4718
+ ): Effect.Effect<
4719
+ CreateVpcEncryptionControlCommandOutput,
4720
+ Cause.TimeoutException | SdkError | EC2ServiceError
4721
+ >;
4722
+
4319
4723
  /**
4320
4724
  * @see {@link CreateVpcEndpointCommand}
4321
4725
  */
@@ -4360,6 +4764,17 @@ interface EC2Service$ {
4360
4764
  Cause.TimeoutException | SdkError | EC2ServiceError
4361
4765
  >;
4362
4766
 
4767
+ /**
4768
+ * @see {@link CreateVpnConcentratorCommand}
4769
+ */
4770
+ createVpnConcentrator(
4771
+ args: CreateVpnConcentratorCommandInput,
4772
+ options?: HttpHandlerOptions,
4773
+ ): Effect.Effect<
4774
+ CreateVpnConcentratorCommandOutput,
4775
+ Cause.TimeoutException | SdkError | EC2ServiceError
4776
+ >;
4777
+
4363
4778
  /**
4364
4779
  * @see {@link CreateVpnConnectionCommand}
4365
4780
  */
@@ -4393,6 +4808,17 @@ interface EC2Service$ {
4393
4808
  Cause.TimeoutException | SdkError | EC2ServiceError
4394
4809
  >;
4395
4810
 
4811
+ /**
4812
+ * @see {@link DeleteCapacityManagerDataExportCommand}
4813
+ */
4814
+ deleteCapacityManagerDataExport(
4815
+ args: DeleteCapacityManagerDataExportCommandInput,
4816
+ options?: HttpHandlerOptions,
4817
+ ): Effect.Effect<
4818
+ DeleteCapacityManagerDataExportCommandOutput,
4819
+ Cause.TimeoutException | SdkError | EC2ServiceError
4820
+ >;
4821
+
4396
4822
  /**
4397
4823
  * @see {@link DeleteCarrierGatewayCommand}
4398
4824
  */
@@ -4514,6 +4940,17 @@ interface EC2Service$ {
4514
4940
  Cause.TimeoutException | SdkError | EC2ServiceError
4515
4941
  >;
4516
4942
 
4943
+ /**
4944
+ * @see {@link DeleteImageUsageReportCommand}
4945
+ */
4946
+ deleteImageUsageReport(
4947
+ args: DeleteImageUsageReportCommandInput,
4948
+ options?: HttpHandlerOptions,
4949
+ ): Effect.Effect<
4950
+ DeleteImageUsageReportCommandOutput,
4951
+ Cause.TimeoutException | SdkError | EC2ServiceError
4952
+ >;
4953
+
4517
4954
  /**
4518
4955
  * @see {@link DeleteInstanceConnectEndpointCommand}
4519
4956
  */
@@ -4569,6 +5006,17 @@ interface EC2Service$ {
4569
5006
  Cause.TimeoutException | SdkError | EC2ServiceError
4570
5007
  >;
4571
5008
 
5009
+ /**
5010
+ * @see {@link DeleteIpamPolicyCommand}
5011
+ */
5012
+ deleteIpamPolicy(
5013
+ args: DeleteIpamPolicyCommandInput,
5014
+ options?: HttpHandlerOptions,
5015
+ ): Effect.Effect<
5016
+ DeleteIpamPolicyCommandOutput,
5017
+ Cause.TimeoutException | SdkError | EC2ServiceError
5018
+ >;
5019
+
4572
5020
  /**
4573
5021
  * @see {@link DeleteIpamPoolCommand}
4574
5022
  */
@@ -4580,6 +5028,28 @@ interface EC2Service$ {
4580
5028
  Cause.TimeoutException | SdkError | EC2ServiceError
4581
5029
  >;
4582
5030
 
5031
+ /**
5032
+ * @see {@link DeleteIpamPrefixListResolverCommand}
5033
+ */
5034
+ deleteIpamPrefixListResolver(
5035
+ args: DeleteIpamPrefixListResolverCommandInput,
5036
+ options?: HttpHandlerOptions,
5037
+ ): Effect.Effect<
5038
+ DeleteIpamPrefixListResolverCommandOutput,
5039
+ Cause.TimeoutException | SdkError | EC2ServiceError
5040
+ >;
5041
+
5042
+ /**
5043
+ * @see {@link DeleteIpamPrefixListResolverTargetCommand}
5044
+ */
5045
+ deleteIpamPrefixListResolverTarget(
5046
+ args: DeleteIpamPrefixListResolverTargetCommandInput,
5047
+ options?: HttpHandlerOptions,
5048
+ ): Effect.Effect<
5049
+ DeleteIpamPrefixListResolverTargetCommandOutput,
5050
+ Cause.TimeoutException | SdkError | EC2ServiceError
5051
+ >;
5052
+
4583
5053
  /**
4584
5054
  * @see {@link DeleteIpamResourceDiscoveryCommand}
4585
5055
  */
@@ -5042,6 +5512,28 @@ interface EC2Service$ {
5042
5512
  Cause.TimeoutException | SdkError | EC2ServiceError
5043
5513
  >;
5044
5514
 
5515
+ /**
5516
+ * @see {@link DeleteTransitGatewayMeteringPolicyCommand}
5517
+ */
5518
+ deleteTransitGatewayMeteringPolicy(
5519
+ args: DeleteTransitGatewayMeteringPolicyCommandInput,
5520
+ options?: HttpHandlerOptions,
5521
+ ): Effect.Effect<
5522
+ DeleteTransitGatewayMeteringPolicyCommandOutput,
5523
+ Cause.TimeoutException | SdkError | EC2ServiceError
5524
+ >;
5525
+
5526
+ /**
5527
+ * @see {@link DeleteTransitGatewayMeteringPolicyEntryCommand}
5528
+ */
5529
+ deleteTransitGatewayMeteringPolicyEntry(
5530
+ args: DeleteTransitGatewayMeteringPolicyEntryCommandInput,
5531
+ options?: HttpHandlerOptions,
5532
+ ): Effect.Effect<
5533
+ DeleteTransitGatewayMeteringPolicyEntryCommandOutput,
5534
+ Cause.TimeoutException | SdkError | EC2ServiceError
5535
+ >;
5536
+
5045
5537
  /**
5046
5538
  * @see {@link DeleteTransitGatewayMulticastDomainCommand}
5047
5539
  */
@@ -5207,6 +5699,17 @@ interface EC2Service$ {
5207
5699
  Cause.TimeoutException | SdkError | EC2ServiceError
5208
5700
  >;
5209
5701
 
5702
+ /**
5703
+ * @see {@link DeleteVpcEncryptionControlCommand}
5704
+ */
5705
+ deleteVpcEncryptionControl(
5706
+ args: DeleteVpcEncryptionControlCommandInput,
5707
+ options?: HttpHandlerOptions,
5708
+ ): Effect.Effect<
5709
+ DeleteVpcEncryptionControlCommandOutput,
5710
+ Cause.TimeoutException | SdkError | EC2ServiceError
5711
+ >;
5712
+
5210
5713
  /**
5211
5714
  * @see {@link DeleteVpcEndpointConnectionNotificationsCommand}
5212
5715
  */
@@ -5251,6 +5754,17 @@ interface EC2Service$ {
5251
5754
  Cause.TimeoutException | SdkError | EC2ServiceError
5252
5755
  >;
5253
5756
 
5757
+ /**
5758
+ * @see {@link DeleteVpnConcentratorCommand}
5759
+ */
5760
+ deleteVpnConcentrator(
5761
+ args: DeleteVpnConcentratorCommandInput,
5762
+ options?: HttpHandlerOptions,
5763
+ ): Effect.Effect<
5764
+ DeleteVpnConcentratorCommandOutput,
5765
+ Cause.TimeoutException | SdkError | EC2ServiceError
5766
+ >;
5767
+
5254
5768
  /**
5255
5769
  * @see {@link DeleteVpnConnectionCommand}
5256
5770
  */
@@ -5504,6 +6018,39 @@ interface EC2Service$ {
5504
6018
  Cause.TimeoutException | SdkError | EC2ServiceError
5505
6019
  >;
5506
6020
 
6021
+ /**
6022
+ * @see {@link DescribeCapacityBlockStatusCommand}
6023
+ */
6024
+ describeCapacityBlockStatus(
6025
+ args: DescribeCapacityBlockStatusCommandInput,
6026
+ options?: HttpHandlerOptions,
6027
+ ): Effect.Effect<
6028
+ DescribeCapacityBlockStatusCommandOutput,
6029
+ Cause.TimeoutException | SdkError | EC2ServiceError
6030
+ >;
6031
+
6032
+ /**
6033
+ * @see {@link DescribeCapacityBlocksCommand}
6034
+ */
6035
+ describeCapacityBlocks(
6036
+ args: DescribeCapacityBlocksCommandInput,
6037
+ options?: HttpHandlerOptions,
6038
+ ): Effect.Effect<
6039
+ DescribeCapacityBlocksCommandOutput,
6040
+ Cause.TimeoutException | SdkError | EC2ServiceError
6041
+ >;
6042
+
6043
+ /**
6044
+ * @see {@link DescribeCapacityManagerDataExportsCommand}
6045
+ */
6046
+ describeCapacityManagerDataExports(
6047
+ args: DescribeCapacityManagerDataExportsCommandInput,
6048
+ options?: HttpHandlerOptions,
6049
+ ): Effect.Effect<
6050
+ DescribeCapacityManagerDataExportsCommandOutput,
6051
+ Cause.TimeoutException | SdkError | EC2ServiceError
6052
+ >;
6053
+
5507
6054
  /**
5508
6055
  * @see {@link DescribeCapacityReservationBillingRequestsCommand}
5509
6056
  */
@@ -5526,6 +6073,17 @@ interface EC2Service$ {
5526
6073
  Cause.TimeoutException | SdkError | EC2ServiceError
5527
6074
  >;
5528
6075
 
6076
+ /**
6077
+ * @see {@link DescribeCapacityReservationTopologyCommand}
6078
+ */
6079
+ describeCapacityReservationTopology(
6080
+ args: DescribeCapacityReservationTopologyCommandInput,
6081
+ options?: HttpHandlerOptions,
6082
+ ): Effect.Effect<
6083
+ DescribeCapacityReservationTopologyCommandOutput,
6084
+ Cause.TimeoutException | SdkError | EC2ServiceError
6085
+ >;
6086
+
5529
6087
  /**
5530
6088
  * @see {@link DescribeCapacityReservationsCommand}
5531
6089
  */
@@ -5878,6 +6436,39 @@ interface EC2Service$ {
5878
6436
  Cause.TimeoutException | SdkError | EC2ServiceError
5879
6437
  >;
5880
6438
 
6439
+ /**
6440
+ * @see {@link DescribeImageReferencesCommand}
6441
+ */
6442
+ describeImageReferences(
6443
+ args: DescribeImageReferencesCommandInput,
6444
+ options?: HttpHandlerOptions,
6445
+ ): Effect.Effect<
6446
+ DescribeImageReferencesCommandOutput,
6447
+ Cause.TimeoutException | SdkError | EC2ServiceError
6448
+ >;
6449
+
6450
+ /**
6451
+ * @see {@link DescribeImageUsageReportEntriesCommand}
6452
+ */
6453
+ describeImageUsageReportEntries(
6454
+ args: DescribeImageUsageReportEntriesCommandInput,
6455
+ options?: HttpHandlerOptions,
6456
+ ): Effect.Effect<
6457
+ DescribeImageUsageReportEntriesCommandOutput,
6458
+ Cause.TimeoutException | SdkError | EC2ServiceError
6459
+ >;
6460
+
6461
+ /**
6462
+ * @see {@link DescribeImageUsageReportsCommand}
6463
+ */
6464
+ describeImageUsageReports(
6465
+ args: DescribeImageUsageReportsCommandInput,
6466
+ options?: HttpHandlerOptions,
6467
+ ): Effect.Effect<
6468
+ DescribeImageUsageReportsCommandOutput,
6469
+ Cause.TimeoutException | SdkError | EC2ServiceError
6470
+ >;
6471
+
5881
6472
  /**
5882
6473
  * @see {@link DescribeImagesCommand}
5883
6474
  */
@@ -5977,6 +6568,28 @@ interface EC2Service$ {
5977
6568
  Cause.TimeoutException | SdkError | EC2ServiceError
5978
6569
  >;
5979
6570
 
6571
+ /**
6572
+ * @see {@link DescribeInstanceSqlHaHistoryStatesCommand}
6573
+ */
6574
+ describeInstanceSqlHaHistoryStates(
6575
+ args: DescribeInstanceSqlHaHistoryStatesCommandInput,
6576
+ options?: HttpHandlerOptions,
6577
+ ): Effect.Effect<
6578
+ DescribeInstanceSqlHaHistoryStatesCommandOutput,
6579
+ Cause.TimeoutException | SdkError | EC2ServiceError
6580
+ >;
6581
+
6582
+ /**
6583
+ * @see {@link DescribeInstanceSqlHaStatesCommand}
6584
+ */
6585
+ describeInstanceSqlHaStates(
6586
+ args: DescribeInstanceSqlHaStatesCommandInput,
6587
+ options?: HttpHandlerOptions,
6588
+ ): Effect.Effect<
6589
+ DescribeInstanceSqlHaStatesCommandOutput,
6590
+ Cause.TimeoutException | SdkError | EC2ServiceError
6591
+ >;
6592
+
5980
6593
  /**
5981
6594
  * @see {@link DescribeInstanceStatusCommand}
5982
6595
  */
@@ -6065,6 +6678,17 @@ interface EC2Service$ {
6065
6678
  Cause.TimeoutException | SdkError | EC2ServiceError
6066
6679
  >;
6067
6680
 
6681
+ /**
6682
+ * @see {@link DescribeIpamPoliciesCommand}
6683
+ */
6684
+ describeIpamPolicies(
6685
+ args: DescribeIpamPoliciesCommandInput,
6686
+ options?: HttpHandlerOptions,
6687
+ ): Effect.Effect<
6688
+ DescribeIpamPoliciesCommandOutput,
6689
+ Cause.TimeoutException | SdkError | EC2ServiceError
6690
+ >;
6691
+
6068
6692
  /**
6069
6693
  * @see {@link DescribeIpamPoolsCommand}
6070
6694
  */
@@ -6076,6 +6700,28 @@ interface EC2Service$ {
6076
6700
  Cause.TimeoutException | SdkError | EC2ServiceError
6077
6701
  >;
6078
6702
 
6703
+ /**
6704
+ * @see {@link DescribeIpamPrefixListResolverTargetsCommand}
6705
+ */
6706
+ describeIpamPrefixListResolverTargets(
6707
+ args: DescribeIpamPrefixListResolverTargetsCommandInput,
6708
+ options?: HttpHandlerOptions,
6709
+ ): Effect.Effect<
6710
+ DescribeIpamPrefixListResolverTargetsCommandOutput,
6711
+ Cause.TimeoutException | SdkError | EC2ServiceError
6712
+ >;
6713
+
6714
+ /**
6715
+ * @see {@link DescribeIpamPrefixListResolversCommand}
6716
+ */
6717
+ describeIpamPrefixListResolvers(
6718
+ args: DescribeIpamPrefixListResolversCommandInput,
6719
+ options?: HttpHandlerOptions,
6720
+ ): Effect.Effect<
6721
+ DescribeIpamPrefixListResolversCommandOutput,
6722
+ Cause.TimeoutException | SdkError | EC2ServiceError
6723
+ >;
6724
+
6079
6725
  /**
6080
6726
  * @see {@link DescribeIpamResourceDiscoveriesCommand}
6081
6727
  */
@@ -6252,6 +6898,17 @@ interface EC2Service$ {
6252
6898
  Cause.TimeoutException | SdkError | EC2ServiceError
6253
6899
  >;
6254
6900
 
6901
+ /**
6902
+ * @see {@link DescribeMacModificationTasksCommand}
6903
+ */
6904
+ describeMacModificationTasks(
6905
+ args: DescribeMacModificationTasksCommandInput,
6906
+ options?: HttpHandlerOptions,
6907
+ ): Effect.Effect<
6908
+ DescribeMacModificationTasksCommandOutput,
6909
+ Cause.TimeoutException | SdkError | EC2ServiceError
6910
+ >;
6911
+
6255
6912
  /**
6256
6913
  * @see {@link DescribeManagedPrefixListsCommand}
6257
6914
  */
@@ -6835,6 +7492,17 @@ interface EC2Service$ {
6835
7492
  Cause.TimeoutException | SdkError | EC2ServiceError
6836
7493
  >;
6837
7494
 
7495
+ /**
7496
+ * @see {@link DescribeTransitGatewayMeteringPoliciesCommand}
7497
+ */
7498
+ describeTransitGatewayMeteringPolicies(
7499
+ args: DescribeTransitGatewayMeteringPoliciesCommandInput,
7500
+ options?: HttpHandlerOptions,
7501
+ ): Effect.Effect<
7502
+ DescribeTransitGatewayMeteringPoliciesCommandOutput,
7503
+ Cause.TimeoutException | SdkError | EC2ServiceError
7504
+ >;
7505
+
6838
7506
  /**
6839
7507
  * @see {@link DescribeTransitGatewayMulticastDomainsCommand}
6840
7508
  */
@@ -7077,6 +7745,17 @@ interface EC2Service$ {
7077
7745
  Cause.TimeoutException | SdkError | EC2ServiceError
7078
7746
  >;
7079
7747
 
7748
+ /**
7749
+ * @see {@link DescribeVpcEncryptionControlsCommand}
7750
+ */
7751
+ describeVpcEncryptionControls(
7752
+ args: DescribeVpcEncryptionControlsCommandInput,
7753
+ options?: HttpHandlerOptions,
7754
+ ): Effect.Effect<
7755
+ DescribeVpcEncryptionControlsCommandOutput,
7756
+ Cause.TimeoutException | SdkError | EC2ServiceError
7757
+ >;
7758
+
7080
7759
  /**
7081
7760
  * @see {@link DescribeVpcEndpointAssociationsCommand}
7082
7761
  */
@@ -7176,6 +7855,17 @@ interface EC2Service$ {
7176
7855
  Cause.TimeoutException | SdkError | EC2ServiceError
7177
7856
  >;
7178
7857
 
7858
+ /**
7859
+ * @see {@link DescribeVpnConcentratorsCommand}
7860
+ */
7861
+ describeVpnConcentrators(
7862
+ args: DescribeVpnConcentratorsCommandInput,
7863
+ options?: HttpHandlerOptions,
7864
+ ): Effect.Effect<
7865
+ DescribeVpnConcentratorsCommandOutput,
7866
+ Cause.TimeoutException | SdkError | EC2ServiceError
7867
+ >;
7868
+
7179
7869
  /**
7180
7870
  * @see {@link DescribeVpnConnectionsCommand}
7181
7871
  */
@@ -7297,6 +7987,17 @@ interface EC2Service$ {
7297
7987
  Cause.TimeoutException | SdkError | EC2ServiceError
7298
7988
  >;
7299
7989
 
7990
+ /**
7991
+ * @see {@link DisableCapacityManagerCommand}
7992
+ */
7993
+ disableCapacityManager(
7994
+ args: DisableCapacityManagerCommandInput,
7995
+ options?: HttpHandlerOptions,
7996
+ ): Effect.Effect<
7997
+ DisableCapacityManagerCommandOutput,
7998
+ Cause.TimeoutException | SdkError | EC2ServiceError
7999
+ >;
8000
+
7300
8001
  /**
7301
8002
  * @see {@link DisableEbsEncryptionByDefaultCommand}
7302
8003
  */
@@ -7374,6 +8075,17 @@ interface EC2Service$ {
7374
8075
  Cause.TimeoutException | SdkError | EC2ServiceError
7375
8076
  >;
7376
8077
 
8078
+ /**
8079
+ * @see {@link DisableInstanceSqlHaStandbyDetectionsCommand}
8080
+ */
8081
+ disableInstanceSqlHaStandbyDetections(
8082
+ args: DisableInstanceSqlHaStandbyDetectionsCommandInput,
8083
+ options?: HttpHandlerOptions,
8084
+ ): Effect.Effect<
8085
+ DisableInstanceSqlHaStandbyDetectionsCommandOutput,
8086
+ Cause.TimeoutException | SdkError | EC2ServiceError
8087
+ >;
8088
+
7377
8089
  /**
7378
8090
  * @see {@link DisableIpamOrganizationAdminAccountCommand}
7379
8091
  */
@@ -7385,6 +8097,17 @@ interface EC2Service$ {
7385
8097
  Cause.TimeoutException | SdkError | EC2ServiceError
7386
8098
  >;
7387
8099
 
8100
+ /**
8101
+ * @see {@link DisableIpamPolicyCommand}
8102
+ */
8103
+ disableIpamPolicy(
8104
+ args: DisableIpamPolicyCommandInput,
8105
+ options?: HttpHandlerOptions,
8106
+ ): Effect.Effect<
8107
+ DisableIpamPolicyCommandOutput,
8108
+ Cause.TimeoutException | SdkError | EC2ServiceError
8109
+ >;
8110
+
7388
8111
  /**
7389
8112
  * @see {@link DisableRouteServerPropagationCommand}
7390
8113
  */
@@ -7693,6 +8416,17 @@ interface EC2Service$ {
7693
8416
  Cause.TimeoutException | SdkError | EC2ServiceError
7694
8417
  >;
7695
8418
 
8419
+ /**
8420
+ * @see {@link EnableCapacityManagerCommand}
8421
+ */
8422
+ enableCapacityManager(
8423
+ args: EnableCapacityManagerCommandInput,
8424
+ options?: HttpHandlerOptions,
8425
+ ): Effect.Effect<
8426
+ EnableCapacityManagerCommandOutput,
8427
+ Cause.TimeoutException | SdkError | EC2ServiceError
8428
+ >;
8429
+
7696
8430
  /**
7697
8431
  * @see {@link EnableEbsEncryptionByDefaultCommand}
7698
8432
  */
@@ -7770,6 +8504,17 @@ interface EC2Service$ {
7770
8504
  Cause.TimeoutException | SdkError | EC2ServiceError
7771
8505
  >;
7772
8506
 
8507
+ /**
8508
+ * @see {@link EnableInstanceSqlHaStandbyDetectionsCommand}
8509
+ */
8510
+ enableInstanceSqlHaStandbyDetections(
8511
+ args: EnableInstanceSqlHaStandbyDetectionsCommandInput,
8512
+ options?: HttpHandlerOptions,
8513
+ ): Effect.Effect<
8514
+ EnableInstanceSqlHaStandbyDetectionsCommandOutput,
8515
+ Cause.TimeoutException | SdkError | EC2ServiceError
8516
+ >;
8517
+
7773
8518
  /**
7774
8519
  * @see {@link EnableIpamOrganizationAdminAccountCommand}
7775
8520
  */
@@ -7781,6 +8526,17 @@ interface EC2Service$ {
7781
8526
  Cause.TimeoutException | SdkError | EC2ServiceError
7782
8527
  >;
7783
8528
 
8529
+ /**
8530
+ * @see {@link EnableIpamPolicyCommand}
8531
+ */
8532
+ enableIpamPolicy(
8533
+ args: EnableIpamPolicyCommandInput,
8534
+ options?: HttpHandlerOptions,
8535
+ ): Effect.Effect<
8536
+ EnableIpamPolicyCommandOutput,
8537
+ Cause.TimeoutException | SdkError | EC2ServiceError
8538
+ >;
8539
+
7784
8540
  /**
7785
8541
  * @see {@link EnableReachabilityAnalyzerOrganizationSharingCommand}
7786
8542
  */
@@ -7935,6 +8691,17 @@ interface EC2Service$ {
7935
8691
  Cause.TimeoutException | SdkError | EC2ServiceError
7936
8692
  >;
7937
8693
 
8694
+ /**
8695
+ * @see {@link GetActiveVpnTunnelStatusCommand}
8696
+ */
8697
+ getActiveVpnTunnelStatus(
8698
+ args: GetActiveVpnTunnelStatusCommandInput,
8699
+ options?: HttpHandlerOptions,
8700
+ ): Effect.Effect<
8701
+ GetActiveVpnTunnelStatusCommandOutput,
8702
+ Cause.TimeoutException | SdkError | EC2ServiceError
8703
+ >;
8704
+
7938
8705
  /**
7939
8706
  * @see {@link GetAllowedImagesSettingsCommand}
7940
8707
  */
@@ -7979,6 +8746,39 @@ interface EC2Service$ {
7979
8746
  Cause.TimeoutException | SdkError | EC2ServiceError
7980
8747
  >;
7981
8748
 
8749
+ /**
8750
+ * @see {@link GetCapacityManagerAttributesCommand}
8751
+ */
8752
+ getCapacityManagerAttributes(
8753
+ args: GetCapacityManagerAttributesCommandInput,
8754
+ options?: HttpHandlerOptions,
8755
+ ): Effect.Effect<
8756
+ GetCapacityManagerAttributesCommandOutput,
8757
+ Cause.TimeoutException | SdkError | EC2ServiceError
8758
+ >;
8759
+
8760
+ /**
8761
+ * @see {@link GetCapacityManagerMetricDataCommand}
8762
+ */
8763
+ getCapacityManagerMetricData(
8764
+ args: GetCapacityManagerMetricDataCommandInput,
8765
+ options?: HttpHandlerOptions,
8766
+ ): Effect.Effect<
8767
+ GetCapacityManagerMetricDataCommandOutput,
8768
+ Cause.TimeoutException | SdkError | EC2ServiceError
8769
+ >;
8770
+
8771
+ /**
8772
+ * @see {@link GetCapacityManagerMetricDimensionsCommand}
8773
+ */
8774
+ getCapacityManagerMetricDimensions(
8775
+ args: GetCapacityManagerMetricDimensionsCommandInput,
8776
+ options?: HttpHandlerOptions,
8777
+ ): Effect.Effect<
8778
+ GetCapacityManagerMetricDimensionsCommandOutput,
8779
+ Cause.TimeoutException | SdkError | EC2ServiceError
8780
+ >;
8781
+
7982
8782
  /**
7983
8783
  * @see {@link GetCapacityReservationUsageCommand}
7984
8784
  */
@@ -8067,6 +8867,17 @@ interface EC2Service$ {
8067
8867
  Cause.TimeoutException | SdkError | EC2ServiceError
8068
8868
  >;
8069
8869
 
8870
+ /**
8871
+ * @see {@link GetEnabledIpamPolicyCommand}
8872
+ */
8873
+ getEnabledIpamPolicy(
8874
+ args: GetEnabledIpamPolicyCommandInput,
8875
+ options?: HttpHandlerOptions,
8876
+ ): Effect.Effect<
8877
+ GetEnabledIpamPolicyCommandOutput,
8878
+ Cause.TimeoutException | SdkError | EC2ServiceError
8879
+ >;
8880
+
8070
8881
  /**
8071
8882
  * @see {@link GetFlowLogsIntegrationTemplateCommand}
8072
8883
  */
@@ -8100,6 +8911,17 @@ interface EC2Service$ {
8100
8911
  Cause.TimeoutException | SdkError | EC2ServiceError
8101
8912
  >;
8102
8913
 
8914
+ /**
8915
+ * @see {@link GetImageAncestryCommand}
8916
+ */
8917
+ getImageAncestry(
8918
+ args: GetImageAncestryCommandInput,
8919
+ options?: HttpHandlerOptions,
8920
+ ): Effect.Effect<
8921
+ GetImageAncestryCommandOutput,
8922
+ Cause.TimeoutException | SdkError | EC2ServiceError
8923
+ >;
8924
+
8103
8925
  /**
8104
8926
  * @see {@link GetImageBlockPublicAccessStateCommand}
8105
8927
  */
@@ -8199,6 +9021,28 @@ interface EC2Service$ {
8199
9021
  Cause.TimeoutException | SdkError | EC2ServiceError
8200
9022
  >;
8201
9023
 
9024
+ /**
9025
+ * @see {@link GetIpamPolicyAllocationRulesCommand}
9026
+ */
9027
+ getIpamPolicyAllocationRules(
9028
+ args: GetIpamPolicyAllocationRulesCommandInput,
9029
+ options?: HttpHandlerOptions,
9030
+ ): Effect.Effect<
9031
+ GetIpamPolicyAllocationRulesCommandOutput,
9032
+ Cause.TimeoutException | SdkError | EC2ServiceError
9033
+ >;
9034
+
9035
+ /**
9036
+ * @see {@link GetIpamPolicyOrganizationTargetsCommand}
9037
+ */
9038
+ getIpamPolicyOrganizationTargets(
9039
+ args: GetIpamPolicyOrganizationTargetsCommandInput,
9040
+ options?: HttpHandlerOptions,
9041
+ ): Effect.Effect<
9042
+ GetIpamPolicyOrganizationTargetsCommandOutput,
9043
+ Cause.TimeoutException | SdkError | EC2ServiceError
9044
+ >;
9045
+
8202
9046
  /**
8203
9047
  * @see {@link GetIpamPoolAllocationsCommand}
8204
9048
  */
@@ -8221,6 +9065,39 @@ interface EC2Service$ {
8221
9065
  Cause.TimeoutException | SdkError | EC2ServiceError
8222
9066
  >;
8223
9067
 
9068
+ /**
9069
+ * @see {@link GetIpamPrefixListResolverRulesCommand}
9070
+ */
9071
+ getIpamPrefixListResolverRules(
9072
+ args: GetIpamPrefixListResolverRulesCommandInput,
9073
+ options?: HttpHandlerOptions,
9074
+ ): Effect.Effect<
9075
+ GetIpamPrefixListResolverRulesCommandOutput,
9076
+ Cause.TimeoutException | SdkError | EC2ServiceError
9077
+ >;
9078
+
9079
+ /**
9080
+ * @see {@link GetIpamPrefixListResolverVersionEntriesCommand}
9081
+ */
9082
+ getIpamPrefixListResolverVersionEntries(
9083
+ args: GetIpamPrefixListResolverVersionEntriesCommandInput,
9084
+ options?: HttpHandlerOptions,
9085
+ ): Effect.Effect<
9086
+ GetIpamPrefixListResolverVersionEntriesCommandOutput,
9087
+ Cause.TimeoutException | SdkError | EC2ServiceError
9088
+ >;
9089
+
9090
+ /**
9091
+ * @see {@link GetIpamPrefixListResolverVersionsCommand}
9092
+ */
9093
+ getIpamPrefixListResolverVersions(
9094
+ args: GetIpamPrefixListResolverVersionsCommandInput,
9095
+ options?: HttpHandlerOptions,
9096
+ ): Effect.Effect<
9097
+ GetIpamPrefixListResolverVersionsCommandOutput,
9098
+ Cause.TimeoutException | SdkError | EC2ServiceError
9099
+ >;
9100
+
8224
9101
  /**
8225
9102
  * @see {@link GetIpamResourceCidrsCommand}
8226
9103
  */
@@ -8408,6 +9285,17 @@ interface EC2Service$ {
8408
9285
  Cause.TimeoutException | SdkError | EC2ServiceError
8409
9286
  >;
8410
9287
 
9288
+ /**
9289
+ * @see {@link GetTransitGatewayMeteringPolicyEntriesCommand}
9290
+ */
9291
+ getTransitGatewayMeteringPolicyEntries(
9292
+ args: GetTransitGatewayMeteringPolicyEntriesCommandInput,
9293
+ options?: HttpHandlerOptions,
9294
+ ): Effect.Effect<
9295
+ GetTransitGatewayMeteringPolicyEntriesCommandOutput,
9296
+ Cause.TimeoutException | SdkError | EC2ServiceError
9297
+ >;
9298
+
8411
9299
  /**
8412
9300
  * @see {@link GetTransitGatewayMulticastDomainAssociationsCommand}
8413
9301
  */
@@ -8507,6 +9395,17 @@ interface EC2Service$ {
8507
9395
  Cause.TimeoutException | SdkError | EC2ServiceError
8508
9396
  >;
8509
9397
 
9398
+ /**
9399
+ * @see {@link GetVpcResourcesBlockingEncryptionEnforcementCommand}
9400
+ */
9401
+ getVpcResourcesBlockingEncryptionEnforcement(
9402
+ args: GetVpcResourcesBlockingEncryptionEnforcementCommandInput,
9403
+ options?: HttpHandlerOptions,
9404
+ ): Effect.Effect<
9405
+ GetVpcResourcesBlockingEncryptionEnforcementCommandOutput,
9406
+ Cause.TimeoutException | SdkError | EC2ServiceError
9407
+ >;
9408
+
8510
9409
  /**
8511
9410
  * @see {@link GetVpnConnectionDeviceSampleConfigurationCommand}
8512
9411
  */
@@ -8628,6 +9527,17 @@ interface EC2Service$ {
8628
9527
  Cause.TimeoutException | SdkError | EC2ServiceError
8629
9528
  >;
8630
9529
 
9530
+ /**
9531
+ * @see {@link ListVolumesInRecycleBinCommand}
9532
+ */
9533
+ listVolumesInRecycleBin(
9534
+ args: ListVolumesInRecycleBinCommandInput,
9535
+ options?: HttpHandlerOptions,
9536
+ ): Effect.Effect<
9537
+ ListVolumesInRecycleBinCommandOutput,
9538
+ Cause.TimeoutException | SdkError | EC2ServiceError
9539
+ >;
9540
+
8631
9541
  /**
8632
9542
  * @see {@link LockSnapshotCommand}
8633
9543
  */
@@ -8804,6 +9714,17 @@ interface EC2Service$ {
8804
9714
  Cause.TimeoutException | SdkError | EC2ServiceError
8805
9715
  >;
8806
9716
 
9717
+ /**
9718
+ * @see {@link ModifyInstanceConnectEndpointCommand}
9719
+ */
9720
+ modifyInstanceConnectEndpoint(
9721
+ args: ModifyInstanceConnectEndpointCommandInput,
9722
+ options?: HttpHandlerOptions,
9723
+ ): Effect.Effect<
9724
+ ModifyInstanceConnectEndpointCommandOutput,
9725
+ Cause.TimeoutException | SdkError | EC2ServiceError
9726
+ >;
9727
+
8807
9728
  /**
8808
9729
  * @see {@link ModifyInstanceCpuOptionsCommand}
8809
9730
  */
@@ -8914,6 +9835,17 @@ interface EC2Service$ {
8914
9835
  Cause.TimeoutException | SdkError | EC2ServiceError
8915
9836
  >;
8916
9837
 
9838
+ /**
9839
+ * @see {@link ModifyIpamPolicyAllocationRulesCommand}
9840
+ */
9841
+ modifyIpamPolicyAllocationRules(
9842
+ args: ModifyIpamPolicyAllocationRulesCommandInput,
9843
+ options?: HttpHandlerOptions,
9844
+ ): Effect.Effect<
9845
+ ModifyIpamPolicyAllocationRulesCommandOutput,
9846
+ Cause.TimeoutException | SdkError | EC2ServiceError
9847
+ >;
9848
+
8917
9849
  /**
8918
9850
  * @see {@link ModifyIpamPoolCommand}
8919
9851
  */
@@ -8925,6 +9857,28 @@ interface EC2Service$ {
8925
9857
  Cause.TimeoutException | SdkError | EC2ServiceError
8926
9858
  >;
8927
9859
 
9860
+ /**
9861
+ * @see {@link ModifyIpamPrefixListResolverCommand}
9862
+ */
9863
+ modifyIpamPrefixListResolver(
9864
+ args: ModifyIpamPrefixListResolverCommandInput,
9865
+ options?: HttpHandlerOptions,
9866
+ ): Effect.Effect<
9867
+ ModifyIpamPrefixListResolverCommandOutput,
9868
+ Cause.TimeoutException | SdkError | EC2ServiceError
9869
+ >;
9870
+
9871
+ /**
9872
+ * @see {@link ModifyIpamPrefixListResolverTargetCommand}
9873
+ */
9874
+ modifyIpamPrefixListResolverTarget(
9875
+ args: ModifyIpamPrefixListResolverTargetCommandInput,
9876
+ options?: HttpHandlerOptions,
9877
+ ): Effect.Effect<
9878
+ ModifyIpamPrefixListResolverTargetCommandOutput,
9879
+ Cause.TimeoutException | SdkError | EC2ServiceError
9880
+ >;
9881
+
8928
9882
  /**
8929
9883
  * @see {@link ModifyIpamResourceCidrCommand}
8930
9884
  */
@@ -9013,6 +9967,17 @@ interface EC2Service$ {
9013
9967
  Cause.TimeoutException | SdkError | EC2ServiceError
9014
9968
  >;
9015
9969
 
9970
+ /**
9971
+ * @see {@link ModifyPublicIpDnsNameOptionsCommand}
9972
+ */
9973
+ modifyPublicIpDnsNameOptions(
9974
+ args: ModifyPublicIpDnsNameOptionsCommandInput,
9975
+ options?: HttpHandlerOptions,
9976
+ ): Effect.Effect<
9977
+ ModifyPublicIpDnsNameOptionsCommandOutput,
9978
+ Cause.TimeoutException | SdkError | EC2ServiceError
9979
+ >;
9980
+
9016
9981
  /**
9017
9982
  * @see {@link ModifyReservedInstancesCommand}
9018
9983
  */
@@ -9134,6 +10099,17 @@ interface EC2Service$ {
9134
10099
  Cause.TimeoutException | SdkError | EC2ServiceError
9135
10100
  >;
9136
10101
 
10102
+ /**
10103
+ * @see {@link ModifyTransitGatewayMeteringPolicyCommand}
10104
+ */
10105
+ modifyTransitGatewayMeteringPolicy(
10106
+ args: ModifyTransitGatewayMeteringPolicyCommandInput,
10107
+ options?: HttpHandlerOptions,
10108
+ ): Effect.Effect<
10109
+ ModifyTransitGatewayMeteringPolicyCommandOutput,
10110
+ Cause.TimeoutException | SdkError | EC2ServiceError
10111
+ >;
10112
+
9137
10113
  /**
9138
10114
  * @see {@link ModifyTransitGatewayPrefixListReferenceCommand}
9139
10115
  */
@@ -9288,6 +10264,17 @@ interface EC2Service$ {
9288
10264
  Cause.TimeoutException | SdkError | EC2ServiceError
9289
10265
  >;
9290
10266
 
10267
+ /**
10268
+ * @see {@link ModifyVpcEncryptionControlCommand}
10269
+ */
10270
+ modifyVpcEncryptionControl(
10271
+ args: ModifyVpcEncryptionControlCommandInput,
10272
+ options?: HttpHandlerOptions,
10273
+ ): Effect.Effect<
10274
+ ModifyVpcEncryptionControlCommandOutput,
10275
+ Cause.TimeoutException | SdkError | EC2ServiceError
10276
+ >;
10277
+
9291
10278
  /**
9292
10279
  * @see {@link ModifyVpcEndpointCommand}
9293
10280
  */
@@ -9959,6 +10946,17 @@ interface EC2Service$ {
9959
10946
  Cause.TimeoutException | SdkError | EC2ServiceError
9960
10947
  >;
9961
10948
 
10949
+ /**
10950
+ * @see {@link RestoreVolumeFromRecycleBinCommand}
10951
+ */
10952
+ restoreVolumeFromRecycleBin(
10953
+ args: RestoreVolumeFromRecycleBinCommandInput,
10954
+ options?: HttpHandlerOptions,
10955
+ ): Effect.Effect<
10956
+ RestoreVolumeFromRecycleBinCommandOutput,
10957
+ Cause.TimeoutException | SdkError | EC2ServiceError
10958
+ >;
10959
+
9962
10960
  /**
9963
10961
  * @see {@link RevokeClientVpnIngressCommand}
9964
10962
  */
@@ -10201,6 +11199,28 @@ interface EC2Service$ {
10201
11199
  Cause.TimeoutException | SdkError | EC2ServiceError
10202
11200
  >;
10203
11201
 
11202
+ /**
11203
+ * @see {@link UpdateCapacityManagerOrganizationsAccessCommand}
11204
+ */
11205
+ updateCapacityManagerOrganizationsAccess(
11206
+ args: UpdateCapacityManagerOrganizationsAccessCommandInput,
11207
+ options?: HttpHandlerOptions,
11208
+ ): Effect.Effect<
11209
+ UpdateCapacityManagerOrganizationsAccessCommandOutput,
11210
+ Cause.TimeoutException | SdkError | EC2ServiceError
11211
+ >;
11212
+
11213
+ /**
11214
+ * @see {@link UpdateInterruptibleCapacityReservationAllocationCommand}
11215
+ */
11216
+ updateInterruptibleCapacityReservationAllocation(
11217
+ args: UpdateInterruptibleCapacityReservationAllocationCommandInput,
11218
+ options?: HttpHandlerOptions,
11219
+ ): Effect.Effect<
11220
+ UpdateInterruptibleCapacityReservationAllocationCommandOutput,
11221
+ Cause.TimeoutException | SdkError | EC2ServiceError
11222
+ >;
11223
+
10204
11224
  /**
10205
11225
  * @see {@link UpdateSecurityGroupRuleDescriptionsEgressCommand}
10206
11226
  */