@aws-sdk/client-ec2 3.842.0 → 3.844.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 +16 -0
- package/dist-cjs/index.js +679 -169
- package/dist-es/EC2.js +4 -0
- package/dist-es/commands/DescribeCapacityBlockStatusCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityBlocksCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/models/models_3.js +15 -6
- package/dist-es/models/models_4.js +6 -0
- package/dist-es/pagination/DescribeCapacityBlockStatusPaginator.js +4 -0
- package/dist-es/pagination/DescribeCapacityBlocksPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +359 -60
- package/dist-es/waiters/index.js +4 -2
- package/dist-es/waiters/waitForSecurityGroupVpcAssociationAssociated.js +69 -0
- package/dist-es/waiters/waitForSecurityGroupVpcAssociationDisassociated.js +79 -0
- package/dist-types/EC2.d.ts +16 -0
- package/dist-types/EC2Client.d.ts +4 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +5 -3
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +3 -2
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +6 -2
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +102 -0
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +106 -0
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +14 -59
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +3 -3
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +4 -2
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +24 -2
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +7 -6
- package/dist-types/models/models_1.d.ts +14 -2
- package/dist-types/models/models_3.d.ts +329 -270
- package/dist-types/models/models_4.d.ts +288 -210
- package/dist-types/models/models_5.d.ts +217 -381
- package/dist-types/models/models_6.d.ts +381 -294
- package/dist-types/models/models_7.d.ts +301 -145
- package/dist-types/models/models_8.d.ts +141 -1
- package/dist-types/pagination/DescribeCapacityBlockStatusPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeCapacityBlocksPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +18 -0
- package/dist-types/ts3.4/EC2.d.ts +36 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/dist-types/ts3.4/models/models_3.d.ts +71 -57
- package/dist-types/ts3.4/models/models_4.d.ts +59 -52
- package/dist-types/ts3.4/models/models_5.d.ts +53 -72
- package/dist-types/ts3.4/models/models_6.d.ts +67 -54
- package/dist-types/ts3.4/models/models_7.d.ts +56 -38
- package/dist-types/ts3.4/models/models_8.d.ts +38 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockStatusPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlocksPaginator.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 +24 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -2
- package/dist-types/ts3.4/waiters/waitForSecurityGroupVpcAssociationAssociated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecurityGroupVpcAssociationDisassociated.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +4 -2
- package/dist-types/waiters/waitForSecurityGroupVpcAssociationAssociated.d.ts +14 -0
- package/dist-types/waiters/waitForSecurityGroupVpcAssociationDisassociated.d.ts +14 -0
- package/package.json +15 -15
|
@@ -253,6 +253,8 @@ import { DescribeByoipCidrsCommandInput, DescribeByoipCidrsCommandOutput } from
|
|
|
253
253
|
import { DescribeCapacityBlockExtensionHistoryCommandInput, DescribeCapacityBlockExtensionHistoryCommandOutput } from "../commands/DescribeCapacityBlockExtensionHistoryCommand";
|
|
254
254
|
import { DescribeCapacityBlockExtensionOfferingsCommandInput, DescribeCapacityBlockExtensionOfferingsCommandOutput } from "../commands/DescribeCapacityBlockExtensionOfferingsCommand";
|
|
255
255
|
import { DescribeCapacityBlockOfferingsCommandInput, DescribeCapacityBlockOfferingsCommandOutput } from "../commands/DescribeCapacityBlockOfferingsCommand";
|
|
256
|
+
import { DescribeCapacityBlocksCommandInput, DescribeCapacityBlocksCommandOutput } from "../commands/DescribeCapacityBlocksCommand";
|
|
257
|
+
import { DescribeCapacityBlockStatusCommandInput, DescribeCapacityBlockStatusCommandOutput } from "../commands/DescribeCapacityBlockStatusCommand";
|
|
256
258
|
import { DescribeCapacityReservationBillingRequestsCommandInput, DescribeCapacityReservationBillingRequestsCommandOutput } from "../commands/DescribeCapacityReservationBillingRequestsCommand";
|
|
257
259
|
import { DescribeCapacityReservationFleetsCommandInput, DescribeCapacityReservationFleetsCommandOutput } from "../commands/DescribeCapacityReservationFleetsCommand";
|
|
258
260
|
import { DescribeCapacityReservationsCommandInput, DescribeCapacityReservationsCommandOutput } from "../commands/DescribeCapacityReservationsCommand";
|
|
@@ -1698,6 +1700,14 @@ export declare const se_DescribeCapacityBlockExtensionOfferingsCommand: (input:
|
|
|
1698
1700
|
* serializeAws_ec2DescribeCapacityBlockOfferingsCommand
|
|
1699
1701
|
*/
|
|
1700
1702
|
export declare const se_DescribeCapacityBlockOfferingsCommand: (input: DescribeCapacityBlockOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1703
|
+
/**
|
|
1704
|
+
* serializeAws_ec2DescribeCapacityBlocksCommand
|
|
1705
|
+
*/
|
|
1706
|
+
export declare const se_DescribeCapacityBlocksCommand: (input: DescribeCapacityBlocksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1707
|
+
/**
|
|
1708
|
+
* serializeAws_ec2DescribeCapacityBlockStatusCommand
|
|
1709
|
+
*/
|
|
1710
|
+
export declare const se_DescribeCapacityBlockStatusCommand: (input: DescribeCapacityBlockStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1701
1711
|
/**
|
|
1702
1712
|
* serializeAws_ec2DescribeCapacityReservationBillingRequestsCommand
|
|
1703
1713
|
*/
|
|
@@ -4442,6 +4452,14 @@ export declare const de_DescribeCapacityBlockExtensionOfferingsCommand: (output:
|
|
|
4442
4452
|
* deserializeAws_ec2DescribeCapacityBlockOfferingsCommand
|
|
4443
4453
|
*/
|
|
4444
4454
|
export declare const de_DescribeCapacityBlockOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityBlockOfferingsCommandOutput>;
|
|
4455
|
+
/**
|
|
4456
|
+
* deserializeAws_ec2DescribeCapacityBlocksCommand
|
|
4457
|
+
*/
|
|
4458
|
+
export declare const de_DescribeCapacityBlocksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityBlocksCommandOutput>;
|
|
4459
|
+
/**
|
|
4460
|
+
* deserializeAws_ec2DescribeCapacityBlockStatusCommand
|
|
4461
|
+
*/
|
|
4462
|
+
export declare const de_DescribeCapacityBlockStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityBlockStatusCommandOutput>;
|
|
4445
4463
|
/**
|
|
4446
4464
|
* deserializeAws_ec2DescribeCapacityReservationBillingRequestsCommand
|
|
4447
4465
|
*/
|
|
@@ -1011,6 +1011,14 @@ import {
|
|
|
1011
1011
|
DescribeCapacityBlockOfferingsCommandInput,
|
|
1012
1012
|
DescribeCapacityBlockOfferingsCommandOutput,
|
|
1013
1013
|
} from "./commands/DescribeCapacityBlockOfferingsCommand";
|
|
1014
|
+
import {
|
|
1015
|
+
DescribeCapacityBlocksCommandInput,
|
|
1016
|
+
DescribeCapacityBlocksCommandOutput,
|
|
1017
|
+
} from "./commands/DescribeCapacityBlocksCommand";
|
|
1018
|
+
import {
|
|
1019
|
+
DescribeCapacityBlockStatusCommandInput,
|
|
1020
|
+
DescribeCapacityBlockStatusCommandOutput,
|
|
1021
|
+
} from "./commands/DescribeCapacityBlockStatusCommand";
|
|
1014
1022
|
import {
|
|
1015
1023
|
DescribeCapacityReservationBillingRequestsCommandInput,
|
|
1016
1024
|
DescribeCapacityReservationBillingRequestsCommandOutput,
|
|
@@ -6368,6 +6376,34 @@ export interface EC2 {
|
|
|
6368
6376
|
options: __HttpHandlerOptions,
|
|
6369
6377
|
cb: (err: any, data?: DescribeCapacityBlockOfferingsCommandOutput) => void
|
|
6370
6378
|
): void;
|
|
6379
|
+
describeCapacityBlocks(): Promise<DescribeCapacityBlocksCommandOutput>;
|
|
6380
|
+
describeCapacityBlocks(
|
|
6381
|
+
args: DescribeCapacityBlocksCommandInput,
|
|
6382
|
+
options?: __HttpHandlerOptions
|
|
6383
|
+
): Promise<DescribeCapacityBlocksCommandOutput>;
|
|
6384
|
+
describeCapacityBlocks(
|
|
6385
|
+
args: DescribeCapacityBlocksCommandInput,
|
|
6386
|
+
cb: (err: any, data?: DescribeCapacityBlocksCommandOutput) => void
|
|
6387
|
+
): void;
|
|
6388
|
+
describeCapacityBlocks(
|
|
6389
|
+
args: DescribeCapacityBlocksCommandInput,
|
|
6390
|
+
options: __HttpHandlerOptions,
|
|
6391
|
+
cb: (err: any, data?: DescribeCapacityBlocksCommandOutput) => void
|
|
6392
|
+
): void;
|
|
6393
|
+
describeCapacityBlockStatus(): Promise<DescribeCapacityBlockStatusCommandOutput>;
|
|
6394
|
+
describeCapacityBlockStatus(
|
|
6395
|
+
args: DescribeCapacityBlockStatusCommandInput,
|
|
6396
|
+
options?: __HttpHandlerOptions
|
|
6397
|
+
): Promise<DescribeCapacityBlockStatusCommandOutput>;
|
|
6398
|
+
describeCapacityBlockStatus(
|
|
6399
|
+
args: DescribeCapacityBlockStatusCommandInput,
|
|
6400
|
+
cb: (err: any, data?: DescribeCapacityBlockStatusCommandOutput) => void
|
|
6401
|
+
): void;
|
|
6402
|
+
describeCapacityBlockStatus(
|
|
6403
|
+
args: DescribeCapacityBlockStatusCommandInput,
|
|
6404
|
+
options: __HttpHandlerOptions,
|
|
6405
|
+
cb: (err: any, data?: DescribeCapacityBlockStatusCommandOutput) => void
|
|
6406
|
+
): void;
|
|
6371
6407
|
describeCapacityReservationBillingRequests(
|
|
6372
6408
|
args: DescribeCapacityReservationBillingRequestsCommandInput,
|
|
6373
6409
|
options?: __HttpHandlerOptions
|
|
@@ -1057,6 +1057,14 @@ import {
|
|
|
1057
1057
|
DescribeCapacityBlockOfferingsCommandInput,
|
|
1058
1058
|
DescribeCapacityBlockOfferingsCommandOutput,
|
|
1059
1059
|
} from "./commands/DescribeCapacityBlockOfferingsCommand";
|
|
1060
|
+
import {
|
|
1061
|
+
DescribeCapacityBlocksCommandInput,
|
|
1062
|
+
DescribeCapacityBlocksCommandOutput,
|
|
1063
|
+
} from "./commands/DescribeCapacityBlocksCommand";
|
|
1064
|
+
import {
|
|
1065
|
+
DescribeCapacityBlockStatusCommandInput,
|
|
1066
|
+
DescribeCapacityBlockStatusCommandOutput,
|
|
1067
|
+
} from "./commands/DescribeCapacityBlockStatusCommand";
|
|
1060
1068
|
import {
|
|
1061
1069
|
DescribeCapacityReservationBillingRequestsCommandInput,
|
|
1062
1070
|
DescribeCapacityReservationBillingRequestsCommandOutput,
|
|
@@ -3050,6 +3058,8 @@ export type ServiceInputTypes =
|
|
|
3050
3058
|
| DescribeCapacityBlockExtensionHistoryCommandInput
|
|
3051
3059
|
| DescribeCapacityBlockExtensionOfferingsCommandInput
|
|
3052
3060
|
| DescribeCapacityBlockOfferingsCommandInput
|
|
3061
|
+
| DescribeCapacityBlockStatusCommandInput
|
|
3062
|
+
| DescribeCapacityBlocksCommandInput
|
|
3053
3063
|
| DescribeCapacityReservationBillingRequestsCommandInput
|
|
3054
3064
|
| DescribeCapacityReservationFleetsCommandInput
|
|
3055
3065
|
| DescribeCapacityReservationsCommandInput
|
|
@@ -3737,6 +3747,8 @@ export type ServiceOutputTypes =
|
|
|
3737
3747
|
| DescribeCapacityBlockExtensionHistoryCommandOutput
|
|
3738
3748
|
| DescribeCapacityBlockExtensionOfferingsCommandOutput
|
|
3739
3749
|
| DescribeCapacityBlockOfferingsCommandOutput
|
|
3750
|
+
| DescribeCapacityBlockStatusCommandOutput
|
|
3751
|
+
| DescribeCapacityBlocksCommandOutput
|
|
3740
3752
|
| DescribeCapacityReservationBillingRequestsCommandOutput
|
|
3741
3753
|
| DescribeCapacityReservationFleetsCommandOutput
|
|
3742
3754
|
| DescribeCapacityReservationsCommandOutput
|
|
@@ -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
|
+
DescribeCapacityBlockStatusRequest,
|
|
10
|
+
DescribeCapacityBlockStatusResult,
|
|
11
|
+
} from "../models/models_3";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeCapacityBlockStatusCommandInput
|
|
15
|
+
extends DescribeCapacityBlockStatusRequest {}
|
|
16
|
+
export interface DescribeCapacityBlockStatusCommandOutput
|
|
17
|
+
extends DescribeCapacityBlockStatusResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeCapacityBlockStatusCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeCapacityBlockStatusCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeCapacityBlockStatusCommandInput,
|
|
24
|
+
DescribeCapacityBlockStatusCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DescribeCapacityBlockStatusCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeCapacityBlockStatusCommandInput,
|
|
33
|
+
DescribeCapacityBlockStatusCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeCapacityBlockStatusCommand extends DescribeCapacityBlockStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCapacityBlockStatusRequest;
|
|
44
|
+
output: DescribeCapacityBlockStatusResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCapacityBlockStatusCommandInput;
|
|
48
|
+
output: DescribeCapacityBlockStatusCommandOutput;
|
|
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
|
+
DescribeCapacityBlocksRequest,
|
|
10
|
+
DescribeCapacityBlocksResult,
|
|
11
|
+
} from "../models/models_3";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeCapacityBlocksCommandInput
|
|
15
|
+
extends DescribeCapacityBlocksRequest {}
|
|
16
|
+
export interface DescribeCapacityBlocksCommandOutput
|
|
17
|
+
extends DescribeCapacityBlocksResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeCapacityBlocksCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeCapacityBlocksCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeCapacityBlocksCommandInput,
|
|
24
|
+
DescribeCapacityBlocksCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DescribeCapacityBlocksCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeCapacityBlocksCommandInput,
|
|
33
|
+
DescribeCapacityBlocksCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeCapacityBlocksCommand extends DescribeCapacityBlocksCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCapacityBlocksRequest;
|
|
44
|
+
output: DescribeCapacityBlocksResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCapacityBlocksCommandInput;
|
|
48
|
+
output: DescribeCapacityBlocksCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeCarrierGatewaysResult,
|
|
11
|
-
} from "../models/models_3";
|
|
8
|
+
import { DescribeCarrierGatewaysRequest } from "../models/models_3";
|
|
9
|
+
import { DescribeCarrierGatewaysResult } from "../models/models_4";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeCarrierGatewaysCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeClassicLinkInstancesRequest,
|
|
10
10
|
DescribeClassicLinkInstancesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_4";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeClassicLinkInstancesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeClientVpnAuthorizationRulesRequest,
|
|
10
10
|
DescribeClientVpnAuthorizationRulesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_4";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeClientVpnAuthorizationRulesCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeClientVpnConnectionsRequest,
|
|
10
|
+
DescribeClientVpnConnectionsResult,
|
|
11
|
+
} from "../models/models_4";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DescribeClientVpnConnectionsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeIpamResourceDiscoveryAssociationsResult,
|
|
11
|
-
} from "../models/models_4";
|
|
8
|
+
import { DescribeIpamResourceDiscoveryAssociationsRequest } from "../models/models_4";
|
|
9
|
+
import { DescribeIpamResourceDiscoveryAssociationsResult } from "../models/models_5";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeIpamResourceDiscoveryAssociationsCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { DescribeIpamsRequest, DescribeIpamsResult } from "../models/
|
|
8
|
+
import { DescribeIpamsRequest, DescribeIpamsResult } from "../models/models_5";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DescribeIpamsCommandInput extends DescribeIpamsRequest {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeVpcEndpointServiceConfigurationsResult,
|
|
11
|
-
} from "../models/models_5";
|
|
8
|
+
import { DescribeVpcEndpointServiceConfigurationsRequest } from "../models/models_5";
|
|
9
|
+
import { DescribeVpcEndpointServiceConfigurationsResult } from "../models/models_6";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeVpcEndpointServiceConfigurationsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeVpcEndpointServicePermissionsRequest,
|
|
10
10
|
DescribeVpcEndpointServicePermissionsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeVpcEndpointServicePermissionsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeVpcEndpointServicesRequest,
|
|
10
10
|
DescribeVpcEndpointServicesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeVpcEndpointServicesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeVpcPeeringConnectionsRequest,
|
|
10
10
|
DescribeVpcPeeringConnectionsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DescribeVpcPeeringConnectionsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetSpotPlacementScoresResult,
|
|
11
|
-
} from "../models/models_6";
|
|
8
|
+
import { GetSpotPlacementScoresRequest } from "../models/models_6";
|
|
9
|
+
import { GetSpotPlacementScoresResult } from "../models/models_7";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetSpotPlacementScoresCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetSubnetCidrReservationsRequest,
|
|
10
10
|
GetSubnetCidrReservationsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetSubnetCidrReservationsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetTransitGatewayAttachmentPropagationsRequest,
|
|
10
10
|
GetTransitGatewayAttachmentPropagationsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetTransitGatewayAttachmentPropagationsCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
GetTransitGatewayMulticastDomainAssociationsRequest,
|
|
10
|
+
GetTransitGatewayMulticastDomainAssociationsResult,
|
|
11
|
+
} from "../models/models_7";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface GetTransitGatewayMulticastDomainAssociationsCommandInput
|
package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
RejectTransitGatewayMulticastDomainAssociationsRequest,
|
|
10
10
|
RejectTransitGatewayMulticastDomainAssociationsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface RejectTransitGatewayMulticastDomainAssociationsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
RejectTransitGatewayPeeringAttachmentRequest,
|
|
10
10
|
RejectTransitGatewayPeeringAttachmentResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface RejectTransitGatewayPeeringAttachmentCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
RejectTransitGatewayVpcAttachmentRequest,
|
|
10
10
|
RejectTransitGatewayVpcAttachmentResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface RejectTransitGatewayVpcAttachmentCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
RejectVpcEndpointConnectionsRequest,
|
|
10
10
|
RejectVpcEndpointConnectionsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface RejectVpcEndpointConnectionsCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
RejectVpcPeeringConnectionRequest,
|
|
10
|
+
RejectVpcPeeringConnectionResult,
|
|
11
|
+
} from "../models/models_8";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface RejectVpcPeeringConnectionCommandInput
|
|
@@ -251,6 +251,8 @@ export * from "./DescribeByoipCidrsCommand";
|
|
|
251
251
|
export * from "./DescribeCapacityBlockExtensionHistoryCommand";
|
|
252
252
|
export * from "./DescribeCapacityBlockExtensionOfferingsCommand";
|
|
253
253
|
export * from "./DescribeCapacityBlockOfferingsCommand";
|
|
254
|
+
export * from "./DescribeCapacityBlockStatusCommand";
|
|
255
|
+
export * from "./DescribeCapacityBlocksCommand";
|
|
254
256
|
export * from "./DescribeCapacityReservationBillingRequestsCommand";
|
|
255
257
|
export * from "./DescribeCapacityReservationFleetsCommand";
|
|
256
258
|
export * from "./DescribeCapacityReservationsCommand";
|
|
@@ -47,6 +47,7 @@ export declare const AcceleratorType: {
|
|
|
47
47
|
export type AcceleratorType =
|
|
48
48
|
(typeof AcceleratorType)[keyof typeof AcceleratorType];
|
|
49
49
|
export declare const ResourceType: {
|
|
50
|
+
readonly capacity_block: "capacity-block";
|
|
50
51
|
readonly capacity_reservation: "capacity-reservation";
|
|
51
52
|
readonly capacity_reservation_fleet: "capacity-reservation-fleet";
|
|
52
53
|
readonly carrier_gateway: "carrier-gateway";
|
|
@@ -157,6 +157,7 @@ export declare const CapacityReservationState: {
|
|
|
157
157
|
readonly payment_pending: "payment-pending";
|
|
158
158
|
readonly pending: "pending";
|
|
159
159
|
readonly scheduled: "scheduled";
|
|
160
|
+
readonly unavailable: "unavailable";
|
|
160
161
|
readonly unsupported: "unsupported";
|
|
161
162
|
};
|
|
162
163
|
export type CapacityReservationState =
|
|
@@ -189,6 +190,7 @@ export interface CapacityReservation {
|
|
|
189
190
|
UnusedReservationBillingOwnerId?: string | undefined;
|
|
190
191
|
CommitmentInfo?: CapacityReservationCommitmentInfo | undefined;
|
|
191
192
|
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
193
|
+
CapacityBlockId?: string | undefined;
|
|
192
194
|
}
|
|
193
195
|
export interface CreateCapacityReservationResult {
|
|
194
196
|
CapacityReservation?: CapacityReservation | undefined;
|