@aws-sdk/client-ec2 3.664.0 → 3.665.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/dist-cjs/index.js +1546 -1537
- package/dist-es/commands/ReportInstanceStatusCommand.js +2 -1
- package/dist-es/models/models_2.js +1 -1
- package/dist-es/models/models_6.js +1 -1
- package/dist-es/models/models_7.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +1548 -1545
- package/dist-types/commands/AllocateAddressCommand.d.ts +2 -2
- package/dist-types/commands/AllocateHostsCommand.d.ts +5 -5
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +4 -4
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +5 -5
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +6 -2
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/AttachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +32 -32
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -16
- package/dist-types/commands/BundleInstanceCommand.d.ts +8 -8
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +8 -8
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +6 -6
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +4 -4
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +8 -8
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +18 -18
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +9 -9
- package/dist-types/commands/CreateKeyPairCommand.d.ts +4 -4
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +7 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +22 -22
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +4 -4
- package/dist-types/commands/CreateRouteCommand.d.ts +9 -9
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +12 -12
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateVolumeCommand.d.ts +21 -21
- package/dist-types/commands/CreateVpcCommand.d.ts +8 -8
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -4
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +18 -18
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +10 -10
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVpcCommand.d.ts +7 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +9 -9
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +9 -9
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +12 -12
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHostsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +33 -33
- package/dist-types/commands/DescribeImagesCommand.d.ts +29 -29
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +7 -7
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +51 -51
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +6 -6
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -7
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeRegionsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -16
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +18 -18
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +50 -50
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +21 -21
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +9 -9
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVolumesCommand.d.ts +26 -26
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +4 -4
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpcsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +10 -10
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +24 -24
- package/dist-types/commands/ImportKeyPairCommand.d.ts +3 -3
- package/dist-types/commands/ImportVolumeCommand.d.ts +3 -3
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +4 -4
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +5 -5
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +22 -22
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +4 -4
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +15 -15
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +3 -3
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +6 -6
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +6 -6
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +6 -6
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +6 -6
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +28 -28
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/ReplaceRouteCommand.d.ts +9 -9
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +4 -4
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +8 -8
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +20 -20
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -39
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +31 -31
- package/dist-types/commands/RunInstancesCommand.d.ts +114 -114
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +15 -15
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +15 -15
- package/dist-types/models/models_0.d.ts +264 -265
- package/dist-types/models/models_1.d.ts +230 -230
- package/dist-types/models/models_2.d.ts +378 -381
- package/dist-types/models/models_3.d.ts +217 -217
- package/dist-types/models/models_4.d.ts +851 -851
- package/dist-types/models/models_5.d.ts +203 -203
- package/dist-types/models/models_6.d.ts +228 -220
- package/dist-types/models/models_7.d.ts +340 -334
- package/dist-types/ts3.4/models/models_0.d.ts +56 -56
- package/dist-types/ts3.4/models/models_1.d.ts +41 -41
- package/dist-types/ts3.4/models/models_2.d.ts +71 -71
- package/dist-types/ts3.4/models/models_3.d.ts +27 -27
- package/dist-types/ts3.4/models/models_4.d.ts +112 -112
- package/dist-types/ts3.4/models/models_5.d.ts +27 -27
- package/dist-types/ts3.4/models/models_6.d.ts +42 -41
- package/dist-types/ts3.4/models/models_7.d.ts +64 -61
- package/package.json +5 -5
|
@@ -106,20 +106,8 @@ export declare const VirtualizationType: {
|
|
|
106
106
|
export type VirtualizationType =
|
|
107
107
|
(typeof VirtualizationType)[keyof typeof VirtualizationType];
|
|
108
108
|
export interface Image {
|
|
109
|
-
Architecture?: ArchitectureValues;
|
|
110
|
-
CreationDate?: string;
|
|
111
|
-
ImageId?: string;
|
|
112
|
-
ImageLocation?: string;
|
|
113
|
-
ImageType?: ImageTypeValues;
|
|
114
|
-
Public?: boolean;
|
|
115
|
-
KernelId?: string;
|
|
116
|
-
OwnerId?: string;
|
|
117
|
-
Platform?: PlatformValues;
|
|
118
109
|
PlatformDetails?: string;
|
|
119
110
|
UsageOperation?: string;
|
|
120
|
-
ProductCodes?: ProductCode[];
|
|
121
|
-
RamdiskId?: string;
|
|
122
|
-
State?: ImageState;
|
|
123
111
|
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
124
112
|
Description?: string;
|
|
125
113
|
EnaSupport?: boolean;
|
|
@@ -139,10 +127,22 @@ export interface Image {
|
|
|
139
127
|
SourceInstanceId?: string;
|
|
140
128
|
DeregistrationProtection?: string;
|
|
141
129
|
LastLaunchedTime?: string;
|
|
130
|
+
ImageId?: string;
|
|
131
|
+
ImageLocation?: string;
|
|
132
|
+
State?: ImageState;
|
|
133
|
+
OwnerId?: string;
|
|
134
|
+
CreationDate?: string;
|
|
135
|
+
Public?: boolean;
|
|
136
|
+
ProductCodes?: ProductCode[];
|
|
137
|
+
Architecture?: ArchitectureValues;
|
|
138
|
+
ImageType?: ImageTypeValues;
|
|
139
|
+
KernelId?: string;
|
|
140
|
+
RamdiskId?: string;
|
|
141
|
+
Platform?: PlatformValues;
|
|
142
142
|
}
|
|
143
143
|
export interface DescribeImagesResult {
|
|
144
|
-
Images?: Image[];
|
|
145
144
|
NextToken?: string;
|
|
145
|
+
Images?: Image[];
|
|
146
146
|
}
|
|
147
147
|
export interface DescribeImportImageTasksRequest {
|
|
148
148
|
DryRun?: boolean;
|
|
@@ -244,9 +244,9 @@ export declare const InstanceAttributeName: {
|
|
|
244
244
|
export type InstanceAttributeName =
|
|
245
245
|
(typeof InstanceAttributeName)[keyof typeof InstanceAttributeName];
|
|
246
246
|
export interface DescribeInstanceAttributeRequest {
|
|
247
|
-
Attribute: InstanceAttributeName | undefined;
|
|
248
247
|
DryRun?: boolean;
|
|
249
248
|
InstanceId: string | undefined;
|
|
249
|
+
Attribute: InstanceAttributeName | undefined;
|
|
250
250
|
}
|
|
251
251
|
export interface EbsInstanceBlockDevice {
|
|
252
252
|
AttachTime?: Date;
|
|
@@ -267,7 +267,6 @@ export interface EnclaveOptions {
|
|
|
267
267
|
Enabled?: boolean;
|
|
268
268
|
}
|
|
269
269
|
export interface InstanceAttribute {
|
|
270
|
-
Groups?: GroupIdentifier[];
|
|
271
270
|
BlockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
272
271
|
DisableApiTermination?: AttributeBooleanValue;
|
|
273
272
|
EnaSupport?: AttributeBooleanValue;
|
|
@@ -284,6 +283,7 @@ export interface InstanceAttribute {
|
|
|
284
283
|
SriovNetSupport?: AttributeValue;
|
|
285
284
|
UserData?: AttributeValue;
|
|
286
285
|
DisableApiStop?: AttributeBooleanValue;
|
|
286
|
+
Groups?: GroupIdentifier[];
|
|
287
287
|
}
|
|
288
288
|
export interface DescribeInstanceConnectEndpointsRequest {
|
|
289
289
|
DryRun?: boolean;
|
|
@@ -329,11 +329,11 @@ export interface DescribeInstanceEventWindowsResult {
|
|
|
329
329
|
NextToken?: string;
|
|
330
330
|
}
|
|
331
331
|
export interface DescribeInstancesRequest {
|
|
332
|
-
Filters?: Filter[];
|
|
333
332
|
InstanceIds?: string[];
|
|
334
333
|
DryRun?: boolean;
|
|
335
|
-
|
|
334
|
+
Filters?: Filter[];
|
|
336
335
|
NextToken?: string;
|
|
336
|
+
MaxResults?: number;
|
|
337
337
|
}
|
|
338
338
|
export interface CapacityReservationSpecificationResponse {
|
|
339
339
|
CapacityReservationPreference?: CapacityReservationPreference;
|
|
@@ -514,26 +514,6 @@ export interface InstanceState {
|
|
|
514
514
|
Name?: InstanceStateName;
|
|
515
515
|
}
|
|
516
516
|
export interface Instance {
|
|
517
|
-
AmiLaunchIndex?: number;
|
|
518
|
-
ImageId?: string;
|
|
519
|
-
InstanceId?: string;
|
|
520
|
-
InstanceType?: _InstanceType;
|
|
521
|
-
KernelId?: string;
|
|
522
|
-
KeyName?: string;
|
|
523
|
-
LaunchTime?: Date;
|
|
524
|
-
Monitoring?: Monitoring;
|
|
525
|
-
Placement?: Placement;
|
|
526
|
-
Platform?: PlatformValues;
|
|
527
|
-
PrivateDnsName?: string;
|
|
528
|
-
PrivateIpAddress?: string;
|
|
529
|
-
ProductCodes?: ProductCode[];
|
|
530
|
-
PublicDnsName?: string;
|
|
531
|
-
PublicIpAddress?: string;
|
|
532
|
-
RamdiskId?: string;
|
|
533
|
-
State?: InstanceState;
|
|
534
|
-
StateTransitionReason?: string;
|
|
535
|
-
SubnetId?: string;
|
|
536
|
-
VpcId?: string;
|
|
537
517
|
Architecture?: ArchitectureValues;
|
|
538
518
|
BlockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
539
519
|
ClientToken?: string;
|
|
@@ -571,24 +551,44 @@ export interface Instance {
|
|
|
571
551
|
TpmSupport?: string;
|
|
572
552
|
MaintenanceOptions?: InstanceMaintenanceOptions;
|
|
573
553
|
CurrentInstanceBootMode?: InstanceBootModeValues;
|
|
554
|
+
InstanceId?: string;
|
|
555
|
+
ImageId?: string;
|
|
556
|
+
State?: InstanceState;
|
|
557
|
+
PrivateDnsName?: string;
|
|
558
|
+
PublicDnsName?: string;
|
|
559
|
+
StateTransitionReason?: string;
|
|
560
|
+
KeyName?: string;
|
|
561
|
+
AmiLaunchIndex?: number;
|
|
562
|
+
ProductCodes?: ProductCode[];
|
|
563
|
+
InstanceType?: _InstanceType;
|
|
564
|
+
LaunchTime?: Date;
|
|
565
|
+
Placement?: Placement;
|
|
566
|
+
KernelId?: string;
|
|
567
|
+
RamdiskId?: string;
|
|
568
|
+
Platform?: PlatformValues;
|
|
569
|
+
Monitoring?: Monitoring;
|
|
570
|
+
SubnetId?: string;
|
|
571
|
+
VpcId?: string;
|
|
572
|
+
PrivateIpAddress?: string;
|
|
573
|
+
PublicIpAddress?: string;
|
|
574
574
|
}
|
|
575
575
|
export interface Reservation {
|
|
576
|
-
|
|
577
|
-
Instances?: Instance[];
|
|
576
|
+
ReservationId?: string;
|
|
578
577
|
OwnerId?: string;
|
|
579
578
|
RequesterId?: string;
|
|
580
|
-
|
|
579
|
+
Groups?: GroupIdentifier[];
|
|
580
|
+
Instances?: Instance[];
|
|
581
581
|
}
|
|
582
582
|
export interface DescribeInstancesResult {
|
|
583
|
-
Reservations?: Reservation[];
|
|
584
583
|
NextToken?: string;
|
|
584
|
+
Reservations?: Reservation[];
|
|
585
585
|
}
|
|
586
586
|
export interface DescribeInstanceStatusRequest {
|
|
587
|
-
Filters?: Filter[];
|
|
588
587
|
InstanceIds?: string[];
|
|
589
588
|
MaxResults?: number;
|
|
590
589
|
NextToken?: string;
|
|
591
590
|
DryRun?: boolean;
|
|
591
|
+
Filters?: Filter[];
|
|
592
592
|
IncludeAllInstances?: boolean;
|
|
593
593
|
}
|
|
594
594
|
export declare const StatusName: {
|
|
@@ -992,11 +992,11 @@ export interface DescribeInstanceTypesResult {
|
|
|
992
992
|
NextToken?: string;
|
|
993
993
|
}
|
|
994
994
|
export interface DescribeInternetGatewaysRequest {
|
|
995
|
-
Filters?: Filter[];
|
|
996
|
-
DryRun?: boolean;
|
|
997
|
-
InternetGatewayIds?: string[];
|
|
998
995
|
NextToken?: string;
|
|
999
996
|
MaxResults?: number;
|
|
997
|
+
DryRun?: boolean;
|
|
998
|
+
InternetGatewayIds?: string[];
|
|
999
|
+
Filters?: Filter[];
|
|
1000
1000
|
}
|
|
1001
1001
|
export interface DescribeInternetGatewaysResult {
|
|
1002
1002
|
InternetGateways?: InternetGateway[];
|
|
@@ -1098,20 +1098,20 @@ export interface DescribeIpv6PoolsResult {
|
|
|
1098
1098
|
NextToken?: string;
|
|
1099
1099
|
}
|
|
1100
1100
|
export interface DescribeKeyPairsRequest {
|
|
1101
|
-
Filters?: Filter[];
|
|
1102
1101
|
KeyNames?: string[];
|
|
1103
1102
|
KeyPairIds?: string[];
|
|
1104
|
-
DryRun?: boolean;
|
|
1105
1103
|
IncludePublicKey?: boolean;
|
|
1104
|
+
DryRun?: boolean;
|
|
1105
|
+
Filters?: Filter[];
|
|
1106
1106
|
}
|
|
1107
1107
|
export interface KeyPairInfo {
|
|
1108
1108
|
KeyPairId?: string;
|
|
1109
|
-
KeyFingerprint?: string;
|
|
1110
|
-
KeyName?: string;
|
|
1111
1109
|
KeyType?: KeyType;
|
|
1112
1110
|
Tags?: Tag[];
|
|
1113
1111
|
PublicKey?: string;
|
|
1114
1112
|
CreateTime?: Date;
|
|
1113
|
+
KeyName?: string;
|
|
1114
|
+
KeyFingerprint?: string;
|
|
1115
1115
|
}
|
|
1116
1116
|
export interface DescribeKeyPairsResult {
|
|
1117
1117
|
KeyPairs?: KeyPairInfo[];
|
|
@@ -1290,11 +1290,11 @@ export interface DescribeManagedPrefixListsResult {
|
|
|
1290
1290
|
PrefixLists?: ManagedPrefixList[];
|
|
1291
1291
|
}
|
|
1292
1292
|
export interface DescribeMovingAddressesRequest {
|
|
1293
|
-
Filters?: Filter[];
|
|
1294
1293
|
DryRun?: boolean;
|
|
1295
|
-
MaxResults?: number;
|
|
1296
|
-
NextToken?: string;
|
|
1297
1294
|
PublicIps?: string[];
|
|
1295
|
+
NextToken?: string;
|
|
1296
|
+
Filters?: Filter[];
|
|
1297
|
+
MaxResults?: number;
|
|
1298
1298
|
}
|
|
1299
1299
|
export declare const MoveStatus: {
|
|
1300
1300
|
readonly movingToVpc: "movingToVpc";
|
|
@@ -1321,11 +1321,11 @@ export interface DescribeNatGatewaysResult {
|
|
|
1321
1321
|
NextToken?: string;
|
|
1322
1322
|
}
|
|
1323
1323
|
export interface DescribeNetworkAclsRequest {
|
|
1324
|
-
Filters?: Filter[];
|
|
1325
|
-
DryRun?: boolean;
|
|
1326
|
-
NetworkAclIds?: string[];
|
|
1327
1324
|
NextToken?: string;
|
|
1328
1325
|
MaxResults?: number;
|
|
1326
|
+
DryRun?: boolean;
|
|
1327
|
+
NetworkAclIds?: string[];
|
|
1328
|
+
Filters?: Filter[];
|
|
1329
1329
|
}
|
|
1330
1330
|
export interface DescribeNetworkAclsResult {
|
|
1331
1331
|
NetworkAcls?: NetworkAcl[];
|
|
@@ -1435,9 +1435,9 @@ export declare const NetworkInterfaceAttribute: {
|
|
|
1435
1435
|
export type NetworkInterfaceAttribute =
|
|
1436
1436
|
(typeof NetworkInterfaceAttribute)[keyof typeof NetworkInterfaceAttribute];
|
|
1437
1437
|
export interface DescribeNetworkInterfaceAttributeRequest {
|
|
1438
|
-
Attribute?: NetworkInterfaceAttribute;
|
|
1439
1438
|
DryRun?: boolean;
|
|
1440
1439
|
NetworkInterfaceId: string | undefined;
|
|
1440
|
+
Attribute?: NetworkInterfaceAttribute;
|
|
1441
1441
|
}
|
|
1442
1442
|
export interface DescribeNetworkInterfaceAttributeResult {
|
|
1443
1443
|
Attachment?: NetworkInterfaceAttachment;
|
|
@@ -1458,21 +1458,21 @@ export interface DescribeNetworkInterfacePermissionsResult {
|
|
|
1458
1458
|
NextToken?: string;
|
|
1459
1459
|
}
|
|
1460
1460
|
export interface DescribeNetworkInterfacesRequest {
|
|
1461
|
-
Filters?: Filter[];
|
|
1462
|
-
DryRun?: boolean;
|
|
1463
|
-
NetworkInterfaceIds?: string[];
|
|
1464
1461
|
NextToken?: string;
|
|
1465
1462
|
MaxResults?: number;
|
|
1463
|
+
DryRun?: boolean;
|
|
1464
|
+
NetworkInterfaceIds?: string[];
|
|
1465
|
+
Filters?: Filter[];
|
|
1466
1466
|
}
|
|
1467
1467
|
export interface DescribeNetworkInterfacesResult {
|
|
1468
1468
|
NetworkInterfaces?: NetworkInterface[];
|
|
1469
1469
|
NextToken?: string;
|
|
1470
1470
|
}
|
|
1471
1471
|
export interface DescribePlacementGroupsRequest {
|
|
1472
|
-
|
|
1472
|
+
GroupIds?: string[];
|
|
1473
1473
|
DryRun?: boolean;
|
|
1474
1474
|
GroupNames?: string[];
|
|
1475
|
-
|
|
1475
|
+
Filters?: Filter[];
|
|
1476
1476
|
}
|
|
1477
1477
|
export interface DescribePlacementGroupsResult {
|
|
1478
1478
|
PlacementGroups?: PlacementGroup[];
|
|
@@ -1533,15 +1533,15 @@ export interface DescribePublicIpv4PoolsResult {
|
|
|
1533
1533
|
NextToken?: string;
|
|
1534
1534
|
}
|
|
1535
1535
|
export interface DescribeRegionsRequest {
|
|
1536
|
-
Filters?: Filter[];
|
|
1537
1536
|
RegionNames?: string[];
|
|
1538
|
-
DryRun?: boolean;
|
|
1539
1537
|
AllRegions?: boolean;
|
|
1538
|
+
DryRun?: boolean;
|
|
1539
|
+
Filters?: Filter[];
|
|
1540
1540
|
}
|
|
1541
1541
|
export interface Region {
|
|
1542
|
-
Endpoint?: string;
|
|
1543
|
-
RegionName?: string;
|
|
1544
1542
|
OptInStatus?: string;
|
|
1543
|
+
RegionName?: string;
|
|
1544
|
+
Endpoint?: string;
|
|
1545
1545
|
}
|
|
1546
1546
|
export interface DescribeRegionsResult {
|
|
1547
1547
|
Regions?: Region[];
|
|
@@ -1574,10 +1574,10 @@ export declare const OfferingTypeValues: {
|
|
|
1574
1574
|
export type OfferingTypeValues =
|
|
1575
1575
|
(typeof OfferingTypeValues)[keyof typeof OfferingTypeValues];
|
|
1576
1576
|
export interface DescribeReservedInstancesRequest {
|
|
1577
|
-
Filters?: Filter[];
|
|
1578
1577
|
OfferingClass?: OfferingClassType;
|
|
1579
1578
|
ReservedInstancesIds?: string[];
|
|
1580
1579
|
DryRun?: boolean;
|
|
1580
|
+
Filters?: Filter[];
|
|
1581
1581
|
OfferingType?: OfferingTypeValues;
|
|
1582
1582
|
}
|
|
1583
1583
|
export declare const RIProductDescription: {
|
|
@@ -1613,17 +1613,6 @@ export declare const ReservedInstanceState: {
|
|
|
1613
1613
|
export type ReservedInstanceState =
|
|
1614
1614
|
(typeof ReservedInstanceState)[keyof typeof ReservedInstanceState];
|
|
1615
1615
|
export interface ReservedInstances {
|
|
1616
|
-
AvailabilityZone?: string;
|
|
1617
|
-
Duration?: number;
|
|
1618
|
-
End?: Date;
|
|
1619
|
-
FixedPrice?: number;
|
|
1620
|
-
InstanceCount?: number;
|
|
1621
|
-
InstanceType?: _InstanceType;
|
|
1622
|
-
ProductDescription?: RIProductDescription;
|
|
1623
|
-
ReservedInstancesId?: string;
|
|
1624
|
-
Start?: Date;
|
|
1625
|
-
State?: ReservedInstanceState;
|
|
1626
|
-
UsagePrice?: number;
|
|
1627
1616
|
CurrencyCode?: CurrencyCodeValues;
|
|
1628
1617
|
InstanceTenancy?: Tenancy;
|
|
1629
1618
|
OfferingClass?: OfferingClassType;
|
|
@@ -1631,22 +1620,33 @@ export interface ReservedInstances {
|
|
|
1631
1620
|
RecurringCharges?: RecurringCharge[];
|
|
1632
1621
|
Scope?: Scope;
|
|
1633
1622
|
Tags?: Tag[];
|
|
1623
|
+
ReservedInstancesId?: string;
|
|
1624
|
+
InstanceType?: _InstanceType;
|
|
1625
|
+
AvailabilityZone?: string;
|
|
1626
|
+
Start?: Date;
|
|
1627
|
+
End?: Date;
|
|
1628
|
+
Duration?: number;
|
|
1629
|
+
UsagePrice?: number;
|
|
1630
|
+
FixedPrice?: number;
|
|
1631
|
+
InstanceCount?: number;
|
|
1632
|
+
ProductDescription?: RIProductDescription;
|
|
1633
|
+
State?: ReservedInstanceState;
|
|
1634
1634
|
}
|
|
1635
1635
|
export interface DescribeReservedInstancesResult {
|
|
1636
1636
|
ReservedInstances?: ReservedInstances[];
|
|
1637
1637
|
}
|
|
1638
1638
|
export interface DescribeReservedInstancesListingsRequest {
|
|
1639
|
-
Filters?: Filter[];
|
|
1640
1639
|
ReservedInstancesId?: string;
|
|
1641
1640
|
ReservedInstancesListingId?: string;
|
|
1641
|
+
Filters?: Filter[];
|
|
1642
1642
|
}
|
|
1643
1643
|
export interface DescribeReservedInstancesListingsResult {
|
|
1644
1644
|
ReservedInstancesListings?: ReservedInstancesListing[];
|
|
1645
1645
|
}
|
|
1646
1646
|
export interface DescribeReservedInstancesModificationsRequest {
|
|
1647
|
-
Filters?: Filter[];
|
|
1648
1647
|
ReservedInstancesModificationIds?: string[];
|
|
1649
1648
|
NextToken?: string;
|
|
1649
|
+
Filters?: Filter[];
|
|
1650
1650
|
}
|
|
1651
1651
|
export interface ReservedInstancesConfiguration {
|
|
1652
1652
|
AvailabilityZone?: string;
|
|
@@ -1679,7 +1679,6 @@ export interface DescribeReservedInstancesModificationsResult {
|
|
|
1679
1679
|
}
|
|
1680
1680
|
export interface DescribeReservedInstancesOfferingsRequest {
|
|
1681
1681
|
AvailabilityZone?: string;
|
|
1682
|
-
Filters?: Filter[];
|
|
1683
1682
|
IncludeMarketplace?: boolean;
|
|
1684
1683
|
InstanceType?: _InstanceType;
|
|
1685
1684
|
MaxDuration?: number;
|
|
@@ -1689,23 +1688,17 @@ export interface DescribeReservedInstancesOfferingsRequest {
|
|
|
1689
1688
|
ProductDescription?: RIProductDescription;
|
|
1690
1689
|
ReservedInstancesOfferingIds?: string[];
|
|
1691
1690
|
DryRun?: boolean;
|
|
1691
|
+
Filters?: Filter[];
|
|
1692
1692
|
InstanceTenancy?: Tenancy;
|
|
1693
|
-
MaxResults?: number;
|
|
1694
|
-
NextToken?: string;
|
|
1695
1693
|
OfferingType?: OfferingTypeValues;
|
|
1694
|
+
NextToken?: string;
|
|
1695
|
+
MaxResults?: number;
|
|
1696
1696
|
}
|
|
1697
1697
|
export interface PricingDetail {
|
|
1698
1698
|
Count?: number;
|
|
1699
1699
|
Price?: number;
|
|
1700
1700
|
}
|
|
1701
1701
|
export interface ReservedInstancesOffering {
|
|
1702
|
-
AvailabilityZone?: string;
|
|
1703
|
-
Duration?: number;
|
|
1704
|
-
FixedPrice?: number;
|
|
1705
|
-
InstanceType?: _InstanceType;
|
|
1706
|
-
ProductDescription?: RIProductDescription;
|
|
1707
|
-
ReservedInstancesOfferingId?: string;
|
|
1708
|
-
UsagePrice?: number;
|
|
1709
1702
|
CurrencyCode?: CurrencyCodeValues;
|
|
1710
1703
|
InstanceTenancy?: Tenancy;
|
|
1711
1704
|
Marketplace?: boolean;
|
|
@@ -1714,17 +1707,24 @@ export interface ReservedInstancesOffering {
|
|
|
1714
1707
|
PricingDetails?: PricingDetail[];
|
|
1715
1708
|
RecurringCharges?: RecurringCharge[];
|
|
1716
1709
|
Scope?: Scope;
|
|
1710
|
+
ReservedInstancesOfferingId?: string;
|
|
1711
|
+
InstanceType?: _InstanceType;
|
|
1712
|
+
AvailabilityZone?: string;
|
|
1713
|
+
Duration?: number;
|
|
1714
|
+
UsagePrice?: number;
|
|
1715
|
+
FixedPrice?: number;
|
|
1716
|
+
ProductDescription?: RIProductDescription;
|
|
1717
1717
|
}
|
|
1718
1718
|
export interface DescribeReservedInstancesOfferingsResult {
|
|
1719
|
-
ReservedInstancesOfferings?: ReservedInstancesOffering[];
|
|
1720
1719
|
NextToken?: string;
|
|
1720
|
+
ReservedInstancesOfferings?: ReservedInstancesOffering[];
|
|
1721
1721
|
}
|
|
1722
1722
|
export interface DescribeRouteTablesRequest {
|
|
1723
|
-
Filters?: Filter[];
|
|
1724
|
-
DryRun?: boolean;
|
|
1725
|
-
RouteTableIds?: string[];
|
|
1726
1723
|
NextToken?: string;
|
|
1727
1724
|
MaxResults?: number;
|
|
1725
|
+
DryRun?: boolean;
|
|
1726
|
+
RouteTableIds?: string[];
|
|
1727
|
+
Filters?: Filter[];
|
|
1728
1728
|
}
|
|
1729
1729
|
export interface DescribeRouteTablesResult {
|
|
1730
1730
|
RouteTables?: RouteTable[];
|
|
@@ -1835,26 +1835,26 @@ export interface DescribeSecurityGroupRulesResult {
|
|
|
1835
1835
|
NextToken?: string;
|
|
1836
1836
|
}
|
|
1837
1837
|
export interface DescribeSecurityGroupsRequest {
|
|
1838
|
-
Filters?: Filter[];
|
|
1839
1838
|
GroupIds?: string[];
|
|
1840
1839
|
GroupNames?: string[];
|
|
1841
|
-
DryRun?: boolean;
|
|
1842
1840
|
NextToken?: string;
|
|
1843
1841
|
MaxResults?: number;
|
|
1842
|
+
DryRun?: boolean;
|
|
1843
|
+
Filters?: Filter[];
|
|
1844
1844
|
}
|
|
1845
1845
|
export interface SecurityGroup {
|
|
1846
|
-
Description?: string;
|
|
1847
|
-
GroupName?: string;
|
|
1848
|
-
IpPermissions?: IpPermission[];
|
|
1849
|
-
OwnerId?: string;
|
|
1850
1846
|
GroupId?: string;
|
|
1851
1847
|
IpPermissionsEgress?: IpPermission[];
|
|
1852
1848
|
Tags?: Tag[];
|
|
1853
1849
|
VpcId?: string;
|
|
1850
|
+
OwnerId?: string;
|
|
1851
|
+
GroupName?: string;
|
|
1852
|
+
Description?: string;
|
|
1853
|
+
IpPermissions?: IpPermission[];
|
|
1854
1854
|
}
|
|
1855
1855
|
export interface DescribeSecurityGroupsResult {
|
|
1856
|
-
SecurityGroups?: SecurityGroup[];
|
|
1857
1856
|
NextToken?: string;
|
|
1857
|
+
SecurityGroups?: SecurityGroup[];
|
|
1858
1858
|
}
|
|
1859
1859
|
export declare const SnapshotAttributeName: {
|
|
1860
1860
|
readonly createVolumePermission: "createVolumePermission";
|
|
@@ -1868,26 +1868,26 @@ export interface DescribeSnapshotAttributeRequest {
|
|
|
1868
1868
|
DryRun?: boolean;
|
|
1869
1869
|
}
|
|
1870
1870
|
export interface CreateVolumePermission {
|
|
1871
|
-
Group?: PermissionGroup;
|
|
1872
1871
|
UserId?: string;
|
|
1872
|
+
Group?: PermissionGroup;
|
|
1873
1873
|
}
|
|
1874
1874
|
export interface DescribeSnapshotAttributeResult {
|
|
1875
|
-
CreateVolumePermissions?: CreateVolumePermission[];
|
|
1876
1875
|
ProductCodes?: ProductCode[];
|
|
1877
1876
|
SnapshotId?: string;
|
|
1877
|
+
CreateVolumePermissions?: CreateVolumePermission[];
|
|
1878
1878
|
}
|
|
1879
1879
|
export interface DescribeSnapshotsRequest {
|
|
1880
|
-
Filters?: Filter[];
|
|
1881
1880
|
MaxResults?: number;
|
|
1882
1881
|
NextToken?: string;
|
|
1883
1882
|
OwnerIds?: string[];
|
|
1884
1883
|
RestorableByUserIds?: string[];
|
|
1885
1884
|
SnapshotIds?: string[];
|
|
1886
1885
|
DryRun?: boolean;
|
|
1886
|
+
Filters?: Filter[];
|
|
1887
1887
|
}
|
|
1888
1888
|
export interface DescribeSnapshotsResult {
|
|
1889
|
-
Snapshots?: Snapshot[];
|
|
1890
1889
|
NextToken?: string;
|
|
1890
|
+
Snapshots?: Snapshot[];
|
|
1891
1891
|
}
|
|
1892
1892
|
export interface DescribeSnapshotTierStatusRequest {
|
|
1893
1893
|
Filters?: Filter[];
|
|
@@ -1934,9 +1934,9 @@ export interface DescribeSpotDatafeedSubscriptionResult {
|
|
|
1934
1934
|
}
|
|
1935
1935
|
export interface DescribeSpotFleetInstancesRequest {
|
|
1936
1936
|
DryRun?: boolean;
|
|
1937
|
-
MaxResults?: number;
|
|
1938
|
-
NextToken?: string;
|
|
1939
1937
|
SpotFleetRequestId: string | undefined;
|
|
1938
|
+
NextToken?: string;
|
|
1939
|
+
MaxResults?: number;
|
|
1940
1940
|
}
|
|
1941
1941
|
export interface DescribeSpotFleetInstancesResponse {
|
|
1942
1942
|
ActiveInstances?: ActiveInstance[];
|
|
@@ -1952,11 +1952,11 @@ export declare const EventType: {
|
|
|
1952
1952
|
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
1953
1953
|
export interface DescribeSpotFleetRequestHistoryRequest {
|
|
1954
1954
|
DryRun?: boolean;
|
|
1955
|
-
EventType?: EventType;
|
|
1956
|
-
MaxResults?: number;
|
|
1957
|
-
NextToken?: string;
|
|
1958
1955
|
SpotFleetRequestId: string | undefined;
|
|
1956
|
+
EventType?: EventType;
|
|
1959
1957
|
StartTime: Date | undefined;
|
|
1958
|
+
NextToken?: string;
|
|
1959
|
+
MaxResults?: number;
|
|
1960
1960
|
}
|
|
1961
1961
|
export interface HistoryRecord {
|
|
1962
1962
|
EventInformation?: EventInformation;
|
|
@@ -1972,9 +1972,9 @@ export interface DescribeSpotFleetRequestHistoryResponse {
|
|
|
1972
1972
|
}
|
|
1973
1973
|
export interface DescribeSpotFleetRequestsRequest {
|
|
1974
1974
|
DryRun?: boolean;
|
|
1975
|
-
MaxResults?: number;
|
|
1976
|
-
NextToken?: string;
|
|
1977
1975
|
SpotFleetRequestIds?: string[];
|
|
1976
|
+
NextToken?: string;
|
|
1977
|
+
MaxResults?: number;
|
|
1978
1978
|
}
|
|
1979
1979
|
export declare const ExcessCapacityTerminationPolicy: {
|
|
1980
1980
|
readonly DEFAULT: "default";
|
|
@@ -2019,7 +2019,6 @@ export interface SpotFleetTagSpecification {
|
|
|
2019
2019
|
Tags?: Tag[];
|
|
2020
2020
|
}
|
|
2021
2021
|
export interface SpotFleetLaunchSpecification {
|
|
2022
|
-
SecurityGroups?: GroupIdentifier[];
|
|
2023
2022
|
AddressingType?: string;
|
|
2024
2023
|
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
2025
2024
|
EbsOptimized?: boolean;
|
|
@@ -2038,6 +2037,7 @@ export interface SpotFleetLaunchSpecification {
|
|
|
2038
2037
|
WeightedCapacity?: number;
|
|
2039
2038
|
TagSpecifications?: SpotFleetTagSpecification[];
|
|
2040
2039
|
InstanceRequirements?: InstanceRequirements;
|
|
2040
|
+
SecurityGroups?: GroupIdentifier[];
|
|
2041
2041
|
}
|
|
2042
2042
|
export interface LaunchTemplateOverrides {
|
|
2043
2043
|
InstanceType?: _InstanceType;
|