@aws-sdk/client-ec2 3.46.0 → 3.48.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 +38 -0
- package/dist-cjs/EC2.js +45 -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/RestoreAddressToClassicCommand.js +3 -3
- 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 +3 -0
- package/dist-cjs/endpoints.js +0 -32
- 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 +101 -96
- package/dist-cjs/models/models_6.js +92 -2
- package/dist-cjs/pagination/DescribeFastLaunchImagesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_ec2.js +501 -17
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/EC2.js +45 -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/RestoreAddressToClassicCommand.js +1 -1
- 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 +3 -0
- package/dist-es/endpoints.js +0 -32
- 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 +75 -60
- package/dist-es/models/models_6.js +60 -0
- package/dist-es/pagination/DescribeFastLaunchImagesPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +1498 -991
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/EC2.d.ts +28 -0
- package/dist-types/EC2Client.d.ts +10 -3
- 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 +37 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +40 -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/RestoreAddressToClassicCommand.d.ts +1 -1
- 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 +3 -0
- package/dist-types/models/models_0.d.ts +25 -11
- package/dist-types/models/models_1.d.ts +11 -8
- package/dist-types/models/models_2.d.ts +18 -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 +334 -420
- package/dist-types/models/models_6.d.ts +413 -3
- package/dist-types/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/EC2.d.ts +15 -0
- package/dist-types/ts3.4/EC2Client.d.ts +8 -3
- 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/RestoreAddressToClassicCommand.d.ts +1 -1
- 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 +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +17 -5
- package/dist-types/ts3.4/models/models_1.d.ts +5 -2
- package/dist-types/ts3.4/models/models_2.d.ts +12 -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 +196 -219
- package/dist-types/ts3.4/models/models_6.d.ts +218 -3
- package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +37 -37
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, BareMetal, BaselineEbsBandwidthMbpsRequest, BurstablePerformance, CpuManufacturer, CurrencyCodeValues, DnsSupportValue, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateSpecificationRequest, HostnameType, InstanceEventWindow, InstanceGeneration, InternetGatewayAttachment, Ipv4PrefixSpecification, LocalStorage,
|
|
1
|
+
import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, BareMetal, BaselineEbsBandwidthMbpsRequest, BurstablePerformance, CpuManufacturer, CurrencyCodeValues, DnsSupportValue, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateSpecificationRequest, HostnameType, InstanceEventWindow, InstanceGeneration, InternetGatewayAttachment, Ipv4PrefixSpecification, LocalStorage, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, Subnet, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentState, UnsuccessfulItem, WeekDay } from "./models_0";
|
|
2
|
+
export declare enum LocalStorageType {
|
|
3
|
+
HDD = "hdd",
|
|
4
|
+
SSD = "ssd"
|
|
5
|
+
}
|
|
2
6
|
|
|
3
7
|
export interface MemoryGiBPerVCpuRequest {
|
|
4
8
|
|
|
@@ -3928,4 +3932,3 @@ export declare namespace CreateTransitGatewayConnectPeerRequest {
|
|
|
3928
3932
|
|
|
3929
3933
|
const filterSensitiveLog: (obj: CreateTransitGatewayConnectPeerRequest) => any;
|
|
3930
3934
|
}
|
|
3931
|
-
export declare type BgpStatus = "down" | "up";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, DnsSupportValue, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentResourceType, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TransportProtocol, UnsuccessfulItem, VolumeAttachment, Vpc, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import {
|
|
2
|
+
import { DiskImageFormat, GroupIdentifier, Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, ProtocolValue, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, VolumeType } from "./models_1";
|
|
3
|
+
export declare type BgpStatus = "down" | "up";
|
|
3
4
|
|
|
4
5
|
export interface TransitGatewayAttachmentBgpConfiguration {
|
|
5
6
|
|
|
@@ -3163,6 +3164,14 @@ export declare namespace ClientConnectResponseOptions {
|
|
|
3163
3164
|
|
|
3164
3165
|
const filterSensitiveLog: (obj: ClientConnectResponseOptions) => any;
|
|
3165
3166
|
}
|
|
3167
|
+
export interface ClientLoginBannerResponseOptions {
|
|
3168
|
+
Enabled?: boolean;
|
|
3169
|
+
BannerText?: string;
|
|
3170
|
+
}
|
|
3171
|
+
export declare namespace ClientLoginBannerResponseOptions {
|
|
3172
|
+
|
|
3173
|
+
const filterSensitiveLog: (obj: ClientLoginBannerResponseOptions) => any;
|
|
3174
|
+
}
|
|
3166
3175
|
|
|
3167
3176
|
export interface ConnectionLogResponseOptions {
|
|
3168
3177
|
|
|
@@ -3221,6 +3230,8 @@ export interface ClientVpnEndpoint {
|
|
|
3221
3230
|
SelfServicePortalUrl?: string;
|
|
3222
3231
|
|
|
3223
3232
|
ClientConnectOptions?: ClientConnectResponseOptions;
|
|
3233
|
+
SessionTimeoutHours?: number;
|
|
3234
|
+
ClientLoginBannerOptions?: ClientLoginBannerResponseOptions;
|
|
3224
3235
|
}
|
|
3225
3236
|
export declare namespace ClientVpnEndpoint {
|
|
3226
3237
|
|
|
@@ -3409,39 +3420,3 @@ export declare namespace DiskImageVolumeDescription {
|
|
|
3409
3420
|
|
|
3410
3421
|
const filterSensitiveLog: (obj: DiskImageVolumeDescription) => any;
|
|
3411
3422
|
}
|
|
3412
|
-
|
|
3413
|
-
export interface ImportInstanceVolumeDetailItem {
|
|
3414
|
-
|
|
3415
|
-
AvailabilityZone?: string;
|
|
3416
|
-
|
|
3417
|
-
BytesConverted?: number;
|
|
3418
|
-
|
|
3419
|
-
Description?: string;
|
|
3420
|
-
|
|
3421
|
-
Image?: DiskImageDescription;
|
|
3422
|
-
|
|
3423
|
-
Status?: string;
|
|
3424
|
-
|
|
3425
|
-
StatusMessage?: string;
|
|
3426
|
-
|
|
3427
|
-
Volume?: DiskImageVolumeDescription;
|
|
3428
|
-
}
|
|
3429
|
-
export declare namespace ImportInstanceVolumeDetailItem {
|
|
3430
|
-
|
|
3431
|
-
const filterSensitiveLog: (obj: ImportInstanceVolumeDetailItem) => any;
|
|
3432
|
-
}
|
|
3433
|
-
|
|
3434
|
-
export interface ImportInstanceTaskDetails {
|
|
3435
|
-
|
|
3436
|
-
Description?: string;
|
|
3437
|
-
|
|
3438
|
-
InstanceId?: string;
|
|
3439
|
-
|
|
3440
|
-
Platform?: PlatformValues | string;
|
|
3441
|
-
|
|
3442
|
-
Volumes?: ImportInstanceVolumeDetailItem[];
|
|
3443
|
-
}
|
|
3444
|
-
export declare namespace ImportInstanceTaskDetails {
|
|
3445
|
-
|
|
3446
|
-
const filterSensitiveLog: (obj: ImportInstanceTaskDetails) => any;
|
|
3447
|
-
}
|
|
@@ -1,6 +1,42 @@
|
|
|
1
|
-
import { _InstanceType, ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AlternatePathHint, AnalysisAclRule, AnalysisComponent, AnalysisRouteTableRoute, AnalysisSecurityGroupRule, AttachmentStatus, AttributeValue, AutoPlacement, CurrencyCodeValues, CustomerGateway, DhcpOptions, EgressOnlyInternetGateway, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, PathComponent, PortRange,
|
|
1
|
+
import { _InstanceType, ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AlternatePathHint, AnalysisAclRule, AnalysisComponent, AnalysisRouteTableRoute, AnalysisSecurityGroupRule, AttachmentStatus, AttributeValue, AutoPlacement, CurrencyCodeValues, CustomerGateway, DhcpOptions, EgressOnlyInternetGateway, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, PathComponent, PortRange, Tag } from "./models_0";
|
|
2
2
|
import { BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, ExportTask, FleetCapacityReservationUsageStrategy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, Placement, PlacementGroup, PlatformValues, ReplaceRootVolumeTask, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType } from "./models_1";
|
|
3
|
-
import { DiskImageDescription, DiskImageVolumeDescription, Filter, FleetStateCode, IdFormat,
|
|
3
|
+
import { DiskImageDescription, DiskImageVolumeDescription, Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_2";
|
|
4
|
+
|
|
5
|
+
export interface ImportInstanceVolumeDetailItem {
|
|
6
|
+
|
|
7
|
+
AvailabilityZone?: string;
|
|
8
|
+
|
|
9
|
+
BytesConverted?: number;
|
|
10
|
+
|
|
11
|
+
Description?: string;
|
|
12
|
+
|
|
13
|
+
Image?: DiskImageDescription;
|
|
14
|
+
|
|
15
|
+
Status?: string;
|
|
16
|
+
|
|
17
|
+
StatusMessage?: string;
|
|
18
|
+
|
|
19
|
+
Volume?: DiskImageVolumeDescription;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace ImportInstanceVolumeDetailItem {
|
|
22
|
+
|
|
23
|
+
const filterSensitiveLog: (obj: ImportInstanceVolumeDetailItem) => any;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export interface ImportInstanceTaskDetails {
|
|
27
|
+
|
|
28
|
+
Description?: string;
|
|
29
|
+
|
|
30
|
+
InstanceId?: string;
|
|
31
|
+
|
|
32
|
+
Platform?: PlatformValues | string;
|
|
33
|
+
|
|
34
|
+
Volumes?: ImportInstanceVolumeDetailItem[];
|
|
35
|
+
}
|
|
36
|
+
export declare namespace ImportInstanceTaskDetails {
|
|
37
|
+
|
|
38
|
+
const filterSensitiveLog: (obj: ImportInstanceTaskDetails) => any;
|
|
39
|
+
}
|
|
4
40
|
|
|
5
41
|
export interface ImportVolumeTaskDetails {
|
|
6
42
|
|
|
@@ -265,6 +301,90 @@ export declare namespace DescribeExportTasksResult {
|
|
|
265
301
|
|
|
266
302
|
const filterSensitiveLog: (obj: DescribeExportTasksResult) => any;
|
|
267
303
|
}
|
|
304
|
+
export interface DescribeFastLaunchImagesRequest {
|
|
305
|
+
|
|
306
|
+
ImageIds?: string[];
|
|
307
|
+
|
|
308
|
+
Filters?: Filter[];
|
|
309
|
+
|
|
310
|
+
MaxResults?: number;
|
|
311
|
+
|
|
312
|
+
NextToken?: string;
|
|
313
|
+
|
|
314
|
+
DryRun?: boolean;
|
|
315
|
+
}
|
|
316
|
+
export declare namespace DescribeFastLaunchImagesRequest {
|
|
317
|
+
|
|
318
|
+
const filterSensitiveLog: (obj: DescribeFastLaunchImagesRequest) => any;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
export interface FastLaunchLaunchTemplateSpecificationResponse {
|
|
322
|
+
|
|
323
|
+
LaunchTemplateId?: string;
|
|
324
|
+
|
|
325
|
+
LaunchTemplateName?: string;
|
|
326
|
+
|
|
327
|
+
Version?: string;
|
|
328
|
+
}
|
|
329
|
+
export declare namespace FastLaunchLaunchTemplateSpecificationResponse {
|
|
330
|
+
|
|
331
|
+
const filterSensitiveLog: (obj: FastLaunchLaunchTemplateSpecificationResponse) => any;
|
|
332
|
+
}
|
|
333
|
+
export declare enum FastLaunchResourceType {
|
|
334
|
+
SNAPSHOT = "snapshot"
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
export interface FastLaunchSnapshotConfigurationResponse {
|
|
338
|
+
|
|
339
|
+
TargetResourceCount?: number;
|
|
340
|
+
}
|
|
341
|
+
export declare namespace FastLaunchSnapshotConfigurationResponse {
|
|
342
|
+
|
|
343
|
+
const filterSensitiveLog: (obj: FastLaunchSnapshotConfigurationResponse) => any;
|
|
344
|
+
}
|
|
345
|
+
export declare enum FastLaunchStateCode {
|
|
346
|
+
disabling = "disabling",
|
|
347
|
+
disabling_failed = "disabling-failed",
|
|
348
|
+
enabled = "enabled",
|
|
349
|
+
enabled_failed = "enabled-failed",
|
|
350
|
+
enabling = "enabling",
|
|
351
|
+
enabling_failed = "enabling-failed"
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
export interface DescribeFastLaunchImagesSuccessItem {
|
|
355
|
+
|
|
356
|
+
ImageId?: string;
|
|
357
|
+
|
|
358
|
+
ResourceType?: FastLaunchResourceType | string;
|
|
359
|
+
|
|
360
|
+
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
|
|
361
|
+
|
|
362
|
+
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
|
|
363
|
+
|
|
364
|
+
MaxParallelLaunches?: number;
|
|
365
|
+
|
|
366
|
+
OwnerId?: string;
|
|
367
|
+
|
|
368
|
+
State?: FastLaunchStateCode | string;
|
|
369
|
+
|
|
370
|
+
StateTransitionReason?: string;
|
|
371
|
+
|
|
372
|
+
StateTransitionTime?: Date;
|
|
373
|
+
}
|
|
374
|
+
export declare namespace DescribeFastLaunchImagesSuccessItem {
|
|
375
|
+
|
|
376
|
+
const filterSensitiveLog: (obj: DescribeFastLaunchImagesSuccessItem) => any;
|
|
377
|
+
}
|
|
378
|
+
export interface DescribeFastLaunchImagesResult {
|
|
379
|
+
|
|
380
|
+
FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[];
|
|
381
|
+
|
|
382
|
+
NextToken?: string;
|
|
383
|
+
}
|
|
384
|
+
export declare namespace DescribeFastLaunchImagesResult {
|
|
385
|
+
|
|
386
|
+
const filterSensitiveLog: (obj: DescribeFastLaunchImagesResult) => any;
|
|
387
|
+
}
|
|
268
388
|
export interface DescribeFastSnapshotRestoresRequest {
|
|
269
389
|
|
|
270
390
|
Filters?: Filter[];
|
|
@@ -3842,123 +3962,3 @@ export declare namespace DescribeReservedInstancesRequest {
|
|
|
3842
3962
|
}
|
|
3843
3963
|
export declare type RIProductDescription = "Linux/UNIX" | "Linux/UNIX (Amazon VPC)" | "Windows" | "Windows (Amazon VPC)";
|
|
3844
3964
|
export declare type RecurringChargeFrequency = "Hourly";
|
|
3845
|
-
|
|
3846
|
-
export interface RecurringCharge {
|
|
3847
|
-
|
|
3848
|
-
Amount?: number;
|
|
3849
|
-
|
|
3850
|
-
Frequency?: RecurringChargeFrequency | string;
|
|
3851
|
-
}
|
|
3852
|
-
export declare namespace RecurringCharge {
|
|
3853
|
-
|
|
3854
|
-
const filterSensitiveLog: (obj: RecurringCharge) => any;
|
|
3855
|
-
}
|
|
3856
|
-
export declare enum Scope {
|
|
3857
|
-
AVAILABILITY_ZONE = "Availability Zone",
|
|
3858
|
-
REGIONAL = "Region"
|
|
3859
|
-
}
|
|
3860
|
-
export declare type ReservedInstanceState = "active" | "payment-failed" | "payment-pending" | "queued" | "queued-deleted" | "retired";
|
|
3861
|
-
|
|
3862
|
-
export interface ReservedInstances {
|
|
3863
|
-
|
|
3864
|
-
AvailabilityZone?: string;
|
|
3865
|
-
|
|
3866
|
-
Duration?: number;
|
|
3867
|
-
|
|
3868
|
-
End?: Date;
|
|
3869
|
-
|
|
3870
|
-
FixedPrice?: number;
|
|
3871
|
-
|
|
3872
|
-
InstanceCount?: number;
|
|
3873
|
-
|
|
3874
|
-
InstanceType?: _InstanceType | string;
|
|
3875
|
-
|
|
3876
|
-
ProductDescription?: RIProductDescription | string;
|
|
3877
|
-
|
|
3878
|
-
ReservedInstancesId?: string;
|
|
3879
|
-
|
|
3880
|
-
Start?: Date;
|
|
3881
|
-
|
|
3882
|
-
State?: ReservedInstanceState | string;
|
|
3883
|
-
|
|
3884
|
-
UsagePrice?: number;
|
|
3885
|
-
|
|
3886
|
-
CurrencyCode?: CurrencyCodeValues | string;
|
|
3887
|
-
|
|
3888
|
-
InstanceTenancy?: Tenancy | string;
|
|
3889
|
-
|
|
3890
|
-
OfferingClass?: OfferingClassType | string;
|
|
3891
|
-
|
|
3892
|
-
OfferingType?: OfferingTypeValues | string;
|
|
3893
|
-
|
|
3894
|
-
RecurringCharges?: RecurringCharge[];
|
|
3895
|
-
|
|
3896
|
-
Scope?: Scope | string;
|
|
3897
|
-
|
|
3898
|
-
Tags?: Tag[];
|
|
3899
|
-
}
|
|
3900
|
-
export declare namespace ReservedInstances {
|
|
3901
|
-
|
|
3902
|
-
const filterSensitiveLog: (obj: ReservedInstances) => any;
|
|
3903
|
-
}
|
|
3904
|
-
|
|
3905
|
-
export interface DescribeReservedInstancesResult {
|
|
3906
|
-
|
|
3907
|
-
ReservedInstances?: ReservedInstances[];
|
|
3908
|
-
}
|
|
3909
|
-
export declare namespace DescribeReservedInstancesResult {
|
|
3910
|
-
|
|
3911
|
-
const filterSensitiveLog: (obj: DescribeReservedInstancesResult) => any;
|
|
3912
|
-
}
|
|
3913
|
-
|
|
3914
|
-
export interface DescribeReservedInstancesListingsRequest {
|
|
3915
|
-
|
|
3916
|
-
Filters?: Filter[];
|
|
3917
|
-
|
|
3918
|
-
ReservedInstancesId?: string;
|
|
3919
|
-
|
|
3920
|
-
ReservedInstancesListingId?: string;
|
|
3921
|
-
}
|
|
3922
|
-
export declare namespace DescribeReservedInstancesListingsRequest {
|
|
3923
|
-
|
|
3924
|
-
const filterSensitiveLog: (obj: DescribeReservedInstancesListingsRequest) => any;
|
|
3925
|
-
}
|
|
3926
|
-
|
|
3927
|
-
export interface DescribeReservedInstancesListingsResult {
|
|
3928
|
-
|
|
3929
|
-
ReservedInstancesListings?: ReservedInstancesListing[];
|
|
3930
|
-
}
|
|
3931
|
-
export declare namespace DescribeReservedInstancesListingsResult {
|
|
3932
|
-
|
|
3933
|
-
const filterSensitiveLog: (obj: DescribeReservedInstancesListingsResult) => any;
|
|
3934
|
-
}
|
|
3935
|
-
|
|
3936
|
-
export interface DescribeReservedInstancesModificationsRequest {
|
|
3937
|
-
|
|
3938
|
-
Filters?: Filter[];
|
|
3939
|
-
|
|
3940
|
-
ReservedInstancesModificationIds?: string[];
|
|
3941
|
-
|
|
3942
|
-
NextToken?: string;
|
|
3943
|
-
}
|
|
3944
|
-
export declare namespace DescribeReservedInstancesModificationsRequest {
|
|
3945
|
-
|
|
3946
|
-
const filterSensitiveLog: (obj: DescribeReservedInstancesModificationsRequest) => any;
|
|
3947
|
-
}
|
|
3948
|
-
|
|
3949
|
-
export interface ReservedInstancesConfiguration {
|
|
3950
|
-
|
|
3951
|
-
AvailabilityZone?: string;
|
|
3952
|
-
|
|
3953
|
-
InstanceCount?: number;
|
|
3954
|
-
|
|
3955
|
-
InstanceType?: _InstanceType | string;
|
|
3956
|
-
|
|
3957
|
-
Platform?: string;
|
|
3958
|
-
|
|
3959
|
-
Scope?: Scope | string;
|
|
3960
|
-
}
|
|
3961
|
-
export declare namespace ReservedInstancesConfiguration {
|
|
3962
|
-
|
|
3963
|
-
const filterSensitiveLog: (obj: ReservedInstancesConfiguration) => any;
|
|
3964
|
-
}
|