@aws-sdk/client-ec2 3.438.0 → 3.440.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/EC2.js +4 -0
- package/dist-cjs/commands/DescribeCapacityBlockOfferingsCommand.js +51 -0
- package/dist-cjs/commands/PurchaseCapacityBlockCommand.js +51 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +8 -1
- package/dist-cjs/models/models_1.js +2 -0
- package/dist-cjs/models/models_3.js +2 -6
- package/dist-cjs/models/models_4.js +8 -2
- package/dist-cjs/pagination/DescribeCapacityBlockOfferingsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -1
- package/dist-cjs/protocols/Aws_ec2.js +213 -20
- package/dist-es/EC2.js +4 -0
- package/dist-es/commands/DescribeCapacityBlockOfferingsCommand.js +47 -0
- package/dist-es/commands/PurchaseCapacityBlockCommand.js +47 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +7 -0
- package/dist-es/models/models_1.js +2 -0
- package/dist-es/models/models_3.js +0 -4
- package/dist-es/models/models_4.js +6 -0
- package/dist-es/pagination/DescribeCapacityBlockOfferingsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -1
- package/dist-es/protocols/Aws_ec2.js +188 -0
- package/dist-types/EC2.d.ts +14 -0
- package/dist-types/EC2Client.d.ts +4 -2
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -2
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +94 -0
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -3
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.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/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +122 -0
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +2 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +20 -16
- package/dist-types/models/models_1.d.ts +22 -51
- package/dist-types/models/models_2.d.ts +49 -18
- package/dist-types/models/models_3.d.ts +135 -788
- package/dist-types/models/models_4.d.ts +792 -120
- package/dist-types/models/models_5.d.ts +118 -141
- package/dist-types/models/models_6.d.ts +176 -217
- package/dist-types/models/models_7.d.ts +216 -1
- package/dist-types/pagination/DescribeCapacityBlockOfferingsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -1
- package/dist-types/protocols/Aws_ec2.d.ts +18 -0
- package/dist-types/ts3.4/EC2.d.ts +34 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.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 +10 -4
- package/dist-types/ts3.4/models/models_1.d.ts +6 -11
- package/dist-types/ts3.4/models/models_2.d.ts +13 -5
- package/dist-types/ts3.4/models/models_3.d.ts +31 -25
- package/dist-types/ts3.4/models/models_4.d.ts +28 -30
- package/dist-types/ts3.4/models/models_5.d.ts +26 -22
- package/dist-types/ts3.4/models/models_6.d.ts +33 -47
- package/dist-types/ts3.4/models/models_7.d.ts +46 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockOfferingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
- package/package.json +1 -1
|
@@ -1,9 +1,224 @@
|
|
|
1
|
-
import { _InstanceType, ByoipCidr, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, TagSpecification, TransitGatewayAttachmentResourceType } from "./models_0";
|
|
1
|
+
import { _InstanceType, ByoipCidr, ClientVpnAuthorizationRuleStatus, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, TagSpecification, TransitGatewayAttachmentResourceType } from "./models_0";
|
|
2
2
|
import { AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, MarketType, Placement, ShutdownBehavior, SpotInstanceType } from "./models_1";
|
|
3
3
|
import { TransitGatewayRoute } from "./models_2";
|
|
4
4
|
import { ClientVpnConnectionStatus, Filter } from "./models_3";
|
|
5
5
|
import { HttpTokensState, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled } from "./models_4";
|
|
6
6
|
import { CapacityReservationSpecification, InstanceMonitoring } from "./models_6";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface RestoreSnapshotTierResult {
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
* <p>The ID of the snapshot.</p>
|
|
14
|
+
*/
|
|
15
|
+
SnapshotId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* <p>The date and time when the snapshot restore process started.</p>
|
|
19
|
+
*/
|
|
20
|
+
RestoreStartTime?: Date;
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
* <p>For temporary restores only. The number of days for which the archived snapshot
|
|
24
|
+
* is temporarily restored.</p>
|
|
25
|
+
*/
|
|
26
|
+
RestoreDuration?: number;
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* <p>Indicates whether the snapshot is permanently restored. <code>true</code> indicates a permanent
|
|
30
|
+
* restore. <code>false</code> indicates a temporary restore.</p>
|
|
31
|
+
*/
|
|
32
|
+
IsPermanentRestore?: boolean;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export interface RevokeClientVpnIngressRequest {
|
|
38
|
+
/**
|
|
39
|
+
* @public
|
|
40
|
+
* <p>The ID of the Client VPN endpoint with which the authorization rule is associated.</p>
|
|
41
|
+
*/
|
|
42
|
+
ClientVpnEndpointId: string | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* @public
|
|
45
|
+
* <p>The IPv4 address range, in CIDR notation, of the network for which access is being removed.</p>
|
|
46
|
+
*/
|
|
47
|
+
TargetNetworkCidr: string | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
* <p>The ID of the Active Directory group for which to revoke access. </p>
|
|
51
|
+
*/
|
|
52
|
+
AccessGroupId?: string;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
* <p>Indicates whether access should be revoked for all clients.</p>
|
|
56
|
+
*/
|
|
57
|
+
RevokeAllGroups?: boolean;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
61
|
+
*/
|
|
62
|
+
DryRun?: boolean;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
export interface RevokeClientVpnIngressResult {
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
* <p>The current state of the authorization rule.</p>
|
|
71
|
+
*/
|
|
72
|
+
Status?: ClientVpnAuthorizationRuleStatus;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export interface RevokeSecurityGroupEgressRequest {
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
81
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
82
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
83
|
+
*/
|
|
84
|
+
DryRun?: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
* <p>The ID of the security group.</p>
|
|
88
|
+
*/
|
|
89
|
+
GroupId: string | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
* <p>The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.</p>
|
|
93
|
+
*/
|
|
94
|
+
IpPermissions?: IpPermission[];
|
|
95
|
+
/**
|
|
96
|
+
* @public
|
|
97
|
+
* <p>The IDs of the security group rules.</p>
|
|
98
|
+
*/
|
|
99
|
+
SecurityGroupRuleIds?: string[];
|
|
100
|
+
/**
|
|
101
|
+
* @public
|
|
102
|
+
* <p>Not supported. Use a set of IP permissions to specify the CIDR.</p>
|
|
103
|
+
*/
|
|
104
|
+
CidrIp?: string;
|
|
105
|
+
/**
|
|
106
|
+
* @public
|
|
107
|
+
* <p>Not supported. Use a set of IP permissions to specify the port.</p>
|
|
108
|
+
*/
|
|
109
|
+
FromPort?: number;
|
|
110
|
+
/**
|
|
111
|
+
* @public
|
|
112
|
+
* <p>Not supported. Use a set of IP permissions to specify the protocol name or
|
|
113
|
+
* number.</p>
|
|
114
|
+
*/
|
|
115
|
+
IpProtocol?: string;
|
|
116
|
+
/**
|
|
117
|
+
* @public
|
|
118
|
+
* <p>Not supported. Use a set of IP permissions to specify the port.</p>
|
|
119
|
+
*/
|
|
120
|
+
ToPort?: number;
|
|
121
|
+
/**
|
|
122
|
+
* @public
|
|
123
|
+
* <p>Not supported. Use a set of IP permissions to specify a
|
|
124
|
+
* destination security group.</p>
|
|
125
|
+
*/
|
|
126
|
+
SourceSecurityGroupName?: string;
|
|
127
|
+
/**
|
|
128
|
+
* @public
|
|
129
|
+
* <p>Not supported. Use a set of IP permissions to specify a destination security
|
|
130
|
+
* group.</p>
|
|
131
|
+
*/
|
|
132
|
+
SourceSecurityGroupOwnerId?: string;
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
export interface RevokeSecurityGroupEgressResult {
|
|
138
|
+
/**
|
|
139
|
+
* @public
|
|
140
|
+
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
|
|
141
|
+
*/
|
|
142
|
+
Return?: boolean;
|
|
143
|
+
/**
|
|
144
|
+
* @public
|
|
145
|
+
* <p>The outbound rules that were unknown to the service. In some cases,
|
|
146
|
+
* <code>unknownIpPermissionSet</code> might be in a different format from the request
|
|
147
|
+
* parameter. </p>
|
|
148
|
+
*/
|
|
149
|
+
UnknownIpPermissions?: IpPermission[];
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
export interface RevokeSecurityGroupIngressRequest {
|
|
155
|
+
/**
|
|
156
|
+
* @public
|
|
157
|
+
* <p>The CIDR IP address range. You can't specify this parameter when specifying a source security group.</p>
|
|
158
|
+
*/
|
|
159
|
+
CidrIp?: string;
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
* <p>If the protocol is TCP or UDP, this is the start of the port range.
|
|
163
|
+
* If the protocol is ICMP, this is the type number. A value of -1 indicates all ICMP types.</p>
|
|
164
|
+
*/
|
|
165
|
+
FromPort?: number;
|
|
166
|
+
/**
|
|
167
|
+
* @public
|
|
168
|
+
* <p>The ID of the security group.</p>
|
|
169
|
+
*/
|
|
170
|
+
GroupId?: string;
|
|
171
|
+
/**
|
|
172
|
+
* @public
|
|
173
|
+
* <p>[Default VPC] The name of the security group. You must specify either the
|
|
174
|
+
* security group ID or the security group name in the request. For security groups in a
|
|
175
|
+
* nondefault VPC, you must specify the security group ID.</p>
|
|
176
|
+
*/
|
|
177
|
+
GroupName?: string;
|
|
178
|
+
/**
|
|
179
|
+
* @public
|
|
180
|
+
* <p>The sets of IP permissions. You can't specify a source security group and a CIDR IP address range in the same set of permissions.</p>
|
|
181
|
+
*/
|
|
182
|
+
IpPermissions?: IpPermission[];
|
|
183
|
+
/**
|
|
184
|
+
* @public
|
|
185
|
+
* <p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>) or number
|
|
186
|
+
* (see <a href="http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml">Protocol Numbers</a>).
|
|
187
|
+
* Use <code>-1</code> to specify all.</p>
|
|
188
|
+
*/
|
|
189
|
+
IpProtocol?: string;
|
|
190
|
+
/**
|
|
191
|
+
* @public
|
|
192
|
+
* <p>[Default VPC] The name of the source security group. You can't specify this parameter
|
|
193
|
+
* in combination with the following parameters: the CIDR IP address range, the start of the port range,
|
|
194
|
+
* the IP protocol, and the end of the port range. The source security group must be in the same VPC.
|
|
195
|
+
* To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.</p>
|
|
196
|
+
*/
|
|
197
|
+
SourceSecurityGroupName?: string;
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
* <p>Not supported.</p>
|
|
201
|
+
*/
|
|
202
|
+
SourceSecurityGroupOwnerId?: string;
|
|
203
|
+
/**
|
|
204
|
+
* @public
|
|
205
|
+
* <p>If the protocol is TCP or UDP, this is the end of the port range.
|
|
206
|
+
* If the protocol is ICMP, this is the code. A value of -1 indicates all ICMP codes.</p>
|
|
207
|
+
*/
|
|
208
|
+
ToPort?: number;
|
|
209
|
+
/**
|
|
210
|
+
* @public
|
|
211
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
212
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
213
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
214
|
+
*/
|
|
215
|
+
DryRun?: boolean;
|
|
216
|
+
/**
|
|
217
|
+
* @public
|
|
218
|
+
* <p>The IDs of the security group rules.</p>
|
|
219
|
+
*/
|
|
220
|
+
SecurityGroupRuleIds?: string[];
|
|
221
|
+
}
|
|
7
222
|
/**
|
|
8
223
|
* @public
|
|
9
224
|
*/
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeCapacityBlockOfferingsCommandInput, DescribeCapacityBlockOfferingsCommandOutput } from "../commands/DescribeCapacityBlockOfferingsCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeCapacityBlockOfferings(config: EC2PaginationConfiguration, input: DescribeCapacityBlockOfferingsCommandInput, ...additionalArguments: any): Paginator<DescribeCapacityBlockOfferingsCommandOutput>;
|
|
@@ -2,13 +2,14 @@ export * from "./DescribeAddressTransfersPaginator";
|
|
|
2
2
|
export * from "./DescribeAddressesAttributePaginator";
|
|
3
3
|
export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator";
|
|
4
4
|
export * from "./DescribeByoipCidrsPaginator";
|
|
5
|
+
export * from "./DescribeCapacityBlockOfferingsPaginator";
|
|
5
6
|
export * from "./DescribeCapacityReservationFleetsPaginator";
|
|
6
7
|
export * from "./DescribeCapacityReservationsPaginator";
|
|
7
8
|
export * from "./DescribeCarrierGatewaysPaginator";
|
|
8
9
|
export * from "./DescribeClassicLinkInstancesPaginator";
|
|
9
10
|
export * from "./DescribeClientVpnAuthorizationRulesPaginator";
|
|
10
|
-
export * from "./DescribeClientVpnConnectionsPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeClientVpnConnectionsPaginator";
|
|
12
13
|
export * from "./DescribeClientVpnEndpointsPaginator";
|
|
13
14
|
export * from "./DescribeClientVpnRoutesPaginator";
|
|
14
15
|
export * from "./DescribeClientVpnTargetNetworksPaginator";
|
|
@@ -226,6 +226,7 @@ import { DescribeAvailabilityZonesCommandInput, DescribeAvailabilityZonesCommand
|
|
|
226
226
|
import { DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput } from "../commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
|
|
227
227
|
import { DescribeBundleTasksCommandInput, DescribeBundleTasksCommandOutput } from "../commands/DescribeBundleTasksCommand";
|
|
228
228
|
import { DescribeByoipCidrsCommandInput, DescribeByoipCidrsCommandOutput } from "../commands/DescribeByoipCidrsCommand";
|
|
229
|
+
import { DescribeCapacityBlockOfferingsCommandInput, DescribeCapacityBlockOfferingsCommandOutput } from "../commands/DescribeCapacityBlockOfferingsCommand";
|
|
229
230
|
import { DescribeCapacityReservationFleetsCommandInput, DescribeCapacityReservationFleetsCommandOutput } from "../commands/DescribeCapacityReservationFleetsCommand";
|
|
230
231
|
import { DescribeCapacityReservationsCommandInput, DescribeCapacityReservationsCommandOutput } from "../commands/DescribeCapacityReservationsCommand";
|
|
231
232
|
import { DescribeCarrierGatewaysCommandInput, DescribeCarrierGatewaysCommandOutput } from "../commands/DescribeCarrierGatewaysCommand";
|
|
@@ -539,6 +540,7 @@ import { MoveByoipCidrToIpamCommandInput, MoveByoipCidrToIpamCommandOutput } fro
|
|
|
539
540
|
import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "../commands/ProvisionByoipCidrCommand";
|
|
540
541
|
import { ProvisionIpamPoolCidrCommandInput, ProvisionIpamPoolCidrCommandOutput } from "../commands/ProvisionIpamPoolCidrCommand";
|
|
541
542
|
import { ProvisionPublicIpv4PoolCidrCommandInput, ProvisionPublicIpv4PoolCidrCommandOutput } from "../commands/ProvisionPublicIpv4PoolCidrCommand";
|
|
543
|
+
import { PurchaseCapacityBlockCommandInput, PurchaseCapacityBlockCommandOutput } from "../commands/PurchaseCapacityBlockCommand";
|
|
542
544
|
import { PurchaseHostReservationCommandInput, PurchaseHostReservationCommandOutput } from "../commands/PurchaseHostReservationCommand";
|
|
543
545
|
import { PurchaseReservedInstancesOfferingCommandInput, PurchaseReservedInstancesOfferingCommandOutput } from "../commands/PurchaseReservedInstancesOfferingCommand";
|
|
544
546
|
import { PurchaseScheduledInstancesCommandInput, PurchaseScheduledInstancesCommandOutput } from "../commands/PurchaseScheduledInstancesCommand";
|
|
@@ -1504,6 +1506,10 @@ export declare const se_DescribeBundleTasksCommand: (input: DescribeBundleTasksC
|
|
|
1504
1506
|
* serializeAws_ec2DescribeByoipCidrsCommand
|
|
1505
1507
|
*/
|
|
1506
1508
|
export declare const se_DescribeByoipCidrsCommand: (input: DescribeByoipCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1509
|
+
/**
|
|
1510
|
+
* serializeAws_ec2DescribeCapacityBlockOfferingsCommand
|
|
1511
|
+
*/
|
|
1512
|
+
export declare const se_DescribeCapacityBlockOfferingsCommand: (input: DescribeCapacityBlockOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1507
1513
|
/**
|
|
1508
1514
|
* serializeAws_ec2DescribeCapacityReservationFleetsCommand
|
|
1509
1515
|
*/
|
|
@@ -2756,6 +2762,10 @@ export declare const se_ProvisionIpamPoolCidrCommand: (input: ProvisionIpamPoolC
|
|
|
2756
2762
|
* serializeAws_ec2ProvisionPublicIpv4PoolCidrCommand
|
|
2757
2763
|
*/
|
|
2758
2764
|
export declare const se_ProvisionPublicIpv4PoolCidrCommand: (input: ProvisionPublicIpv4PoolCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2765
|
+
/**
|
|
2766
|
+
* serializeAws_ec2PurchaseCapacityBlockCommand
|
|
2767
|
+
*/
|
|
2768
|
+
export declare const se_PurchaseCapacityBlockCommand: (input: PurchaseCapacityBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
2759
2769
|
/**
|
|
2760
2770
|
* serializeAws_ec2PurchaseHostReservationCommand
|
|
2761
2771
|
*/
|
|
@@ -3904,6 +3914,10 @@ export declare const de_DescribeBundleTasksCommand: (output: __HttpResponse, con
|
|
|
3904
3914
|
* deserializeAws_ec2DescribeByoipCidrsCommand
|
|
3905
3915
|
*/
|
|
3906
3916
|
export declare const de_DescribeByoipCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeByoipCidrsCommandOutput>;
|
|
3917
|
+
/**
|
|
3918
|
+
* deserializeAws_ec2DescribeCapacityBlockOfferingsCommand
|
|
3919
|
+
*/
|
|
3920
|
+
export declare const de_DescribeCapacityBlockOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityBlockOfferingsCommandOutput>;
|
|
3907
3921
|
/**
|
|
3908
3922
|
* deserializeAws_ec2DescribeCapacityReservationFleetsCommand
|
|
3909
3923
|
*/
|
|
@@ -5156,6 +5170,10 @@ export declare const de_ProvisionIpamPoolCidrCommand: (output: __HttpResponse, c
|
|
|
5156
5170
|
* deserializeAws_ec2ProvisionPublicIpv4PoolCidrCommand
|
|
5157
5171
|
*/
|
|
5158
5172
|
export declare const de_ProvisionPublicIpv4PoolCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvisionPublicIpv4PoolCidrCommandOutput>;
|
|
5173
|
+
/**
|
|
5174
|
+
* deserializeAws_ec2PurchaseCapacityBlockCommand
|
|
5175
|
+
*/
|
|
5176
|
+
export declare const de_PurchaseCapacityBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseCapacityBlockCommandOutput>;
|
|
5159
5177
|
/**
|
|
5160
5178
|
* deserializeAws_ec2PurchaseHostReservationCommand
|
|
5161
5179
|
*/
|
|
@@ -903,6 +903,10 @@ import {
|
|
|
903
903
|
DescribeByoipCidrsCommandInput,
|
|
904
904
|
DescribeByoipCidrsCommandOutput,
|
|
905
905
|
} from "./commands/DescribeByoipCidrsCommand";
|
|
906
|
+
import {
|
|
907
|
+
DescribeCapacityBlockOfferingsCommandInput,
|
|
908
|
+
DescribeCapacityBlockOfferingsCommandOutput,
|
|
909
|
+
} from "./commands/DescribeCapacityBlockOfferingsCommand";
|
|
906
910
|
import {
|
|
907
911
|
DescribeCapacityReservationFleetsCommandInput,
|
|
908
912
|
DescribeCapacityReservationFleetsCommandOutput,
|
|
@@ -2155,6 +2159,10 @@ import {
|
|
|
2155
2159
|
ProvisionPublicIpv4PoolCidrCommandInput,
|
|
2156
2160
|
ProvisionPublicIpv4PoolCidrCommandOutput,
|
|
2157
2161
|
} from "./commands/ProvisionPublicIpv4PoolCidrCommand";
|
|
2162
|
+
import {
|
|
2163
|
+
PurchaseCapacityBlockCommandInput,
|
|
2164
|
+
PurchaseCapacityBlockCommandOutput,
|
|
2165
|
+
} from "./commands/PurchaseCapacityBlockCommand";
|
|
2158
2166
|
import {
|
|
2159
2167
|
PurchaseHostReservationCommandInput,
|
|
2160
2168
|
PurchaseHostReservationCommandOutput,
|
|
@@ -5549,6 +5557,19 @@ export interface EC2 {
|
|
|
5549
5557
|
options: __HttpHandlerOptions,
|
|
5550
5558
|
cb: (err: any, data?: DescribeByoipCidrsCommandOutput) => void
|
|
5551
5559
|
): void;
|
|
5560
|
+
describeCapacityBlockOfferings(
|
|
5561
|
+
args: DescribeCapacityBlockOfferingsCommandInput,
|
|
5562
|
+
options?: __HttpHandlerOptions
|
|
5563
|
+
): Promise<DescribeCapacityBlockOfferingsCommandOutput>;
|
|
5564
|
+
describeCapacityBlockOfferings(
|
|
5565
|
+
args: DescribeCapacityBlockOfferingsCommandInput,
|
|
5566
|
+
cb: (err: any, data?: DescribeCapacityBlockOfferingsCommandOutput) => void
|
|
5567
|
+
): void;
|
|
5568
|
+
describeCapacityBlockOfferings(
|
|
5569
|
+
args: DescribeCapacityBlockOfferingsCommandInput,
|
|
5570
|
+
options: __HttpHandlerOptions,
|
|
5571
|
+
cb: (err: any, data?: DescribeCapacityBlockOfferingsCommandOutput) => void
|
|
5572
|
+
): void;
|
|
5552
5573
|
describeCapacityReservationFleets(
|
|
5553
5574
|
args: DescribeCapacityReservationFleetsCommandInput,
|
|
5554
5575
|
options?: __HttpHandlerOptions
|
|
@@ -10080,6 +10101,19 @@ export interface EC2 {
|
|
|
10080
10101
|
options: __HttpHandlerOptions,
|
|
10081
10102
|
cb: (err: any, data?: ProvisionPublicIpv4PoolCidrCommandOutput) => void
|
|
10082
10103
|
): void;
|
|
10104
|
+
purchaseCapacityBlock(
|
|
10105
|
+
args: PurchaseCapacityBlockCommandInput,
|
|
10106
|
+
options?: __HttpHandlerOptions
|
|
10107
|
+
): Promise<PurchaseCapacityBlockCommandOutput>;
|
|
10108
|
+
purchaseCapacityBlock(
|
|
10109
|
+
args: PurchaseCapacityBlockCommandInput,
|
|
10110
|
+
cb: (err: any, data?: PurchaseCapacityBlockCommandOutput) => void
|
|
10111
|
+
): void;
|
|
10112
|
+
purchaseCapacityBlock(
|
|
10113
|
+
args: PurchaseCapacityBlockCommandInput,
|
|
10114
|
+
options: __HttpHandlerOptions,
|
|
10115
|
+
cb: (err: any, data?: PurchaseCapacityBlockCommandOutput) => void
|
|
10116
|
+
): void;
|
|
10083
10117
|
purchaseHostReservation(
|
|
10084
10118
|
args: PurchaseHostReservationCommandInput,
|
|
10085
10119
|
options?: __HttpHandlerOptions
|
|
@@ -949,6 +949,10 @@ import {
|
|
|
949
949
|
DescribeByoipCidrsCommandInput,
|
|
950
950
|
DescribeByoipCidrsCommandOutput,
|
|
951
951
|
} from "./commands/DescribeByoipCidrsCommand";
|
|
952
|
+
import {
|
|
953
|
+
DescribeCapacityBlockOfferingsCommandInput,
|
|
954
|
+
DescribeCapacityBlockOfferingsCommandOutput,
|
|
955
|
+
} from "./commands/DescribeCapacityBlockOfferingsCommand";
|
|
952
956
|
import {
|
|
953
957
|
DescribeCapacityReservationFleetsCommandInput,
|
|
954
958
|
DescribeCapacityReservationFleetsCommandOutput,
|
|
@@ -2201,6 +2205,10 @@ import {
|
|
|
2201
2205
|
ProvisionPublicIpv4PoolCidrCommandInput,
|
|
2202
2206
|
ProvisionPublicIpv4PoolCidrCommandOutput,
|
|
2203
2207
|
} from "./commands/ProvisionPublicIpv4PoolCidrCommand";
|
|
2208
|
+
import {
|
|
2209
|
+
PurchaseCapacityBlockCommandInput,
|
|
2210
|
+
PurchaseCapacityBlockCommandOutput,
|
|
2211
|
+
} from "./commands/PurchaseCapacityBlockCommand";
|
|
2204
2212
|
import {
|
|
2205
2213
|
PurchaseHostReservationCommandInput,
|
|
2206
2214
|
PurchaseHostReservationCommandOutput,
|
|
@@ -2679,6 +2687,7 @@ export type ServiceInputTypes =
|
|
|
2679
2687
|
| DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput
|
|
2680
2688
|
| DescribeBundleTasksCommandInput
|
|
2681
2689
|
| DescribeByoipCidrsCommandInput
|
|
2690
|
+
| DescribeCapacityBlockOfferingsCommandInput
|
|
2682
2691
|
| DescribeCapacityReservationFleetsCommandInput
|
|
2683
2692
|
| DescribeCapacityReservationsCommandInput
|
|
2684
2693
|
| DescribeCarrierGatewaysCommandInput
|
|
@@ -2992,6 +3001,7 @@ export type ServiceInputTypes =
|
|
|
2992
3001
|
| ProvisionByoipCidrCommandInput
|
|
2993
3002
|
| ProvisionIpamPoolCidrCommandInput
|
|
2994
3003
|
| ProvisionPublicIpv4PoolCidrCommandInput
|
|
3004
|
+
| PurchaseCapacityBlockCommandInput
|
|
2995
3005
|
| PurchaseHostReservationCommandInput
|
|
2996
3006
|
| PurchaseReservedInstancesOfferingCommandInput
|
|
2997
3007
|
| PurchaseScheduledInstancesCommandInput
|
|
@@ -3280,6 +3290,7 @@ export type ServiceOutputTypes =
|
|
|
3280
3290
|
| DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput
|
|
3281
3291
|
| DescribeBundleTasksCommandOutput
|
|
3282
3292
|
| DescribeByoipCidrsCommandOutput
|
|
3293
|
+
| DescribeCapacityBlockOfferingsCommandOutput
|
|
3283
3294
|
| DescribeCapacityReservationFleetsCommandOutput
|
|
3284
3295
|
| DescribeCapacityReservationsCommandOutput
|
|
3285
3296
|
| DescribeCarrierGatewaysCommandOutput
|
|
@@ -3593,6 +3604,7 @@ export type ServiceOutputTypes =
|
|
|
3593
3604
|
| ProvisionByoipCidrCommandOutput
|
|
3594
3605
|
| ProvisionIpamPoolCidrCommandOutput
|
|
3595
3606
|
| ProvisionPublicIpv4PoolCidrCommandOutput
|
|
3607
|
+
| PurchaseCapacityBlockCommandOutput
|
|
3596
3608
|
| PurchaseHostReservationCommandOutput
|
|
3597
3609
|
| PurchaseReservedInstancesOfferingCommandOutput
|
|
3598
3610
|
| PurchaseScheduledInstancesCommandOutput
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
DeletePublicIpv4PoolRequest,
|
|
16
|
+
DeletePublicIpv4PoolResult,
|
|
17
|
+
} from "../models/models_3";
|
|
16
18
|
export { __MetadataBearer, $Command };
|
|
17
19
|
export interface DeletePublicIpv4PoolCommandInput
|
|
18
20
|
extends DeletePublicIpv4PoolRequest {}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
DescribeCapacityBlockOfferingsRequest,
|
|
16
|
+
DescribeCapacityBlockOfferingsResult,
|
|
17
|
+
} from "../models/models_3";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeCapacityBlockOfferingsCommandInput
|
|
20
|
+
extends DescribeCapacityBlockOfferingsRequest {}
|
|
21
|
+
export interface DescribeCapacityBlockOfferingsCommandOutput
|
|
22
|
+
extends DescribeCapacityBlockOfferingsResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeCapacityBlockOfferingsCommand extends $Command<
|
|
25
|
+
DescribeCapacityBlockOfferingsCommandInput,
|
|
26
|
+
DescribeCapacityBlockOfferingsCommandOutput,
|
|
27
|
+
EC2ClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeCapacityBlockOfferingsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeCapacityBlockOfferingsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: EC2ClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeCapacityBlockOfferingsCommandInput,
|
|
38
|
+
DescribeCapacityBlockOfferingsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
DescribeInstancesRequest,
|
|
16
|
+
DescribeInstancesResult,
|
|
17
|
+
} from "../models/models_4";
|
|
16
18
|
export { __MetadataBearer, $Command };
|
|
17
19
|
export interface DescribeInstancesCommandInput
|
|
18
20
|
extends DescribeInstancesRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DescribeTrunkInterfaceAssociationsRequest,
|
|
16
16
|
DescribeTrunkInterfaceAssociationsResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_5";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface DescribeTrunkInterfaceAssociationsCommandInput
|
|
20
20
|
extends DescribeTrunkInterfaceAssociationsRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DescribeVerifiedAccessEndpointsRequest,
|
|
16
16
|
DescribeVerifiedAccessEndpointsResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_5";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface DescribeVerifiedAccessEndpointsCommandInput
|
|
20
20
|
extends DescribeVerifiedAccessEndpointsRequest {}
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
GetTransitGatewayPolicyTableEntriesResult,
|
|
17
|
-
} from "../models/models_5";
|
|
14
|
+
import { GetTransitGatewayPolicyTableEntriesRequest } from "../models/models_5";
|
|
15
|
+
import { GetTransitGatewayPolicyTableEntriesResult } from "../models/models_6";
|
|
18
16
|
export { __MetadataBearer, $Command };
|
|
19
17
|
export interface GetTransitGatewayPolicyTableEntriesCommandInput
|
|
20
18
|
extends GetTransitGatewayPolicyTableEntriesRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
GetTransitGatewayPrefixListReferencesRequest,
|
|
16
16
|
GetTransitGatewayPrefixListReferencesResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface GetTransitGatewayPrefixListReferencesCommandInput
|
|
20
20
|
extends GetTransitGatewayPrefixListReferencesRequest {}
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
GetTransitGatewayRouteTableAssociationsRequest,
|
|
16
|
+
GetTransitGatewayRouteTableAssociationsResult,
|
|
17
|
+
} from "../models/models_6";
|
|
16
18
|
export { __MetadataBearer, $Command };
|
|
17
19
|
export interface GetTransitGatewayRouteTableAssociationsCommandInput
|
|
18
20
|
extends GetTransitGatewayRouteTableAssociationsRequest {}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
PurchaseCapacityBlockRequest,
|
|
16
|
+
PurchaseCapacityBlockResult,
|
|
17
|
+
} from "../models/models_6";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface PurchaseCapacityBlockCommandInput
|
|
20
|
+
extends PurchaseCapacityBlockRequest {}
|
|
21
|
+
export interface PurchaseCapacityBlockCommandOutput
|
|
22
|
+
extends PurchaseCapacityBlockResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class PurchaseCapacityBlockCommand extends $Command<
|
|
25
|
+
PurchaseCapacityBlockCommandInput,
|
|
26
|
+
PurchaseCapacityBlockCommandOutput,
|
|
27
|
+
EC2ClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: PurchaseCapacityBlockCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: PurchaseCapacityBlockCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: EC2ClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
PurchaseCapacityBlockCommandInput,
|
|
38
|
+
PurchaseCapacityBlockCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
RestoreSnapshotTierResult,
|
|
17
|
-
} from "../models/models_6";
|
|
14
|
+
import { RestoreSnapshotTierRequest } from "../models/models_6";
|
|
15
|
+
import { RestoreSnapshotTierResult } from "../models/models_7";
|
|
18
16
|
export { __MetadataBearer, $Command };
|
|
19
17
|
export interface RestoreSnapshotTierCommandInput
|
|
20
18
|
extends RestoreSnapshotTierRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
RevokeClientVpnIngressRequest,
|
|
16
16
|
RevokeClientVpnIngressResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_7";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface RevokeClientVpnIngressCommandInput
|
|
20
20
|
extends RevokeClientVpnIngressRequest {}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
RevokeSecurityGroupEgressRequest,
|
|
16
16
|
RevokeSecurityGroupEgressResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_7";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface RevokeSecurityGroupEgressCommandInput
|
|
20
20
|
extends RevokeSecurityGroupEgressRequest {}
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
RevokeSecurityGroupIngressRequest,
|
|
16
|
+
RevokeSecurityGroupIngressResult,
|
|
17
|
+
} from "../models/models_7";
|
|
16
18
|
export { __MetadataBearer, $Command };
|
|
17
19
|
export interface RevokeSecurityGroupIngressCommandInput
|
|
18
20
|
extends RevokeSecurityGroupIngressRequest {}
|
|
@@ -224,6 +224,7 @@ export * from "./DescribeAvailabilityZonesCommand";
|
|
|
224
224
|
export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
|
|
225
225
|
export * from "./DescribeBundleTasksCommand";
|
|
226
226
|
export * from "./DescribeByoipCidrsCommand";
|
|
227
|
+
export * from "./DescribeCapacityBlockOfferingsCommand";
|
|
227
228
|
export * from "./DescribeCapacityReservationFleetsCommand";
|
|
228
229
|
export * from "./DescribeCapacityReservationsCommand";
|
|
229
230
|
export * from "./DescribeCarrierGatewaysCommand";
|
|
@@ -537,6 +538,7 @@ export * from "./MoveByoipCidrToIpamCommand";
|
|
|
537
538
|
export * from "./ProvisionByoipCidrCommand";
|
|
538
539
|
export * from "./ProvisionIpamPoolCidrCommand";
|
|
539
540
|
export * from "./ProvisionPublicIpv4PoolCidrCommand";
|
|
541
|
+
export * from "./PurchaseCapacityBlockCommand";
|
|
540
542
|
export * from "./PurchaseHostReservationCommand";
|
|
541
543
|
export * from "./PurchaseReservedInstancesOfferingCommand";
|
|
542
544
|
export * from "./PurchaseScheduledInstancesCommand";
|