@effect-aws/client-ec2 1.10.6 → 1.10.9
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 +133 -1
- package/dist/cjs/EC2Service.d.ts.map +1 -1
- package/dist/cjs/EC2Service.js +33 -0
- package/dist/cjs/EC2Service.js.map +1 -1
- package/dist/dts/EC2Service.d.ts +133 -1
- package/dist/dts/EC2Service.d.ts.map +1 -1
- package/dist/esm/EC2Service.js +34 -1
- package/dist/esm/EC2Service.js.map +1 -1
- package/package.json +2 -2
- package/src/EC2Service.ts +495 -0
package/src/EC2Service.ts
CHANGED
|
@@ -257,12 +257,18 @@ import {
|
|
|
257
257
|
CreateInternetGatewayCommand,
|
|
258
258
|
type CreateInternetGatewayCommandInput,
|
|
259
259
|
type CreateInternetGatewayCommandOutput,
|
|
260
|
+
CreateInterruptibleCapacityReservationAllocationCommand,
|
|
261
|
+
type CreateInterruptibleCapacityReservationAllocationCommandInput,
|
|
262
|
+
type CreateInterruptibleCapacityReservationAllocationCommandOutput,
|
|
260
263
|
CreateIpamCommand,
|
|
261
264
|
type CreateIpamCommandInput,
|
|
262
265
|
type CreateIpamCommandOutput,
|
|
263
266
|
CreateIpamExternalResourceVerificationTokenCommand,
|
|
264
267
|
type CreateIpamExternalResourceVerificationTokenCommandInput,
|
|
265
268
|
type CreateIpamExternalResourceVerificationTokenCommandOutput,
|
|
269
|
+
CreateIpamPolicyCommand,
|
|
270
|
+
type CreateIpamPolicyCommandInput,
|
|
271
|
+
type CreateIpamPolicyCommandOutput,
|
|
266
272
|
CreateIpamPoolCommand,
|
|
267
273
|
type CreateIpamPoolCommandInput,
|
|
268
274
|
type CreateIpamPoolCommandOutput,
|
|
@@ -407,6 +413,12 @@ import {
|
|
|
407
413
|
CreateTransitGatewayConnectPeerCommand,
|
|
408
414
|
type CreateTransitGatewayConnectPeerCommandInput,
|
|
409
415
|
type CreateTransitGatewayConnectPeerCommandOutput,
|
|
416
|
+
CreateTransitGatewayMeteringPolicyCommand,
|
|
417
|
+
type CreateTransitGatewayMeteringPolicyCommandInput,
|
|
418
|
+
type CreateTransitGatewayMeteringPolicyCommandOutput,
|
|
419
|
+
CreateTransitGatewayMeteringPolicyEntryCommand,
|
|
420
|
+
type CreateTransitGatewayMeteringPolicyEntryCommandInput,
|
|
421
|
+
type CreateTransitGatewayMeteringPolicyEntryCommandOutput,
|
|
410
422
|
CreateTransitGatewayMulticastDomainCommand,
|
|
411
423
|
type CreateTransitGatewayMulticastDomainCommandInput,
|
|
412
424
|
type CreateTransitGatewayMulticastDomainCommandOutput,
|
|
@@ -452,6 +464,9 @@ import {
|
|
|
452
464
|
CreateVpcCommand,
|
|
453
465
|
type CreateVpcCommandInput,
|
|
454
466
|
type CreateVpcCommandOutput,
|
|
467
|
+
CreateVpcEncryptionControlCommand,
|
|
468
|
+
type CreateVpcEncryptionControlCommandInput,
|
|
469
|
+
type CreateVpcEncryptionControlCommandOutput,
|
|
455
470
|
CreateVpcEndpointCommand,
|
|
456
471
|
type CreateVpcEndpointCommandInput,
|
|
457
472
|
type CreateVpcEndpointCommandOutput,
|
|
@@ -464,6 +479,9 @@ import {
|
|
|
464
479
|
CreateVpcPeeringConnectionCommand,
|
|
465
480
|
type CreateVpcPeeringConnectionCommandInput,
|
|
466
481
|
type CreateVpcPeeringConnectionCommandOutput,
|
|
482
|
+
CreateVpnConcentratorCommand,
|
|
483
|
+
type CreateVpnConcentratorCommandInput,
|
|
484
|
+
type CreateVpnConcentratorCommandOutput,
|
|
467
485
|
CreateVpnConnectionCommand,
|
|
468
486
|
type CreateVpnConnectionCommandInput,
|
|
469
487
|
type CreateVpnConnectionCommandOutput,
|
|
@@ -527,6 +545,9 @@ import {
|
|
|
527
545
|
DeleteIpamExternalResourceVerificationTokenCommand,
|
|
528
546
|
type DeleteIpamExternalResourceVerificationTokenCommandInput,
|
|
529
547
|
type DeleteIpamExternalResourceVerificationTokenCommandOutput,
|
|
548
|
+
DeleteIpamPolicyCommand,
|
|
549
|
+
type DeleteIpamPolicyCommandInput,
|
|
550
|
+
type DeleteIpamPolicyCommandOutput,
|
|
530
551
|
DeleteIpamPoolCommand,
|
|
531
552
|
type DeleteIpamPoolCommandInput,
|
|
532
553
|
type DeleteIpamPoolCommandOutput,
|
|
@@ -662,6 +683,12 @@ import {
|
|
|
662
683
|
DeleteTransitGatewayConnectPeerCommand,
|
|
663
684
|
type DeleteTransitGatewayConnectPeerCommandInput,
|
|
664
685
|
type DeleteTransitGatewayConnectPeerCommandOutput,
|
|
686
|
+
DeleteTransitGatewayMeteringPolicyCommand,
|
|
687
|
+
type DeleteTransitGatewayMeteringPolicyCommandInput,
|
|
688
|
+
type DeleteTransitGatewayMeteringPolicyCommandOutput,
|
|
689
|
+
DeleteTransitGatewayMeteringPolicyEntryCommand,
|
|
690
|
+
type DeleteTransitGatewayMeteringPolicyEntryCommandInput,
|
|
691
|
+
type DeleteTransitGatewayMeteringPolicyEntryCommandOutput,
|
|
665
692
|
DeleteTransitGatewayMulticastDomainCommand,
|
|
666
693
|
type DeleteTransitGatewayMulticastDomainCommandInput,
|
|
667
694
|
type DeleteTransitGatewayMulticastDomainCommandOutput,
|
|
@@ -707,6 +734,9 @@ import {
|
|
|
707
734
|
DeleteVpcCommand,
|
|
708
735
|
type DeleteVpcCommandInput,
|
|
709
736
|
type DeleteVpcCommandOutput,
|
|
737
|
+
DeleteVpcEncryptionControlCommand,
|
|
738
|
+
type DeleteVpcEncryptionControlCommandInput,
|
|
739
|
+
type DeleteVpcEncryptionControlCommandOutput,
|
|
710
740
|
DeleteVpcEndpointConnectionNotificationsCommand,
|
|
711
741
|
type DeleteVpcEndpointConnectionNotificationsCommandInput,
|
|
712
742
|
type DeleteVpcEndpointConnectionNotificationsCommandOutput,
|
|
@@ -719,6 +749,9 @@ import {
|
|
|
719
749
|
DeleteVpcPeeringConnectionCommand,
|
|
720
750
|
type DeleteVpcPeeringConnectionCommandInput,
|
|
721
751
|
type DeleteVpcPeeringConnectionCommandOutput,
|
|
752
|
+
DeleteVpnConcentratorCommand,
|
|
753
|
+
type DeleteVpnConcentratorCommandInput,
|
|
754
|
+
type DeleteVpnConcentratorCommandOutput,
|
|
722
755
|
DeleteVpnConnectionCommand,
|
|
723
756
|
type DeleteVpnConnectionCommandInput,
|
|
724
757
|
type DeleteVpnConnectionCommandOutput,
|
|
@@ -941,6 +974,12 @@ import {
|
|
|
941
974
|
DescribeInstancesCommand,
|
|
942
975
|
type DescribeInstancesCommandInput,
|
|
943
976
|
type DescribeInstancesCommandOutput,
|
|
977
|
+
DescribeInstanceSqlHaHistoryStatesCommand,
|
|
978
|
+
type DescribeInstanceSqlHaHistoryStatesCommandInput,
|
|
979
|
+
type DescribeInstanceSqlHaHistoryStatesCommandOutput,
|
|
980
|
+
DescribeInstanceSqlHaStatesCommand,
|
|
981
|
+
type DescribeInstanceSqlHaStatesCommandInput,
|
|
982
|
+
type DescribeInstanceSqlHaStatesCommandOutput,
|
|
944
983
|
DescribeInstanceStatusCommand,
|
|
945
984
|
type DescribeInstanceStatusCommandInput,
|
|
946
985
|
type DescribeInstanceStatusCommandOutput,
|
|
@@ -962,6 +1001,9 @@ import {
|
|
|
962
1001
|
DescribeIpamExternalResourceVerificationTokensCommand,
|
|
963
1002
|
type DescribeIpamExternalResourceVerificationTokensCommandInput,
|
|
964
1003
|
type DescribeIpamExternalResourceVerificationTokensCommandOutput,
|
|
1004
|
+
DescribeIpamPoliciesCommand,
|
|
1005
|
+
type DescribeIpamPoliciesCommandInput,
|
|
1006
|
+
type DescribeIpamPoliciesCommandOutput,
|
|
965
1007
|
DescribeIpamPoolsCommand,
|
|
966
1008
|
type DescribeIpamPoolsCommandInput,
|
|
967
1009
|
type DescribeIpamPoolsCommandOutput,
|
|
@@ -1181,6 +1223,9 @@ import {
|
|
|
1181
1223
|
DescribeTransitGatewayConnectsCommand,
|
|
1182
1224
|
type DescribeTransitGatewayConnectsCommandInput,
|
|
1183
1225
|
type DescribeTransitGatewayConnectsCommandOutput,
|
|
1226
|
+
DescribeTransitGatewayMeteringPoliciesCommand,
|
|
1227
|
+
type DescribeTransitGatewayMeteringPoliciesCommandInput,
|
|
1228
|
+
type DescribeTransitGatewayMeteringPoliciesCommandOutput,
|
|
1184
1229
|
DescribeTransitGatewayMulticastDomainsCommand,
|
|
1185
1230
|
type DescribeTransitGatewayMulticastDomainsCommandInput,
|
|
1186
1231
|
type DescribeTransitGatewayMulticastDomainsCommandOutput,
|
|
@@ -1247,6 +1292,9 @@ import {
|
|
|
1247
1292
|
DescribeVpcClassicLinkDnsSupportCommand,
|
|
1248
1293
|
type DescribeVpcClassicLinkDnsSupportCommandInput,
|
|
1249
1294
|
type DescribeVpcClassicLinkDnsSupportCommandOutput,
|
|
1295
|
+
DescribeVpcEncryptionControlsCommand,
|
|
1296
|
+
type DescribeVpcEncryptionControlsCommandInput,
|
|
1297
|
+
type DescribeVpcEncryptionControlsCommandOutput,
|
|
1250
1298
|
DescribeVpcEndpointAssociationsCommand,
|
|
1251
1299
|
type DescribeVpcEndpointAssociationsCommandInput,
|
|
1252
1300
|
type DescribeVpcEndpointAssociationsCommandOutput,
|
|
@@ -1274,6 +1322,9 @@ import {
|
|
|
1274
1322
|
DescribeVpcsCommand,
|
|
1275
1323
|
type DescribeVpcsCommandInput,
|
|
1276
1324
|
type DescribeVpcsCommandOutput,
|
|
1325
|
+
DescribeVpnConcentratorsCommand,
|
|
1326
|
+
type DescribeVpnConcentratorsCommandInput,
|
|
1327
|
+
type DescribeVpnConcentratorsCommandOutput,
|
|
1277
1328
|
DescribeVpnConnectionsCommand,
|
|
1278
1329
|
type DescribeVpnConnectionsCommandInput,
|
|
1279
1330
|
type DescribeVpnConnectionsCommandOutput,
|
|
@@ -1331,9 +1382,15 @@ import {
|
|
|
1331
1382
|
DisableImageDeregistrationProtectionCommand,
|
|
1332
1383
|
type DisableImageDeregistrationProtectionCommandInput,
|
|
1333
1384
|
type DisableImageDeregistrationProtectionCommandOutput,
|
|
1385
|
+
DisableInstanceSqlHaStandbyDetectionsCommand,
|
|
1386
|
+
type DisableInstanceSqlHaStandbyDetectionsCommandInput,
|
|
1387
|
+
type DisableInstanceSqlHaStandbyDetectionsCommandOutput,
|
|
1334
1388
|
DisableIpamOrganizationAdminAccountCommand,
|
|
1335
1389
|
type DisableIpamOrganizationAdminAccountCommandInput,
|
|
1336
1390
|
type DisableIpamOrganizationAdminAccountCommandOutput,
|
|
1391
|
+
DisableIpamPolicyCommand,
|
|
1392
|
+
type DisableIpamPolicyCommandInput,
|
|
1393
|
+
type DisableIpamPolicyCommandOutput,
|
|
1337
1394
|
DisableRouteServerPropagationCommand,
|
|
1338
1395
|
type DisableRouteServerPropagationCommandInput,
|
|
1339
1396
|
type DisableRouteServerPropagationCommandOutput,
|
|
@@ -1444,9 +1501,15 @@ import {
|
|
|
1444
1501
|
EnableImageDeregistrationProtectionCommand,
|
|
1445
1502
|
type EnableImageDeregistrationProtectionCommandInput,
|
|
1446
1503
|
type EnableImageDeregistrationProtectionCommandOutput,
|
|
1504
|
+
EnableInstanceSqlHaStandbyDetectionsCommand,
|
|
1505
|
+
type EnableInstanceSqlHaStandbyDetectionsCommandInput,
|
|
1506
|
+
type EnableInstanceSqlHaStandbyDetectionsCommandOutput,
|
|
1447
1507
|
EnableIpamOrganizationAdminAccountCommand,
|
|
1448
1508
|
type EnableIpamOrganizationAdminAccountCommandInput,
|
|
1449
1509
|
type EnableIpamOrganizationAdminAccountCommandOutput,
|
|
1510
|
+
EnableIpamPolicyCommand,
|
|
1511
|
+
type EnableIpamPolicyCommandInput,
|
|
1512
|
+
type EnableIpamPolicyCommandOutput,
|
|
1450
1513
|
EnableReachabilityAnalyzerOrganizationSharingCommand,
|
|
1451
1514
|
type EnableReachabilityAnalyzerOrganizationSharingCommandInput,
|
|
1452
1515
|
type EnableReachabilityAnalyzerOrganizationSharingCommandOutput,
|
|
@@ -1537,6 +1600,9 @@ import {
|
|
|
1537
1600
|
GetEbsEncryptionByDefaultCommand,
|
|
1538
1601
|
type GetEbsEncryptionByDefaultCommandInput,
|
|
1539
1602
|
type GetEbsEncryptionByDefaultCommandOutput,
|
|
1603
|
+
GetEnabledIpamPolicyCommand,
|
|
1604
|
+
type GetEnabledIpamPolicyCommandInput,
|
|
1605
|
+
type GetEnabledIpamPolicyCommandOutput,
|
|
1540
1606
|
GetFlowLogsIntegrationTemplateCommand,
|
|
1541
1607
|
type GetFlowLogsIntegrationTemplateCommandInput,
|
|
1542
1608
|
type GetFlowLogsIntegrationTemplateCommandOutput,
|
|
@@ -1546,6 +1612,9 @@ import {
|
|
|
1546
1612
|
GetHostReservationPurchasePreviewCommand,
|
|
1547
1613
|
type GetHostReservationPurchasePreviewCommandInput,
|
|
1548
1614
|
type GetHostReservationPurchasePreviewCommandOutput,
|
|
1615
|
+
GetImageAncestryCommand,
|
|
1616
|
+
type GetImageAncestryCommandInput,
|
|
1617
|
+
type GetImageAncestryCommandOutput,
|
|
1549
1618
|
GetImageBlockPublicAccessStateCommand,
|
|
1550
1619
|
type GetImageBlockPublicAccessStateCommandInput,
|
|
1551
1620
|
type GetImageBlockPublicAccessStateCommandOutput,
|
|
@@ -1573,6 +1642,12 @@ import {
|
|
|
1573
1642
|
GetIpamDiscoveredResourceCidrsCommand,
|
|
1574
1643
|
type GetIpamDiscoveredResourceCidrsCommandInput,
|
|
1575
1644
|
type GetIpamDiscoveredResourceCidrsCommandOutput,
|
|
1645
|
+
GetIpamPolicyAllocationRulesCommand,
|
|
1646
|
+
type GetIpamPolicyAllocationRulesCommandInput,
|
|
1647
|
+
type GetIpamPolicyAllocationRulesCommandOutput,
|
|
1648
|
+
GetIpamPolicyOrganizationTargetsCommand,
|
|
1649
|
+
type GetIpamPolicyOrganizationTargetsCommandInput,
|
|
1650
|
+
type GetIpamPolicyOrganizationTargetsCommandOutput,
|
|
1576
1651
|
GetIpamPoolAllocationsCommand,
|
|
1577
1652
|
type GetIpamPoolAllocationsCommandInput,
|
|
1578
1653
|
type GetIpamPoolAllocationsCommandOutput,
|
|
@@ -1639,6 +1714,9 @@ import {
|
|
|
1639
1714
|
GetTransitGatewayAttachmentPropagationsCommand,
|
|
1640
1715
|
type GetTransitGatewayAttachmentPropagationsCommandInput,
|
|
1641
1716
|
type GetTransitGatewayAttachmentPropagationsCommandOutput,
|
|
1717
|
+
GetTransitGatewayMeteringPolicyEntriesCommand,
|
|
1718
|
+
type GetTransitGatewayMeteringPolicyEntriesCommandInput,
|
|
1719
|
+
type GetTransitGatewayMeteringPolicyEntriesCommandOutput,
|
|
1642
1720
|
GetTransitGatewayMulticastDomainAssociationsCommand,
|
|
1643
1721
|
type GetTransitGatewayMulticastDomainAssociationsCommandInput,
|
|
1644
1722
|
type GetTransitGatewayMulticastDomainAssociationsCommandOutput,
|
|
@@ -1666,6 +1744,9 @@ import {
|
|
|
1666
1744
|
GetVerifiedAccessGroupPolicyCommand,
|
|
1667
1745
|
type GetVerifiedAccessGroupPolicyCommandInput,
|
|
1668
1746
|
type GetVerifiedAccessGroupPolicyCommandOutput,
|
|
1747
|
+
GetVpcResourcesBlockingEncryptionEnforcementCommand,
|
|
1748
|
+
type GetVpcResourcesBlockingEncryptionEnforcementCommandInput,
|
|
1749
|
+
type GetVpcResourcesBlockingEncryptionEnforcementCommandOutput,
|
|
1669
1750
|
GetVpnConnectionDeviceSampleConfigurationCommand,
|
|
1670
1751
|
type GetVpnConnectionDeviceSampleConfigurationCommandInput,
|
|
1671
1752
|
type GetVpnConnectionDeviceSampleConfigurationCommandOutput,
|
|
@@ -1699,6 +1780,9 @@ import {
|
|
|
1699
1780
|
ListSnapshotsInRecycleBinCommand,
|
|
1700
1781
|
type ListSnapshotsInRecycleBinCommandInput,
|
|
1701
1782
|
type ListSnapshotsInRecycleBinCommandOutput,
|
|
1783
|
+
ListVolumesInRecycleBinCommand,
|
|
1784
|
+
type ListVolumesInRecycleBinCommandInput,
|
|
1785
|
+
type ListVolumesInRecycleBinCommandOutput,
|
|
1702
1786
|
LockSnapshotCommand,
|
|
1703
1787
|
type LockSnapshotCommandInput,
|
|
1704
1788
|
type LockSnapshotCommandOutput,
|
|
@@ -1780,6 +1864,9 @@ import {
|
|
|
1780
1864
|
ModifyIpamCommand,
|
|
1781
1865
|
type ModifyIpamCommandInput,
|
|
1782
1866
|
type ModifyIpamCommandOutput,
|
|
1867
|
+
ModifyIpamPolicyAllocationRulesCommand,
|
|
1868
|
+
type ModifyIpamPolicyAllocationRulesCommandInput,
|
|
1869
|
+
type ModifyIpamPolicyAllocationRulesCommandOutput,
|
|
1783
1870
|
ModifyIpamPoolCommand,
|
|
1784
1871
|
type ModifyIpamPoolCommandInput,
|
|
1785
1872
|
type ModifyIpamPoolCommandOutput,
|
|
@@ -1849,6 +1936,9 @@ import {
|
|
|
1849
1936
|
ModifyTransitGatewayCommand,
|
|
1850
1937
|
type ModifyTransitGatewayCommandInput,
|
|
1851
1938
|
type ModifyTransitGatewayCommandOutput,
|
|
1939
|
+
ModifyTransitGatewayMeteringPolicyCommand,
|
|
1940
|
+
type ModifyTransitGatewayMeteringPolicyCommandInput,
|
|
1941
|
+
type ModifyTransitGatewayMeteringPolicyCommandOutput,
|
|
1852
1942
|
ModifyTransitGatewayPrefixListReferenceCommand,
|
|
1853
1943
|
type ModifyTransitGatewayPrefixListReferenceCommandInput,
|
|
1854
1944
|
type ModifyTransitGatewayPrefixListReferenceCommandOutput,
|
|
@@ -1891,6 +1981,9 @@ import {
|
|
|
1891
1981
|
ModifyVpcBlockPublicAccessOptionsCommand,
|
|
1892
1982
|
type ModifyVpcBlockPublicAccessOptionsCommandInput,
|
|
1893
1983
|
type ModifyVpcBlockPublicAccessOptionsCommandOutput,
|
|
1984
|
+
ModifyVpcEncryptionControlCommand,
|
|
1985
|
+
type ModifyVpcEncryptionControlCommandInput,
|
|
1986
|
+
type ModifyVpcEncryptionControlCommandOutput,
|
|
1894
1987
|
ModifyVpcEndpointCommand,
|
|
1895
1988
|
type ModifyVpcEndpointCommandInput,
|
|
1896
1989
|
type ModifyVpcEndpointCommandOutput,
|
|
@@ -2074,6 +2167,9 @@ import {
|
|
|
2074
2167
|
RestoreSnapshotTierCommand,
|
|
2075
2168
|
type RestoreSnapshotTierCommandInput,
|
|
2076
2169
|
type RestoreSnapshotTierCommandOutput,
|
|
2170
|
+
RestoreVolumeFromRecycleBinCommand,
|
|
2171
|
+
type RestoreVolumeFromRecycleBinCommandInput,
|
|
2172
|
+
type RestoreVolumeFromRecycleBinCommandOutput,
|
|
2077
2173
|
RevokeClientVpnIngressCommand,
|
|
2078
2174
|
type RevokeClientVpnIngressCommandInput,
|
|
2079
2175
|
type RevokeClientVpnIngressCommandOutput,
|
|
@@ -2143,6 +2239,9 @@ import {
|
|
|
2143
2239
|
UpdateCapacityManagerOrganizationsAccessCommand,
|
|
2144
2240
|
type UpdateCapacityManagerOrganizationsAccessCommandInput,
|
|
2145
2241
|
type UpdateCapacityManagerOrganizationsAccessCommandOutput,
|
|
2242
|
+
UpdateInterruptibleCapacityReservationAllocationCommand,
|
|
2243
|
+
type UpdateInterruptibleCapacityReservationAllocationCommandInput,
|
|
2244
|
+
type UpdateInterruptibleCapacityReservationAllocationCommandOutput,
|
|
2146
2245
|
UpdateSecurityGroupRuleDescriptionsEgressCommand,
|
|
2147
2246
|
type UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
2148
2247
|
type UpdateSecurityGroupRuleDescriptionsEgressCommandOutput,
|
|
@@ -2247,8 +2346,10 @@ const commands = {
|
|
|
2247
2346
|
CreateInstanceEventWindowCommand,
|
|
2248
2347
|
CreateInstanceExportTaskCommand,
|
|
2249
2348
|
CreateInternetGatewayCommand,
|
|
2349
|
+
CreateInterruptibleCapacityReservationAllocationCommand,
|
|
2250
2350
|
CreateIpamCommand,
|
|
2251
2351
|
CreateIpamExternalResourceVerificationTokenCommand,
|
|
2352
|
+
CreateIpamPolicyCommand,
|
|
2252
2353
|
CreateIpamPoolCommand,
|
|
2253
2354
|
CreateIpamPrefixListResolverCommand,
|
|
2254
2355
|
CreateIpamPrefixListResolverTargetCommand,
|
|
@@ -2297,6 +2398,8 @@ const commands = {
|
|
|
2297
2398
|
CreateTransitGatewayCommand,
|
|
2298
2399
|
CreateTransitGatewayConnectCommand,
|
|
2299
2400
|
CreateTransitGatewayConnectPeerCommand,
|
|
2401
|
+
CreateTransitGatewayMeteringPolicyCommand,
|
|
2402
|
+
CreateTransitGatewayMeteringPolicyEntryCommand,
|
|
2300
2403
|
CreateTransitGatewayMulticastDomainCommand,
|
|
2301
2404
|
CreateTransitGatewayPeeringAttachmentCommand,
|
|
2302
2405
|
CreateTransitGatewayPolicyTableCommand,
|
|
@@ -2312,10 +2415,12 @@ const commands = {
|
|
|
2312
2415
|
CreateVolumeCommand,
|
|
2313
2416
|
CreateVpcCommand,
|
|
2314
2417
|
CreateVpcBlockPublicAccessExclusionCommand,
|
|
2418
|
+
CreateVpcEncryptionControlCommand,
|
|
2315
2419
|
CreateVpcEndpointCommand,
|
|
2316
2420
|
CreateVpcEndpointConnectionNotificationCommand,
|
|
2317
2421
|
CreateVpcEndpointServiceConfigurationCommand,
|
|
2318
2422
|
CreateVpcPeeringConnectionCommand,
|
|
2423
|
+
CreateVpnConcentratorCommand,
|
|
2319
2424
|
CreateVpnConnectionCommand,
|
|
2320
2425
|
CreateVpnConnectionRouteCommand,
|
|
2321
2426
|
CreateVpnGatewayCommand,
|
|
@@ -2337,6 +2442,7 @@ const commands = {
|
|
|
2337
2442
|
DeleteInternetGatewayCommand,
|
|
2338
2443
|
DeleteIpamCommand,
|
|
2339
2444
|
DeleteIpamExternalResourceVerificationTokenCommand,
|
|
2445
|
+
DeleteIpamPolicyCommand,
|
|
2340
2446
|
DeleteIpamPoolCommand,
|
|
2341
2447
|
DeleteIpamPrefixListResolverCommand,
|
|
2342
2448
|
DeleteIpamPrefixListResolverTargetCommand,
|
|
@@ -2382,6 +2488,8 @@ const commands = {
|
|
|
2382
2488
|
DeleteTransitGatewayCommand,
|
|
2383
2489
|
DeleteTransitGatewayConnectCommand,
|
|
2384
2490
|
DeleteTransitGatewayConnectPeerCommand,
|
|
2491
|
+
DeleteTransitGatewayMeteringPolicyCommand,
|
|
2492
|
+
DeleteTransitGatewayMeteringPolicyEntryCommand,
|
|
2385
2493
|
DeleteTransitGatewayMulticastDomainCommand,
|
|
2386
2494
|
DeleteTransitGatewayPeeringAttachmentCommand,
|
|
2387
2495
|
DeleteTransitGatewayPolicyTableCommand,
|
|
@@ -2397,10 +2505,12 @@ const commands = {
|
|
|
2397
2505
|
DeleteVolumeCommand,
|
|
2398
2506
|
DeleteVpcCommand,
|
|
2399
2507
|
DeleteVpcBlockPublicAccessExclusionCommand,
|
|
2508
|
+
DeleteVpcEncryptionControlCommand,
|
|
2400
2509
|
DeleteVpcEndpointConnectionNotificationsCommand,
|
|
2401
2510
|
DeleteVpcEndpointServiceConfigurationsCommand,
|
|
2402
2511
|
DeleteVpcEndpointsCommand,
|
|
2403
2512
|
DeleteVpcPeeringConnectionCommand,
|
|
2513
|
+
DeleteVpnConcentratorCommand,
|
|
2404
2514
|
DeleteVpnConnectionCommand,
|
|
2405
2515
|
DeleteVpnConnectionRouteCommand,
|
|
2406
2516
|
DeleteVpnGatewayCommand,
|
|
@@ -2474,6 +2584,8 @@ const commands = {
|
|
|
2474
2584
|
DescribeInstanceEventNotificationAttributesCommand,
|
|
2475
2585
|
DescribeInstanceEventWindowsCommand,
|
|
2476
2586
|
DescribeInstanceImageMetadataCommand,
|
|
2587
|
+
DescribeInstanceSqlHaHistoryStatesCommand,
|
|
2588
|
+
DescribeInstanceSqlHaStatesCommand,
|
|
2477
2589
|
DescribeInstanceStatusCommand,
|
|
2478
2590
|
DescribeInstanceTopologyCommand,
|
|
2479
2591
|
DescribeInstanceTypeOfferingsCommand,
|
|
@@ -2482,6 +2594,7 @@ const commands = {
|
|
|
2482
2594
|
DescribeInternetGatewaysCommand,
|
|
2483
2595
|
DescribeIpamByoasnCommand,
|
|
2484
2596
|
DescribeIpamExternalResourceVerificationTokensCommand,
|
|
2597
|
+
DescribeIpamPoliciesCommand,
|
|
2485
2598
|
DescribeIpamPoolsCommand,
|
|
2486
2599
|
DescribeIpamPrefixListResolverTargetsCommand,
|
|
2487
2600
|
DescribeIpamPrefixListResolversCommand,
|
|
@@ -2555,6 +2668,7 @@ const commands = {
|
|
|
2555
2668
|
DescribeTransitGatewayAttachmentsCommand,
|
|
2556
2669
|
DescribeTransitGatewayConnectPeersCommand,
|
|
2557
2670
|
DescribeTransitGatewayConnectsCommand,
|
|
2671
|
+
DescribeTransitGatewayMeteringPoliciesCommand,
|
|
2558
2672
|
DescribeTransitGatewayMulticastDomainsCommand,
|
|
2559
2673
|
DescribeTransitGatewayPeeringAttachmentsCommand,
|
|
2560
2674
|
DescribeTransitGatewayPolicyTablesCommand,
|
|
@@ -2577,6 +2691,7 @@ const commands = {
|
|
|
2577
2691
|
DescribeVpcBlockPublicAccessOptionsCommand,
|
|
2578
2692
|
DescribeVpcClassicLinkCommand,
|
|
2579
2693
|
DescribeVpcClassicLinkDnsSupportCommand,
|
|
2694
|
+
DescribeVpcEncryptionControlsCommand,
|
|
2580
2695
|
DescribeVpcEndpointAssociationsCommand,
|
|
2581
2696
|
DescribeVpcEndpointConnectionNotificationsCommand,
|
|
2582
2697
|
DescribeVpcEndpointConnectionsCommand,
|
|
@@ -2586,6 +2701,7 @@ const commands = {
|
|
|
2586
2701
|
DescribeVpcEndpointsCommand,
|
|
2587
2702
|
DescribeVpcPeeringConnectionsCommand,
|
|
2588
2703
|
DescribeVpcsCommand,
|
|
2704
|
+
DescribeVpnConcentratorsCommand,
|
|
2589
2705
|
DescribeVpnConnectionsCommand,
|
|
2590
2706
|
DescribeVpnGatewaysCommand,
|
|
2591
2707
|
DetachClassicLinkVpcCommand,
|
|
@@ -2605,7 +2721,9 @@ const commands = {
|
|
|
2605
2721
|
DisableImageBlockPublicAccessCommand,
|
|
2606
2722
|
DisableImageDeprecationCommand,
|
|
2607
2723
|
DisableImageDeregistrationProtectionCommand,
|
|
2724
|
+
DisableInstanceSqlHaStandbyDetectionsCommand,
|
|
2608
2725
|
DisableIpamOrganizationAdminAccountCommand,
|
|
2726
|
+
DisableIpamPolicyCommand,
|
|
2609
2727
|
DisableRouteServerPropagationCommand,
|
|
2610
2728
|
DisableSerialConsoleAccessCommand,
|
|
2611
2729
|
DisableSnapshotBlockPublicAccessCommand,
|
|
@@ -2642,7 +2760,9 @@ const commands = {
|
|
|
2642
2760
|
EnableImageBlockPublicAccessCommand,
|
|
2643
2761
|
EnableImageDeprecationCommand,
|
|
2644
2762
|
EnableImageDeregistrationProtectionCommand,
|
|
2763
|
+
EnableInstanceSqlHaStandbyDetectionsCommand,
|
|
2645
2764
|
EnableIpamOrganizationAdminAccountCommand,
|
|
2765
|
+
EnableIpamPolicyCommand,
|
|
2646
2766
|
EnableReachabilityAnalyzerOrganizationSharingCommand,
|
|
2647
2767
|
EnableRouteServerPropagationCommand,
|
|
2648
2768
|
EnableSerialConsoleAccessCommand,
|
|
@@ -2673,9 +2793,11 @@ const commands = {
|
|
|
2673
2793
|
GetDefaultCreditSpecificationCommand,
|
|
2674
2794
|
GetEbsDefaultKmsKeyIdCommand,
|
|
2675
2795
|
GetEbsEncryptionByDefaultCommand,
|
|
2796
|
+
GetEnabledIpamPolicyCommand,
|
|
2676
2797
|
GetFlowLogsIntegrationTemplateCommand,
|
|
2677
2798
|
GetGroupsForCapacityReservationCommand,
|
|
2678
2799
|
GetHostReservationPurchasePreviewCommand,
|
|
2800
|
+
GetImageAncestryCommand,
|
|
2679
2801
|
GetImageBlockPublicAccessStateCommand,
|
|
2680
2802
|
GetInstanceMetadataDefaultsCommand,
|
|
2681
2803
|
GetInstanceTpmEkPubCommand,
|
|
@@ -2685,6 +2807,8 @@ const commands = {
|
|
|
2685
2807
|
GetIpamDiscoveredAccountsCommand,
|
|
2686
2808
|
GetIpamDiscoveredPublicAddressesCommand,
|
|
2687
2809
|
GetIpamDiscoveredResourceCidrsCommand,
|
|
2810
|
+
GetIpamPolicyAllocationRulesCommand,
|
|
2811
|
+
GetIpamPolicyOrganizationTargetsCommand,
|
|
2688
2812
|
GetIpamPoolAllocationsCommand,
|
|
2689
2813
|
GetIpamPoolCidrsCommand,
|
|
2690
2814
|
GetIpamPrefixListResolverRulesCommand,
|
|
@@ -2707,6 +2831,7 @@ const commands = {
|
|
|
2707
2831
|
GetSpotPlacementScoresCommand,
|
|
2708
2832
|
GetSubnetCidrReservationsCommand,
|
|
2709
2833
|
GetTransitGatewayAttachmentPropagationsCommand,
|
|
2834
|
+
GetTransitGatewayMeteringPolicyEntriesCommand,
|
|
2710
2835
|
GetTransitGatewayMulticastDomainAssociationsCommand,
|
|
2711
2836
|
GetTransitGatewayPolicyTableAssociationsCommand,
|
|
2712
2837
|
GetTransitGatewayPolicyTableEntriesCommand,
|
|
@@ -2716,6 +2841,7 @@ const commands = {
|
|
|
2716
2841
|
GetVerifiedAccessEndpointPolicyCommand,
|
|
2717
2842
|
GetVerifiedAccessEndpointTargetsCommand,
|
|
2718
2843
|
GetVerifiedAccessGroupPolicyCommand,
|
|
2844
|
+
GetVpcResourcesBlockingEncryptionEnforcementCommand,
|
|
2719
2845
|
GetVpnConnectionDeviceSampleConfigurationCommand,
|
|
2720
2846
|
GetVpnConnectionDeviceTypesCommand,
|
|
2721
2847
|
GetVpnTunnelReplacementStatusCommand,
|
|
@@ -2727,6 +2853,7 @@ const commands = {
|
|
|
2727
2853
|
ImportVolumeCommand,
|
|
2728
2854
|
ListImagesInRecycleBinCommand,
|
|
2729
2855
|
ListSnapshotsInRecycleBinCommand,
|
|
2856
|
+
ListVolumesInRecycleBinCommand,
|
|
2730
2857
|
LockSnapshotCommand,
|
|
2731
2858
|
ModifyAddressAttributeCommand,
|
|
2732
2859
|
ModifyAvailabilityZoneGroupCommand,
|
|
@@ -2754,6 +2881,7 @@ const commands = {
|
|
|
2754
2881
|
ModifyInstanceNetworkPerformanceOptionsCommand,
|
|
2755
2882
|
ModifyInstancePlacementCommand,
|
|
2756
2883
|
ModifyIpamCommand,
|
|
2884
|
+
ModifyIpamPolicyAllocationRulesCommand,
|
|
2757
2885
|
ModifyIpamPoolCommand,
|
|
2758
2886
|
ModifyIpamPrefixListResolverCommand,
|
|
2759
2887
|
ModifyIpamPrefixListResolverTargetCommand,
|
|
@@ -2777,6 +2905,7 @@ const commands = {
|
|
|
2777
2905
|
ModifyTrafficMirrorFilterRuleCommand,
|
|
2778
2906
|
ModifyTrafficMirrorSessionCommand,
|
|
2779
2907
|
ModifyTransitGatewayCommand,
|
|
2908
|
+
ModifyTransitGatewayMeteringPolicyCommand,
|
|
2780
2909
|
ModifyTransitGatewayPrefixListReferenceCommand,
|
|
2781
2910
|
ModifyTransitGatewayVpcAttachmentCommand,
|
|
2782
2911
|
ModifyVerifiedAccessEndpointCommand,
|
|
@@ -2791,6 +2920,7 @@ const commands = {
|
|
|
2791
2920
|
ModifyVpcAttributeCommand,
|
|
2792
2921
|
ModifyVpcBlockPublicAccessExclusionCommand,
|
|
2793
2922
|
ModifyVpcBlockPublicAccessOptionsCommand,
|
|
2923
|
+
ModifyVpcEncryptionControlCommand,
|
|
2794
2924
|
ModifyVpcEndpointCommand,
|
|
2795
2925
|
ModifyVpcEndpointConnectionNotificationCommand,
|
|
2796
2926
|
ModifyVpcEndpointServiceConfigurationCommand,
|
|
@@ -2852,6 +2982,7 @@ const commands = {
|
|
|
2852
2982
|
RestoreManagedPrefixListVersionCommand,
|
|
2853
2983
|
RestoreSnapshotFromRecycleBinCommand,
|
|
2854
2984
|
RestoreSnapshotTierCommand,
|
|
2985
|
+
RestoreVolumeFromRecycleBinCommand,
|
|
2855
2986
|
RevokeClientVpnIngressCommand,
|
|
2856
2987
|
RevokeSecurityGroupEgressCommand,
|
|
2857
2988
|
RevokeSecurityGroupIngressCommand,
|
|
@@ -2875,6 +3006,7 @@ const commands = {
|
|
|
2875
3006
|
UnlockSnapshotCommand,
|
|
2876
3007
|
UnmonitorInstancesCommand,
|
|
2877
3008
|
UpdateCapacityManagerOrganizationsAccessCommand,
|
|
3009
|
+
UpdateInterruptibleCapacityReservationAllocationCommand,
|
|
2878
3010
|
UpdateSecurityGroupRuleDescriptionsEgressCommand,
|
|
2879
3011
|
UpdateSecurityGroupRuleDescriptionsIngressCommand,
|
|
2880
3012
|
WithdrawByoipCidrCommand,
|
|
@@ -3818,6 +3950,17 @@ interface EC2Service$ {
|
|
|
3818
3950
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
3819
3951
|
>;
|
|
3820
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
|
+
|
|
3821
3964
|
/**
|
|
3822
3965
|
* @see {@link CreateIpamCommand}
|
|
3823
3966
|
*/
|
|
@@ -3840,6 +3983,17 @@ interface EC2Service$ {
|
|
|
3840
3983
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
3841
3984
|
>;
|
|
3842
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
|
+
|
|
3843
3997
|
/**
|
|
3844
3998
|
* @see {@link CreateIpamPoolCommand}
|
|
3845
3999
|
*/
|
|
@@ -4368,6 +4522,28 @@ interface EC2Service$ {
|
|
|
4368
4522
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
4369
4523
|
>;
|
|
4370
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
|
+
|
|
4371
4547
|
/**
|
|
4372
4548
|
* @see {@link CreateTransitGatewayMulticastDomainCommand}
|
|
4373
4549
|
*/
|
|
@@ -4533,6 +4709,17 @@ interface EC2Service$ {
|
|
|
4533
4709
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
4534
4710
|
>;
|
|
4535
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
|
+
|
|
4536
4723
|
/**
|
|
4537
4724
|
* @see {@link CreateVpcEndpointCommand}
|
|
4538
4725
|
*/
|
|
@@ -4577,6 +4764,17 @@ interface EC2Service$ {
|
|
|
4577
4764
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
4578
4765
|
>;
|
|
4579
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
|
+
|
|
4580
4778
|
/**
|
|
4581
4779
|
* @see {@link CreateVpnConnectionCommand}
|
|
4582
4780
|
*/
|
|
@@ -4808,6 +5006,17 @@ interface EC2Service$ {
|
|
|
4808
5006
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
4809
5007
|
>;
|
|
4810
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
|
+
|
|
4811
5020
|
/**
|
|
4812
5021
|
* @see {@link DeleteIpamPoolCommand}
|
|
4813
5022
|
*/
|
|
@@ -5303,6 +5512,28 @@ interface EC2Service$ {
|
|
|
5303
5512
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
5304
5513
|
>;
|
|
5305
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
|
+
|
|
5306
5537
|
/**
|
|
5307
5538
|
* @see {@link DeleteTransitGatewayMulticastDomainCommand}
|
|
5308
5539
|
*/
|
|
@@ -5468,6 +5699,17 @@ interface EC2Service$ {
|
|
|
5468
5699
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
5469
5700
|
>;
|
|
5470
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
|
+
|
|
5471
5713
|
/**
|
|
5472
5714
|
* @see {@link DeleteVpcEndpointConnectionNotificationsCommand}
|
|
5473
5715
|
*/
|
|
@@ -5512,6 +5754,17 @@ interface EC2Service$ {
|
|
|
5512
5754
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
5513
5755
|
>;
|
|
5514
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
|
+
|
|
5515
5768
|
/**
|
|
5516
5769
|
* @see {@link DeleteVpnConnectionCommand}
|
|
5517
5770
|
*/
|
|
@@ -6315,6 +6568,28 @@ interface EC2Service$ {
|
|
|
6315
6568
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
6316
6569
|
>;
|
|
6317
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
|
+
|
|
6318
6593
|
/**
|
|
6319
6594
|
* @see {@link DescribeInstanceStatusCommand}
|
|
6320
6595
|
*/
|
|
@@ -6403,6 +6678,17 @@ interface EC2Service$ {
|
|
|
6403
6678
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
6404
6679
|
>;
|
|
6405
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
|
+
|
|
6406
6692
|
/**
|
|
6407
6693
|
* @see {@link DescribeIpamPoolsCommand}
|
|
6408
6694
|
*/
|
|
@@ -7206,6 +7492,17 @@ interface EC2Service$ {
|
|
|
7206
7492
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
7207
7493
|
>;
|
|
7208
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
|
+
|
|
7209
7506
|
/**
|
|
7210
7507
|
* @see {@link DescribeTransitGatewayMulticastDomainsCommand}
|
|
7211
7508
|
*/
|
|
@@ -7448,6 +7745,17 @@ interface EC2Service$ {
|
|
|
7448
7745
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
7449
7746
|
>;
|
|
7450
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
|
+
|
|
7451
7759
|
/**
|
|
7452
7760
|
* @see {@link DescribeVpcEndpointAssociationsCommand}
|
|
7453
7761
|
*/
|
|
@@ -7547,6 +7855,17 @@ interface EC2Service$ {
|
|
|
7547
7855
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
7548
7856
|
>;
|
|
7549
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
|
+
|
|
7550
7869
|
/**
|
|
7551
7870
|
* @see {@link DescribeVpnConnectionsCommand}
|
|
7552
7871
|
*/
|
|
@@ -7756,6 +8075,17 @@ interface EC2Service$ {
|
|
|
7756
8075
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
7757
8076
|
>;
|
|
7758
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
|
+
|
|
7759
8089
|
/**
|
|
7760
8090
|
* @see {@link DisableIpamOrganizationAdminAccountCommand}
|
|
7761
8091
|
*/
|
|
@@ -7767,6 +8097,17 @@ interface EC2Service$ {
|
|
|
7767
8097
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
7768
8098
|
>;
|
|
7769
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
|
+
|
|
7770
8111
|
/**
|
|
7771
8112
|
* @see {@link DisableRouteServerPropagationCommand}
|
|
7772
8113
|
*/
|
|
@@ -8163,6 +8504,17 @@ interface EC2Service$ {
|
|
|
8163
8504
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8164
8505
|
>;
|
|
8165
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
|
+
|
|
8166
8518
|
/**
|
|
8167
8519
|
* @see {@link EnableIpamOrganizationAdminAccountCommand}
|
|
8168
8520
|
*/
|
|
@@ -8174,6 +8526,17 @@ interface EC2Service$ {
|
|
|
8174
8526
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8175
8527
|
>;
|
|
8176
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
|
+
|
|
8177
8540
|
/**
|
|
8178
8541
|
* @see {@link EnableReachabilityAnalyzerOrganizationSharingCommand}
|
|
8179
8542
|
*/
|
|
@@ -8504,6 +8867,17 @@ interface EC2Service$ {
|
|
|
8504
8867
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8505
8868
|
>;
|
|
8506
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
|
+
|
|
8507
8881
|
/**
|
|
8508
8882
|
* @see {@link GetFlowLogsIntegrationTemplateCommand}
|
|
8509
8883
|
*/
|
|
@@ -8537,6 +8911,17 @@ interface EC2Service$ {
|
|
|
8537
8911
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8538
8912
|
>;
|
|
8539
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
|
+
|
|
8540
8925
|
/**
|
|
8541
8926
|
* @see {@link GetImageBlockPublicAccessStateCommand}
|
|
8542
8927
|
*/
|
|
@@ -8636,6 +9021,28 @@ interface EC2Service$ {
|
|
|
8636
9021
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8637
9022
|
>;
|
|
8638
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
|
+
|
|
8639
9046
|
/**
|
|
8640
9047
|
* @see {@link GetIpamPoolAllocationsCommand}
|
|
8641
9048
|
*/
|
|
@@ -8878,6 +9285,17 @@ interface EC2Service$ {
|
|
|
8878
9285
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8879
9286
|
>;
|
|
8880
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
|
+
|
|
8881
9299
|
/**
|
|
8882
9300
|
* @see {@link GetTransitGatewayMulticastDomainAssociationsCommand}
|
|
8883
9301
|
*/
|
|
@@ -8977,6 +9395,17 @@ interface EC2Service$ {
|
|
|
8977
9395
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
8978
9396
|
>;
|
|
8979
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
|
+
|
|
8980
9409
|
/**
|
|
8981
9410
|
* @see {@link GetVpnConnectionDeviceSampleConfigurationCommand}
|
|
8982
9411
|
*/
|
|
@@ -9098,6 +9527,17 @@ interface EC2Service$ {
|
|
|
9098
9527
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
9099
9528
|
>;
|
|
9100
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
|
+
|
|
9101
9541
|
/**
|
|
9102
9542
|
* @see {@link LockSnapshotCommand}
|
|
9103
9543
|
*/
|
|
@@ -9395,6 +9835,17 @@ interface EC2Service$ {
|
|
|
9395
9835
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
9396
9836
|
>;
|
|
9397
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
|
+
|
|
9398
9849
|
/**
|
|
9399
9850
|
* @see {@link ModifyIpamPoolCommand}
|
|
9400
9851
|
*/
|
|
@@ -9648,6 +10099,17 @@ interface EC2Service$ {
|
|
|
9648
10099
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
9649
10100
|
>;
|
|
9650
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
|
+
|
|
9651
10113
|
/**
|
|
9652
10114
|
* @see {@link ModifyTransitGatewayPrefixListReferenceCommand}
|
|
9653
10115
|
*/
|
|
@@ -9802,6 +10264,17 @@ interface EC2Service$ {
|
|
|
9802
10264
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
9803
10265
|
>;
|
|
9804
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
|
+
|
|
9805
10278
|
/**
|
|
9806
10279
|
* @see {@link ModifyVpcEndpointCommand}
|
|
9807
10280
|
*/
|
|
@@ -10473,6 +10946,17 @@ interface EC2Service$ {
|
|
|
10473
10946
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
10474
10947
|
>;
|
|
10475
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
|
+
|
|
10476
10960
|
/**
|
|
10477
10961
|
* @see {@link RevokeClientVpnIngressCommand}
|
|
10478
10962
|
*/
|
|
@@ -10726,6 +11210,17 @@ interface EC2Service$ {
|
|
|
10726
11210
|
Cause.TimeoutException | SdkError | EC2ServiceError
|
|
10727
11211
|
>;
|
|
10728
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
|
+
|
|
10729
11224
|
/**
|
|
10730
11225
|
* @see {@link UpdateSecurityGroupRuleDescriptionsEgressCommand}
|
|
10731
11226
|
*/
|