@aws-sdk/client-ec2 3.47.2 → 3.51.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/CHANGELOG.md +41 -0
- package/dist-cjs/EC2.js +75 -0
- package/dist-cjs/commands/DescribeFastLaunchImagesCommand.js +36 -0
- package/dist-cjs/commands/DescribeReservedInstancesCommand.js +2 -1
- package/dist-cjs/commands/DescribeReservedInstancesListingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReservedInstancesModificationsCommand.js +1 -2
- package/dist-cjs/commands/DisableFastLaunchCommand.js +36 -0
- package/dist-cjs/commands/EnableFastLaunchCommand.js +36 -0
- package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +2 -1
- package/dist-cjs/commands/GetIpamAddressHistoryCommand.js +3 -3
- package/dist-cjs/commands/GetIpamPoolAllocationsCommand.js +3 -3
- package/dist-cjs/commands/GetIpamPoolCidrsCommand.js +3 -3
- package/dist-cjs/commands/GetIpamResourceCidrsCommand.js +1 -2
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +36 -0
- package/dist-cjs/commands/ResetInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ResetNetworkInterfaceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ResetSnapshotAttributeCommand.js +2 -2
- package/dist-cjs/commands/RestoreAddressToClassicCommand.js +3 -3
- package/dist-cjs/commands/RestoreImageFromRecycleBinCommand.js +36 -0
- package/dist-cjs/commands/RestoreManagedPrefixListVersionCommand.js +3 -3
- package/dist-cjs/commands/RestoreSnapshotFromRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/RestoreSnapshotTierCommand.js +3 -3
- package/dist-cjs/commands/RevokeClientVpnIngressCommand.js +3 -3
- package/dist-cjs/commands/RevokeSecurityGroupEgressCommand.js +3 -3
- package/dist-cjs/commands/RevokeSecurityGroupIngressCommand.js +3 -3
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +14 -7
- package/dist-cjs/models/models_1.js +11 -6
- package/dist-cjs/models/models_2.js +7 -13
- package/dist-cjs/models/models_3.js +61 -53
- package/dist-cjs/models/models_4.js +89 -101
- package/dist-cjs/models/models_5.js +119 -114
- package/dist-cjs/models/models_6.js +122 -2
- package/dist-cjs/pagination/DescribeFastLaunchImagesPaginator.js +35 -0
- package/dist-cjs/pagination/ListImagesInRecycleBinPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_ec2.js +695 -17
- package/dist-es/EC2.js +75 -0
- package/dist-es/commands/DescribeFastLaunchImagesCommand.js +39 -0
- package/dist-es/commands/DescribeReservedInstancesCommand.js +2 -1
- package/dist-es/commands/DescribeReservedInstancesListingsCommand.js +1 -1
- package/dist-es/commands/DescribeReservedInstancesModificationsCommand.js +1 -2
- package/dist-es/commands/DisableFastLaunchCommand.js +39 -0
- package/dist-es/commands/EnableFastLaunchCommand.js +39 -0
- package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +2 -1
- package/dist-es/commands/GetIpamAddressHistoryCommand.js +1 -1
- package/dist-es/commands/GetIpamPoolAllocationsCommand.js +1 -1
- package/dist-es/commands/GetIpamPoolCidrsCommand.js +1 -1
- package/dist-es/commands/GetIpamResourceCidrsCommand.js +1 -2
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +39 -0
- package/dist-es/commands/ResetInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/ResetNetworkInterfaceAttributeCommand.js +1 -1
- package/dist-es/commands/ResetSnapshotAttributeCommand.js +1 -1
- package/dist-es/commands/RestoreAddressToClassicCommand.js +1 -1
- package/dist-es/commands/RestoreImageFromRecycleBinCommand.js +39 -0
- package/dist-es/commands/RestoreManagedPrefixListVersionCommand.js +1 -1
- package/dist-es/commands/RestoreSnapshotFromRecycleBinCommand.js +1 -1
- package/dist-es/commands/RestoreSnapshotTierCommand.js +1 -1
- package/dist-es/commands/RevokeClientVpnIngressCommand.js +1 -1
- package/dist-es/commands/RevokeSecurityGroupEgressCommand.js +1 -1
- package/dist-es/commands/RevokeSecurityGroupIngressCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +10 -5
- package/dist-es/models/models_1.js +5 -0
- package/dist-es/models/models_2.js +4 -8
- package/dist-es/models/models_3.js +41 -33
- package/dist-es/models/models_4.js +57 -75
- package/dist-es/models/models_5.js +87 -72
- package/dist-es/models/models_6.js +80 -0
- package/dist-es/pagination/DescribeFastLaunchImagesPaginator.js +74 -0
- package/dist-es/pagination/ListImagesInRecycleBinPaginator.js +74 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_ec2.js +1734 -1028
- package/dist-types/EC2.d.ts +68 -4
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/CreateImageCommand.d.ts +6 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +12 -4
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -2
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +40 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +43 -0
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -2
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +37 -0
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +35 -0
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -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 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +53 -11
- package/dist-types/models/models_1.d.ts +11 -8
- package/dist-types/models/models_2.d.ts +43 -71
- package/dist-types/models/models_3.d.ts +240 -298
- package/dist-types/models/models_4.d.ts +500 -334
- package/dist-types/models/models_5.d.ts +451 -522
- package/dist-types/models/models_6.d.ts +520 -5
- package/dist-types/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListImagesInRecycleBinPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_ec2.d.ts +15 -0
- package/dist-types/ts3.4/EC2.d.ts +25 -0
- package/dist-types/ts3.4/EC2Client.d.ts +7 -2
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -5
- package/dist-types/ts3.4/models/models_1.d.ts +5 -2
- package/dist-types/ts3.4/models/models_2.d.ts +17 -37
- package/dist-types/ts3.4/models/models_3.d.ts +122 -122
- package/dist-types/ts3.4/models/models_4.d.ts +224 -194
- package/dist-types/ts3.4/models/models_5.d.ts +239 -256
- package/dist-types/ts3.4/models/models_6.d.ts +275 -5
- package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImagesInRecycleBinPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +15 -0
- package/package.json +41 -35
|
@@ -1,9 +1,279 @@
|
|
|
1
|
-
import { _InstanceType, ByoipCidr, HostnameType, IamInstanceProfileSpecification, IpPermission, TagSpecification, TransitGatewayAttachmentResourceType } from "./models_0";
|
|
2
|
-
import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, MarketType, Placement, ShutdownBehavior, SpotInstanceType } from "./models_1";
|
|
1
|
+
import { _InstanceType, ByoipCidr, ClientVpnAuthorizationRuleStatus, HostnameType, IamInstanceProfileSpecification, IpPermission, TagSpecification, TransitGatewayAttachmentResourceType } from "./models_0";
|
|
2
|
+
import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, ShutdownBehavior, SnapshotState, SpotInstanceType } from "./models_1";
|
|
3
3
|
import { ClientVpnConnectionStatus, Filter, TransitGatewayRoute } from "./models_2";
|
|
4
|
-
import { HttpTokensState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis } from "./models_3";
|
|
5
|
-
import { InstanceNetworkInterfaceSpecification, RunInstancesMonitoringEnabled } from "./models_4";
|
|
6
|
-
import { CapacityReservationSpecification,
|
|
4
|
+
import { HttpTokensState, InstanceAttributeName, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis } from "./models_3";
|
|
5
|
+
import { InstanceNetworkInterfaceSpecification, RunInstancesMonitoringEnabled, SnapshotAttributeName } from "./models_4";
|
|
6
|
+
import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_5";
|
|
7
|
+
export interface ResetInstanceAttributeRequest {
|
|
8
|
+
|
|
9
|
+
Attribute: InstanceAttributeName | string | undefined;
|
|
10
|
+
|
|
11
|
+
DryRun?: boolean;
|
|
12
|
+
|
|
13
|
+
InstanceId: string | undefined;
|
|
14
|
+
}
|
|
15
|
+
export declare namespace ResetInstanceAttributeRequest {
|
|
16
|
+
|
|
17
|
+
const filterSensitiveLog: (obj: ResetInstanceAttributeRequest) => any;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export interface ResetNetworkInterfaceAttributeRequest {
|
|
21
|
+
|
|
22
|
+
DryRun?: boolean;
|
|
23
|
+
|
|
24
|
+
NetworkInterfaceId: string | undefined;
|
|
25
|
+
|
|
26
|
+
SourceDestCheck?: string;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace ResetNetworkInterfaceAttributeRequest {
|
|
29
|
+
|
|
30
|
+
const filterSensitiveLog: (obj: ResetNetworkInterfaceAttributeRequest) => any;
|
|
31
|
+
}
|
|
32
|
+
export interface ResetSnapshotAttributeRequest {
|
|
33
|
+
|
|
34
|
+
Attribute: SnapshotAttributeName | string | undefined;
|
|
35
|
+
|
|
36
|
+
SnapshotId: string | undefined;
|
|
37
|
+
|
|
38
|
+
DryRun?: boolean;
|
|
39
|
+
}
|
|
40
|
+
export declare namespace ResetSnapshotAttributeRequest {
|
|
41
|
+
|
|
42
|
+
const filterSensitiveLog: (obj: ResetSnapshotAttributeRequest) => any;
|
|
43
|
+
}
|
|
44
|
+
export interface RestoreAddressToClassicRequest {
|
|
45
|
+
|
|
46
|
+
DryRun?: boolean;
|
|
47
|
+
|
|
48
|
+
PublicIp: string | undefined;
|
|
49
|
+
}
|
|
50
|
+
export declare namespace RestoreAddressToClassicRequest {
|
|
51
|
+
|
|
52
|
+
const filterSensitiveLog: (obj: RestoreAddressToClassicRequest) => any;
|
|
53
|
+
}
|
|
54
|
+
export interface RestoreAddressToClassicResult {
|
|
55
|
+
|
|
56
|
+
PublicIp?: string;
|
|
57
|
+
|
|
58
|
+
Status?: Status | string;
|
|
59
|
+
}
|
|
60
|
+
export declare namespace RestoreAddressToClassicResult {
|
|
61
|
+
|
|
62
|
+
const filterSensitiveLog: (obj: RestoreAddressToClassicResult) => any;
|
|
63
|
+
}
|
|
64
|
+
export interface RestoreImageFromRecycleBinRequest {
|
|
65
|
+
|
|
66
|
+
ImageId: string | undefined;
|
|
67
|
+
|
|
68
|
+
DryRun?: boolean;
|
|
69
|
+
}
|
|
70
|
+
export declare namespace RestoreImageFromRecycleBinRequest {
|
|
71
|
+
|
|
72
|
+
const filterSensitiveLog: (obj: RestoreImageFromRecycleBinRequest) => any;
|
|
73
|
+
}
|
|
74
|
+
export interface RestoreImageFromRecycleBinResult {
|
|
75
|
+
|
|
76
|
+
Return?: boolean;
|
|
77
|
+
}
|
|
78
|
+
export declare namespace RestoreImageFromRecycleBinResult {
|
|
79
|
+
|
|
80
|
+
const filterSensitiveLog: (obj: RestoreImageFromRecycleBinResult) => any;
|
|
81
|
+
}
|
|
82
|
+
export interface RestoreManagedPrefixListVersionRequest {
|
|
83
|
+
|
|
84
|
+
DryRun?: boolean;
|
|
85
|
+
|
|
86
|
+
PrefixListId: string | undefined;
|
|
87
|
+
|
|
88
|
+
PreviousVersion: number | undefined;
|
|
89
|
+
|
|
90
|
+
CurrentVersion: number | undefined;
|
|
91
|
+
}
|
|
92
|
+
export declare namespace RestoreManagedPrefixListVersionRequest {
|
|
93
|
+
|
|
94
|
+
const filterSensitiveLog: (obj: RestoreManagedPrefixListVersionRequest) => any;
|
|
95
|
+
}
|
|
96
|
+
export interface RestoreManagedPrefixListVersionResult {
|
|
97
|
+
|
|
98
|
+
PrefixList?: ManagedPrefixList;
|
|
99
|
+
}
|
|
100
|
+
export declare namespace RestoreManagedPrefixListVersionResult {
|
|
101
|
+
|
|
102
|
+
const filterSensitiveLog: (obj: RestoreManagedPrefixListVersionResult) => any;
|
|
103
|
+
}
|
|
104
|
+
export interface RestoreSnapshotFromRecycleBinRequest {
|
|
105
|
+
|
|
106
|
+
SnapshotId: string | undefined;
|
|
107
|
+
|
|
108
|
+
DryRun?: boolean;
|
|
109
|
+
}
|
|
110
|
+
export declare namespace RestoreSnapshotFromRecycleBinRequest {
|
|
111
|
+
|
|
112
|
+
const filterSensitiveLog: (obj: RestoreSnapshotFromRecycleBinRequest) => any;
|
|
113
|
+
}
|
|
114
|
+
export interface RestoreSnapshotFromRecycleBinResult {
|
|
115
|
+
|
|
116
|
+
SnapshotId?: string;
|
|
117
|
+
|
|
118
|
+
OutpostArn?: string;
|
|
119
|
+
|
|
120
|
+
Description?: string;
|
|
121
|
+
|
|
122
|
+
Encrypted?: boolean;
|
|
123
|
+
|
|
124
|
+
OwnerId?: string;
|
|
125
|
+
|
|
126
|
+
Progress?: string;
|
|
127
|
+
|
|
128
|
+
StartTime?: Date;
|
|
129
|
+
|
|
130
|
+
State?: SnapshotState | string;
|
|
131
|
+
|
|
132
|
+
VolumeId?: string;
|
|
133
|
+
|
|
134
|
+
VolumeSize?: number;
|
|
135
|
+
}
|
|
136
|
+
export declare namespace RestoreSnapshotFromRecycleBinResult {
|
|
137
|
+
|
|
138
|
+
const filterSensitiveLog: (obj: RestoreSnapshotFromRecycleBinResult) => any;
|
|
139
|
+
}
|
|
140
|
+
export interface RestoreSnapshotTierRequest {
|
|
141
|
+
|
|
142
|
+
SnapshotId: string | undefined;
|
|
143
|
+
|
|
144
|
+
TemporaryRestoreDays?: number;
|
|
145
|
+
|
|
146
|
+
PermanentRestore?: boolean;
|
|
147
|
+
|
|
148
|
+
DryRun?: boolean;
|
|
149
|
+
}
|
|
150
|
+
export declare namespace RestoreSnapshotTierRequest {
|
|
151
|
+
|
|
152
|
+
const filterSensitiveLog: (obj: RestoreSnapshotTierRequest) => any;
|
|
153
|
+
}
|
|
154
|
+
export interface RestoreSnapshotTierResult {
|
|
155
|
+
|
|
156
|
+
SnapshotId?: string;
|
|
157
|
+
|
|
158
|
+
RestoreStartTime?: Date;
|
|
159
|
+
|
|
160
|
+
RestoreDuration?: number;
|
|
161
|
+
|
|
162
|
+
IsPermanentRestore?: boolean;
|
|
163
|
+
}
|
|
164
|
+
export declare namespace RestoreSnapshotTierResult {
|
|
165
|
+
|
|
166
|
+
const filterSensitiveLog: (obj: RestoreSnapshotTierResult) => any;
|
|
167
|
+
}
|
|
168
|
+
export interface RevokeClientVpnIngressRequest {
|
|
169
|
+
|
|
170
|
+
ClientVpnEndpointId: string | undefined;
|
|
171
|
+
|
|
172
|
+
TargetNetworkCidr: string | undefined;
|
|
173
|
+
|
|
174
|
+
AccessGroupId?: string;
|
|
175
|
+
|
|
176
|
+
RevokeAllGroups?: boolean;
|
|
177
|
+
|
|
178
|
+
DryRun?: boolean;
|
|
179
|
+
}
|
|
180
|
+
export declare namespace RevokeClientVpnIngressRequest {
|
|
181
|
+
|
|
182
|
+
const filterSensitiveLog: (obj: RevokeClientVpnIngressRequest) => any;
|
|
183
|
+
}
|
|
184
|
+
export interface RevokeClientVpnIngressResult {
|
|
185
|
+
|
|
186
|
+
Status?: ClientVpnAuthorizationRuleStatus;
|
|
187
|
+
}
|
|
188
|
+
export declare namespace RevokeClientVpnIngressResult {
|
|
189
|
+
|
|
190
|
+
const filterSensitiveLog: (obj: RevokeClientVpnIngressResult) => any;
|
|
191
|
+
}
|
|
192
|
+
export interface RevokeSecurityGroupEgressRequest {
|
|
193
|
+
|
|
194
|
+
DryRun?: boolean;
|
|
195
|
+
|
|
196
|
+
GroupId: string | undefined;
|
|
197
|
+
|
|
198
|
+
IpPermissions?: IpPermission[];
|
|
199
|
+
|
|
200
|
+
SecurityGroupRuleIds?: string[];
|
|
201
|
+
|
|
202
|
+
CidrIp?: string;
|
|
203
|
+
|
|
204
|
+
FromPort?: number;
|
|
205
|
+
|
|
206
|
+
IpProtocol?: string;
|
|
207
|
+
|
|
208
|
+
ToPort?: number;
|
|
209
|
+
|
|
210
|
+
SourceSecurityGroupName?: string;
|
|
211
|
+
|
|
212
|
+
SourceSecurityGroupOwnerId?: string;
|
|
213
|
+
}
|
|
214
|
+
export declare namespace RevokeSecurityGroupEgressRequest {
|
|
215
|
+
|
|
216
|
+
const filterSensitiveLog: (obj: RevokeSecurityGroupEgressRequest) => any;
|
|
217
|
+
}
|
|
218
|
+
export interface RevokeSecurityGroupEgressResult {
|
|
219
|
+
|
|
220
|
+
Return?: boolean;
|
|
221
|
+
|
|
222
|
+
UnknownIpPermissions?: IpPermission[];
|
|
223
|
+
}
|
|
224
|
+
export declare namespace RevokeSecurityGroupEgressResult {
|
|
225
|
+
|
|
226
|
+
const filterSensitiveLog: (obj: RevokeSecurityGroupEgressResult) => any;
|
|
227
|
+
}
|
|
228
|
+
export interface RevokeSecurityGroupIngressRequest {
|
|
229
|
+
|
|
230
|
+
CidrIp?: string;
|
|
231
|
+
|
|
232
|
+
FromPort?: number;
|
|
233
|
+
|
|
234
|
+
GroupId?: string;
|
|
235
|
+
|
|
236
|
+
GroupName?: string;
|
|
237
|
+
|
|
238
|
+
IpPermissions?: IpPermission[];
|
|
239
|
+
|
|
240
|
+
IpProtocol?: string;
|
|
241
|
+
|
|
242
|
+
SourceSecurityGroupName?: string;
|
|
243
|
+
|
|
244
|
+
SourceSecurityGroupOwnerId?: string;
|
|
245
|
+
|
|
246
|
+
ToPort?: number;
|
|
247
|
+
|
|
248
|
+
DryRun?: boolean;
|
|
249
|
+
|
|
250
|
+
SecurityGroupRuleIds?: string[];
|
|
251
|
+
}
|
|
252
|
+
export declare namespace RevokeSecurityGroupIngressRequest {
|
|
253
|
+
|
|
254
|
+
const filterSensitiveLog: (obj: RevokeSecurityGroupIngressRequest) => any;
|
|
255
|
+
}
|
|
256
|
+
export interface RevokeSecurityGroupIngressResult {
|
|
257
|
+
|
|
258
|
+
Return?: boolean;
|
|
259
|
+
|
|
260
|
+
UnknownIpPermissions?: IpPermission[];
|
|
261
|
+
}
|
|
262
|
+
export declare namespace RevokeSecurityGroupIngressResult {
|
|
263
|
+
|
|
264
|
+
const filterSensitiveLog: (obj: RevokeSecurityGroupIngressResult) => any;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
export interface CpuOptionsRequest {
|
|
268
|
+
|
|
269
|
+
CoreCount?: number;
|
|
270
|
+
|
|
271
|
+
ThreadsPerCore?: number;
|
|
272
|
+
}
|
|
273
|
+
export declare namespace CpuOptionsRequest {
|
|
274
|
+
|
|
275
|
+
const filterSensitiveLog: (obj: CpuOptionsRequest) => any;
|
|
276
|
+
}
|
|
7
277
|
|
|
8
278
|
export interface ElasticInferenceAccelerator {
|
|
9
279
|
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeFastLaunchImagesCommandInput, DescribeFastLaunchImagesCommandOutput } from "../commands/DescribeFastLaunchImagesCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeFastLaunchImages(config: EC2PaginationConfiguration, input: DescribeFastLaunchImagesCommandInput, ...additionalArguments: any): Paginator<DescribeFastLaunchImagesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListImagesInRecycleBinCommandInput, ListImagesInRecycleBinCommandOutput } from "../commands/ListImagesInRecycleBinCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListImagesInRecycleBin(config: EC2PaginationConfiguration, input: ListImagesInRecycleBinCommandInput, ...additionalArguments: any): Paginator<ListImagesInRecycleBinCommandOutput>;
|
|
@@ -14,6 +14,7 @@ export * from "./DescribeCoipPoolsPaginator";
|
|
|
14
14
|
export * from "./DescribeDhcpOptionsPaginator";
|
|
15
15
|
export * from "./DescribeEgressOnlyInternetGatewaysPaginator";
|
|
16
16
|
export * from "./DescribeExportImageTasksPaginator";
|
|
17
|
+
export * from "./DescribeFastLaunchImagesPaginator";
|
|
17
18
|
export * from "./DescribeFastSnapshotRestoresPaginator";
|
|
18
19
|
export * from "./DescribeFleetsPaginator";
|
|
19
20
|
export * from "./DescribeFlowLogsPaginator";
|
|
@@ -112,6 +113,7 @@ export * from "./GetTransitGatewayPrefixListReferencesPaginator";
|
|
|
112
113
|
export * from "./GetTransitGatewayRouteTableAssociationsPaginator";
|
|
113
114
|
export * from "./GetTransitGatewayRouteTablePropagationsPaginator";
|
|
114
115
|
export * from "./GetVpnConnectionDeviceTypesPaginator";
|
|
116
|
+
export * from "./ListImagesInRecycleBinPaginator";
|
|
115
117
|
export * from "./ListSnapshotsInRecycleBinPaginator";
|
|
116
118
|
export * from "./SearchLocalGatewayRoutesPaginator";
|
|
117
119
|
export * from "./SearchTransitGatewayMulticastGroupsPaginator";
|
|
@@ -210,6 +210,7 @@ import { DescribeEgressOnlyInternetGatewaysCommandInput, DescribeEgressOnlyInter
|
|
|
210
210
|
import { DescribeElasticGpusCommandInput, DescribeElasticGpusCommandOutput } from "../commands/DescribeElasticGpusCommand";
|
|
211
211
|
import { DescribeExportImageTasksCommandInput, DescribeExportImageTasksCommandOutput } from "../commands/DescribeExportImageTasksCommand";
|
|
212
212
|
import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "../commands/DescribeExportTasksCommand";
|
|
213
|
+
import { DescribeFastLaunchImagesCommandInput, DescribeFastLaunchImagesCommandOutput } from "../commands/DescribeFastLaunchImagesCommand";
|
|
213
214
|
import { DescribeFastSnapshotRestoresCommandInput, DescribeFastSnapshotRestoresCommandOutput } from "../commands/DescribeFastSnapshotRestoresCommand";
|
|
214
215
|
import { DescribeFleetHistoryCommandInput, DescribeFleetHistoryCommandOutput } from "../commands/DescribeFleetHistoryCommand";
|
|
215
216
|
import { DescribeFleetInstancesCommandInput, DescribeFleetInstancesCommandOutput } from "../commands/DescribeFleetInstancesCommand";
|
|
@@ -324,6 +325,7 @@ import { DetachNetworkInterfaceCommandInput, DetachNetworkInterfaceCommandOutput
|
|
|
324
325
|
import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "../commands/DetachVolumeCommand";
|
|
325
326
|
import { DetachVpnGatewayCommandInput, DetachVpnGatewayCommandOutput } from "../commands/DetachVpnGatewayCommand";
|
|
326
327
|
import { DisableEbsEncryptionByDefaultCommandInput, DisableEbsEncryptionByDefaultCommandOutput } from "../commands/DisableEbsEncryptionByDefaultCommand";
|
|
328
|
+
import { DisableFastLaunchCommandInput, DisableFastLaunchCommandOutput } from "../commands/DisableFastLaunchCommand";
|
|
327
329
|
import { DisableFastSnapshotRestoresCommandInput, DisableFastSnapshotRestoresCommandOutput } from "../commands/DisableFastSnapshotRestoresCommand";
|
|
328
330
|
import { DisableImageDeprecationCommandInput, DisableImageDeprecationCommandOutput } from "../commands/DisableImageDeprecationCommand";
|
|
329
331
|
import { DisableIpamOrganizationAdminAccountCommandInput, DisableIpamOrganizationAdminAccountCommandOutput } from "../commands/DisableIpamOrganizationAdminAccountCommand";
|
|
@@ -344,6 +346,7 @@ import { DisassociateTransitGatewayRouteTableCommandInput, DisassociateTransitGa
|
|
|
344
346
|
import { DisassociateTrunkInterfaceCommandInput, DisassociateTrunkInterfaceCommandOutput } from "../commands/DisassociateTrunkInterfaceCommand";
|
|
345
347
|
import { DisassociateVpcCidrBlockCommandInput, DisassociateVpcCidrBlockCommandOutput } from "../commands/DisassociateVpcCidrBlockCommand";
|
|
346
348
|
import { EnableEbsEncryptionByDefaultCommandInput, EnableEbsEncryptionByDefaultCommandOutput } from "../commands/EnableEbsEncryptionByDefaultCommand";
|
|
349
|
+
import { EnableFastLaunchCommandInput, EnableFastLaunchCommandOutput } from "../commands/EnableFastLaunchCommand";
|
|
347
350
|
import { EnableFastSnapshotRestoresCommandInput, EnableFastSnapshotRestoresCommandOutput } from "../commands/EnableFastSnapshotRestoresCommand";
|
|
348
351
|
import { EnableImageDeprecationCommandInput, EnableImageDeprecationCommandOutput } from "../commands/EnableImageDeprecationCommand";
|
|
349
352
|
import { EnableIpamOrganizationAdminAccountCommandInput, EnableIpamOrganizationAdminAccountCommandOutput } from "../commands/EnableIpamOrganizationAdminAccountCommand";
|
|
@@ -397,6 +400,7 @@ import { ImportInstanceCommandInput, ImportInstanceCommandOutput } from "../comm
|
|
|
397
400
|
import { ImportKeyPairCommandInput, ImportKeyPairCommandOutput } from "../commands/ImportKeyPairCommand";
|
|
398
401
|
import { ImportSnapshotCommandInput, ImportSnapshotCommandOutput } from "../commands/ImportSnapshotCommand";
|
|
399
402
|
import { ImportVolumeCommandInput, ImportVolumeCommandOutput } from "../commands/ImportVolumeCommand";
|
|
403
|
+
import { ListImagesInRecycleBinCommandInput, ListImagesInRecycleBinCommandOutput } from "../commands/ListImagesInRecycleBinCommand";
|
|
400
404
|
import { ListSnapshotsInRecycleBinCommandInput, ListSnapshotsInRecycleBinCommandOutput } from "../commands/ListSnapshotsInRecycleBinCommand";
|
|
401
405
|
import { ModifyAddressAttributeCommandInput, ModifyAddressAttributeCommandOutput } from "../commands/ModifyAddressAttributeCommand";
|
|
402
406
|
import { ModifyAvailabilityZoneGroupCommandInput, ModifyAvailabilityZoneGroupCommandOutput } from "../commands/ModifyAvailabilityZoneGroupCommand";
|
|
@@ -491,6 +495,7 @@ import { ResetInstanceAttributeCommandInput, ResetInstanceAttributeCommandOutput
|
|
|
491
495
|
import { ResetNetworkInterfaceAttributeCommandInput, ResetNetworkInterfaceAttributeCommandOutput } from "../commands/ResetNetworkInterfaceAttributeCommand";
|
|
492
496
|
import { ResetSnapshotAttributeCommandInput, ResetSnapshotAttributeCommandOutput } from "../commands/ResetSnapshotAttributeCommand";
|
|
493
497
|
import { RestoreAddressToClassicCommandInput, RestoreAddressToClassicCommandOutput } from "../commands/RestoreAddressToClassicCommand";
|
|
498
|
+
import { RestoreImageFromRecycleBinCommandInput, RestoreImageFromRecycleBinCommandOutput } from "../commands/RestoreImageFromRecycleBinCommand";
|
|
494
499
|
import { RestoreManagedPrefixListVersionCommandInput, RestoreManagedPrefixListVersionCommandOutput } from "../commands/RestoreManagedPrefixListVersionCommand";
|
|
495
500
|
import { RestoreSnapshotFromRecycleBinCommandInput, RestoreSnapshotFromRecycleBinCommandOutput } from "../commands/RestoreSnapshotFromRecycleBinCommand";
|
|
496
501
|
import { RestoreSnapshotTierCommandInput, RestoreSnapshotTierCommandOutput } from "../commands/RestoreSnapshotTierCommand";
|
|
@@ -726,6 +731,7 @@ export declare const serializeAws_ec2DescribeEgressOnlyInternetGatewaysCommand:
|
|
|
726
731
|
export declare const serializeAws_ec2DescribeElasticGpusCommand: (input: DescribeElasticGpusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
727
732
|
export declare const serializeAws_ec2DescribeExportImageTasksCommand: (input: DescribeExportImageTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
728
733
|
export declare const serializeAws_ec2DescribeExportTasksCommand: (input: DescribeExportTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
734
|
+
export declare const serializeAws_ec2DescribeFastLaunchImagesCommand: (input: DescribeFastLaunchImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
729
735
|
export declare const serializeAws_ec2DescribeFastSnapshotRestoresCommand: (input: DescribeFastSnapshotRestoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
730
736
|
export declare const serializeAws_ec2DescribeFleetHistoryCommand: (input: DescribeFleetHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
731
737
|
export declare const serializeAws_ec2DescribeFleetInstancesCommand: (input: DescribeFleetInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -840,6 +846,7 @@ export declare const serializeAws_ec2DetachNetworkInterfaceCommand: (input: Deta
|
|
|
840
846
|
export declare const serializeAws_ec2DetachVolumeCommand: (input: DetachVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
841
847
|
export declare const serializeAws_ec2DetachVpnGatewayCommand: (input: DetachVpnGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
842
848
|
export declare const serializeAws_ec2DisableEbsEncryptionByDefaultCommand: (input: DisableEbsEncryptionByDefaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
849
|
+
export declare const serializeAws_ec2DisableFastLaunchCommand: (input: DisableFastLaunchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
843
850
|
export declare const serializeAws_ec2DisableFastSnapshotRestoresCommand: (input: DisableFastSnapshotRestoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
844
851
|
export declare const serializeAws_ec2DisableImageDeprecationCommand: (input: DisableImageDeprecationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
845
852
|
export declare const serializeAws_ec2DisableIpamOrganizationAdminAccountCommand: (input: DisableIpamOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -860,6 +867,7 @@ export declare const serializeAws_ec2DisassociateTransitGatewayRouteTableCommand
|
|
|
860
867
|
export declare const serializeAws_ec2DisassociateTrunkInterfaceCommand: (input: DisassociateTrunkInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
861
868
|
export declare const serializeAws_ec2DisassociateVpcCidrBlockCommand: (input: DisassociateVpcCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
862
869
|
export declare const serializeAws_ec2EnableEbsEncryptionByDefaultCommand: (input: EnableEbsEncryptionByDefaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
870
|
+
export declare const serializeAws_ec2EnableFastLaunchCommand: (input: EnableFastLaunchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
863
871
|
export declare const serializeAws_ec2EnableFastSnapshotRestoresCommand: (input: EnableFastSnapshotRestoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
864
872
|
export declare const serializeAws_ec2EnableImageDeprecationCommand: (input: EnableImageDeprecationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
865
873
|
export declare const serializeAws_ec2EnableIpamOrganizationAdminAccountCommand: (input: EnableIpamOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -913,6 +921,7 @@ export declare const serializeAws_ec2ImportInstanceCommand: (input: ImportInstan
|
|
|
913
921
|
export declare const serializeAws_ec2ImportKeyPairCommand: (input: ImportKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
914
922
|
export declare const serializeAws_ec2ImportSnapshotCommand: (input: ImportSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
915
923
|
export declare const serializeAws_ec2ImportVolumeCommand: (input: ImportVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
924
|
+
export declare const serializeAws_ec2ListImagesInRecycleBinCommand: (input: ListImagesInRecycleBinCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
916
925
|
export declare const serializeAws_ec2ListSnapshotsInRecycleBinCommand: (input: ListSnapshotsInRecycleBinCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
917
926
|
export declare const serializeAws_ec2ModifyAddressAttributeCommand: (input: ModifyAddressAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
918
927
|
export declare const serializeAws_ec2ModifyAvailabilityZoneGroupCommand: (input: ModifyAvailabilityZoneGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -1007,6 +1016,7 @@ export declare const serializeAws_ec2ResetInstanceAttributeCommand: (input: Rese
|
|
|
1007
1016
|
export declare const serializeAws_ec2ResetNetworkInterfaceAttributeCommand: (input: ResetNetworkInterfaceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1008
1017
|
export declare const serializeAws_ec2ResetSnapshotAttributeCommand: (input: ResetSnapshotAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1009
1018
|
export declare const serializeAws_ec2RestoreAddressToClassicCommand: (input: RestoreAddressToClassicCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1019
|
+
export declare const serializeAws_ec2RestoreImageFromRecycleBinCommand: (input: RestoreImageFromRecycleBinCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1010
1020
|
export declare const serializeAws_ec2RestoreManagedPrefixListVersionCommand: (input: RestoreManagedPrefixListVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1011
1021
|
export declare const serializeAws_ec2RestoreSnapshotFromRecycleBinCommand: (input: RestoreSnapshotFromRecycleBinCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1012
1022
|
export declare const serializeAws_ec2RestoreSnapshotTierCommand: (input: RestoreSnapshotTierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -1242,6 +1252,7 @@ export declare const deserializeAws_ec2DescribeEgressOnlyInternetGatewaysCommand
|
|
|
1242
1252
|
export declare const deserializeAws_ec2DescribeElasticGpusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticGpusCommandOutput>;
|
|
1243
1253
|
export declare const deserializeAws_ec2DescribeExportImageTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportImageTasksCommandOutput>;
|
|
1244
1254
|
export declare const deserializeAws_ec2DescribeExportTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportTasksCommandOutput>;
|
|
1255
|
+
export declare const deserializeAws_ec2DescribeFastLaunchImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFastLaunchImagesCommandOutput>;
|
|
1245
1256
|
export declare const deserializeAws_ec2DescribeFastSnapshotRestoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFastSnapshotRestoresCommandOutput>;
|
|
1246
1257
|
export declare const deserializeAws_ec2DescribeFleetHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetHistoryCommandOutput>;
|
|
1247
1258
|
export declare const deserializeAws_ec2DescribeFleetInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetInstancesCommandOutput>;
|
|
@@ -1356,6 +1367,7 @@ export declare const deserializeAws_ec2DetachNetworkInterfaceCommand: (output: _
|
|
|
1356
1367
|
export declare const deserializeAws_ec2DetachVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachVolumeCommandOutput>;
|
|
1357
1368
|
export declare const deserializeAws_ec2DetachVpnGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachVpnGatewayCommandOutput>;
|
|
1358
1369
|
export declare const deserializeAws_ec2DisableEbsEncryptionByDefaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableEbsEncryptionByDefaultCommandOutput>;
|
|
1370
|
+
export declare const deserializeAws_ec2DisableFastLaunchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableFastLaunchCommandOutput>;
|
|
1359
1371
|
export declare const deserializeAws_ec2DisableFastSnapshotRestoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableFastSnapshotRestoresCommandOutput>;
|
|
1360
1372
|
export declare const deserializeAws_ec2DisableImageDeprecationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableImageDeprecationCommandOutput>;
|
|
1361
1373
|
export declare const deserializeAws_ec2DisableIpamOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableIpamOrganizationAdminAccountCommandOutput>;
|
|
@@ -1376,6 +1388,7 @@ export declare const deserializeAws_ec2DisassociateTransitGatewayRouteTableComma
|
|
|
1376
1388
|
export declare const deserializeAws_ec2DisassociateTrunkInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrunkInterfaceCommandOutput>;
|
|
1377
1389
|
export declare const deserializeAws_ec2DisassociateVpcCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateVpcCidrBlockCommandOutput>;
|
|
1378
1390
|
export declare const deserializeAws_ec2EnableEbsEncryptionByDefaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableEbsEncryptionByDefaultCommandOutput>;
|
|
1391
|
+
export declare const deserializeAws_ec2EnableFastLaunchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableFastLaunchCommandOutput>;
|
|
1379
1392
|
export declare const deserializeAws_ec2EnableFastSnapshotRestoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableFastSnapshotRestoresCommandOutput>;
|
|
1380
1393
|
export declare const deserializeAws_ec2EnableImageDeprecationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableImageDeprecationCommandOutput>;
|
|
1381
1394
|
export declare const deserializeAws_ec2EnableIpamOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableIpamOrganizationAdminAccountCommandOutput>;
|
|
@@ -1429,6 +1442,7 @@ export declare const deserializeAws_ec2ImportInstanceCommand: (output: __HttpRes
|
|
|
1429
1442
|
export declare const deserializeAws_ec2ImportKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportKeyPairCommandOutput>;
|
|
1430
1443
|
export declare const deserializeAws_ec2ImportSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportSnapshotCommandOutput>;
|
|
1431
1444
|
export declare const deserializeAws_ec2ImportVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportVolumeCommandOutput>;
|
|
1445
|
+
export declare const deserializeAws_ec2ListImagesInRecycleBinCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagesInRecycleBinCommandOutput>;
|
|
1432
1446
|
export declare const deserializeAws_ec2ListSnapshotsInRecycleBinCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSnapshotsInRecycleBinCommandOutput>;
|
|
1433
1447
|
export declare const deserializeAws_ec2ModifyAddressAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyAddressAttributeCommandOutput>;
|
|
1434
1448
|
export declare const deserializeAws_ec2ModifyAvailabilityZoneGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyAvailabilityZoneGroupCommandOutput>;
|
|
@@ -1523,6 +1537,7 @@ export declare const deserializeAws_ec2ResetInstanceAttributeCommand: (output: _
|
|
|
1523
1537
|
export declare const deserializeAws_ec2ResetNetworkInterfaceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetNetworkInterfaceAttributeCommandOutput>;
|
|
1524
1538
|
export declare const deserializeAws_ec2ResetSnapshotAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetSnapshotAttributeCommandOutput>;
|
|
1525
1539
|
export declare const deserializeAws_ec2RestoreAddressToClassicCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreAddressToClassicCommandOutput>;
|
|
1540
|
+
export declare const deserializeAws_ec2RestoreImageFromRecycleBinCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreImageFromRecycleBinCommandOutput>;
|
|
1526
1541
|
export declare const deserializeAws_ec2RestoreManagedPrefixListVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreManagedPrefixListVersionCommandOutput>;
|
|
1527
1542
|
export declare const deserializeAws_ec2RestoreSnapshotFromRecycleBinCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreSnapshotFromRecycleBinCommandOutput>;
|
|
1528
1543
|
export declare const deserializeAws_ec2RestoreSnapshotTierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreSnapshotTierCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.51.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,47 +18,53 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-node": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.51.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.51.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.51.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.50.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.50.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.50.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.50.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.50.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.50.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.51.0",
|
|
31
|
+
"@aws-sdk/middleware-sdk-ec2": "3.50.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.50.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.50.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.50.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.50.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.51.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.50.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.50.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.50.0",
|
|
40
|
+
"@aws-sdk/types": "3.50.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.50.0",
|
|
42
|
+
"@aws-sdk/util-base64-browser": "3.49.0",
|
|
43
|
+
"@aws-sdk/util-base64-node": "3.49.0",
|
|
44
|
+
"@aws-sdk/util-body-length-browser": "3.49.0",
|
|
45
|
+
"@aws-sdk/util-body-length-node": "3.49.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.50.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.51.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.50.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.51.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.49.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.49.0",
|
|
52
|
+
"@aws-sdk/util-waiter": "3.50.0",
|
|
53
53
|
"entities": "2.2.0",
|
|
54
54
|
"fast-xml-parser": "3.19.0",
|
|
55
55
|
"tslib": "^2.3.0",
|
|
56
56
|
"uuid": "^8.3.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.49.0",
|
|
60
|
+
"@tsconfig/recommended": "1.0.1",
|
|
60
61
|
"@types/node": "^12.7.5",
|
|
61
|
-
"@types/uuid": "^8.3.0"
|
|
62
|
+
"@types/uuid": "^8.3.0",
|
|
63
|
+
"concurrently": "7.0.0",
|
|
64
|
+
"downlevel-dts": "0.7.0",
|
|
65
|
+
"rimraf": "3.0.2",
|
|
66
|
+
"typedoc": "0.19.2",
|
|
67
|
+
"typescript": "~4.3.5"
|
|
62
68
|
},
|
|
63
69
|
"engines": {
|
|
64
70
|
"node": ">=12.0.0"
|