@aws-sdk/client-ec2 3.696.0 → 3.698.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/dist-cjs/index.js +741 -123
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionHistoryCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionOfferingsCommand.js +22 -0
- package/dist-es/commands/PurchaseCapacityBlockExtensionCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +4 -14
- package/dist-es/models/models_1.js +19 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +5 -17
- package/dist-es/models/models_4.js +17 -0
- package/dist-es/models/models_5.js +0 -4
- package/dist-es/models/models_6.js +4 -11
- package/dist-es/models/models_7.js +11 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionHistoryPaginator.js +4 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +614 -64
- package/dist-types/EC2.d.ts +22 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +17 -2
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +7 -6
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +16 -5
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +31 -16
- package/dist-types/commands/CreateFleetCommand.d.ts +30 -3
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +11 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +22 -4
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -2
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +102 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +92 -0
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +9 -3
- package/dist-types/commands/DescribeFleetsCommand.d.ts +30 -3
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +11 -2
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +20 -2
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +4 -4
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +10 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +11 -2
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +10 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +33 -4
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +5 -4
- package/dist-types/commands/ModifyFleetCommand.d.ts +10 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +5 -4
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +15 -0
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +10 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +17 -5
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +9 -3
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +90 -0
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +20 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +163 -67
- package/dist-types/models/models_1.d.ts +480 -499
- package/dist-types/models/models_2.d.ts +384 -179
- package/dist-types/models/models_3.d.ts +693 -758
- package/dist-types/models/models_4.d.ts +6178 -6293
- package/dist-types/models/models_5.d.ts +2712 -2367
- package/dist-types/models/models_6.d.ts +4288 -4301
- package/dist-types/models/models_7.d.ts +533 -28
- package/dist-types/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +64 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -18
- package/dist-types/ts3.4/models/models_1.d.ts +54 -77
- package/dist-types/ts3.4/models/models_2.d.ts +78 -41
- package/dist-types/ts3.4/models/models_3.d.ts +102 -124
- package/dist-types/ts3.4/models/models_4.d.ts +127 -124
- package/dist-types/ts3.4/models/models_5.d.ts +126 -86
- package/dist-types/ts3.4/models/models_6.d.ts +97 -139
- package/dist-types/ts3.4/models/models_7.d.ts +149 -9
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
- package/package.json +1 -1
|
@@ -236,6 +236,8 @@ import { DescribeAvailabilityZonesCommandInput, DescribeAvailabilityZonesCommand
|
|
|
236
236
|
import { DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput } from "../commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
|
|
237
237
|
import { DescribeBundleTasksCommandInput, DescribeBundleTasksCommandOutput } from "../commands/DescribeBundleTasksCommand";
|
|
238
238
|
import { DescribeByoipCidrsCommandInput, DescribeByoipCidrsCommandOutput } from "../commands/DescribeByoipCidrsCommand";
|
|
239
|
+
import { DescribeCapacityBlockExtensionHistoryCommandInput, DescribeCapacityBlockExtensionHistoryCommandOutput } from "../commands/DescribeCapacityBlockExtensionHistoryCommand";
|
|
240
|
+
import { DescribeCapacityBlockExtensionOfferingsCommandInput, DescribeCapacityBlockExtensionOfferingsCommandOutput } from "../commands/DescribeCapacityBlockExtensionOfferingsCommand";
|
|
239
241
|
import { DescribeCapacityBlockOfferingsCommandInput, DescribeCapacityBlockOfferingsCommandOutput } from "../commands/DescribeCapacityBlockOfferingsCommand";
|
|
240
242
|
import { DescribeCapacityReservationBillingRequestsCommandInput, DescribeCapacityReservationBillingRequestsCommandOutput } from "../commands/DescribeCapacityReservationBillingRequestsCommand";
|
|
241
243
|
import { DescribeCapacityReservationFleetsCommandInput, DescribeCapacityReservationFleetsCommandOutput } from "../commands/DescribeCapacityReservationFleetsCommand";
|
|
@@ -580,6 +582,7 @@ import { ProvisionIpamByoasnCommandInput, ProvisionIpamByoasnCommandOutput } fro
|
|
|
580
582
|
import { ProvisionIpamPoolCidrCommandInput, ProvisionIpamPoolCidrCommandOutput } from "../commands/ProvisionIpamPoolCidrCommand";
|
|
581
583
|
import { ProvisionPublicIpv4PoolCidrCommandInput, ProvisionPublicIpv4PoolCidrCommandOutput } from "../commands/ProvisionPublicIpv4PoolCidrCommand";
|
|
582
584
|
import { PurchaseCapacityBlockCommandInput, PurchaseCapacityBlockCommandOutput } from "../commands/PurchaseCapacityBlockCommand";
|
|
585
|
+
import { PurchaseCapacityBlockExtensionCommandInput, PurchaseCapacityBlockExtensionCommandOutput } from "../commands/PurchaseCapacityBlockExtensionCommand";
|
|
583
586
|
import { PurchaseHostReservationCommandInput, PurchaseHostReservationCommandOutput } from "../commands/PurchaseHostReservationCommand";
|
|
584
587
|
import { PurchaseReservedInstancesOfferingCommandInput, PurchaseReservedInstancesOfferingCommandOutput } from "../commands/PurchaseReservedInstancesOfferingCommand";
|
|
585
588
|
import { PurchaseScheduledInstancesCommandInput, PurchaseScheduledInstancesCommandOutput } from "../commands/PurchaseScheduledInstancesCommand";
|
|
@@ -1587,6 +1590,14 @@ export declare const se_DescribeBundleTasksCommand: (input: DescribeBundleTasksC
|
|
|
1587
1590
|
* serializeAws_ec2DescribeByoipCidrsCommand
|
|
1588
1591
|
*/
|
|
1589
1592
|
export declare const se_DescribeByoipCidrsCommand: (input: DescribeByoipCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1593
|
+
/**
|
|
1594
|
+
* serializeAws_ec2DescribeCapacityBlockExtensionHistoryCommand
|
|
1595
|
+
*/
|
|
1596
|
+
export declare const se_DescribeCapacityBlockExtensionHistoryCommand: (input: DescribeCapacityBlockExtensionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1597
|
+
/**
|
|
1598
|
+
* serializeAws_ec2DescribeCapacityBlockExtensionOfferingsCommand
|
|
1599
|
+
*/
|
|
1600
|
+
export declare const se_DescribeCapacityBlockExtensionOfferingsCommand: (input: DescribeCapacityBlockExtensionOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1590
1601
|
/**
|
|
1591
1602
|
* serializeAws_ec2DescribeCapacityBlockOfferingsCommand
|
|
1592
1603
|
*/
|
|
@@ -2963,6 +2974,10 @@ export declare const se_ProvisionPublicIpv4PoolCidrCommand: (input: ProvisionPub
|
|
|
2963
2974
|
* serializeAws_ec2PurchaseCapacityBlockCommand
|
|
2964
2975
|
*/
|
|
2965
2976
|
export declare const se_PurchaseCapacityBlockCommand: (input: PurchaseCapacityBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2977
|
+
/**
|
|
2978
|
+
* serializeAws_ec2PurchaseCapacityBlockExtensionCommand
|
|
2979
|
+
*/
|
|
2980
|
+
export declare const se_PurchaseCapacityBlockExtensionCommand: (input: PurchaseCapacityBlockExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2966
2981
|
/**
|
|
2967
2982
|
* serializeAws_ec2PurchaseHostReservationCommand
|
|
2968
2983
|
*/
|
|
@@ -4159,6 +4174,14 @@ export declare const de_DescribeBundleTasksCommand: (output: __HttpResponse, con
|
|
|
4159
4174
|
* deserializeAws_ec2DescribeByoipCidrsCommand
|
|
4160
4175
|
*/
|
|
4161
4176
|
export declare const de_DescribeByoipCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeByoipCidrsCommandOutput>;
|
|
4177
|
+
/**
|
|
4178
|
+
* deserializeAws_ec2DescribeCapacityBlockExtensionHistoryCommand
|
|
4179
|
+
*/
|
|
4180
|
+
export declare const de_DescribeCapacityBlockExtensionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityBlockExtensionHistoryCommandOutput>;
|
|
4181
|
+
/**
|
|
4182
|
+
* deserializeAws_ec2DescribeCapacityBlockExtensionOfferingsCommand
|
|
4183
|
+
*/
|
|
4184
|
+
export declare const de_DescribeCapacityBlockExtensionOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityBlockExtensionOfferingsCommandOutput>;
|
|
4162
4185
|
/**
|
|
4163
4186
|
* deserializeAws_ec2DescribeCapacityBlockOfferingsCommand
|
|
4164
4187
|
*/
|
|
@@ -5535,6 +5558,10 @@ export declare const de_ProvisionPublicIpv4PoolCidrCommand: (output: __HttpRespo
|
|
|
5535
5558
|
* deserializeAws_ec2PurchaseCapacityBlockCommand
|
|
5536
5559
|
*/
|
|
5537
5560
|
export declare const de_PurchaseCapacityBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseCapacityBlockCommandOutput>;
|
|
5561
|
+
/**
|
|
5562
|
+
* deserializeAws_ec2PurchaseCapacityBlockExtensionCommand
|
|
5563
|
+
*/
|
|
5564
|
+
export declare const de_PurchaseCapacityBlockExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseCapacityBlockExtensionCommandOutput>;
|
|
5538
5565
|
/**
|
|
5539
5566
|
* deserializeAws_ec2PurchaseHostReservationCommand
|
|
5540
5567
|
*/
|
|
@@ -943,6 +943,14 @@ import {
|
|
|
943
943
|
DescribeByoipCidrsCommandInput,
|
|
944
944
|
DescribeByoipCidrsCommandOutput,
|
|
945
945
|
} from "./commands/DescribeByoipCidrsCommand";
|
|
946
|
+
import {
|
|
947
|
+
DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
948
|
+
DescribeCapacityBlockExtensionHistoryCommandOutput,
|
|
949
|
+
} from "./commands/DescribeCapacityBlockExtensionHistoryCommand";
|
|
950
|
+
import {
|
|
951
|
+
DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
952
|
+
DescribeCapacityBlockExtensionOfferingsCommandOutput,
|
|
953
|
+
} from "./commands/DescribeCapacityBlockExtensionOfferingsCommand";
|
|
946
954
|
import {
|
|
947
955
|
DescribeCapacityBlockOfferingsCommandInput,
|
|
948
956
|
DescribeCapacityBlockOfferingsCommandOutput,
|
|
@@ -2319,6 +2327,10 @@ import {
|
|
|
2319
2327
|
PurchaseCapacityBlockCommandInput,
|
|
2320
2328
|
PurchaseCapacityBlockCommandOutput,
|
|
2321
2329
|
} from "./commands/PurchaseCapacityBlockCommand";
|
|
2330
|
+
import {
|
|
2331
|
+
PurchaseCapacityBlockExtensionCommandInput,
|
|
2332
|
+
PurchaseCapacityBlockExtensionCommandOutput,
|
|
2333
|
+
} from "./commands/PurchaseCapacityBlockExtensionCommand";
|
|
2322
2334
|
import {
|
|
2323
2335
|
PurchaseHostReservationCommandInput,
|
|
2324
2336
|
PurchaseHostReservationCommandOutput,
|
|
@@ -5925,6 +5937,45 @@ export interface EC2 {
|
|
|
5925
5937
|
options: __HttpHandlerOptions,
|
|
5926
5938
|
cb: (err: any, data?: DescribeByoipCidrsCommandOutput) => void
|
|
5927
5939
|
): void;
|
|
5940
|
+
describeCapacityBlockExtensionHistory(): Promise<DescribeCapacityBlockExtensionHistoryCommandOutput>;
|
|
5941
|
+
describeCapacityBlockExtensionHistory(
|
|
5942
|
+
args: DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
5943
|
+
options?: __HttpHandlerOptions
|
|
5944
|
+
): Promise<DescribeCapacityBlockExtensionHistoryCommandOutput>;
|
|
5945
|
+
describeCapacityBlockExtensionHistory(
|
|
5946
|
+
args: DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
5947
|
+
cb: (
|
|
5948
|
+
err: any,
|
|
5949
|
+
data?: DescribeCapacityBlockExtensionHistoryCommandOutput
|
|
5950
|
+
) => void
|
|
5951
|
+
): void;
|
|
5952
|
+
describeCapacityBlockExtensionHistory(
|
|
5953
|
+
args: DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
5954
|
+
options: __HttpHandlerOptions,
|
|
5955
|
+
cb: (
|
|
5956
|
+
err: any,
|
|
5957
|
+
data?: DescribeCapacityBlockExtensionHistoryCommandOutput
|
|
5958
|
+
) => void
|
|
5959
|
+
): void;
|
|
5960
|
+
describeCapacityBlockExtensionOfferings(
|
|
5961
|
+
args: DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
5962
|
+
options?: __HttpHandlerOptions
|
|
5963
|
+
): Promise<DescribeCapacityBlockExtensionOfferingsCommandOutput>;
|
|
5964
|
+
describeCapacityBlockExtensionOfferings(
|
|
5965
|
+
args: DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
5966
|
+
cb: (
|
|
5967
|
+
err: any,
|
|
5968
|
+
data?: DescribeCapacityBlockExtensionOfferingsCommandOutput
|
|
5969
|
+
) => void
|
|
5970
|
+
): void;
|
|
5971
|
+
describeCapacityBlockExtensionOfferings(
|
|
5972
|
+
args: DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
5973
|
+
options: __HttpHandlerOptions,
|
|
5974
|
+
cb: (
|
|
5975
|
+
err: any,
|
|
5976
|
+
data?: DescribeCapacityBlockExtensionOfferingsCommandOutput
|
|
5977
|
+
) => void
|
|
5978
|
+
): void;
|
|
5928
5979
|
describeCapacityBlockOfferings(
|
|
5929
5980
|
args: DescribeCapacityBlockOfferingsCommandInput,
|
|
5930
5981
|
options?: __HttpHandlerOptions
|
|
@@ -11077,6 +11128,19 @@ export interface EC2 {
|
|
|
11077
11128
|
options: __HttpHandlerOptions,
|
|
11078
11129
|
cb: (err: any, data?: PurchaseCapacityBlockCommandOutput) => void
|
|
11079
11130
|
): void;
|
|
11131
|
+
purchaseCapacityBlockExtension(
|
|
11132
|
+
args: PurchaseCapacityBlockExtensionCommandInput,
|
|
11133
|
+
options?: __HttpHandlerOptions
|
|
11134
|
+
): Promise<PurchaseCapacityBlockExtensionCommandOutput>;
|
|
11135
|
+
purchaseCapacityBlockExtension(
|
|
11136
|
+
args: PurchaseCapacityBlockExtensionCommandInput,
|
|
11137
|
+
cb: (err: any, data?: PurchaseCapacityBlockExtensionCommandOutput) => void
|
|
11138
|
+
): void;
|
|
11139
|
+
purchaseCapacityBlockExtension(
|
|
11140
|
+
args: PurchaseCapacityBlockExtensionCommandInput,
|
|
11141
|
+
options: __HttpHandlerOptions,
|
|
11142
|
+
cb: (err: any, data?: PurchaseCapacityBlockExtensionCommandOutput) => void
|
|
11143
|
+
): void;
|
|
11080
11144
|
purchaseHostReservation(
|
|
11081
11145
|
args: PurchaseHostReservationCommandInput,
|
|
11082
11146
|
options?: __HttpHandlerOptions
|
|
@@ -989,6 +989,14 @@ import {
|
|
|
989
989
|
DescribeByoipCidrsCommandInput,
|
|
990
990
|
DescribeByoipCidrsCommandOutput,
|
|
991
991
|
} from "./commands/DescribeByoipCidrsCommand";
|
|
992
|
+
import {
|
|
993
|
+
DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
994
|
+
DescribeCapacityBlockExtensionHistoryCommandOutput,
|
|
995
|
+
} from "./commands/DescribeCapacityBlockExtensionHistoryCommand";
|
|
996
|
+
import {
|
|
997
|
+
DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
998
|
+
DescribeCapacityBlockExtensionOfferingsCommandOutput,
|
|
999
|
+
} from "./commands/DescribeCapacityBlockExtensionOfferingsCommand";
|
|
992
1000
|
import {
|
|
993
1001
|
DescribeCapacityBlockOfferingsCommandInput,
|
|
994
1002
|
DescribeCapacityBlockOfferingsCommandOutput,
|
|
@@ -2365,6 +2373,10 @@ import {
|
|
|
2365
2373
|
PurchaseCapacityBlockCommandInput,
|
|
2366
2374
|
PurchaseCapacityBlockCommandOutput,
|
|
2367
2375
|
} from "./commands/PurchaseCapacityBlockCommand";
|
|
2376
|
+
import {
|
|
2377
|
+
PurchaseCapacityBlockExtensionCommandInput,
|
|
2378
|
+
PurchaseCapacityBlockExtensionCommandOutput,
|
|
2379
|
+
} from "./commands/PurchaseCapacityBlockExtensionCommand";
|
|
2368
2380
|
import {
|
|
2369
2381
|
PurchaseHostReservationCommandInput,
|
|
2370
2382
|
PurchaseHostReservationCommandOutput,
|
|
@@ -2861,6 +2873,8 @@ export type ServiceInputTypes =
|
|
|
2861
2873
|
| DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput
|
|
2862
2874
|
| DescribeBundleTasksCommandInput
|
|
2863
2875
|
| DescribeByoipCidrsCommandInput
|
|
2876
|
+
| DescribeCapacityBlockExtensionHistoryCommandInput
|
|
2877
|
+
| DescribeCapacityBlockExtensionOfferingsCommandInput
|
|
2864
2878
|
| DescribeCapacityBlockOfferingsCommandInput
|
|
2865
2879
|
| DescribeCapacityReservationBillingRequestsCommandInput
|
|
2866
2880
|
| DescribeCapacityReservationFleetsCommandInput
|
|
@@ -3205,6 +3219,7 @@ export type ServiceInputTypes =
|
|
|
3205
3219
|
| ProvisionIpamPoolCidrCommandInput
|
|
3206
3220
|
| ProvisionPublicIpv4PoolCidrCommandInput
|
|
3207
3221
|
| PurchaseCapacityBlockCommandInput
|
|
3222
|
+
| PurchaseCapacityBlockExtensionCommandInput
|
|
3208
3223
|
| PurchaseHostReservationCommandInput
|
|
3209
3224
|
| PurchaseReservedInstancesOfferingCommandInput
|
|
3210
3225
|
| PurchaseScheduledInstancesCommandInput
|
|
@@ -3505,6 +3520,8 @@ export type ServiceOutputTypes =
|
|
|
3505
3520
|
| DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput
|
|
3506
3521
|
| DescribeBundleTasksCommandOutput
|
|
3507
3522
|
| DescribeByoipCidrsCommandOutput
|
|
3523
|
+
| DescribeCapacityBlockExtensionHistoryCommandOutput
|
|
3524
|
+
| DescribeCapacityBlockExtensionOfferingsCommandOutput
|
|
3508
3525
|
| DescribeCapacityBlockOfferingsCommandOutput
|
|
3509
3526
|
| DescribeCapacityReservationBillingRequestsCommandOutput
|
|
3510
3527
|
| DescribeCapacityReservationFleetsCommandOutput
|
|
@@ -3849,6 +3866,7 @@ export type ServiceOutputTypes =
|
|
|
3849
3866
|
| ProvisionIpamPoolCidrCommandOutput
|
|
3850
3867
|
| ProvisionPublicIpv4PoolCidrCommandOutput
|
|
3851
3868
|
| PurchaseCapacityBlockCommandOutput
|
|
3869
|
+
| PurchaseCapacityBlockExtensionCommandOutput
|
|
3852
3870
|
| PurchaseHostReservationCommandOutput
|
|
3853
3871
|
| PurchaseReservedInstancesOfferingCommandOutput
|
|
3854
3872
|
| PurchaseScheduledInstancesCommandOutput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
CreateNatGatewayResult,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { CreateNatGatewayRequest } from "../models/models_1";
|
|
9
|
+
import { CreateNatGatewayResult } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface CreateNatGatewayCommandInput extends CreateNatGatewayRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateNetworkAclRequest,
|
|
10
10
|
CreateNetworkAclResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateNetworkAclCommandInput extends CreateNetworkAclRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { CreateNetworkAclEntryRequest } from "../models/
|
|
8
|
+
import { CreateNetworkAclEntryRequest } from "../models/models_2";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface CreateNetworkAclEntryCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DeleteFpgaImageResult,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { DeleteFpgaImageRequest } from "../models/models_2";
|
|
9
|
+
import { DeleteFpgaImageResult } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DeleteFpgaImageCommandInput extends DeleteFpgaImageRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteInstanceConnectEndpointRequest,
|
|
10
10
|
DeleteInstanceConnectEndpointResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeleteInstanceConnectEndpointCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteInstanceEventWindowRequest,
|
|
10
10
|
DeleteInstanceEventWindowResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeleteInstanceEventWindowCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { DeleteInternetGatewayRequest } from "../models/
|
|
8
|
+
import { DeleteInternetGatewayRequest } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteInternetGatewayCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { DeleteIpamRequest, DeleteIpamResult } from "../models/
|
|
8
|
+
import { DeleteIpamRequest, DeleteIpamResult } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteIpamCommandInput extends DeleteIpamRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DeleteIpamExternalResourceVerificationTokenRequest,
|
|
10
|
+
DeleteIpamExternalResourceVerificationTokenResult,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DeleteIpamExternalResourceVerificationTokenCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
DescribeCapacityBlockExtensionHistoryRequest,
|
|
10
|
+
DescribeCapacityBlockExtensionHistoryResult,
|
|
11
|
+
} from "../models/models_3";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeCapacityBlockExtensionHistoryCommandInput
|
|
15
|
+
extends DescribeCapacityBlockExtensionHistoryRequest {}
|
|
16
|
+
export interface DescribeCapacityBlockExtensionHistoryCommandOutput
|
|
17
|
+
extends DescribeCapacityBlockExtensionHistoryResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeCapacityBlockExtensionHistoryCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeCapacityBlockExtensionHistoryCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
24
|
+
DescribeCapacityBlockExtensionHistoryCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DescribeCapacityBlockExtensionHistoryCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
33
|
+
DescribeCapacityBlockExtensionHistoryCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeCapacityBlockExtensionHistoryCommand extends DescribeCapacityBlockExtensionHistoryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCapacityBlockExtensionHistoryRequest;
|
|
44
|
+
output: DescribeCapacityBlockExtensionHistoryResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCapacityBlockExtensionHistoryCommandInput;
|
|
48
|
+
output: DescribeCapacityBlockExtensionHistoryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
DescribeCapacityBlockExtensionOfferingsRequest,
|
|
10
|
+
DescribeCapacityBlockExtensionOfferingsResult,
|
|
11
|
+
} from "../models/models_3";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeCapacityBlockExtensionOfferingsCommandInput
|
|
15
|
+
extends DescribeCapacityBlockExtensionOfferingsRequest {}
|
|
16
|
+
export interface DescribeCapacityBlockExtensionOfferingsCommandOutput
|
|
17
|
+
extends DescribeCapacityBlockExtensionOfferingsResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeCapacityBlockExtensionOfferingsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeCapacityBlockExtensionOfferingsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
24
|
+
DescribeCapacityBlockExtensionOfferingsCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeCapacityBlockExtensionOfferingsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
33
|
+
DescribeCapacityBlockExtensionOfferingsCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeCapacityBlockExtensionOfferingsCommand extends DescribeCapacityBlockExtensionOfferingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCapacityBlockExtensionOfferingsRequest;
|
|
44
|
+
output: DescribeCapacityBlockExtensionOfferingsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCapacityBlockExtensionOfferingsCommandInput;
|
|
48
|
+
output: DescribeCapacityBlockExtensionOfferingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeFpgaImageAttributeResult,
|
|
11
|
-
} from "../models/models_3";
|
|
8
|
+
import { DescribeFpgaImageAttributeRequest } from "../models/models_3";
|
|
9
|
+
import { DescribeFpgaImageAttributeResult } from "../models/models_4";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeFpgaImageAttributeCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeHostReservationOfferingsRequest,
|
|
10
10
|
DescribeHostReservationOfferingsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_4";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeHostReservationOfferingsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeHostReservationsRequest,
|
|
10
10
|
DescribeHostReservationsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_4";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeHostReservationsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeScheduledInstanceAvailabilityResult,
|
|
11
|
-
} from "../models/models_4";
|
|
8
|
+
import { DescribeScheduledInstanceAvailabilityRequest } from "../models/models_4";
|
|
9
|
+
import { DescribeScheduledInstanceAvailabilityResult } from "../models/models_5";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeScheduledInstanceAvailabilityCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeScheduledInstancesRequest,
|
|
10
10
|
DescribeScheduledInstancesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_5";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeScheduledInstancesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeSecurityGroupReferencesRequest,
|
|
10
10
|
DescribeSecurityGroupReferencesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_5";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeSecurityGroupReferencesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeSecurityGroupRulesRequest,
|
|
10
10
|
DescribeSecurityGroupRulesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_5";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeSecurityGroupRulesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeSecurityGroupVpcAssociationsRequest,
|
|
10
10
|
DescribeSecurityGroupVpcAssociationsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_5";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeSecurityGroupVpcAssociationsCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { EnableVgwRoutePropagationRequest } from "../models/
|
|
8
|
+
import { EnableVgwRoutePropagationRequest } from "../models/models_6";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface EnableVgwRoutePropagationCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { EnableVolumeIORequest } from "../models/
|
|
8
|
+
import { EnableVolumeIORequest } from "../models/models_6";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface EnableVolumeIOCommandInput extends EnableVolumeIORequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
EnableVpcClassicLinkDnsSupportRequest,
|
|
10
10
|
EnableVpcClassicLinkDnsSupportResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface EnableVpcClassicLinkDnsSupportCommandInput
|
package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ExportClientVpnClientCertificateRevocationListRequest,
|
|
10
10
|
ExportClientVpnClientCertificateRevocationListResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ExportClientVpnClientCertificateRevocationListCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ExportClientVpnClientConfigurationRequest,
|
|
10
10
|
ExportClientVpnClientConfigurationResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ExportClientVpnClientConfigurationCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { ExportImageRequest, ExportImageResult } from "../models/
|
|
8
|
+
import { ExportImageRequest, ExportImageResult } from "../models/models_6";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ExportImageCommandInput extends ExportImageRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ExportTransitGatewayRoutesRequest,
|
|
10
10
|
ExportTransitGatewayRoutesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ExportTransitGatewayRoutesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyTrafficMirrorFilterNetworkServicesRequest,
|
|
10
10
|
ModifyTrafficMirrorFilterNetworkServicesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyTrafficMirrorFilterNetworkServicesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyTrafficMirrorFilterRuleRequest,
|
|
10
10
|
ModifyTrafficMirrorFilterRuleResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyTrafficMirrorFilterRuleCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyTrafficMirrorSessionRequest,
|
|
10
10
|
ModifyTrafficMirrorSessionResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyTrafficMirrorSessionCommandInput
|