@aws-sdk/client-ec2 3.56.0 → 3.60.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 +30 -0
- package/dist-cjs/EC2.js +15 -0
- package/dist-cjs/commands/CreateTransitGatewayConnectCommand.js +2 -1
- package/dist-cjs/commands/CreateTransitGatewayConnectPeerCommand.js +1 -2
- package/dist-cjs/commands/DescribeCoipPoolsCommand.js +2 -1
- package/dist-cjs/commands/DescribeConversionTasksCommand.js +1 -2
- package/dist-cjs/commands/DescribeReplaceRootVolumeTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeReservedInstancesCommand.js +1 -2
- package/dist-cjs/commands/GetGroupsForCapacityReservationCommand.js +3 -3
- package/dist-cjs/commands/GetHostReservationPurchasePreviewCommand.js +3 -3
- package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +1 -2
- package/dist-cjs/commands/ModifyInstanceMaintenanceOptionsCommand.js +36 -0
- package/dist-cjs/commands/ResetAddressAttributeCommand.js +3 -3
- package/dist-cjs/commands/ResetEbsDefaultKmsKeyIdCommand.js +3 -3
- package/dist-cjs/commands/ResetFpgaImageAttributeCommand.js +3 -3
- package/dist-cjs/commands/ResetImageAttributeCommand.js +2 -2
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +18 -17
- package/dist-cjs/models/models_1.js +34 -36
- package/dist-cjs/models/models_2.js +36 -36
- package/dist-cjs/models/models_3.js +47 -29
- package/dist-cjs/models/models_4.js +29 -48
- package/dist-cjs/models/models_5.js +60 -48
- package/dist-cjs/models/models_6.js +50 -2
- package/dist-cjs/protocols/Aws_ec2.js +226 -13
- package/dist-es/EC2.js +15 -0
- package/dist-es/commands/CreateTransitGatewayConnectCommand.js +2 -1
- package/dist-es/commands/CreateTransitGatewayConnectPeerCommand.js +1 -2
- package/dist-es/commands/DescribeCoipPoolsCommand.js +2 -1
- package/dist-es/commands/DescribeConversionTasksCommand.js +1 -2
- package/dist-es/commands/DescribeReplaceRootVolumeTasksCommand.js +1 -1
- package/dist-es/commands/DescribeReservedInstancesCommand.js +1 -2
- package/dist-es/commands/GetGroupsForCapacityReservationCommand.js +1 -1
- package/dist-es/commands/GetHostReservationPurchasePreviewCommand.js +1 -1
- package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +1 -2
- package/dist-es/commands/ModifyInstanceMaintenanceOptionsCommand.js +39 -0
- package/dist-es/commands/ResetAddressAttributeCommand.js +1 -1
- package/dist-es/commands/ResetEbsDefaultKmsKeyIdCommand.js +1 -1
- package/dist-es/commands/ResetFpgaImageAttributeCommand.js +1 -1
- package/dist-es/commands/ResetImageAttributeCommand.js +1 -1
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +8 -11
- package/dist-es/models/models_1.js +24 -20
- package/dist-es/models/models_2.js +20 -20
- package/dist-es/models/models_3.js +29 -17
- package/dist-es/models/models_4.js +17 -28
- package/dist-es/models/models_5.js +36 -28
- package/dist-es/models/models_6.js +32 -0
- package/dist-es/protocols/Aws_ec2.js +224 -0
- package/dist-types/EC2.d.ts +91 -65
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -2
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +8 -7
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -2
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +3 -2
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +7 -5
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +11 -10
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +38 -0
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +2 -2
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +14 -12
- package/dist-types/commands/StartInstancesCommand.d.ts +5 -4
- package/dist-types/commands/StopInstancesCommand.d.ts +2 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +17 -14
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +93 -25
- package/dist-types/models/models_1.d.ts +353 -372
- package/dist-types/models/models_2.d.ts +128 -118
- package/dist-types/models/models_3.d.ts +230 -225
- package/dist-types/models/models_4.d.ts +169 -189
- package/dist-types/models/models_5.d.ts +277 -166
- package/dist-types/models/models_6.d.ts +217 -66
- package/dist-types/protocols/Aws_ec2.d.ts +3 -0
- package/dist-types/ts3.4/EC2.d.ts +5 -0
- package/dist-types/ts3.4/EC2Client.d.ts +3 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +38 -9
- package/dist-types/ts3.4/models/models_1.d.ts +36 -68
- package/dist-types/ts3.4/models/models_2.d.ts +69 -65
- package/dist-types/ts3.4/models/models_3.d.ts +89 -53
- package/dist-types/ts3.4/models/models_4.d.ts +53 -103
- package/dist-types/ts3.4/models/models_5.d.ts +125 -74
- package/dist-types/ts3.4/models/models_6.d.ts +84 -2
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +3 -0
- package/package.json +19 -19
|
@@ -1,5 +1,72 @@
|
|
|
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 {
|
|
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, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TransportProtocol, UnsuccessfulItem, VolumeAttachment, Vpc, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { GroupIdentifier, Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, ProtocolValue, SubnetCidrReservation, TransitGateway, VolumeType } from "./models_1";
|
|
3
|
+
|
|
4
|
+
export interface TransitGatewayConnectOptions {
|
|
5
|
+
|
|
6
|
+
Protocol?: ProtocolValue | string;
|
|
7
|
+
}
|
|
8
|
+
export declare namespace TransitGatewayConnectOptions {
|
|
9
|
+
|
|
10
|
+
const filterSensitiveLog: (obj: TransitGatewayConnectOptions) => any;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface TransitGatewayConnect {
|
|
14
|
+
|
|
15
|
+
TransitGatewayAttachmentId?: string;
|
|
16
|
+
|
|
17
|
+
TransportTransitGatewayAttachmentId?: string;
|
|
18
|
+
|
|
19
|
+
TransitGatewayId?: string;
|
|
20
|
+
|
|
21
|
+
State?: TransitGatewayAttachmentState | string;
|
|
22
|
+
|
|
23
|
+
CreationTime?: Date;
|
|
24
|
+
|
|
25
|
+
Options?: TransitGatewayConnectOptions;
|
|
26
|
+
|
|
27
|
+
Tags?: Tag[];
|
|
28
|
+
}
|
|
29
|
+
export declare namespace TransitGatewayConnect {
|
|
30
|
+
|
|
31
|
+
const filterSensitiveLog: (obj: TransitGatewayConnect) => any;
|
|
32
|
+
}
|
|
33
|
+
export interface CreateTransitGatewayConnectResult {
|
|
34
|
+
|
|
35
|
+
TransitGatewayConnect?: TransitGatewayConnect;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace CreateTransitGatewayConnectResult {
|
|
38
|
+
|
|
39
|
+
const filterSensitiveLog: (obj: CreateTransitGatewayConnectResult) => any;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export interface TransitGatewayConnectRequestBgpOptions {
|
|
43
|
+
|
|
44
|
+
PeerAsn?: number;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace TransitGatewayConnectRequestBgpOptions {
|
|
47
|
+
|
|
48
|
+
const filterSensitiveLog: (obj: TransitGatewayConnectRequestBgpOptions) => any;
|
|
49
|
+
}
|
|
50
|
+
export interface CreateTransitGatewayConnectPeerRequest {
|
|
51
|
+
|
|
52
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
53
|
+
|
|
54
|
+
TransitGatewayAddress?: string;
|
|
55
|
+
|
|
56
|
+
PeerAddress: string | undefined;
|
|
57
|
+
|
|
58
|
+
BgpOptions?: TransitGatewayConnectRequestBgpOptions;
|
|
59
|
+
|
|
60
|
+
InsideCidrBlocks: string[] | undefined;
|
|
61
|
+
|
|
62
|
+
TagSpecifications?: TagSpecification[];
|
|
63
|
+
|
|
64
|
+
DryRun?: boolean;
|
|
65
|
+
}
|
|
66
|
+
export declare namespace CreateTransitGatewayConnectPeerRequest {
|
|
67
|
+
|
|
68
|
+
const filterSensitiveLog: (obj: CreateTransitGatewayConnectPeerRequest) => any;
|
|
69
|
+
}
|
|
3
70
|
export declare type BgpStatus = "down" | "up";
|
|
4
71
|
|
|
5
72
|
export interface TransitGatewayAttachmentBgpConfiguration {
|
|
@@ -3364,66 +3431,3 @@ export declare namespace DescribeCoipPoolsRequest {
|
|
|
3364
3431
|
|
|
3365
3432
|
const filterSensitiveLog: (obj: DescribeCoipPoolsRequest) => any;
|
|
3366
3433
|
}
|
|
3367
|
-
|
|
3368
|
-
export interface CoipPool {
|
|
3369
|
-
|
|
3370
|
-
PoolId?: string;
|
|
3371
|
-
|
|
3372
|
-
PoolCidrs?: string[];
|
|
3373
|
-
|
|
3374
|
-
LocalGatewayRouteTableId?: string;
|
|
3375
|
-
|
|
3376
|
-
Tags?: Tag[];
|
|
3377
|
-
|
|
3378
|
-
PoolArn?: string;
|
|
3379
|
-
}
|
|
3380
|
-
export declare namespace CoipPool {
|
|
3381
|
-
|
|
3382
|
-
const filterSensitiveLog: (obj: CoipPool) => any;
|
|
3383
|
-
}
|
|
3384
|
-
export interface DescribeCoipPoolsResult {
|
|
3385
|
-
|
|
3386
|
-
CoipPools?: CoipPool[];
|
|
3387
|
-
|
|
3388
|
-
NextToken?: string;
|
|
3389
|
-
}
|
|
3390
|
-
export declare namespace DescribeCoipPoolsResult {
|
|
3391
|
-
|
|
3392
|
-
const filterSensitiveLog: (obj: DescribeCoipPoolsResult) => any;
|
|
3393
|
-
}
|
|
3394
|
-
export interface DescribeConversionTasksRequest {
|
|
3395
|
-
|
|
3396
|
-
ConversionTaskIds?: string[];
|
|
3397
|
-
|
|
3398
|
-
DryRun?: boolean;
|
|
3399
|
-
}
|
|
3400
|
-
export declare namespace DescribeConversionTasksRequest {
|
|
3401
|
-
|
|
3402
|
-
const filterSensitiveLog: (obj: DescribeConversionTasksRequest) => any;
|
|
3403
|
-
}
|
|
3404
|
-
|
|
3405
|
-
export interface DiskImageDescription {
|
|
3406
|
-
|
|
3407
|
-
Checksum?: string;
|
|
3408
|
-
|
|
3409
|
-
Format?: DiskImageFormat | string;
|
|
3410
|
-
|
|
3411
|
-
ImportManifestUrl?: string;
|
|
3412
|
-
|
|
3413
|
-
Size?: number;
|
|
3414
|
-
}
|
|
3415
|
-
export declare namespace DiskImageDescription {
|
|
3416
|
-
|
|
3417
|
-
const filterSensitiveLog: (obj: DiskImageDescription) => any;
|
|
3418
|
-
}
|
|
3419
|
-
|
|
3420
|
-
export interface DiskImageVolumeDescription {
|
|
3421
|
-
|
|
3422
|
-
Id?: string;
|
|
3423
|
-
|
|
3424
|
-
Size?: number;
|
|
3425
|
-
}
|
|
3426
|
-
export declare namespace DiskImageVolumeDescription {
|
|
3427
|
-
|
|
3428
|
-
const filterSensitiveLog: (obj: DiskImageVolumeDescription) => any;
|
|
3429
|
-
}
|
|
@@ -1,6 +1,69 @@
|
|
|
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
|
-
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,
|
|
3
|
-
import {
|
|
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, TransitGatewayRouteTableRoute } from "./models_0";
|
|
2
|
+
import { BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, 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, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType } from "./models_1";
|
|
3
|
+
import { Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_2";
|
|
4
|
+
|
|
5
|
+
export interface CoipPool {
|
|
6
|
+
|
|
7
|
+
PoolId?: string;
|
|
8
|
+
|
|
9
|
+
PoolCidrs?: string[];
|
|
10
|
+
|
|
11
|
+
LocalGatewayRouteTableId?: string;
|
|
12
|
+
|
|
13
|
+
Tags?: Tag[];
|
|
14
|
+
|
|
15
|
+
PoolArn?: string;
|
|
16
|
+
}
|
|
17
|
+
export declare namespace CoipPool {
|
|
18
|
+
|
|
19
|
+
const filterSensitiveLog: (obj: CoipPool) => any;
|
|
20
|
+
}
|
|
21
|
+
export interface DescribeCoipPoolsResult {
|
|
22
|
+
|
|
23
|
+
CoipPools?: CoipPool[];
|
|
24
|
+
|
|
25
|
+
NextToken?: string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace DescribeCoipPoolsResult {
|
|
28
|
+
|
|
29
|
+
const filterSensitiveLog: (obj: DescribeCoipPoolsResult) => any;
|
|
30
|
+
}
|
|
31
|
+
export interface DescribeConversionTasksRequest {
|
|
32
|
+
|
|
33
|
+
ConversionTaskIds?: string[];
|
|
34
|
+
|
|
35
|
+
DryRun?: boolean;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace DescribeConversionTasksRequest {
|
|
38
|
+
|
|
39
|
+
const filterSensitiveLog: (obj: DescribeConversionTasksRequest) => any;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export interface DiskImageDescription {
|
|
43
|
+
|
|
44
|
+
Checksum?: string;
|
|
45
|
+
|
|
46
|
+
Format?: DiskImageFormat | string;
|
|
47
|
+
|
|
48
|
+
ImportManifestUrl?: string;
|
|
49
|
+
|
|
50
|
+
Size?: number;
|
|
51
|
+
}
|
|
52
|
+
export declare namespace DiskImageDescription {
|
|
53
|
+
|
|
54
|
+
const filterSensitiveLog: (obj: DiskImageDescription) => any;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export interface DiskImageVolumeDescription {
|
|
58
|
+
|
|
59
|
+
Id?: string;
|
|
60
|
+
|
|
61
|
+
Size?: number;
|
|
62
|
+
}
|
|
63
|
+
export declare namespace DiskImageVolumeDescription {
|
|
64
|
+
|
|
65
|
+
const filterSensitiveLog: (obj: DiskImageVolumeDescription) => any;
|
|
66
|
+
}
|
|
4
67
|
|
|
5
68
|
export interface ImportInstanceVolumeDetailItem {
|
|
6
69
|
|
|
@@ -1880,6 +1943,19 @@ export declare namespace LicenseConfiguration {
|
|
|
1880
1943
|
|
|
1881
1944
|
const filterSensitiveLog: (obj: LicenseConfiguration) => any;
|
|
1882
1945
|
}
|
|
1946
|
+
export declare enum InstanceAutoRecoveryState {
|
|
1947
|
+
default = "default",
|
|
1948
|
+
disabled = "disabled"
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
export interface InstanceMaintenanceOptions {
|
|
1952
|
+
|
|
1953
|
+
AutoRecovery?: InstanceAutoRecoveryState | string;
|
|
1954
|
+
}
|
|
1955
|
+
export declare namespace InstanceMaintenanceOptions {
|
|
1956
|
+
|
|
1957
|
+
const filterSensitiveLog: (obj: InstanceMaintenanceOptions) => any;
|
|
1958
|
+
}
|
|
1883
1959
|
export declare type InstanceMetadataEndpointState = "disabled" | "enabled";
|
|
1884
1960
|
export declare enum InstanceMetadataProtocolState {
|
|
1885
1961
|
disabled = "disabled",
|
|
@@ -2170,6 +2246,8 @@ export interface Instance {
|
|
|
2170
2246
|
PrivateDnsNameOptions?: PrivateDnsNameOptionsResponse;
|
|
2171
2247
|
|
|
2172
2248
|
Ipv6Address?: string;
|
|
2249
|
+
|
|
2250
|
+
MaintenanceOptions?: InstanceMaintenanceOptions;
|
|
2173
2251
|
}
|
|
2174
2252
|
export declare namespace Instance {
|
|
2175
2253
|
|
|
@@ -3562,6 +3640,14 @@ export interface Explanation {
|
|
|
3562
3640
|
VpnConnection?: AnalysisComponent;
|
|
3563
3641
|
|
|
3564
3642
|
VpnGateway?: AnalysisComponent;
|
|
3643
|
+
|
|
3644
|
+
TransitGateway?: AnalysisComponent;
|
|
3645
|
+
|
|
3646
|
+
TransitGatewayRouteTable?: AnalysisComponent;
|
|
3647
|
+
|
|
3648
|
+
TransitGatewayRouteTableRoute?: TransitGatewayRouteTableRoute;
|
|
3649
|
+
|
|
3650
|
+
TransitGatewayAttachment?: AnalysisComponent;
|
|
3565
3651
|
}
|
|
3566
3652
|
export declare namespace Explanation {
|
|
3567
3653
|
|
|
@@ -3914,53 +4000,3 @@ export declare namespace DescribeRegionsResult {
|
|
|
3914
4000
|
|
|
3915
4001
|
const filterSensitiveLog: (obj: DescribeRegionsResult) => any;
|
|
3916
4002
|
}
|
|
3917
|
-
export interface DescribeReplaceRootVolumeTasksRequest {
|
|
3918
|
-
|
|
3919
|
-
ReplaceRootVolumeTaskIds?: string[];
|
|
3920
|
-
|
|
3921
|
-
Filters?: Filter[];
|
|
3922
|
-
|
|
3923
|
-
MaxResults?: number;
|
|
3924
|
-
|
|
3925
|
-
NextToken?: string;
|
|
3926
|
-
|
|
3927
|
-
DryRun?: boolean;
|
|
3928
|
-
}
|
|
3929
|
-
export declare namespace DescribeReplaceRootVolumeTasksRequest {
|
|
3930
|
-
|
|
3931
|
-
const filterSensitiveLog: (obj: DescribeReplaceRootVolumeTasksRequest) => any;
|
|
3932
|
-
}
|
|
3933
|
-
export interface DescribeReplaceRootVolumeTasksResult {
|
|
3934
|
-
|
|
3935
|
-
ReplaceRootVolumeTasks?: ReplaceRootVolumeTask[];
|
|
3936
|
-
|
|
3937
|
-
NextToken?: string;
|
|
3938
|
-
}
|
|
3939
|
-
export declare namespace DescribeReplaceRootVolumeTasksResult {
|
|
3940
|
-
|
|
3941
|
-
const filterSensitiveLog: (obj: DescribeReplaceRootVolumeTasksResult) => any;
|
|
3942
|
-
}
|
|
3943
|
-
export declare enum OfferingClassType {
|
|
3944
|
-
CONVERTIBLE = "convertible",
|
|
3945
|
-
STANDARD = "standard"
|
|
3946
|
-
}
|
|
3947
|
-
export declare type OfferingTypeValues = "All Upfront" | "Heavy Utilization" | "Light Utilization" | "Medium Utilization" | "No Upfront" | "Partial Upfront";
|
|
3948
|
-
|
|
3949
|
-
export interface DescribeReservedInstancesRequest {
|
|
3950
|
-
|
|
3951
|
-
Filters?: Filter[];
|
|
3952
|
-
|
|
3953
|
-
OfferingClass?: OfferingClassType | string;
|
|
3954
|
-
|
|
3955
|
-
ReservedInstancesIds?: string[];
|
|
3956
|
-
|
|
3957
|
-
DryRun?: boolean;
|
|
3958
|
-
|
|
3959
|
-
OfferingType?: OfferingTypeValues | string;
|
|
3960
|
-
}
|
|
3961
|
-
export declare namespace DescribeReservedInstancesRequest {
|
|
3962
|
-
|
|
3963
|
-
const filterSensitiveLog: (obj: DescribeReservedInstancesRequest) => any;
|
|
3964
|
-
}
|
|
3965
|
-
export declare type RIProductDescription = "Linux/UNIX" | "Linux/UNIX (Amazon VPC)" | "Windows" | "Windows (Amazon VPC)";
|
|
3966
|
-
export declare type RecurringChargeFrequency = "Hourly";
|
|
@@ -1,7 +1,57 @@
|
|
|
1
1
|
import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AssociationStatus, BatchState, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, ReservedInstancesListing, ResourceType, SecurityGroupRule, Subnet, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, Tenancy, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, Vpc, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { BlockDeviceMapping, DiskImageFormat, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements,
|
|
3
|
-
import { ConnectionNotification, DnsEntry, DnsNameState, Filter, PayerResponsibility, ServiceConfiguration, ServiceTypeDetail, State, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayRouteTable, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
-
import {
|
|
2
|
+
import { BlockDeviceMapping, DiskImageFormat, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, TargetCapacityUnitType, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, VolumeType } from "./models_1";
|
|
3
|
+
import { ConnectionNotification, DnsEntry, DnsNameState, Filter, PayerResponsibility, ServiceConfiguration, ServiceTypeDetail, State, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayRouteTable, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
+
import { AttributeBooleanValue, EventInformation, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, ProductCode } from "./models_3";
|
|
5
|
+
export interface DescribeReplaceRootVolumeTasksRequest {
|
|
6
|
+
|
|
7
|
+
ReplaceRootVolumeTaskIds?: string[];
|
|
8
|
+
|
|
9
|
+
Filters?: Filter[];
|
|
10
|
+
|
|
11
|
+
MaxResults?: number;
|
|
12
|
+
|
|
13
|
+
NextToken?: string;
|
|
14
|
+
|
|
15
|
+
DryRun?: boolean;
|
|
16
|
+
}
|
|
17
|
+
export declare namespace DescribeReplaceRootVolumeTasksRequest {
|
|
18
|
+
|
|
19
|
+
const filterSensitiveLog: (obj: DescribeReplaceRootVolumeTasksRequest) => any;
|
|
20
|
+
}
|
|
21
|
+
export interface DescribeReplaceRootVolumeTasksResult {
|
|
22
|
+
|
|
23
|
+
ReplaceRootVolumeTasks?: ReplaceRootVolumeTask[];
|
|
24
|
+
|
|
25
|
+
NextToken?: string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace DescribeReplaceRootVolumeTasksResult {
|
|
28
|
+
|
|
29
|
+
const filterSensitiveLog: (obj: DescribeReplaceRootVolumeTasksResult) => any;
|
|
30
|
+
}
|
|
31
|
+
export declare enum OfferingClassType {
|
|
32
|
+
CONVERTIBLE = "convertible",
|
|
33
|
+
STANDARD = "standard"
|
|
34
|
+
}
|
|
35
|
+
export declare type OfferingTypeValues = "All Upfront" | "Heavy Utilization" | "Light Utilization" | "Medium Utilization" | "No Upfront" | "Partial Upfront";
|
|
36
|
+
|
|
37
|
+
export interface DescribeReservedInstancesRequest {
|
|
38
|
+
|
|
39
|
+
Filters?: Filter[];
|
|
40
|
+
|
|
41
|
+
OfferingClass?: OfferingClassType | string;
|
|
42
|
+
|
|
43
|
+
ReservedInstancesIds?: string[];
|
|
44
|
+
|
|
45
|
+
DryRun?: boolean;
|
|
46
|
+
|
|
47
|
+
OfferingType?: OfferingTypeValues | string;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace DescribeReservedInstancesRequest {
|
|
50
|
+
|
|
51
|
+
const filterSensitiveLog: (obj: DescribeReservedInstancesRequest) => any;
|
|
52
|
+
}
|
|
53
|
+
export declare type RIProductDescription = "Linux/UNIX" | "Linux/UNIX (Amazon VPC)" | "Windows" | "Windows (Amazon VPC)";
|
|
54
|
+
export declare type RecurringChargeFrequency = "Hourly";
|
|
5
55
|
|
|
6
56
|
export interface RecurringCharge {
|
|
7
57
|
|
|
@@ -3831,103 +3881,3 @@ export declare namespace GetFlowLogsIntegrationTemplateResult {
|
|
|
3831
3881
|
|
|
3832
3882
|
const filterSensitiveLog: (obj: GetFlowLogsIntegrationTemplateResult) => any;
|
|
3833
3883
|
}
|
|
3834
|
-
export interface GetGroupsForCapacityReservationRequest {
|
|
3835
|
-
|
|
3836
|
-
CapacityReservationId: string | undefined;
|
|
3837
|
-
|
|
3838
|
-
NextToken?: string;
|
|
3839
|
-
|
|
3840
|
-
MaxResults?: number;
|
|
3841
|
-
|
|
3842
|
-
DryRun?: boolean;
|
|
3843
|
-
}
|
|
3844
|
-
export declare namespace GetGroupsForCapacityReservationRequest {
|
|
3845
|
-
|
|
3846
|
-
const filterSensitiveLog: (obj: GetGroupsForCapacityReservationRequest) => any;
|
|
3847
|
-
}
|
|
3848
|
-
|
|
3849
|
-
export interface CapacityReservationGroup {
|
|
3850
|
-
|
|
3851
|
-
GroupArn?: string;
|
|
3852
|
-
|
|
3853
|
-
OwnerId?: string;
|
|
3854
|
-
}
|
|
3855
|
-
export declare namespace CapacityReservationGroup {
|
|
3856
|
-
|
|
3857
|
-
const filterSensitiveLog: (obj: CapacityReservationGroup) => any;
|
|
3858
|
-
}
|
|
3859
|
-
export interface GetGroupsForCapacityReservationResult {
|
|
3860
|
-
|
|
3861
|
-
NextToken?: string;
|
|
3862
|
-
|
|
3863
|
-
CapacityReservationGroups?: CapacityReservationGroup[];
|
|
3864
|
-
}
|
|
3865
|
-
export declare namespace GetGroupsForCapacityReservationResult {
|
|
3866
|
-
|
|
3867
|
-
const filterSensitiveLog: (obj: GetGroupsForCapacityReservationResult) => any;
|
|
3868
|
-
}
|
|
3869
|
-
export interface GetHostReservationPurchasePreviewRequest {
|
|
3870
|
-
|
|
3871
|
-
HostIdSet: string[] | undefined;
|
|
3872
|
-
|
|
3873
|
-
OfferingId: string | undefined;
|
|
3874
|
-
}
|
|
3875
|
-
export declare namespace GetHostReservationPurchasePreviewRequest {
|
|
3876
|
-
|
|
3877
|
-
const filterSensitiveLog: (obj: GetHostReservationPurchasePreviewRequest) => any;
|
|
3878
|
-
}
|
|
3879
|
-
|
|
3880
|
-
export interface Purchase {
|
|
3881
|
-
|
|
3882
|
-
CurrencyCode?: CurrencyCodeValues | string;
|
|
3883
|
-
|
|
3884
|
-
Duration?: number;
|
|
3885
|
-
|
|
3886
|
-
HostIdSet?: string[];
|
|
3887
|
-
|
|
3888
|
-
HostReservationId?: string;
|
|
3889
|
-
|
|
3890
|
-
HourlyPrice?: string;
|
|
3891
|
-
|
|
3892
|
-
InstanceFamily?: string;
|
|
3893
|
-
|
|
3894
|
-
PaymentOption?: PaymentOption | string;
|
|
3895
|
-
|
|
3896
|
-
UpfrontPrice?: string;
|
|
3897
|
-
}
|
|
3898
|
-
export declare namespace Purchase {
|
|
3899
|
-
|
|
3900
|
-
const filterSensitiveLog: (obj: Purchase) => any;
|
|
3901
|
-
}
|
|
3902
|
-
export interface GetHostReservationPurchasePreviewResult {
|
|
3903
|
-
|
|
3904
|
-
CurrencyCode?: CurrencyCodeValues | string;
|
|
3905
|
-
|
|
3906
|
-
Purchase?: Purchase[];
|
|
3907
|
-
|
|
3908
|
-
TotalHourlyPrice?: string;
|
|
3909
|
-
|
|
3910
|
-
TotalUpfrontPrice?: string;
|
|
3911
|
-
}
|
|
3912
|
-
export declare namespace GetHostReservationPurchasePreviewResult {
|
|
3913
|
-
|
|
3914
|
-
const filterSensitiveLog: (obj: GetHostReservationPurchasePreviewResult) => any;
|
|
3915
|
-
}
|
|
3916
|
-
export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
3917
|
-
|
|
3918
|
-
DryRun?: boolean;
|
|
3919
|
-
|
|
3920
|
-
ArchitectureTypes: (ArchitectureType | string)[] | undefined;
|
|
3921
|
-
|
|
3922
|
-
VirtualizationTypes: (VirtualizationType | string)[] | undefined;
|
|
3923
|
-
|
|
3924
|
-
InstanceRequirements: InstanceRequirementsRequest | undefined;
|
|
3925
|
-
|
|
3926
|
-
MaxResults?: number;
|
|
3927
|
-
|
|
3928
|
-
NextToken?: string;
|
|
3929
|
-
}
|
|
3930
|
-
export declare namespace GetInstanceTypesFromInstanceRequirementsRequest {
|
|
3931
|
-
|
|
3932
|
-
const filterSensitiveLog: (obj: GetInstanceTypesFromInstanceRequirementsRequest) => any;
|
|
3933
|
-
}
|
|
@@ -1,8 +1,108 @@
|
|
|
1
|
-
import { _InstanceType, AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute,
|
|
1
|
+
import { _InstanceType, AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AttributeValue, AutoPlacement, ByoipCidr, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EndDateType, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpamPoolAllocation, Ipv6SupportValue, PortRange, RouteTableAssociationState, SelfServicePortal, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
2
|
import { AutoAcceptSharedAttachmentsValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DiskImageFormat, FleetLaunchTemplateConfigRequest, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, RuleAction, ShutdownBehavior, SpotInstanceType, SubnetCidrReservation, TargetCapacitySpecificationRequest, TargetCapacityUnitType, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, VolumeType, VpnEcmpSupportValue } from "./models_1";
|
|
3
3
|
import { Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TransitGatewayPrefixListReference, TransitGatewayRoute, VpnConnection } from "./models_2";
|
|
4
|
-
import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, Monitoring, PermissionGroup, PublicIpv4PoolRange, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_3";
|
|
5
|
-
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceFamilyCreditSpecification, InstanceNetworkInterfaceSpecification, LaunchTemplateConfig,
|
|
4
|
+
import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, Monitoring, PaymentOption, PermissionGroup, PublicIpv4PoolRange, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_3";
|
|
5
|
+
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceFamilyCreditSpecification, InstanceNetworkInterfaceSpecification, LaunchTemplateConfig, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VolumeModification } from "./models_4";
|
|
6
|
+
export interface GetGroupsForCapacityReservationRequest {
|
|
7
|
+
|
|
8
|
+
CapacityReservationId: string | undefined;
|
|
9
|
+
|
|
10
|
+
NextToken?: string;
|
|
11
|
+
|
|
12
|
+
MaxResults?: number;
|
|
13
|
+
|
|
14
|
+
DryRun?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export declare namespace GetGroupsForCapacityReservationRequest {
|
|
17
|
+
|
|
18
|
+
const filterSensitiveLog: (obj: GetGroupsForCapacityReservationRequest) => any;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export interface CapacityReservationGroup {
|
|
22
|
+
|
|
23
|
+
GroupArn?: string;
|
|
24
|
+
|
|
25
|
+
OwnerId?: string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace CapacityReservationGroup {
|
|
28
|
+
|
|
29
|
+
const filterSensitiveLog: (obj: CapacityReservationGroup) => any;
|
|
30
|
+
}
|
|
31
|
+
export interface GetGroupsForCapacityReservationResult {
|
|
32
|
+
|
|
33
|
+
NextToken?: string;
|
|
34
|
+
|
|
35
|
+
CapacityReservationGroups?: CapacityReservationGroup[];
|
|
36
|
+
}
|
|
37
|
+
export declare namespace GetGroupsForCapacityReservationResult {
|
|
38
|
+
|
|
39
|
+
const filterSensitiveLog: (obj: GetGroupsForCapacityReservationResult) => any;
|
|
40
|
+
}
|
|
41
|
+
export interface GetHostReservationPurchasePreviewRequest {
|
|
42
|
+
|
|
43
|
+
HostIdSet: string[] | undefined;
|
|
44
|
+
|
|
45
|
+
OfferingId: string | undefined;
|
|
46
|
+
}
|
|
47
|
+
export declare namespace GetHostReservationPurchasePreviewRequest {
|
|
48
|
+
|
|
49
|
+
const filterSensitiveLog: (obj: GetHostReservationPurchasePreviewRequest) => any;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export interface Purchase {
|
|
53
|
+
|
|
54
|
+
CurrencyCode?: CurrencyCodeValues | string;
|
|
55
|
+
|
|
56
|
+
Duration?: number;
|
|
57
|
+
|
|
58
|
+
HostIdSet?: string[];
|
|
59
|
+
|
|
60
|
+
HostReservationId?: string;
|
|
61
|
+
|
|
62
|
+
HourlyPrice?: string;
|
|
63
|
+
|
|
64
|
+
InstanceFamily?: string;
|
|
65
|
+
|
|
66
|
+
PaymentOption?: PaymentOption | string;
|
|
67
|
+
|
|
68
|
+
UpfrontPrice?: string;
|
|
69
|
+
}
|
|
70
|
+
export declare namespace Purchase {
|
|
71
|
+
|
|
72
|
+
const filterSensitiveLog: (obj: Purchase) => any;
|
|
73
|
+
}
|
|
74
|
+
export interface GetHostReservationPurchasePreviewResult {
|
|
75
|
+
|
|
76
|
+
CurrencyCode?: CurrencyCodeValues | string;
|
|
77
|
+
|
|
78
|
+
Purchase?: Purchase[];
|
|
79
|
+
|
|
80
|
+
TotalHourlyPrice?: string;
|
|
81
|
+
|
|
82
|
+
TotalUpfrontPrice?: string;
|
|
83
|
+
}
|
|
84
|
+
export declare namespace GetHostReservationPurchasePreviewResult {
|
|
85
|
+
|
|
86
|
+
const filterSensitiveLog: (obj: GetHostReservationPurchasePreviewResult) => any;
|
|
87
|
+
}
|
|
88
|
+
export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
89
|
+
|
|
90
|
+
DryRun?: boolean;
|
|
91
|
+
|
|
92
|
+
ArchitectureTypes: (ArchitectureType | string)[] | undefined;
|
|
93
|
+
|
|
94
|
+
VirtualizationTypes: (VirtualizationType | string)[] | undefined;
|
|
95
|
+
|
|
96
|
+
InstanceRequirements: InstanceRequirementsRequest | undefined;
|
|
97
|
+
|
|
98
|
+
MaxResults?: number;
|
|
99
|
+
|
|
100
|
+
NextToken?: string;
|
|
101
|
+
}
|
|
102
|
+
export declare namespace GetInstanceTypesFromInstanceRequirementsRequest {
|
|
103
|
+
|
|
104
|
+
const filterSensitiveLog: (obj: GetInstanceTypesFromInstanceRequirementsRequest) => any;
|
|
105
|
+
}
|
|
6
106
|
|
|
7
107
|
export interface InstanceTypeInfoFromInstanceRequirements {
|
|
8
108
|
|
|
@@ -1842,6 +1942,28 @@ export declare namespace ModifyInstanceEventWindowResult {
|
|
|
1842
1942
|
|
|
1843
1943
|
const filterSensitiveLog: (obj: ModifyInstanceEventWindowResult) => any;
|
|
1844
1944
|
}
|
|
1945
|
+
export interface ModifyInstanceMaintenanceOptionsRequest {
|
|
1946
|
+
|
|
1947
|
+
InstanceId: string | undefined;
|
|
1948
|
+
|
|
1949
|
+
AutoRecovery?: InstanceAutoRecoveryState | string;
|
|
1950
|
+
|
|
1951
|
+
DryRun?: boolean;
|
|
1952
|
+
}
|
|
1953
|
+
export declare namespace ModifyInstanceMaintenanceOptionsRequest {
|
|
1954
|
+
|
|
1955
|
+
const filterSensitiveLog: (obj: ModifyInstanceMaintenanceOptionsRequest) => any;
|
|
1956
|
+
}
|
|
1957
|
+
export interface ModifyInstanceMaintenanceOptionsResult {
|
|
1958
|
+
|
|
1959
|
+
InstanceId?: string;
|
|
1960
|
+
|
|
1961
|
+
AutoRecovery?: InstanceAutoRecoveryState | string;
|
|
1962
|
+
}
|
|
1963
|
+
export declare namespace ModifyInstanceMaintenanceOptionsResult {
|
|
1964
|
+
|
|
1965
|
+
const filterSensitiveLog: (obj: ModifyInstanceMaintenanceOptionsResult) => any;
|
|
1966
|
+
}
|
|
1845
1967
|
export interface ModifyInstanceMetadataOptionsRequest {
|
|
1846
1968
|
|
|
1847
1969
|
InstanceId: string | undefined;
|
|
@@ -3764,74 +3886,3 @@ export declare namespace RequestSpotInstancesResult {
|
|
|
3764
3886
|
|
|
3765
3887
|
const filterSensitiveLog: (obj: RequestSpotInstancesResult) => any;
|
|
3766
3888
|
}
|
|
3767
|
-
export interface ResetAddressAttributeRequest {
|
|
3768
|
-
|
|
3769
|
-
AllocationId: string | undefined;
|
|
3770
|
-
|
|
3771
|
-
Attribute: AddressAttributeName | string | undefined;
|
|
3772
|
-
|
|
3773
|
-
DryRun?: boolean;
|
|
3774
|
-
}
|
|
3775
|
-
export declare namespace ResetAddressAttributeRequest {
|
|
3776
|
-
|
|
3777
|
-
const filterSensitiveLog: (obj: ResetAddressAttributeRequest) => any;
|
|
3778
|
-
}
|
|
3779
|
-
export interface ResetAddressAttributeResult {
|
|
3780
|
-
|
|
3781
|
-
Address?: AddressAttribute;
|
|
3782
|
-
}
|
|
3783
|
-
export declare namespace ResetAddressAttributeResult {
|
|
3784
|
-
|
|
3785
|
-
const filterSensitiveLog: (obj: ResetAddressAttributeResult) => any;
|
|
3786
|
-
}
|
|
3787
|
-
export interface ResetEbsDefaultKmsKeyIdRequest {
|
|
3788
|
-
|
|
3789
|
-
DryRun?: boolean;
|
|
3790
|
-
}
|
|
3791
|
-
export declare namespace ResetEbsDefaultKmsKeyIdRequest {
|
|
3792
|
-
|
|
3793
|
-
const filterSensitiveLog: (obj: ResetEbsDefaultKmsKeyIdRequest) => any;
|
|
3794
|
-
}
|
|
3795
|
-
export interface ResetEbsDefaultKmsKeyIdResult {
|
|
3796
|
-
|
|
3797
|
-
KmsKeyId?: string;
|
|
3798
|
-
}
|
|
3799
|
-
export declare namespace ResetEbsDefaultKmsKeyIdResult {
|
|
3800
|
-
|
|
3801
|
-
const filterSensitiveLog: (obj: ResetEbsDefaultKmsKeyIdResult) => any;
|
|
3802
|
-
}
|
|
3803
|
-
export declare type ResetFpgaImageAttributeName = "loadPermission";
|
|
3804
|
-
export interface ResetFpgaImageAttributeRequest {
|
|
3805
|
-
|
|
3806
|
-
DryRun?: boolean;
|
|
3807
|
-
|
|
3808
|
-
FpgaImageId: string | undefined;
|
|
3809
|
-
|
|
3810
|
-
Attribute?: ResetFpgaImageAttributeName | string;
|
|
3811
|
-
}
|
|
3812
|
-
export declare namespace ResetFpgaImageAttributeRequest {
|
|
3813
|
-
|
|
3814
|
-
const filterSensitiveLog: (obj: ResetFpgaImageAttributeRequest) => any;
|
|
3815
|
-
}
|
|
3816
|
-
export interface ResetFpgaImageAttributeResult {
|
|
3817
|
-
|
|
3818
|
-
Return?: boolean;
|
|
3819
|
-
}
|
|
3820
|
-
export declare namespace ResetFpgaImageAttributeResult {
|
|
3821
|
-
|
|
3822
|
-
const filterSensitiveLog: (obj: ResetFpgaImageAttributeResult) => any;
|
|
3823
|
-
}
|
|
3824
|
-
export declare type ResetImageAttributeName = "launchPermission";
|
|
3825
|
-
|
|
3826
|
-
export interface ResetImageAttributeRequest {
|
|
3827
|
-
|
|
3828
|
-
Attribute: ResetImageAttributeName | string | undefined;
|
|
3829
|
-
|
|
3830
|
-
ImageId: string | undefined;
|
|
3831
|
-
|
|
3832
|
-
DryRun?: boolean;
|
|
3833
|
-
}
|
|
3834
|
-
export declare namespace ResetImageAttributeRequest {
|
|
3835
|
-
|
|
3836
|
-
const filterSensitiveLog: (obj: ResetImageAttributeRequest) => any;
|
|
3837
|
-
}
|