@effect-aws/client-ec2 1.10.3 → 1.10.6
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/dist/cjs/EC2Service.d.ts +141 -1
- package/dist/cjs/EC2Service.d.ts.map +1 -1
- package/dist/cjs/EC2Service.js +35 -0
- package/dist/cjs/EC2Service.js.map +1 -1
- package/dist/dts/EC2Service.d.ts +141 -1
- package/dist/dts/EC2Service.d.ts.map +1 -1
- package/dist/esm/EC2Service.js +36 -1
- package/dist/esm/EC2Service.js.map +1 -1
- package/package.json +1 -1
- package/src/EC2Service.ts +525 -0
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,
|
|
@@ -254,6 +266,12 @@ import {
|
|
|
254
266
|
CreateIpamPoolCommand,
|
|
255
267
|
type CreateIpamPoolCommandInput,
|
|
256
268
|
type CreateIpamPoolCommandOutput,
|
|
269
|
+
CreateIpamPrefixListResolverCommand,
|
|
270
|
+
type CreateIpamPrefixListResolverCommandInput,
|
|
271
|
+
type CreateIpamPrefixListResolverCommandOutput,
|
|
272
|
+
CreateIpamPrefixListResolverTargetCommand,
|
|
273
|
+
type CreateIpamPrefixListResolverTargetCommandInput,
|
|
274
|
+
type CreateIpamPrefixListResolverTargetCommandOutput,
|
|
257
275
|
CreateIpamResourceDiscoveryCommand,
|
|
258
276
|
type CreateIpamResourceDiscoveryCommandInput,
|
|
259
277
|
type CreateIpamResourceDiscoveryCommandOutput,
|
|
@@ -287,6 +305,9 @@ import {
|
|
|
287
305
|
CreateLocalGatewayVirtualInterfaceGroupCommand,
|
|
288
306
|
type CreateLocalGatewayVirtualInterfaceGroupCommandInput,
|
|
289
307
|
type CreateLocalGatewayVirtualInterfaceGroupCommandOutput,
|
|
308
|
+
CreateMacSystemIntegrityProtectionModificationTaskCommand,
|
|
309
|
+
type CreateMacSystemIntegrityProtectionModificationTaskCommandInput,
|
|
310
|
+
type CreateMacSystemIntegrityProtectionModificationTaskCommandOutput,
|
|
290
311
|
CreateManagedPrefixListCommand,
|
|
291
312
|
type CreateManagedPrefixListCommandInput,
|
|
292
313
|
type CreateManagedPrefixListCommandOutput,
|
|
@@ -452,6 +473,9 @@ import {
|
|
|
452
473
|
CreateVpnGatewayCommand,
|
|
453
474
|
type CreateVpnGatewayCommandInput,
|
|
454
475
|
type CreateVpnGatewayCommandOutput,
|
|
476
|
+
DeleteCapacityManagerDataExportCommand,
|
|
477
|
+
type DeleteCapacityManagerDataExportCommandInput,
|
|
478
|
+
type DeleteCapacityManagerDataExportCommandOutput,
|
|
455
479
|
DeleteCarrierGatewayCommand,
|
|
456
480
|
type DeleteCarrierGatewayCommandInput,
|
|
457
481
|
type DeleteCarrierGatewayCommandOutput,
|
|
@@ -485,6 +509,9 @@ import {
|
|
|
485
509
|
DeleteFpgaImageCommand,
|
|
486
510
|
type DeleteFpgaImageCommandInput,
|
|
487
511
|
type DeleteFpgaImageCommandOutput,
|
|
512
|
+
DeleteImageUsageReportCommand,
|
|
513
|
+
type DeleteImageUsageReportCommandInput,
|
|
514
|
+
type DeleteImageUsageReportCommandOutput,
|
|
488
515
|
DeleteInstanceConnectEndpointCommand,
|
|
489
516
|
type DeleteInstanceConnectEndpointCommandInput,
|
|
490
517
|
type DeleteInstanceConnectEndpointCommandOutput,
|
|
@@ -503,6 +530,12 @@ import {
|
|
|
503
530
|
DeleteIpamPoolCommand,
|
|
504
531
|
type DeleteIpamPoolCommandInput,
|
|
505
532
|
type DeleteIpamPoolCommandOutput,
|
|
533
|
+
DeleteIpamPrefixListResolverCommand,
|
|
534
|
+
type DeleteIpamPrefixListResolverCommandInput,
|
|
535
|
+
type DeleteIpamPrefixListResolverCommandOutput,
|
|
536
|
+
DeleteIpamPrefixListResolverTargetCommand,
|
|
537
|
+
type DeleteIpamPrefixListResolverTargetCommandInput,
|
|
538
|
+
type DeleteIpamPrefixListResolverTargetCommandOutput,
|
|
506
539
|
DeleteIpamResourceDiscoveryCommand,
|
|
507
540
|
type DeleteIpamResourceDiscoveryCommandInput,
|
|
508
541
|
type DeleteIpamResourceDiscoveryCommandOutput,
|
|
@@ -755,6 +788,15 @@ import {
|
|
|
755
788
|
DescribeCapacityBlockOfferingsCommand,
|
|
756
789
|
type DescribeCapacityBlockOfferingsCommandInput,
|
|
757
790
|
type DescribeCapacityBlockOfferingsCommandOutput,
|
|
791
|
+
DescribeCapacityBlocksCommand,
|
|
792
|
+
type DescribeCapacityBlocksCommandInput,
|
|
793
|
+
type DescribeCapacityBlocksCommandOutput,
|
|
794
|
+
DescribeCapacityBlockStatusCommand,
|
|
795
|
+
type DescribeCapacityBlockStatusCommandInput,
|
|
796
|
+
type DescribeCapacityBlockStatusCommandOutput,
|
|
797
|
+
DescribeCapacityManagerDataExportsCommand,
|
|
798
|
+
type DescribeCapacityManagerDataExportsCommandInput,
|
|
799
|
+
type DescribeCapacityManagerDataExportsCommandOutput,
|
|
758
800
|
DescribeCapacityReservationBillingRequestsCommand,
|
|
759
801
|
type DescribeCapacityReservationBillingRequestsCommandInput,
|
|
760
802
|
type DescribeCapacityReservationBillingRequestsCommandOutput,
|
|
@@ -764,6 +806,9 @@ import {
|
|
|
764
806
|
DescribeCapacityReservationsCommand,
|
|
765
807
|
type DescribeCapacityReservationsCommandInput,
|
|
766
808
|
type DescribeCapacityReservationsCommandOutput,
|
|
809
|
+
DescribeCapacityReservationTopologyCommand,
|
|
810
|
+
type DescribeCapacityReservationTopologyCommandInput,
|
|
811
|
+
type DescribeCapacityReservationTopologyCommandOutput,
|
|
767
812
|
DescribeCarrierGatewaysCommand,
|
|
768
813
|
type DescribeCarrierGatewaysCommandInput,
|
|
769
814
|
type DescribeCarrierGatewaysCommandOutput,
|
|
@@ -857,9 +902,18 @@ import {
|
|
|
857
902
|
DescribeImageAttributeCommand,
|
|
858
903
|
type DescribeImageAttributeCommandInput,
|
|
859
904
|
type DescribeImageAttributeCommandOutput,
|
|
905
|
+
DescribeImageReferencesCommand,
|
|
906
|
+
type DescribeImageReferencesCommandInput,
|
|
907
|
+
type DescribeImageReferencesCommandOutput,
|
|
860
908
|
DescribeImagesCommand,
|
|
861
909
|
type DescribeImagesCommandInput,
|
|
862
910
|
type DescribeImagesCommandOutput,
|
|
911
|
+
DescribeImageUsageReportEntriesCommand,
|
|
912
|
+
type DescribeImageUsageReportEntriesCommandInput,
|
|
913
|
+
type DescribeImageUsageReportEntriesCommandOutput,
|
|
914
|
+
DescribeImageUsageReportsCommand,
|
|
915
|
+
type DescribeImageUsageReportsCommandInput,
|
|
916
|
+
type DescribeImageUsageReportsCommandOutput,
|
|
863
917
|
DescribeImportImageTasksCommand,
|
|
864
918
|
type DescribeImportImageTasksCommandInput,
|
|
865
919
|
type DescribeImportImageTasksCommandOutput,
|
|
@@ -911,6 +965,12 @@ import {
|
|
|
911
965
|
DescribeIpamPoolsCommand,
|
|
912
966
|
type DescribeIpamPoolsCommandInput,
|
|
913
967
|
type DescribeIpamPoolsCommandOutput,
|
|
968
|
+
DescribeIpamPrefixListResolversCommand,
|
|
969
|
+
type DescribeIpamPrefixListResolversCommandInput,
|
|
970
|
+
type DescribeIpamPrefixListResolversCommandOutput,
|
|
971
|
+
DescribeIpamPrefixListResolverTargetsCommand,
|
|
972
|
+
type DescribeIpamPrefixListResolverTargetsCommandInput,
|
|
973
|
+
type DescribeIpamPrefixListResolverTargetsCommandOutput,
|
|
914
974
|
DescribeIpamResourceDiscoveriesCommand,
|
|
915
975
|
type DescribeIpamResourceDiscoveriesCommandInput,
|
|
916
976
|
type DescribeIpamResourceDiscoveriesCommandOutput,
|
|
@@ -959,6 +1019,9 @@ import {
|
|
|
959
1019
|
DescribeMacHostsCommand,
|
|
960
1020
|
type DescribeMacHostsCommandInput,
|
|
961
1021
|
type DescribeMacHostsCommandOutput,
|
|
1022
|
+
DescribeMacModificationTasksCommand,
|
|
1023
|
+
type DescribeMacModificationTasksCommandInput,
|
|
1024
|
+
type DescribeMacModificationTasksCommandOutput,
|
|
962
1025
|
DescribeManagedPrefixListsCommand,
|
|
963
1026
|
type DescribeManagedPrefixListsCommandInput,
|
|
964
1027
|
type DescribeManagedPrefixListsCommandOutput,
|
|
@@ -1244,6 +1307,9 @@ import {
|
|
|
1244
1307
|
DisableAwsNetworkPerformanceMetricSubscriptionCommand,
|
|
1245
1308
|
type DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1246
1309
|
type DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1310
|
+
DisableCapacityManagerCommand,
|
|
1311
|
+
type DisableCapacityManagerCommandInput,
|
|
1312
|
+
type DisableCapacityManagerCommandOutput,
|
|
1247
1313
|
DisableEbsEncryptionByDefaultCommand,
|
|
1248
1314
|
type DisableEbsEncryptionByDefaultCommandInput,
|
|
1249
1315
|
type DisableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1354,6 +1420,9 @@ import {
|
|
|
1354
1420
|
EnableAwsNetworkPerformanceMetricSubscriptionCommand,
|
|
1355
1421
|
type EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
1356
1422
|
type EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
|
|
1423
|
+
EnableCapacityManagerCommand,
|
|
1424
|
+
type EnableCapacityManagerCommandInput,
|
|
1425
|
+
type EnableCapacityManagerCommandOutput,
|
|
1357
1426
|
EnableEbsEncryptionByDefaultCommand,
|
|
1358
1427
|
type EnableEbsEncryptionByDefaultCommandInput,
|
|
1359
1428
|
type EnableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1420,6 +1489,9 @@ import {
|
|
|
1420
1489
|
ExportVerifiedAccessInstanceClientConfigurationCommand,
|
|
1421
1490
|
type ExportVerifiedAccessInstanceClientConfigurationCommandInput,
|
|
1422
1491
|
type ExportVerifiedAccessInstanceClientConfigurationCommandOutput,
|
|
1492
|
+
GetActiveVpnTunnelStatusCommand,
|
|
1493
|
+
type GetActiveVpnTunnelStatusCommandInput,
|
|
1494
|
+
type GetActiveVpnTunnelStatusCommandOutput,
|
|
1423
1495
|
GetAllowedImagesSettingsCommand,
|
|
1424
1496
|
type GetAllowedImagesSettingsCommandInput,
|
|
1425
1497
|
type GetAllowedImagesSettingsCommandOutput,
|
|
@@ -1432,6 +1504,15 @@ import {
|
|
|
1432
1504
|
GetAwsNetworkPerformanceDataCommand,
|
|
1433
1505
|
type GetAwsNetworkPerformanceDataCommandInput,
|
|
1434
1506
|
type GetAwsNetworkPerformanceDataCommandOutput,
|
|
1507
|
+
GetCapacityManagerAttributesCommand,
|
|
1508
|
+
type GetCapacityManagerAttributesCommandInput,
|
|
1509
|
+
type GetCapacityManagerAttributesCommandOutput,
|
|
1510
|
+
GetCapacityManagerMetricDataCommand,
|
|
1511
|
+
type GetCapacityManagerMetricDataCommandInput,
|
|
1512
|
+
type GetCapacityManagerMetricDataCommandOutput,
|
|
1513
|
+
GetCapacityManagerMetricDimensionsCommand,
|
|
1514
|
+
type GetCapacityManagerMetricDimensionsCommandInput,
|
|
1515
|
+
type GetCapacityManagerMetricDimensionsCommandOutput,
|
|
1435
1516
|
GetCapacityReservationUsageCommand,
|
|
1436
1517
|
type GetCapacityReservationUsageCommandInput,
|
|
1437
1518
|
type GetCapacityReservationUsageCommandOutput,
|
|
@@ -1498,6 +1579,15 @@ import {
|
|
|
1498
1579
|
GetIpamPoolCidrsCommand,
|
|
1499
1580
|
type GetIpamPoolCidrsCommandInput,
|
|
1500
1581
|
type GetIpamPoolCidrsCommandOutput,
|
|
1582
|
+
GetIpamPrefixListResolverRulesCommand,
|
|
1583
|
+
type GetIpamPrefixListResolverRulesCommandInput,
|
|
1584
|
+
type GetIpamPrefixListResolverRulesCommandOutput,
|
|
1585
|
+
GetIpamPrefixListResolverVersionEntriesCommand,
|
|
1586
|
+
type GetIpamPrefixListResolverVersionEntriesCommandInput,
|
|
1587
|
+
type GetIpamPrefixListResolverVersionEntriesCommandOutput,
|
|
1588
|
+
GetIpamPrefixListResolverVersionsCommand,
|
|
1589
|
+
type GetIpamPrefixListResolverVersionsCommandInput,
|
|
1590
|
+
type GetIpamPrefixListResolverVersionsCommandOutput,
|
|
1501
1591
|
GetIpamResourceCidrsCommand,
|
|
1502
1592
|
type GetIpamResourceCidrsCommandInput,
|
|
1503
1593
|
type GetIpamResourceCidrsCommandOutput,
|
|
@@ -1657,6 +1747,9 @@ import {
|
|
|
1657
1747
|
ModifyInstanceCapacityReservationAttributesCommand,
|
|
1658
1748
|
type ModifyInstanceCapacityReservationAttributesCommandInput,
|
|
1659
1749
|
type ModifyInstanceCapacityReservationAttributesCommandOutput,
|
|
1750
|
+
ModifyInstanceConnectEndpointCommand,
|
|
1751
|
+
type ModifyInstanceConnectEndpointCommandInput,
|
|
1752
|
+
type ModifyInstanceConnectEndpointCommandOutput,
|
|
1660
1753
|
ModifyInstanceCpuOptionsCommand,
|
|
1661
1754
|
type ModifyInstanceCpuOptionsCommandInput,
|
|
1662
1755
|
type ModifyInstanceCpuOptionsCommandOutput,
|
|
@@ -1690,6 +1783,12 @@ import {
|
|
|
1690
1783
|
ModifyIpamPoolCommand,
|
|
1691
1784
|
type ModifyIpamPoolCommandInput,
|
|
1692
1785
|
type ModifyIpamPoolCommandOutput,
|
|
1786
|
+
ModifyIpamPrefixListResolverCommand,
|
|
1787
|
+
type ModifyIpamPrefixListResolverCommandInput,
|
|
1788
|
+
type ModifyIpamPrefixListResolverCommandOutput,
|
|
1789
|
+
ModifyIpamPrefixListResolverTargetCommand,
|
|
1790
|
+
type ModifyIpamPrefixListResolverTargetCommandInput,
|
|
1791
|
+
type ModifyIpamPrefixListResolverTargetCommandOutput,
|
|
1693
1792
|
ModifyIpamResourceCidrCommand,
|
|
1694
1793
|
type ModifyIpamResourceCidrCommandInput,
|
|
1695
1794
|
type ModifyIpamResourceCidrCommandOutput,
|
|
@@ -1714,6 +1813,9 @@ import {
|
|
|
1714
1813
|
ModifyPrivateDnsNameOptionsCommand,
|
|
1715
1814
|
type ModifyPrivateDnsNameOptionsCommandInput,
|
|
1716
1815
|
type ModifyPrivateDnsNameOptionsCommandOutput,
|
|
1816
|
+
ModifyPublicIpDnsNameOptionsCommand,
|
|
1817
|
+
type ModifyPublicIpDnsNameOptionsCommandInput,
|
|
1818
|
+
type ModifyPublicIpDnsNameOptionsCommandOutput,
|
|
1717
1819
|
ModifyReservedInstancesCommand,
|
|
1718
1820
|
type ModifyReservedInstancesCommandInput,
|
|
1719
1821
|
type ModifyReservedInstancesCommandOutput,
|
|
@@ -2038,6 +2140,9 @@ import {
|
|
|
2038
2140
|
UnmonitorInstancesCommand,
|
|
2039
2141
|
type UnmonitorInstancesCommandInput,
|
|
2040
2142
|
type UnmonitorInstancesCommandOutput,
|
|
2143
|
+
UpdateCapacityManagerOrganizationsAccessCommand,
|
|
2144
|
+
type UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
2145
|
+
type UpdateCapacityManagerOrganizationsAccessCommandOutput,
|
|
2041
2146
|
UpdateSecurityGroupRuleDescriptionsEgressCommand,
|
|
2042
2147
|
type UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
2043
2148
|
type UpdateSecurityGroupRuleDescriptionsEgressCommandOutput,
|
|
@@ -2117,6 +2222,8 @@ const commands = {
|
|
|
2117
2222
|
CopyFpgaImageCommand,
|
|
2118
2223
|
CopyImageCommand,
|
|
2119
2224
|
CopySnapshotCommand,
|
|
2225
|
+
CopyVolumesCommand,
|
|
2226
|
+
CreateCapacityManagerDataExportCommand,
|
|
2120
2227
|
CreateCapacityReservationCommand,
|
|
2121
2228
|
CreateCapacityReservationBySplittingCommand,
|
|
2122
2229
|
CreateCapacityReservationFleetCommand,
|
|
@@ -2128,12 +2235,14 @@ const commands = {
|
|
|
2128
2235
|
CreateCustomerGatewayCommand,
|
|
2129
2236
|
CreateDefaultSubnetCommand,
|
|
2130
2237
|
CreateDefaultVpcCommand,
|
|
2238
|
+
CreateDelegateMacVolumeOwnershipTaskCommand,
|
|
2131
2239
|
CreateDhcpOptionsCommand,
|
|
2132
2240
|
CreateEgressOnlyInternetGatewayCommand,
|
|
2133
2241
|
CreateFleetCommand,
|
|
2134
2242
|
CreateFlowLogsCommand,
|
|
2135
2243
|
CreateFpgaImageCommand,
|
|
2136
2244
|
CreateImageCommand,
|
|
2245
|
+
CreateImageUsageReportCommand,
|
|
2137
2246
|
CreateInstanceConnectEndpointCommand,
|
|
2138
2247
|
CreateInstanceEventWindowCommand,
|
|
2139
2248
|
CreateInstanceExportTaskCommand,
|
|
@@ -2141,6 +2250,8 @@ const commands = {
|
|
|
2141
2250
|
CreateIpamCommand,
|
|
2142
2251
|
CreateIpamExternalResourceVerificationTokenCommand,
|
|
2143
2252
|
CreateIpamPoolCommand,
|
|
2253
|
+
CreateIpamPrefixListResolverCommand,
|
|
2254
|
+
CreateIpamPrefixListResolverTargetCommand,
|
|
2144
2255
|
CreateIpamResourceDiscoveryCommand,
|
|
2145
2256
|
CreateIpamScopeCommand,
|
|
2146
2257
|
CreateKeyPairCommand,
|
|
@@ -2152,6 +2263,7 @@ const commands = {
|
|
|
2152
2263
|
CreateLocalGatewayRouteTableVpcAssociationCommand,
|
|
2153
2264
|
CreateLocalGatewayVirtualInterfaceCommand,
|
|
2154
2265
|
CreateLocalGatewayVirtualInterfaceGroupCommand,
|
|
2266
|
+
CreateMacSystemIntegrityProtectionModificationTaskCommand,
|
|
2155
2267
|
CreateManagedPrefixListCommand,
|
|
2156
2268
|
CreateNatGatewayCommand,
|
|
2157
2269
|
CreateNetworkAclCommand,
|
|
@@ -2207,6 +2319,7 @@ const commands = {
|
|
|
2207
2319
|
CreateVpnConnectionCommand,
|
|
2208
2320
|
CreateVpnConnectionRouteCommand,
|
|
2209
2321
|
CreateVpnGatewayCommand,
|
|
2322
|
+
DeleteCapacityManagerDataExportCommand,
|
|
2210
2323
|
DeleteCarrierGatewayCommand,
|
|
2211
2324
|
DeleteClientVpnEndpointCommand,
|
|
2212
2325
|
DeleteClientVpnRouteCommand,
|
|
@@ -2218,12 +2331,15 @@ const commands = {
|
|
|
2218
2331
|
DeleteFleetsCommand,
|
|
2219
2332
|
DeleteFlowLogsCommand,
|
|
2220
2333
|
DeleteFpgaImageCommand,
|
|
2334
|
+
DeleteImageUsageReportCommand,
|
|
2221
2335
|
DeleteInstanceConnectEndpointCommand,
|
|
2222
2336
|
DeleteInstanceEventWindowCommand,
|
|
2223
2337
|
DeleteInternetGatewayCommand,
|
|
2224
2338
|
DeleteIpamCommand,
|
|
2225
2339
|
DeleteIpamExternalResourceVerificationTokenCommand,
|
|
2226
2340
|
DeleteIpamPoolCommand,
|
|
2341
|
+
DeleteIpamPrefixListResolverCommand,
|
|
2342
|
+
DeleteIpamPrefixListResolverTargetCommand,
|
|
2227
2343
|
DeleteIpamResourceDiscoveryCommand,
|
|
2228
2344
|
DeleteIpamScopeCommand,
|
|
2229
2345
|
DeleteKeyPairCommand,
|
|
@@ -2308,8 +2424,12 @@ const commands = {
|
|
|
2308
2424
|
DescribeCapacityBlockExtensionHistoryCommand,
|
|
2309
2425
|
DescribeCapacityBlockExtensionOfferingsCommand,
|
|
2310
2426
|
DescribeCapacityBlockOfferingsCommand,
|
|
2427
|
+
DescribeCapacityBlockStatusCommand,
|
|
2428
|
+
DescribeCapacityBlocksCommand,
|
|
2429
|
+
DescribeCapacityManagerDataExportsCommand,
|
|
2311
2430
|
DescribeCapacityReservationBillingRequestsCommand,
|
|
2312
2431
|
DescribeCapacityReservationFleetsCommand,
|
|
2432
|
+
DescribeCapacityReservationTopologyCommand,
|
|
2313
2433
|
DescribeCapacityReservationsCommand,
|
|
2314
2434
|
DescribeCarrierGatewaysCommand,
|
|
2315
2435
|
DescribeClassicLinkInstancesCommand,
|
|
@@ -2342,6 +2462,9 @@ const commands = {
|
|
|
2342
2462
|
DescribeIdFormatCommand,
|
|
2343
2463
|
DescribeIdentityIdFormatCommand,
|
|
2344
2464
|
DescribeImageAttributeCommand,
|
|
2465
|
+
DescribeImageReferencesCommand,
|
|
2466
|
+
DescribeImageUsageReportEntriesCommand,
|
|
2467
|
+
DescribeImageUsageReportsCommand,
|
|
2345
2468
|
DescribeImagesCommand,
|
|
2346
2469
|
DescribeImportImageTasksCommand,
|
|
2347
2470
|
DescribeImportSnapshotTasksCommand,
|
|
@@ -2360,6 +2483,8 @@ const commands = {
|
|
|
2360
2483
|
DescribeIpamByoasnCommand,
|
|
2361
2484
|
DescribeIpamExternalResourceVerificationTokensCommand,
|
|
2362
2485
|
DescribeIpamPoolsCommand,
|
|
2486
|
+
DescribeIpamPrefixListResolverTargetsCommand,
|
|
2487
|
+
DescribeIpamPrefixListResolversCommand,
|
|
2363
2488
|
DescribeIpamResourceDiscoveriesCommand,
|
|
2364
2489
|
DescribeIpamResourceDiscoveryAssociationsCommand,
|
|
2365
2490
|
DescribeIpamScopesCommand,
|
|
@@ -2376,6 +2501,7 @@ const commands = {
|
|
|
2376
2501
|
DescribeLocalGatewaysCommand,
|
|
2377
2502
|
DescribeLockedSnapshotsCommand,
|
|
2378
2503
|
DescribeMacHostsCommand,
|
|
2504
|
+
DescribeMacModificationTasksCommand,
|
|
2379
2505
|
DescribeManagedPrefixListsCommand,
|
|
2380
2506
|
DescribeMovingAddressesCommand,
|
|
2381
2507
|
DescribeNatGatewaysCommand,
|
|
@@ -2471,6 +2597,7 @@ const commands = {
|
|
|
2471
2597
|
DisableAddressTransferCommand,
|
|
2472
2598
|
DisableAllowedImagesSettingsCommand,
|
|
2473
2599
|
DisableAwsNetworkPerformanceMetricSubscriptionCommand,
|
|
2600
|
+
DisableCapacityManagerCommand,
|
|
2474
2601
|
DisableEbsEncryptionByDefaultCommand,
|
|
2475
2602
|
DisableFastLaunchCommand,
|
|
2476
2603
|
DisableFastSnapshotRestoresCommand,
|
|
@@ -2507,6 +2634,7 @@ const commands = {
|
|
|
2507
2634
|
EnableAddressTransferCommand,
|
|
2508
2635
|
EnableAllowedImagesSettingsCommand,
|
|
2509
2636
|
EnableAwsNetworkPerformanceMetricSubscriptionCommand,
|
|
2637
|
+
EnableCapacityManagerCommand,
|
|
2510
2638
|
EnableEbsEncryptionByDefaultCommand,
|
|
2511
2639
|
EnableFastLaunchCommand,
|
|
2512
2640
|
EnableFastSnapshotRestoresCommand,
|
|
@@ -2529,10 +2657,14 @@ const commands = {
|
|
|
2529
2657
|
ExportImageCommand,
|
|
2530
2658
|
ExportTransitGatewayRoutesCommand,
|
|
2531
2659
|
ExportVerifiedAccessInstanceClientConfigurationCommand,
|
|
2660
|
+
GetActiveVpnTunnelStatusCommand,
|
|
2532
2661
|
GetAllowedImagesSettingsCommand,
|
|
2533
2662
|
GetAssociatedEnclaveCertificateIamRolesCommand,
|
|
2534
2663
|
GetAssociatedIpv6PoolCidrsCommand,
|
|
2535
2664
|
GetAwsNetworkPerformanceDataCommand,
|
|
2665
|
+
GetCapacityManagerAttributesCommand,
|
|
2666
|
+
GetCapacityManagerMetricDataCommand,
|
|
2667
|
+
GetCapacityManagerMetricDimensionsCommand,
|
|
2536
2668
|
GetCapacityReservationUsageCommand,
|
|
2537
2669
|
GetCoipPoolUsageCommand,
|
|
2538
2670
|
GetConsoleOutputCommand,
|
|
@@ -2555,6 +2687,9 @@ const commands = {
|
|
|
2555
2687
|
GetIpamDiscoveredResourceCidrsCommand,
|
|
2556
2688
|
GetIpamPoolAllocationsCommand,
|
|
2557
2689
|
GetIpamPoolCidrsCommand,
|
|
2690
|
+
GetIpamPrefixListResolverRulesCommand,
|
|
2691
|
+
GetIpamPrefixListResolverVersionEntriesCommand,
|
|
2692
|
+
GetIpamPrefixListResolverVersionsCommand,
|
|
2558
2693
|
GetIpamResourceCidrsCommand,
|
|
2559
2694
|
GetLaunchTemplateDataCommand,
|
|
2560
2695
|
GetManagedPrefixListAssociationsCommand,
|
|
@@ -2608,6 +2743,7 @@ const commands = {
|
|
|
2608
2743
|
ModifyImageAttributeCommand,
|
|
2609
2744
|
ModifyInstanceAttributeCommand,
|
|
2610
2745
|
ModifyInstanceCapacityReservationAttributesCommand,
|
|
2746
|
+
ModifyInstanceConnectEndpointCommand,
|
|
2611
2747
|
ModifyInstanceCpuOptionsCommand,
|
|
2612
2748
|
ModifyInstanceCreditSpecificationCommand,
|
|
2613
2749
|
ModifyInstanceEventStartTimeCommand,
|
|
@@ -2619,6 +2755,8 @@ const commands = {
|
|
|
2619
2755
|
ModifyInstancePlacementCommand,
|
|
2620
2756
|
ModifyIpamCommand,
|
|
2621
2757
|
ModifyIpamPoolCommand,
|
|
2758
|
+
ModifyIpamPrefixListResolverCommand,
|
|
2759
|
+
ModifyIpamPrefixListResolverTargetCommand,
|
|
2622
2760
|
ModifyIpamResourceCidrCommand,
|
|
2623
2761
|
ModifyIpamResourceDiscoveryCommand,
|
|
2624
2762
|
ModifyIpamScopeCommand,
|
|
@@ -2627,6 +2765,7 @@ const commands = {
|
|
|
2627
2765
|
ModifyManagedPrefixListCommand,
|
|
2628
2766
|
ModifyNetworkInterfaceAttributeCommand,
|
|
2629
2767
|
ModifyPrivateDnsNameOptionsCommand,
|
|
2768
|
+
ModifyPublicIpDnsNameOptionsCommand,
|
|
2630
2769
|
ModifyReservedInstancesCommand,
|
|
2631
2770
|
ModifyRouteServerCommand,
|
|
2632
2771
|
ModifySecurityGroupRulesCommand,
|
|
@@ -2735,6 +2874,7 @@ const commands = {
|
|
|
2735
2874
|
UnassignPrivateNatGatewayAddressCommand,
|
|
2736
2875
|
UnlockSnapshotCommand,
|
|
2737
2876
|
UnmonitorInstancesCommand,
|
|
2877
|
+
UpdateCapacityManagerOrganizationsAccessCommand,
|
|
2738
2878
|
UpdateSecurityGroupRuleDescriptionsEgressCommand,
|
|
2739
2879
|
UpdateSecurityGroupRuleDescriptionsIngressCommand,
|
|
2740
2880
|
WithdrawByoipCidrCommand,
|
|
@@ -3403,6 +3543,28 @@ interface EC2Service$ {
|
|
|
3403
3543
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
3404
3544
|
>;
|
|
3405
3545
|
|
|
3546
|
+
/**
|
|
3547
|
+
* @see {@link CopyVolumesCommand}
|
|
3548
|
+
*/
|
|
3549
|
+
copyVolumes(
|
|
3550
|
+
args: CopyVolumesCommandInput,
|
|
3551
|
+
options?: HttpHandlerOptions,
|
|
3552
|
+
): Effect.Effect<
|
|
3553
|
+
CopyVolumesCommandOutput,
|
|
3554
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
3555
|
+
>;
|
|
3556
|
+
|
|
3557
|
+
/**
|
|
3558
|
+
* @see {@link CreateCapacityManagerDataExportCommand}
|
|
3559
|
+
*/
|
|
3560
|
+
createCapacityManagerDataExport(
|
|
3561
|
+
args: CreateCapacityManagerDataExportCommandInput,
|
|
3562
|
+
options?: HttpHandlerOptions,
|
|
3563
|
+
): Effect.Effect<
|
|
3564
|
+
CreateCapacityManagerDataExportCommandOutput,
|
|
3565
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
3566
|
+
>;
|
|
3567
|
+
|
|
3406
3568
|
/**
|
|
3407
3569
|
* @see {@link CreateCapacityReservationCommand}
|
|
3408
3570
|
*/
|
|
@@ -3524,6 +3686,17 @@ interface EC2Service$ {
|
|
|
3524
3686
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
3525
3687
|
>;
|
|
3526
3688
|
|
|
3689
|
+
/**
|
|
3690
|
+
* @see {@link CreateDelegateMacVolumeOwnershipTaskCommand}
|
|
3691
|
+
*/
|
|
3692
|
+
createDelegateMacVolumeOwnershipTask(
|
|
3693
|
+
args: CreateDelegateMacVolumeOwnershipTaskCommandInput,
|
|
3694
|
+
options?: HttpHandlerOptions,
|
|
3695
|
+
): Effect.Effect<
|
|
3696
|
+
CreateDelegateMacVolumeOwnershipTaskCommandOutput,
|
|
3697
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
3698
|
+
>;
|
|
3699
|
+
|
|
3527
3700
|
/**
|
|
3528
3701
|
* @see {@link CreateDhcpOptionsCommand}
|
|
3529
3702
|
*/
|
|
@@ -3590,6 +3763,17 @@ interface EC2Service$ {
|
|
|
3590
3763
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
3591
3764
|
>;
|
|
3592
3765
|
|
|
3766
|
+
/**
|
|
3767
|
+
* @see {@link CreateImageUsageReportCommand}
|
|
3768
|
+
*/
|
|
3769
|
+
createImageUsageReport(
|
|
3770
|
+
args: CreateImageUsageReportCommandInput,
|
|
3771
|
+
options?: HttpHandlerOptions,
|
|
3772
|
+
): Effect.Effect<
|
|
3773
|
+
CreateImageUsageReportCommandOutput,
|
|
3774
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
3775
|
+
>;
|
|
3776
|
+
|
|
3593
3777
|
/**
|
|
3594
3778
|
* @see {@link CreateInstanceConnectEndpointCommand}
|
|
3595
3779
|
*/
|
|
@@ -3667,6 +3851,28 @@ interface EC2Service$ {
|
|
|
3667
3851
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
3668
3852
|
>;
|
|
3669
3853
|
|
|
3854
|
+
/**
|
|
3855
|
+
* @see {@link CreateIpamPrefixListResolverCommand}
|
|
3856
|
+
*/
|
|
3857
|
+
createIpamPrefixListResolver(
|
|
3858
|
+
args: CreateIpamPrefixListResolverCommandInput,
|
|
3859
|
+
options?: HttpHandlerOptions,
|
|
3860
|
+
): Effect.Effect<
|
|
3861
|
+
CreateIpamPrefixListResolverCommandOutput,
|
|
3862
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
3863
|
+
>;
|
|
3864
|
+
|
|
3865
|
+
/**
|
|
3866
|
+
* @see {@link CreateIpamPrefixListResolverTargetCommand}
|
|
3867
|
+
*/
|
|
3868
|
+
createIpamPrefixListResolverTarget(
|
|
3869
|
+
args: CreateIpamPrefixListResolverTargetCommandInput,
|
|
3870
|
+
options?: HttpHandlerOptions,
|
|
3871
|
+
): Effect.Effect<
|
|
3872
|
+
CreateIpamPrefixListResolverTargetCommandOutput,
|
|
3873
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
3874
|
+
>;
|
|
3875
|
+
|
|
3670
3876
|
/**
|
|
3671
3877
|
* @see {@link CreateIpamResourceDiscoveryCommand}
|
|
3672
3878
|
*/
|
|
@@ -3788,6 +3994,17 @@ interface EC2Service$ {
|
|
|
3788
3994
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
3789
3995
|
>;
|
|
3790
3996
|
|
|
3997
|
+
/**
|
|
3998
|
+
* @see {@link CreateMacSystemIntegrityProtectionModificationTaskCommand}
|
|
3999
|
+
*/
|
|
4000
|
+
createMacSystemIntegrityProtectionModificationTask(
|
|
4001
|
+
args: CreateMacSystemIntegrityProtectionModificationTaskCommandInput,
|
|
4002
|
+
options?: HttpHandlerOptions,
|
|
4003
|
+
): Effect.Effect<
|
|
4004
|
+
CreateMacSystemIntegrityProtectionModificationTaskCommandOutput,
|
|
4005
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
4006
|
+
>;
|
|
4007
|
+
|
|
3791
4008
|
/**
|
|
3792
4009
|
* @see {@link CreateManagedPrefixListCommand}
|
|
3793
4010
|
*/
|
|
@@ -4393,6 +4610,17 @@ interface EC2Service$ {
|
|
|
4393
4610
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
4394
4611
|
>;
|
|
4395
4612
|
|
|
4613
|
+
/**
|
|
4614
|
+
* @see {@link DeleteCapacityManagerDataExportCommand}
|
|
4615
|
+
*/
|
|
4616
|
+
deleteCapacityManagerDataExport(
|
|
4617
|
+
args: DeleteCapacityManagerDataExportCommandInput,
|
|
4618
|
+
options?: HttpHandlerOptions,
|
|
4619
|
+
): Effect.Effect<
|
|
4620
|
+
DeleteCapacityManagerDataExportCommandOutput,
|
|
4621
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
4622
|
+
>;
|
|
4623
|
+
|
|
4396
4624
|
/**
|
|
4397
4625
|
* @see {@link DeleteCarrierGatewayCommand}
|
|
4398
4626
|
*/
|
|
@@ -4514,6 +4742,17 @@ interface EC2Service$ {
|
|
|
4514
4742
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
4515
4743
|
>;
|
|
4516
4744
|
|
|
4745
|
+
/**
|
|
4746
|
+
* @see {@link DeleteImageUsageReportCommand}
|
|
4747
|
+
*/
|
|
4748
|
+
deleteImageUsageReport(
|
|
4749
|
+
args: DeleteImageUsageReportCommandInput,
|
|
4750
|
+
options?: HttpHandlerOptions,
|
|
4751
|
+
): Effect.Effect<
|
|
4752
|
+
DeleteImageUsageReportCommandOutput,
|
|
4753
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
4754
|
+
>;
|
|
4755
|
+
|
|
4517
4756
|
/**
|
|
4518
4757
|
* @see {@link DeleteInstanceConnectEndpointCommand}
|
|
4519
4758
|
*/
|
|
@@ -4580,6 +4819,28 @@ interface EC2Service$ {
|
|
|
4580
4819
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
4581
4820
|
>;
|
|
4582
4821
|
|
|
4822
|
+
/**
|
|
4823
|
+
* @see {@link DeleteIpamPrefixListResolverCommand}
|
|
4824
|
+
*/
|
|
4825
|
+
deleteIpamPrefixListResolver(
|
|
4826
|
+
args: DeleteIpamPrefixListResolverCommandInput,
|
|
4827
|
+
options?: HttpHandlerOptions,
|
|
4828
|
+
): Effect.Effect<
|
|
4829
|
+
DeleteIpamPrefixListResolverCommandOutput,
|
|
4830
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
4831
|
+
>;
|
|
4832
|
+
|
|
4833
|
+
/**
|
|
4834
|
+
* @see {@link DeleteIpamPrefixListResolverTargetCommand}
|
|
4835
|
+
*/
|
|
4836
|
+
deleteIpamPrefixListResolverTarget(
|
|
4837
|
+
args: DeleteIpamPrefixListResolverTargetCommandInput,
|
|
4838
|
+
options?: HttpHandlerOptions,
|
|
4839
|
+
): Effect.Effect<
|
|
4840
|
+
DeleteIpamPrefixListResolverTargetCommandOutput,
|
|
4841
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
4842
|
+
>;
|
|
4843
|
+
|
|
4583
4844
|
/**
|
|
4584
4845
|
* @see {@link DeleteIpamResourceDiscoveryCommand}
|
|
4585
4846
|
*/
|
|
@@ -5504,6 +5765,39 @@ interface EC2Service$ {
|
|
|
5504
5765
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
5505
5766
|
>;
|
|
5506
5767
|
|
|
5768
|
+
/**
|
|
5769
|
+
* @see {@link DescribeCapacityBlockStatusCommand}
|
|
5770
|
+
*/
|
|
5771
|
+
describeCapacityBlockStatus(
|
|
5772
|
+
args: DescribeCapacityBlockStatusCommandInput,
|
|
5773
|
+
options?: HttpHandlerOptions,
|
|
5774
|
+
): Effect.Effect<
|
|
5775
|
+
DescribeCapacityBlockStatusCommandOutput,
|
|
5776
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
5777
|
+
>;
|
|
5778
|
+
|
|
5779
|
+
/**
|
|
5780
|
+
* @see {@link DescribeCapacityBlocksCommand}
|
|
5781
|
+
*/
|
|
5782
|
+
describeCapacityBlocks(
|
|
5783
|
+
args: DescribeCapacityBlocksCommandInput,
|
|
5784
|
+
options?: HttpHandlerOptions,
|
|
5785
|
+
): Effect.Effect<
|
|
5786
|
+
DescribeCapacityBlocksCommandOutput,
|
|
5787
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
5788
|
+
>;
|
|
5789
|
+
|
|
5790
|
+
/**
|
|
5791
|
+
* @see {@link DescribeCapacityManagerDataExportsCommand}
|
|
5792
|
+
*/
|
|
5793
|
+
describeCapacityManagerDataExports(
|
|
5794
|
+
args: DescribeCapacityManagerDataExportsCommandInput,
|
|
5795
|
+
options?: HttpHandlerOptions,
|
|
5796
|
+
): Effect.Effect<
|
|
5797
|
+
DescribeCapacityManagerDataExportsCommandOutput,
|
|
5798
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
5799
|
+
>;
|
|
5800
|
+
|
|
5507
5801
|
/**
|
|
5508
5802
|
* @see {@link DescribeCapacityReservationBillingRequestsCommand}
|
|
5509
5803
|
*/
|
|
@@ -5526,6 +5820,17 @@ interface EC2Service$ {
|
|
|
5526
5820
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
5527
5821
|
>;
|
|
5528
5822
|
|
|
5823
|
+
/**
|
|
5824
|
+
* @see {@link DescribeCapacityReservationTopologyCommand}
|
|
5825
|
+
*/
|
|
5826
|
+
describeCapacityReservationTopology(
|
|
5827
|
+
args: DescribeCapacityReservationTopologyCommandInput,
|
|
5828
|
+
options?: HttpHandlerOptions,
|
|
5829
|
+
): Effect.Effect<
|
|
5830
|
+
DescribeCapacityReservationTopologyCommandOutput,
|
|
5831
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
5832
|
+
>;
|
|
5833
|
+
|
|
5529
5834
|
/**
|
|
5530
5835
|
* @see {@link DescribeCapacityReservationsCommand}
|
|
5531
5836
|
*/
|
|
@@ -5878,6 +6183,39 @@ interface EC2Service$ {
|
|
|
5878
6183
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
5879
6184
|
>;
|
|
5880
6185
|
|
|
6186
|
+
/**
|
|
6187
|
+
* @see {@link DescribeImageReferencesCommand}
|
|
6188
|
+
*/
|
|
6189
|
+
describeImageReferences(
|
|
6190
|
+
args: DescribeImageReferencesCommandInput,
|
|
6191
|
+
options?: HttpHandlerOptions,
|
|
6192
|
+
): Effect.Effect<
|
|
6193
|
+
DescribeImageReferencesCommandOutput,
|
|
6194
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
6195
|
+
>;
|
|
6196
|
+
|
|
6197
|
+
/**
|
|
6198
|
+
* @see {@link DescribeImageUsageReportEntriesCommand}
|
|
6199
|
+
*/
|
|
6200
|
+
describeImageUsageReportEntries(
|
|
6201
|
+
args: DescribeImageUsageReportEntriesCommandInput,
|
|
6202
|
+
options?: HttpHandlerOptions,
|
|
6203
|
+
): Effect.Effect<
|
|
6204
|
+
DescribeImageUsageReportEntriesCommandOutput,
|
|
6205
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
6206
|
+
>;
|
|
6207
|
+
|
|
6208
|
+
/**
|
|
6209
|
+
* @see {@link DescribeImageUsageReportsCommand}
|
|
6210
|
+
*/
|
|
6211
|
+
describeImageUsageReports(
|
|
6212
|
+
args: DescribeImageUsageReportsCommandInput,
|
|
6213
|
+
options?: HttpHandlerOptions,
|
|
6214
|
+
): Effect.Effect<
|
|
6215
|
+
DescribeImageUsageReportsCommandOutput,
|
|
6216
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
6217
|
+
>;
|
|
6218
|
+
|
|
5881
6219
|
/**
|
|
5882
6220
|
* @see {@link DescribeImagesCommand}
|
|
5883
6221
|
*/
|
|
@@ -6076,6 +6414,28 @@ interface EC2Service$ {
|
|
|
6076
6414
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
6077
6415
|
>;
|
|
6078
6416
|
|
|
6417
|
+
/**
|
|
6418
|
+
* @see {@link DescribeIpamPrefixListResolverTargetsCommand}
|
|
6419
|
+
*/
|
|
6420
|
+
describeIpamPrefixListResolverTargets(
|
|
6421
|
+
args: DescribeIpamPrefixListResolverTargetsCommandInput,
|
|
6422
|
+
options?: HttpHandlerOptions,
|
|
6423
|
+
): Effect.Effect<
|
|
6424
|
+
DescribeIpamPrefixListResolverTargetsCommandOutput,
|
|
6425
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
6426
|
+
>;
|
|
6427
|
+
|
|
6428
|
+
/**
|
|
6429
|
+
* @see {@link DescribeIpamPrefixListResolversCommand}
|
|
6430
|
+
*/
|
|
6431
|
+
describeIpamPrefixListResolvers(
|
|
6432
|
+
args: DescribeIpamPrefixListResolversCommandInput,
|
|
6433
|
+
options?: HttpHandlerOptions,
|
|
6434
|
+
): Effect.Effect<
|
|
6435
|
+
DescribeIpamPrefixListResolversCommandOutput,
|
|
6436
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
6437
|
+
>;
|
|
6438
|
+
|
|
6079
6439
|
/**
|
|
6080
6440
|
* @see {@link DescribeIpamResourceDiscoveriesCommand}
|
|
6081
6441
|
*/
|
|
@@ -6252,6 +6612,17 @@ interface EC2Service$ {
|
|
|
6252
6612
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
6253
6613
|
>;
|
|
6254
6614
|
|
|
6615
|
+
/**
|
|
6616
|
+
* @see {@link DescribeMacModificationTasksCommand}
|
|
6617
|
+
*/
|
|
6618
|
+
describeMacModificationTasks(
|
|
6619
|
+
args: DescribeMacModificationTasksCommandInput,
|
|
6620
|
+
options?: HttpHandlerOptions,
|
|
6621
|
+
): Effect.Effect<
|
|
6622
|
+
DescribeMacModificationTasksCommandOutput,
|
|
6623
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
6624
|
+
>;
|
|
6625
|
+
|
|
6255
6626
|
/**
|
|
6256
6627
|
* @see {@link DescribeManagedPrefixListsCommand}
|
|
6257
6628
|
*/
|
|
@@ -7297,6 +7668,17 @@ interface EC2Service$ {
|
|
|
7297
7668
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
7298
7669
|
>;
|
|
7299
7670
|
|
|
7671
|
+
/**
|
|
7672
|
+
* @see {@link DisableCapacityManagerCommand}
|
|
7673
|
+
*/
|
|
7674
|
+
disableCapacityManager(
|
|
7675
|
+
args: DisableCapacityManagerCommandInput,
|
|
7676
|
+
options?: HttpHandlerOptions,
|
|
7677
|
+
): Effect.Effect<
|
|
7678
|
+
DisableCapacityManagerCommandOutput,
|
|
7679
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
7680
|
+
>;
|
|
7681
|
+
|
|
7300
7682
|
/**
|
|
7301
7683
|
* @see {@link DisableEbsEncryptionByDefaultCommand}
|
|
7302
7684
|
*/
|
|
@@ -7693,6 +8075,17 @@ interface EC2Service$ {
|
|
|
7693
8075
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
7694
8076
|
>;
|
|
7695
8077
|
|
|
8078
|
+
/**
|
|
8079
|
+
* @see {@link EnableCapacityManagerCommand}
|
|
8080
|
+
*/
|
|
8081
|
+
enableCapacityManager(
|
|
8082
|
+
args: EnableCapacityManagerCommandInput,
|
|
8083
|
+
options?: HttpHandlerOptions,
|
|
8084
|
+
): Effect.Effect<
|
|
8085
|
+
EnableCapacityManagerCommandOutput,
|
|
8086
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8087
|
+
>;
|
|
8088
|
+
|
|
7696
8089
|
/**
|
|
7697
8090
|
* @see {@link EnableEbsEncryptionByDefaultCommand}
|
|
7698
8091
|
*/
|
|
@@ -7935,6 +8328,17 @@ interface EC2Service$ {
|
|
|
7935
8328
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
7936
8329
|
>;
|
|
7937
8330
|
|
|
8331
|
+
/**
|
|
8332
|
+
* @see {@link GetActiveVpnTunnelStatusCommand}
|
|
8333
|
+
*/
|
|
8334
|
+
getActiveVpnTunnelStatus(
|
|
8335
|
+
args: GetActiveVpnTunnelStatusCommandInput,
|
|
8336
|
+
options?: HttpHandlerOptions,
|
|
8337
|
+
): Effect.Effect<
|
|
8338
|
+
GetActiveVpnTunnelStatusCommandOutput,
|
|
8339
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8340
|
+
>;
|
|
8341
|
+
|
|
7938
8342
|
/**
|
|
7939
8343
|
* @see {@link GetAllowedImagesSettingsCommand}
|
|
7940
8344
|
*/
|
|
@@ -7979,6 +8383,39 @@ interface EC2Service$ {
|
|
|
7979
8383
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
7980
8384
|
>;
|
|
7981
8385
|
|
|
8386
|
+
/**
|
|
8387
|
+
* @see {@link GetCapacityManagerAttributesCommand}
|
|
8388
|
+
*/
|
|
8389
|
+
getCapacityManagerAttributes(
|
|
8390
|
+
args: GetCapacityManagerAttributesCommandInput,
|
|
8391
|
+
options?: HttpHandlerOptions,
|
|
8392
|
+
): Effect.Effect<
|
|
8393
|
+
GetCapacityManagerAttributesCommandOutput,
|
|
8394
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8395
|
+
>;
|
|
8396
|
+
|
|
8397
|
+
/**
|
|
8398
|
+
* @see {@link GetCapacityManagerMetricDataCommand}
|
|
8399
|
+
*/
|
|
8400
|
+
getCapacityManagerMetricData(
|
|
8401
|
+
args: GetCapacityManagerMetricDataCommandInput,
|
|
8402
|
+
options?: HttpHandlerOptions,
|
|
8403
|
+
): Effect.Effect<
|
|
8404
|
+
GetCapacityManagerMetricDataCommandOutput,
|
|
8405
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8406
|
+
>;
|
|
8407
|
+
|
|
8408
|
+
/**
|
|
8409
|
+
* @see {@link GetCapacityManagerMetricDimensionsCommand}
|
|
8410
|
+
*/
|
|
8411
|
+
getCapacityManagerMetricDimensions(
|
|
8412
|
+
args: GetCapacityManagerMetricDimensionsCommandInput,
|
|
8413
|
+
options?: HttpHandlerOptions,
|
|
8414
|
+
): Effect.Effect<
|
|
8415
|
+
GetCapacityManagerMetricDimensionsCommandOutput,
|
|
8416
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8417
|
+
>;
|
|
8418
|
+
|
|
7982
8419
|
/**
|
|
7983
8420
|
* @see {@link GetCapacityReservationUsageCommand}
|
|
7984
8421
|
*/
|
|
@@ -8221,6 +8658,39 @@ interface EC2Service$ {
|
|
|
8221
8658
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8222
8659
|
>;
|
|
8223
8660
|
|
|
8661
|
+
/**
|
|
8662
|
+
* @see {@link GetIpamPrefixListResolverRulesCommand}
|
|
8663
|
+
*/
|
|
8664
|
+
getIpamPrefixListResolverRules(
|
|
8665
|
+
args: GetIpamPrefixListResolverRulesCommandInput,
|
|
8666
|
+
options?: HttpHandlerOptions,
|
|
8667
|
+
): Effect.Effect<
|
|
8668
|
+
GetIpamPrefixListResolverRulesCommandOutput,
|
|
8669
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8670
|
+
>;
|
|
8671
|
+
|
|
8672
|
+
/**
|
|
8673
|
+
* @see {@link GetIpamPrefixListResolverVersionEntriesCommand}
|
|
8674
|
+
*/
|
|
8675
|
+
getIpamPrefixListResolverVersionEntries(
|
|
8676
|
+
args: GetIpamPrefixListResolverVersionEntriesCommandInput,
|
|
8677
|
+
options?: HttpHandlerOptions,
|
|
8678
|
+
): Effect.Effect<
|
|
8679
|
+
GetIpamPrefixListResolverVersionEntriesCommandOutput,
|
|
8680
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8681
|
+
>;
|
|
8682
|
+
|
|
8683
|
+
/**
|
|
8684
|
+
* @see {@link GetIpamPrefixListResolverVersionsCommand}
|
|
8685
|
+
*/
|
|
8686
|
+
getIpamPrefixListResolverVersions(
|
|
8687
|
+
args: GetIpamPrefixListResolverVersionsCommandInput,
|
|
8688
|
+
options?: HttpHandlerOptions,
|
|
8689
|
+
): Effect.Effect<
|
|
8690
|
+
GetIpamPrefixListResolverVersionsCommandOutput,
|
|
8691
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8692
|
+
>;
|
|
8693
|
+
|
|
8224
8694
|
/**
|
|
8225
8695
|
* @see {@link GetIpamResourceCidrsCommand}
|
|
8226
8696
|
*/
|
|
@@ -8804,6 +9274,17 @@ interface EC2Service$ {
|
|
|
8804
9274
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8805
9275
|
>;
|
|
8806
9276
|
|
|
9277
|
+
/**
|
|
9278
|
+
* @see {@link ModifyInstanceConnectEndpointCommand}
|
|
9279
|
+
*/
|
|
9280
|
+
modifyInstanceConnectEndpoint(
|
|
9281
|
+
args: ModifyInstanceConnectEndpointCommandInput,
|
|
9282
|
+
options?: HttpHandlerOptions,
|
|
9283
|
+
): Effect.Effect<
|
|
9284
|
+
ModifyInstanceConnectEndpointCommandOutput,
|
|
9285
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
9286
|
+
>;
|
|
9287
|
+
|
|
8807
9288
|
/**
|
|
8808
9289
|
* @see {@link ModifyInstanceCpuOptionsCommand}
|
|
8809
9290
|
*/
|
|
@@ -8925,6 +9406,28 @@ interface EC2Service$ {
|
|
|
8925
9406
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8926
9407
|
>;
|
|
8927
9408
|
|
|
9409
|
+
/**
|
|
9410
|
+
* @see {@link ModifyIpamPrefixListResolverCommand}
|
|
9411
|
+
*/
|
|
9412
|
+
modifyIpamPrefixListResolver(
|
|
9413
|
+
args: ModifyIpamPrefixListResolverCommandInput,
|
|
9414
|
+
options?: HttpHandlerOptions,
|
|
9415
|
+
): Effect.Effect<
|
|
9416
|
+
ModifyIpamPrefixListResolverCommandOutput,
|
|
9417
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
9418
|
+
>;
|
|
9419
|
+
|
|
9420
|
+
/**
|
|
9421
|
+
* @see {@link ModifyIpamPrefixListResolverTargetCommand}
|
|
9422
|
+
*/
|
|
9423
|
+
modifyIpamPrefixListResolverTarget(
|
|
9424
|
+
args: ModifyIpamPrefixListResolverTargetCommandInput,
|
|
9425
|
+
options?: HttpHandlerOptions,
|
|
9426
|
+
): Effect.Effect<
|
|
9427
|
+
ModifyIpamPrefixListResolverTargetCommandOutput,
|
|
9428
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
9429
|
+
>;
|
|
9430
|
+
|
|
8928
9431
|
/**
|
|
8929
9432
|
* @see {@link ModifyIpamResourceCidrCommand}
|
|
8930
9433
|
*/
|
|
@@ -9013,6 +9516,17 @@ interface EC2Service$ {
|
|
|
9013
9516
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
9014
9517
|
>;
|
|
9015
9518
|
|
|
9519
|
+
/**
|
|
9520
|
+
* @see {@link ModifyPublicIpDnsNameOptionsCommand}
|
|
9521
|
+
*/
|
|
9522
|
+
modifyPublicIpDnsNameOptions(
|
|
9523
|
+
args: ModifyPublicIpDnsNameOptionsCommandInput,
|
|
9524
|
+
options?: HttpHandlerOptions,
|
|
9525
|
+
): Effect.Effect<
|
|
9526
|
+
ModifyPublicIpDnsNameOptionsCommandOutput,
|
|
9527
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
9528
|
+
>;
|
|
9529
|
+
|
|
9016
9530
|
/**
|
|
9017
9531
|
* @see {@link ModifyReservedInstancesCommand}
|
|
9018
9532
|
*/
|
|
@@ -10201,6 +10715,17 @@ interface EC2Service$ {
|
|
|
10201
10715
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
10202
10716
|
>;
|
|
10203
10717
|
|
|
10718
|
+
/**
|
|
10719
|
+
* @see {@link UpdateCapacityManagerOrganizationsAccessCommand}
|
|
10720
|
+
*/
|
|
10721
|
+
updateCapacityManagerOrganizationsAccess(
|
|
10722
|
+
args: UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
10723
|
+
options?: HttpHandlerOptions,
|
|
10724
|
+
): Effect.Effect<
|
|
10725
|
+
UpdateCapacityManagerOrganizationsAccessCommandOutput,
|
|
10726
|
+
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
10727
|
+
>;
|
|
10728
|
+
|
|
10204
10729
|
/**
|
|
10205
10730
|
* @see {@link UpdateSecurityGroupRuleDescriptionsEgressCommand}
|
|
10206
10731
|
*/
|