@aws-sdk/client-ec2 3.42.0 → 3.43.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 +11 -0
- package/dist-cjs/EC2.js +15 -0
- package/dist-cjs/commands/CreateVpcEndpointConnectionNotificationCommand.js +2 -1
- package/dist-cjs/commands/DescribeHostReservationsCommand.js +2 -1
- package/dist-cjs/commands/DescribeHostsCommand.js +1 -2
- package/dist-cjs/commands/DescribeStaleSecurityGroupsCommand.js +2 -1
- package/dist-cjs/commands/DescribeStoreImageTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeSubnetsCommand.js +1 -2
- package/dist-cjs/commands/ModifyInstanceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyInstanceCapacityReservationAttributesCommand.js +3 -3
- package/dist-cjs/commands/ModifyPrivateDnsNameOptionsCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +13 -14
- package/dist-cjs/models/models_1.js +29 -26
- package/dist-cjs/models/models_2.js +27 -31
- package/dist-cjs/models/models_3.js +37 -36
- package/dist-cjs/models/models_4.js +36 -36
- package/dist-cjs/models/models_5.js +53 -5
- package/dist-cjs/protocols/Aws_ec2.js +235 -12
- package/dist-es/EC2.js +15 -0
- package/dist-es/commands/CreateVpcEndpointConnectionNotificationCommand.js +2 -1
- package/dist-es/commands/DescribeHostReservationsCommand.js +2 -1
- package/dist-es/commands/DescribeHostsCommand.js +1 -2
- package/dist-es/commands/DescribeStaleSecurityGroupsCommand.js +2 -1
- package/dist-es/commands/DescribeStoreImageTasksCommand.js +1 -1
- package/dist-es/commands/DescribeSubnetsCommand.js +1 -2
- package/dist-es/commands/ModifyInstanceAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceCapacityReservationAttributesCommand.js +1 -1
- package/dist-es/commands/ModifyPrivateDnsNameOptionsCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +9 -8
- package/dist-es/models/models_1.js +16 -17
- package/dist-es/models/models_2.js +17 -19
- package/dist-es/models/models_3.js +23 -20
- package/dist-es/models/models_4.js +20 -20
- package/dist-es/models/models_5.js +32 -0
- package/dist-es/protocols/Aws_ec2.js +229 -0
- package/dist-types/EC2.d.ts +20 -12
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHostsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +3 -2
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -2
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +35 -0
- package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -2
- package/dist-types/commands/RebootInstancesCommand.d.ts +2 -2
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/commands/StartInstancesCommand.d.ts +2 -2
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +99 -75
- package/dist-types/models/models_1.d.ts +127 -68
- package/dist-types/models/models_2.d.ts +120 -189
- package/dist-types/models/models_3.d.ts +195 -230
- package/dist-types/models/models_4.d.ts +236 -204
- package/dist-types/models/models_5.d.ts +310 -14
- 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/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +23 -22
- package/dist-types/ts3.4/models/models_1.d.ts +62 -40
- package/dist-types/ts3.4/models/models_2.d.ts +38 -65
- package/dist-types/ts3.4/models/models_3.d.ts +84 -75
- package/dist-types/ts3.4/models/models_4.d.ts +76 -83
- package/dist-types/ts3.4/models/models_5.d.ts +129 -3
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +3 -0
- package/package.json +2 -2
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CurrencyCodeValues, CustomerGateway, DefaultTargetCapacityType, DhcpOptions, EgressOnlyInternetGateway, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GatewayType, InstanceEventWindowState, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, Tag, TagSpecification, TargetCapacityUnitType, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TransportProtocol, UnsuccessfulItem, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
2
|
import { DestinationFileFormat, DiskImageFormat, ExportTask, FleetLaunchTemplateOverrides, GroupIdentifier, InstanceLifecycle, LaunchTemplate, LaunchTemplateAndOverridesResponse, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SubnetCidrReservation, TrafficType, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable } from "./models_1";
|
|
3
|
+
export declare enum ConnectionNotificationState {
|
|
4
|
+
Disabled = "Disabled",
|
|
5
|
+
Enabled = "Enabled"
|
|
6
|
+
}
|
|
7
|
+
export declare enum ConnectionNotificationType {
|
|
8
|
+
Topic = "Topic"
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export interface ConnectionNotification {
|
|
12
|
+
|
|
13
|
+
ConnectionNotificationId?: string;
|
|
14
|
+
|
|
15
|
+
ServiceId?: string;
|
|
16
|
+
|
|
17
|
+
VpcEndpointId?: string;
|
|
18
|
+
|
|
19
|
+
ConnectionNotificationType?: ConnectionNotificationType | string;
|
|
20
|
+
|
|
21
|
+
ConnectionNotificationArn?: string;
|
|
22
|
+
|
|
23
|
+
ConnectionEvents?: string[];
|
|
24
|
+
|
|
25
|
+
ConnectionNotificationState?: ConnectionNotificationState | string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace ConnectionNotification {
|
|
28
|
+
|
|
29
|
+
const filterSensitiveLog: (obj: ConnectionNotification) => any;
|
|
30
|
+
}
|
|
31
|
+
export interface CreateVpcEndpointConnectionNotificationResult {
|
|
32
|
+
|
|
33
|
+
ConnectionNotification?: ConnectionNotification;
|
|
34
|
+
|
|
35
|
+
ClientToken?: string;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace CreateVpcEndpointConnectionNotificationResult {
|
|
38
|
+
|
|
39
|
+
const filterSensitiveLog: (obj: CreateVpcEndpointConnectionNotificationResult) => any;
|
|
40
|
+
}
|
|
3
41
|
export interface CreateVpcEndpointServiceConfigurationRequest {
|
|
4
42
|
|
|
5
43
|
DryRun?: boolean;
|
|
@@ -3522,68 +3560,3 @@ export declare namespace DescribeHostReservationsRequest {
|
|
|
3522
3560
|
|
|
3523
3561
|
const filterSensitiveLog: (obj: DescribeHostReservationsRequest) => any;
|
|
3524
3562
|
}
|
|
3525
|
-
export declare enum ReservationState {
|
|
3526
|
-
ACTIVE = "active",
|
|
3527
|
-
PAYMENT_FAILED = "payment-failed",
|
|
3528
|
-
PAYMENT_PENDING = "payment-pending",
|
|
3529
|
-
RETIRED = "retired"
|
|
3530
|
-
}
|
|
3531
|
-
|
|
3532
|
-
export interface HostReservation {
|
|
3533
|
-
|
|
3534
|
-
Count?: number;
|
|
3535
|
-
|
|
3536
|
-
CurrencyCode?: CurrencyCodeValues | string;
|
|
3537
|
-
|
|
3538
|
-
Duration?: number;
|
|
3539
|
-
|
|
3540
|
-
End?: Date;
|
|
3541
|
-
|
|
3542
|
-
HostIdSet?: string[];
|
|
3543
|
-
|
|
3544
|
-
HostReservationId?: string;
|
|
3545
|
-
|
|
3546
|
-
HourlyPrice?: string;
|
|
3547
|
-
|
|
3548
|
-
InstanceFamily?: string;
|
|
3549
|
-
|
|
3550
|
-
OfferingId?: string;
|
|
3551
|
-
|
|
3552
|
-
PaymentOption?: PaymentOption | string;
|
|
3553
|
-
|
|
3554
|
-
Start?: Date;
|
|
3555
|
-
|
|
3556
|
-
State?: ReservationState | string;
|
|
3557
|
-
|
|
3558
|
-
UpfrontPrice?: string;
|
|
3559
|
-
|
|
3560
|
-
Tags?: Tag[];
|
|
3561
|
-
}
|
|
3562
|
-
export declare namespace HostReservation {
|
|
3563
|
-
|
|
3564
|
-
const filterSensitiveLog: (obj: HostReservation) => any;
|
|
3565
|
-
}
|
|
3566
|
-
export interface DescribeHostReservationsResult {
|
|
3567
|
-
|
|
3568
|
-
HostReservationSet?: HostReservation[];
|
|
3569
|
-
|
|
3570
|
-
NextToken?: string;
|
|
3571
|
-
}
|
|
3572
|
-
export declare namespace DescribeHostReservationsResult {
|
|
3573
|
-
|
|
3574
|
-
const filterSensitiveLog: (obj: DescribeHostReservationsResult) => any;
|
|
3575
|
-
}
|
|
3576
|
-
export interface DescribeHostsRequest {
|
|
3577
|
-
|
|
3578
|
-
Filter?: Filter[];
|
|
3579
|
-
|
|
3580
|
-
HostIds?: string[];
|
|
3581
|
-
|
|
3582
|
-
MaxResults?: number;
|
|
3583
|
-
|
|
3584
|
-
NextToken?: string;
|
|
3585
|
-
}
|
|
3586
|
-
export declare namespace DescribeHostsRequest {
|
|
3587
|
-
|
|
3588
|
-
const filterSensitiveLog: (obj: DescribeHostsRequest) => any;
|
|
3589
|
-
}
|
|
@@ -1,6 +1,71 @@
|
|
|
1
|
-
import { _InstanceType, ActiveInstance, ActivityStatus, AllocationState, AllocationStrategy, AllowsMultipleInstanceTypes, AlternatePathHint, AttachmentStatus, AttributeValue, AutoPlacement, BatchState, CurrencyCodeValues, FleetLaunchTemplateSpecification, FleetType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Placement, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TargetCapacityUnitType, Tenancy, UserIdGroupPair } from "./models_0";
|
|
1
|
+
import { _InstanceType, ActiveInstance, ActivityStatus, AllocationState, AllocationStrategy, AllowsMultipleInstanceTypes, AlternatePathHint, AttachmentStatus, AttributeValue, AutoPlacement, BatchState, CurrencyCodeValues, FleetLaunchTemplateSpecification, FleetType, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Placement, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TargetCapacityUnitType, Tenancy, UserIdGroupPair } from "./models_0";
|
|
2
2
|
import { BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, PlacementGroup, PlatformValues, PortRange, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType } from "./models_1";
|
|
3
|
-
import { EventInformation, Filter, IdFormat, InstanceTagNotificationAttribute, PermissionGroup, ProductCode } from "./models_2";
|
|
3
|
+
import { EventInformation, Filter, IdFormat, InstanceTagNotificationAttribute, PaymentOption, PermissionGroup, ProductCode } from "./models_2";
|
|
4
|
+
export declare enum ReservationState {
|
|
5
|
+
ACTIVE = "active",
|
|
6
|
+
PAYMENT_FAILED = "payment-failed",
|
|
7
|
+
PAYMENT_PENDING = "payment-pending",
|
|
8
|
+
RETIRED = "retired"
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export interface HostReservation {
|
|
12
|
+
|
|
13
|
+
Count?: number;
|
|
14
|
+
|
|
15
|
+
CurrencyCode?: CurrencyCodeValues | string;
|
|
16
|
+
|
|
17
|
+
Duration?: number;
|
|
18
|
+
|
|
19
|
+
End?: Date;
|
|
20
|
+
|
|
21
|
+
HostIdSet?: string[];
|
|
22
|
+
|
|
23
|
+
HostReservationId?: string;
|
|
24
|
+
|
|
25
|
+
HourlyPrice?: string;
|
|
26
|
+
|
|
27
|
+
InstanceFamily?: string;
|
|
28
|
+
|
|
29
|
+
OfferingId?: string;
|
|
30
|
+
|
|
31
|
+
PaymentOption?: PaymentOption | string;
|
|
32
|
+
|
|
33
|
+
Start?: Date;
|
|
34
|
+
|
|
35
|
+
State?: ReservationState | string;
|
|
36
|
+
|
|
37
|
+
UpfrontPrice?: string;
|
|
38
|
+
|
|
39
|
+
Tags?: Tag[];
|
|
40
|
+
}
|
|
41
|
+
export declare namespace HostReservation {
|
|
42
|
+
|
|
43
|
+
const filterSensitiveLog: (obj: HostReservation) => any;
|
|
44
|
+
}
|
|
45
|
+
export interface DescribeHostReservationsResult {
|
|
46
|
+
|
|
47
|
+
HostReservationSet?: HostReservation[];
|
|
48
|
+
|
|
49
|
+
NextToken?: string;
|
|
50
|
+
}
|
|
51
|
+
export declare namespace DescribeHostReservationsResult {
|
|
52
|
+
|
|
53
|
+
const filterSensitiveLog: (obj: DescribeHostReservationsResult) => any;
|
|
54
|
+
}
|
|
55
|
+
export interface DescribeHostsRequest {
|
|
56
|
+
|
|
57
|
+
Filter?: Filter[];
|
|
58
|
+
|
|
59
|
+
HostIds?: string[];
|
|
60
|
+
|
|
61
|
+
MaxResults?: number;
|
|
62
|
+
|
|
63
|
+
NextToken?: string;
|
|
64
|
+
}
|
|
65
|
+
export declare namespace DescribeHostsRequest {
|
|
66
|
+
|
|
67
|
+
const filterSensitiveLog: (obj: DescribeHostsRequest) => any;
|
|
68
|
+
}
|
|
4
69
|
|
|
5
70
|
export interface InstanceCapacity {
|
|
6
71
|
|
|
@@ -921,6 +986,19 @@ export declare namespace InstanceNetworkInterface {
|
|
|
921
986
|
|
|
922
987
|
const filterSensitiveLog: (obj: InstanceNetworkInterface) => any;
|
|
923
988
|
}
|
|
989
|
+
|
|
990
|
+
export interface PrivateDnsNameOptionsResponse {
|
|
991
|
+
|
|
992
|
+
HostnameType?: HostnameType | string;
|
|
993
|
+
|
|
994
|
+
EnableResourceNameDnsARecord?: boolean;
|
|
995
|
+
|
|
996
|
+
EnableResourceNameDnsAAAARecord?: boolean;
|
|
997
|
+
}
|
|
998
|
+
export declare namespace PrivateDnsNameOptionsResponse {
|
|
999
|
+
|
|
1000
|
+
const filterSensitiveLog: (obj: PrivateDnsNameOptionsResponse) => any;
|
|
1001
|
+
}
|
|
924
1002
|
export declare type InstanceStateName = "pending" | "running" | "shutting-down" | "stopped" | "stopping" | "terminated";
|
|
925
1003
|
|
|
926
1004
|
export interface InstanceState {
|
|
@@ -1039,6 +1117,10 @@ export interface Instance {
|
|
|
1039
1117
|
UsageOperation?: string;
|
|
1040
1118
|
|
|
1041
1119
|
UsageOperationUpdateTime?: Date;
|
|
1120
|
+
|
|
1121
|
+
PrivateDnsNameOptions?: PrivateDnsNameOptionsResponse;
|
|
1122
|
+
|
|
1123
|
+
Ipv6Address?: string;
|
|
1042
1124
|
}
|
|
1043
1125
|
export declare namespace Instance {
|
|
1044
1126
|
|
|
@@ -4123,76 +4205,3 @@ export declare namespace StaleSecurityGroup {
|
|
|
4123
4205
|
|
|
4124
4206
|
const filterSensitiveLog: (obj: StaleSecurityGroup) => any;
|
|
4125
4207
|
}
|
|
4126
|
-
export interface DescribeStaleSecurityGroupsResult {
|
|
4127
|
-
|
|
4128
|
-
NextToken?: string;
|
|
4129
|
-
|
|
4130
|
-
StaleSecurityGroupSet?: StaleSecurityGroup[];
|
|
4131
|
-
}
|
|
4132
|
-
export declare namespace DescribeStaleSecurityGroupsResult {
|
|
4133
|
-
|
|
4134
|
-
const filterSensitiveLog: (obj: DescribeStaleSecurityGroupsResult) => any;
|
|
4135
|
-
}
|
|
4136
|
-
export interface DescribeStoreImageTasksRequest {
|
|
4137
|
-
|
|
4138
|
-
ImageIds?: string[];
|
|
4139
|
-
|
|
4140
|
-
DryRun?: boolean;
|
|
4141
|
-
|
|
4142
|
-
Filters?: Filter[];
|
|
4143
|
-
|
|
4144
|
-
NextToken?: string;
|
|
4145
|
-
|
|
4146
|
-
MaxResults?: number;
|
|
4147
|
-
}
|
|
4148
|
-
export declare namespace DescribeStoreImageTasksRequest {
|
|
4149
|
-
|
|
4150
|
-
const filterSensitiveLog: (obj: DescribeStoreImageTasksRequest) => any;
|
|
4151
|
-
}
|
|
4152
|
-
|
|
4153
|
-
export interface StoreImageTaskResult {
|
|
4154
|
-
|
|
4155
|
-
AmiId?: string;
|
|
4156
|
-
|
|
4157
|
-
TaskStartTime?: Date;
|
|
4158
|
-
|
|
4159
|
-
Bucket?: string;
|
|
4160
|
-
|
|
4161
|
-
S3objectKey?: string;
|
|
4162
|
-
|
|
4163
|
-
ProgressPercentage?: number;
|
|
4164
|
-
|
|
4165
|
-
StoreTaskState?: string;
|
|
4166
|
-
|
|
4167
|
-
StoreTaskFailureReason?: string;
|
|
4168
|
-
}
|
|
4169
|
-
export declare namespace StoreImageTaskResult {
|
|
4170
|
-
|
|
4171
|
-
const filterSensitiveLog: (obj: StoreImageTaskResult) => any;
|
|
4172
|
-
}
|
|
4173
|
-
export interface DescribeStoreImageTasksResult {
|
|
4174
|
-
|
|
4175
|
-
StoreImageTaskResults?: StoreImageTaskResult[];
|
|
4176
|
-
|
|
4177
|
-
NextToken?: string;
|
|
4178
|
-
}
|
|
4179
|
-
export declare namespace DescribeStoreImageTasksResult {
|
|
4180
|
-
|
|
4181
|
-
const filterSensitiveLog: (obj: DescribeStoreImageTasksResult) => any;
|
|
4182
|
-
}
|
|
4183
|
-
export interface DescribeSubnetsRequest {
|
|
4184
|
-
|
|
4185
|
-
Filters?: Filter[];
|
|
4186
|
-
|
|
4187
|
-
SubnetIds?: string[];
|
|
4188
|
-
|
|
4189
|
-
DryRun?: boolean;
|
|
4190
|
-
|
|
4191
|
-
NextToken?: string;
|
|
4192
|
-
|
|
4193
|
-
MaxResults?: number;
|
|
4194
|
-
}
|
|
4195
|
-
export declare namespace DescribeSubnetsRequest {
|
|
4196
|
-
|
|
4197
|
-
const filterSensitiveLog: (obj: DescribeSubnetsRequest) => any;
|
|
4198
|
-
}
|
|
@@ -1,7 +1,80 @@
|
|
|
1
1
|
import { _InstanceType, AddressAttribute, AllowedPrincipal, AssociationStatus, AttributeValue, AutoPlacement, CapacityReservationState, ClientConnectOptions, ConnectionLogOptions, CurrencyCodeValues, EndDateType, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostRecovery, IamInstanceProfileAssociation, InstanceEventWindow, InstanceRequirementsRequest, Placement, ResourceType, SelfServicePortal, Subnet, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetCapacitySpecificationRequest, TargetCapacityUnitType, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UnsuccessfulItem, Vpc, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import {
|
|
3
|
-
import { ConversionTask, DnsNameState, ExportTaskS3Location, FastSnapshotRestoreStateCode, Filter, FpgaImageAttribute, FpgaImageAttributeName, PaymentOption, PermissionGroup, ProductCode, ServiceConfiguration, ServiceTypeDetail, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
-
import { ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ImportImageLicenseConfigurationResponse,
|
|
2
|
+
import { DiskImageFormat, DnsEntry, PlatformValues, ResponseLaunchTemplateData, ShutdownBehavior, State, SubnetCidrReservation, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPrefixListReference, TransitGatewayRouteTable, Volume, VolumeType, VpcEndpoint } from "./models_1";
|
|
3
|
+
import { ConnectionNotification, ConversionTask, DnsNameState, ExportTaskS3Location, FastSnapshotRestoreStateCode, Filter, FpgaImageAttribute, FpgaImageAttributeName, PaymentOption, PermissionGroup, ProductCode, ServiceConfiguration, ServiceTypeDetail, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
+
import { ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ImportImageLicenseConfigurationResponse, LaunchPermission, SnapshotDetail, SnapshotTaskDetail, StaleSecurityGroup, VirtualizationType } from "./models_3";
|
|
5
|
+
export interface DescribeStaleSecurityGroupsResult {
|
|
6
|
+
|
|
7
|
+
NextToken?: string;
|
|
8
|
+
|
|
9
|
+
StaleSecurityGroupSet?: StaleSecurityGroup[];
|
|
10
|
+
}
|
|
11
|
+
export declare namespace DescribeStaleSecurityGroupsResult {
|
|
12
|
+
|
|
13
|
+
const filterSensitiveLog: (obj: DescribeStaleSecurityGroupsResult) => any;
|
|
14
|
+
}
|
|
15
|
+
export interface DescribeStoreImageTasksRequest {
|
|
16
|
+
|
|
17
|
+
ImageIds?: string[];
|
|
18
|
+
|
|
19
|
+
DryRun?: boolean;
|
|
20
|
+
|
|
21
|
+
Filters?: Filter[];
|
|
22
|
+
|
|
23
|
+
NextToken?: string;
|
|
24
|
+
|
|
25
|
+
MaxResults?: number;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace DescribeStoreImageTasksRequest {
|
|
28
|
+
|
|
29
|
+
const filterSensitiveLog: (obj: DescribeStoreImageTasksRequest) => any;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export interface StoreImageTaskResult {
|
|
33
|
+
|
|
34
|
+
AmiId?: string;
|
|
35
|
+
|
|
36
|
+
TaskStartTime?: Date;
|
|
37
|
+
|
|
38
|
+
Bucket?: string;
|
|
39
|
+
|
|
40
|
+
S3objectKey?: string;
|
|
41
|
+
|
|
42
|
+
ProgressPercentage?: number;
|
|
43
|
+
|
|
44
|
+
StoreTaskState?: string;
|
|
45
|
+
|
|
46
|
+
StoreTaskFailureReason?: string;
|
|
47
|
+
}
|
|
48
|
+
export declare namespace StoreImageTaskResult {
|
|
49
|
+
|
|
50
|
+
const filterSensitiveLog: (obj: StoreImageTaskResult) => any;
|
|
51
|
+
}
|
|
52
|
+
export interface DescribeStoreImageTasksResult {
|
|
53
|
+
|
|
54
|
+
StoreImageTaskResults?: StoreImageTaskResult[];
|
|
55
|
+
|
|
56
|
+
NextToken?: string;
|
|
57
|
+
}
|
|
58
|
+
export declare namespace DescribeStoreImageTasksResult {
|
|
59
|
+
|
|
60
|
+
const filterSensitiveLog: (obj: DescribeStoreImageTasksResult) => any;
|
|
61
|
+
}
|
|
62
|
+
export interface DescribeSubnetsRequest {
|
|
63
|
+
|
|
64
|
+
Filters?: Filter[];
|
|
65
|
+
|
|
66
|
+
SubnetIds?: string[];
|
|
67
|
+
|
|
68
|
+
DryRun?: boolean;
|
|
69
|
+
|
|
70
|
+
NextToken?: string;
|
|
71
|
+
|
|
72
|
+
MaxResults?: number;
|
|
73
|
+
}
|
|
74
|
+
export declare namespace DescribeSubnetsRequest {
|
|
75
|
+
|
|
76
|
+
const filterSensitiveLog: (obj: DescribeSubnetsRequest) => any;
|
|
77
|
+
}
|
|
5
78
|
export interface DescribeSubnetsResult {
|
|
6
79
|
|
|
7
80
|
Subnets?: Subnet[];
|
|
@@ -3618,83 +3691,3 @@ export declare namespace BlobAttributeValue {
|
|
|
3618
3691
|
|
|
3619
3692
|
const filterSensitiveLog: (obj: BlobAttributeValue) => any;
|
|
3620
3693
|
}
|
|
3621
|
-
export interface ModifyInstanceAttributeRequest {
|
|
3622
|
-
|
|
3623
|
-
SourceDestCheck?: AttributeBooleanValue;
|
|
3624
|
-
|
|
3625
|
-
Attribute?: InstanceAttributeName | string;
|
|
3626
|
-
|
|
3627
|
-
BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[];
|
|
3628
|
-
|
|
3629
|
-
DisableApiTermination?: AttributeBooleanValue;
|
|
3630
|
-
|
|
3631
|
-
DryRun?: boolean;
|
|
3632
|
-
|
|
3633
|
-
EbsOptimized?: AttributeBooleanValue;
|
|
3634
|
-
|
|
3635
|
-
EnaSupport?: AttributeBooleanValue;
|
|
3636
|
-
|
|
3637
|
-
Groups?: string[];
|
|
3638
|
-
|
|
3639
|
-
InstanceId: string | undefined;
|
|
3640
|
-
|
|
3641
|
-
InstanceInitiatedShutdownBehavior?: AttributeValue;
|
|
3642
|
-
|
|
3643
|
-
InstanceType?: AttributeValue;
|
|
3644
|
-
|
|
3645
|
-
Kernel?: AttributeValue;
|
|
3646
|
-
|
|
3647
|
-
Ramdisk?: AttributeValue;
|
|
3648
|
-
|
|
3649
|
-
SriovNetSupport?: AttributeValue;
|
|
3650
|
-
|
|
3651
|
-
UserData?: BlobAttributeValue;
|
|
3652
|
-
|
|
3653
|
-
Value?: string;
|
|
3654
|
-
}
|
|
3655
|
-
export declare namespace ModifyInstanceAttributeRequest {
|
|
3656
|
-
|
|
3657
|
-
const filterSensitiveLog: (obj: ModifyInstanceAttributeRequest) => any;
|
|
3658
|
-
}
|
|
3659
|
-
|
|
3660
|
-
export interface CapacityReservationSpecification {
|
|
3661
|
-
|
|
3662
|
-
CapacityReservationPreference?: CapacityReservationPreference | string;
|
|
3663
|
-
|
|
3664
|
-
CapacityReservationTarget?: CapacityReservationTarget;
|
|
3665
|
-
}
|
|
3666
|
-
export declare namespace CapacityReservationSpecification {
|
|
3667
|
-
|
|
3668
|
-
const filterSensitiveLog: (obj: CapacityReservationSpecification) => any;
|
|
3669
|
-
}
|
|
3670
|
-
export interface ModifyInstanceCapacityReservationAttributesRequest {
|
|
3671
|
-
|
|
3672
|
-
InstanceId: string | undefined;
|
|
3673
|
-
|
|
3674
|
-
CapacityReservationSpecification: CapacityReservationSpecification | undefined;
|
|
3675
|
-
|
|
3676
|
-
DryRun?: boolean;
|
|
3677
|
-
}
|
|
3678
|
-
export declare namespace ModifyInstanceCapacityReservationAttributesRequest {
|
|
3679
|
-
|
|
3680
|
-
const filterSensitiveLog: (obj: ModifyInstanceCapacityReservationAttributesRequest) => any;
|
|
3681
|
-
}
|
|
3682
|
-
export interface ModifyInstanceCapacityReservationAttributesResult {
|
|
3683
|
-
|
|
3684
|
-
Return?: boolean;
|
|
3685
|
-
}
|
|
3686
|
-
export declare namespace ModifyInstanceCapacityReservationAttributesResult {
|
|
3687
|
-
|
|
3688
|
-
const filterSensitiveLog: (obj: ModifyInstanceCapacityReservationAttributesResult) => any;
|
|
3689
|
-
}
|
|
3690
|
-
|
|
3691
|
-
export interface InstanceCreditSpecificationRequest {
|
|
3692
|
-
|
|
3693
|
-
InstanceId?: string;
|
|
3694
|
-
|
|
3695
|
-
CpuCredits?: string;
|
|
3696
|
-
}
|
|
3697
|
-
export declare namespace InstanceCreditSpecificationRequest {
|
|
3698
|
-
|
|
3699
|
-
const filterSensitiveLog: (obj: InstanceCreditSpecificationRequest) => any;
|
|
3700
|
-
}
|
|
@@ -1,8 +1,88 @@
|
|
|
1
|
-
import { _InstanceType, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AttributeValue, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, Placement, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
-
import { AutoAcceptSharedAttachmentsValue, BlockDeviceMapping, CreditSpecificationRequest, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, ElasticGpuSpecification, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, PortRange, RuleAction, ShutdownBehavior, SpotInstanceType, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VolumeType, VpnEcmpSupportValue } from "./models_1";
|
|
1
|
+
import { _InstanceType, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AttributeValue, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, HostnameType, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, Placement, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
+
import { AutoAcceptSharedAttachmentsValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, CreditSpecificationRequest, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, ElasticGpuSpecification, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, PortRange, RuleAction, ShutdownBehavior, SpotInstanceType, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VolumeType, VpnEcmpSupportValue } from "./models_1";
|
|
3
3
|
import { ClientVpnConnectionStatus, Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, VpnConnection } from "./models_2";
|
|
4
4
|
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CreateVolumePermission, ExcessCapacityTerminationPolicy, HttpTokensState, InstanceAttributeName, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceNetworkInterfaceSpecification, InstanceState, InstanceStatusEvent, LaunchTemplateConfig, Monitoring, NetworkInsightsAnalysis, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_3";
|
|
5
|
-
import {
|
|
5
|
+
import { BlobAttributeValue, InstanceBlockDeviceMappingSpecification, OperationType, Purchase, VolumeModification } from "./models_4";
|
|
6
|
+
export interface ModifyInstanceAttributeRequest {
|
|
7
|
+
|
|
8
|
+
SourceDestCheck?: AttributeBooleanValue;
|
|
9
|
+
|
|
10
|
+
Attribute?: InstanceAttributeName | string;
|
|
11
|
+
|
|
12
|
+
BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[];
|
|
13
|
+
|
|
14
|
+
DisableApiTermination?: AttributeBooleanValue;
|
|
15
|
+
|
|
16
|
+
DryRun?: boolean;
|
|
17
|
+
|
|
18
|
+
EbsOptimized?: AttributeBooleanValue;
|
|
19
|
+
|
|
20
|
+
EnaSupport?: AttributeBooleanValue;
|
|
21
|
+
|
|
22
|
+
Groups?: string[];
|
|
23
|
+
|
|
24
|
+
InstanceId: string | undefined;
|
|
25
|
+
|
|
26
|
+
InstanceInitiatedShutdownBehavior?: AttributeValue;
|
|
27
|
+
|
|
28
|
+
InstanceType?: AttributeValue;
|
|
29
|
+
|
|
30
|
+
Kernel?: AttributeValue;
|
|
31
|
+
|
|
32
|
+
Ramdisk?: AttributeValue;
|
|
33
|
+
|
|
34
|
+
SriovNetSupport?: AttributeValue;
|
|
35
|
+
|
|
36
|
+
UserData?: BlobAttributeValue;
|
|
37
|
+
|
|
38
|
+
Value?: string;
|
|
39
|
+
}
|
|
40
|
+
export declare namespace ModifyInstanceAttributeRequest {
|
|
41
|
+
|
|
42
|
+
const filterSensitiveLog: (obj: ModifyInstanceAttributeRequest) => any;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export interface CapacityReservationSpecification {
|
|
46
|
+
|
|
47
|
+
CapacityReservationPreference?: CapacityReservationPreference | string;
|
|
48
|
+
|
|
49
|
+
CapacityReservationTarget?: CapacityReservationTarget;
|
|
50
|
+
}
|
|
51
|
+
export declare namespace CapacityReservationSpecification {
|
|
52
|
+
|
|
53
|
+
const filterSensitiveLog: (obj: CapacityReservationSpecification) => any;
|
|
54
|
+
}
|
|
55
|
+
export interface ModifyInstanceCapacityReservationAttributesRequest {
|
|
56
|
+
|
|
57
|
+
InstanceId: string | undefined;
|
|
58
|
+
|
|
59
|
+
CapacityReservationSpecification: CapacityReservationSpecification | undefined;
|
|
60
|
+
|
|
61
|
+
DryRun?: boolean;
|
|
62
|
+
}
|
|
63
|
+
export declare namespace ModifyInstanceCapacityReservationAttributesRequest {
|
|
64
|
+
|
|
65
|
+
const filterSensitiveLog: (obj: ModifyInstanceCapacityReservationAttributesRequest) => any;
|
|
66
|
+
}
|
|
67
|
+
export interface ModifyInstanceCapacityReservationAttributesResult {
|
|
68
|
+
|
|
69
|
+
Return?: boolean;
|
|
70
|
+
}
|
|
71
|
+
export declare namespace ModifyInstanceCapacityReservationAttributesResult {
|
|
72
|
+
|
|
73
|
+
const filterSensitiveLog: (obj: ModifyInstanceCapacityReservationAttributesResult) => any;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export interface InstanceCreditSpecificationRequest {
|
|
77
|
+
|
|
78
|
+
InstanceId?: string;
|
|
79
|
+
|
|
80
|
+
CpuCredits?: string;
|
|
81
|
+
}
|
|
82
|
+
export declare namespace InstanceCreditSpecificationRequest {
|
|
83
|
+
|
|
84
|
+
const filterSensitiveLog: (obj: InstanceCreditSpecificationRequest) => any;
|
|
85
|
+
}
|
|
6
86
|
export interface ModifyInstanceCreditSpecificationRequest {
|
|
7
87
|
|
|
8
88
|
DryRun?: boolean;
|
|
@@ -256,6 +336,30 @@ export declare namespace ModifyNetworkInterfaceAttributeRequest {
|
|
|
256
336
|
|
|
257
337
|
const filterSensitiveLog: (obj: ModifyNetworkInterfaceAttributeRequest) => any;
|
|
258
338
|
}
|
|
339
|
+
export interface ModifyPrivateDnsNameOptionsRequest {
|
|
340
|
+
|
|
341
|
+
DryRun?: boolean;
|
|
342
|
+
|
|
343
|
+
InstanceId?: string;
|
|
344
|
+
|
|
345
|
+
PrivateDnsHostnameType?: HostnameType | string;
|
|
346
|
+
|
|
347
|
+
EnableResourceNameDnsARecord?: boolean;
|
|
348
|
+
|
|
349
|
+
EnableResourceNameDnsAAAARecord?: boolean;
|
|
350
|
+
}
|
|
351
|
+
export declare namespace ModifyPrivateDnsNameOptionsRequest {
|
|
352
|
+
|
|
353
|
+
const filterSensitiveLog: (obj: ModifyPrivateDnsNameOptionsRequest) => any;
|
|
354
|
+
}
|
|
355
|
+
export interface ModifyPrivateDnsNameOptionsResult {
|
|
356
|
+
|
|
357
|
+
Return?: boolean;
|
|
358
|
+
}
|
|
359
|
+
export declare namespace ModifyPrivateDnsNameOptionsResult {
|
|
360
|
+
|
|
361
|
+
const filterSensitiveLog: (obj: ModifyPrivateDnsNameOptionsResult) => any;
|
|
362
|
+
}
|
|
259
363
|
|
|
260
364
|
export interface ModifyReservedInstancesRequest {
|
|
261
365
|
|
|
@@ -404,6 +508,12 @@ export interface ModifySubnetAttributeRequest {
|
|
|
404
508
|
CustomerOwnedIpv4Pool?: string;
|
|
405
509
|
|
|
406
510
|
EnableDns64?: AttributeBooleanValue;
|
|
511
|
+
|
|
512
|
+
PrivateDnsHostnameTypeOnLaunch?: HostnameType | string;
|
|
513
|
+
|
|
514
|
+
EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue;
|
|
515
|
+
|
|
516
|
+
EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue;
|
|
407
517
|
}
|
|
408
518
|
export declare namespace ModifySubnetAttributeRequest {
|
|
409
519
|
|
|
@@ -1557,6 +1667,7 @@ export interface ReplaceRouteRequest {
|
|
|
1557
1667
|
RouteTableId: string | undefined;
|
|
1558
1668
|
|
|
1559
1669
|
VpcPeeringConnectionId?: string;
|
|
1670
|
+
|
|
1560
1671
|
CoreNetworkArn?: string;
|
|
1561
1672
|
}
|
|
1562
1673
|
export declare namespace ReplaceRouteRequest {
|
|
@@ -2085,6 +2196,19 @@ export declare namespace InstanceMetadataOptionsRequest {
|
|
|
2085
2196
|
|
|
2086
2197
|
const filterSensitiveLog: (obj: InstanceMetadataOptionsRequest) => any;
|
|
2087
2198
|
}
|
|
2199
|
+
|
|
2200
|
+
export interface PrivateDnsNameOptionsRequest {
|
|
2201
|
+
|
|
2202
|
+
HostnameType?: HostnameType | string;
|
|
2203
|
+
|
|
2204
|
+
EnableResourceNameDnsARecord?: boolean;
|
|
2205
|
+
|
|
2206
|
+
EnableResourceNameDnsAAAARecord?: boolean;
|
|
2207
|
+
}
|
|
2208
|
+
export declare namespace PrivateDnsNameOptionsRequest {
|
|
2209
|
+
|
|
2210
|
+
const filterSensitiveLog: (obj: PrivateDnsNameOptionsRequest) => any;
|
|
2211
|
+
}
|
|
2088
2212
|
export interface RunInstancesRequest {
|
|
2089
2213
|
|
|
2090
2214
|
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
@@ -2160,6 +2284,8 @@ export interface RunInstancesRequest {
|
|
|
2160
2284
|
MetadataOptions?: InstanceMetadataOptionsRequest;
|
|
2161
2285
|
|
|
2162
2286
|
EnclaveOptions?: EnclaveOptionsRequest;
|
|
2287
|
+
|
|
2288
|
+
PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest;
|
|
2163
2289
|
}
|
|
2164
2290
|
export declare namespace RunInstancesRequest {
|
|
2165
2291
|
|
|
@@ -392,6 +392,7 @@ import { ModifyInstancePlacementCommandInput, ModifyInstancePlacementCommandOutp
|
|
|
392
392
|
import { ModifyLaunchTemplateCommandInput, ModifyLaunchTemplateCommandOutput } from "../commands/ModifyLaunchTemplateCommand";
|
|
393
393
|
import { ModifyManagedPrefixListCommandInput, ModifyManagedPrefixListCommandOutput } from "../commands/ModifyManagedPrefixListCommand";
|
|
394
394
|
import { ModifyNetworkInterfaceAttributeCommandInput, ModifyNetworkInterfaceAttributeCommandOutput } from "../commands/ModifyNetworkInterfaceAttributeCommand";
|
|
395
|
+
import { ModifyPrivateDnsNameOptionsCommandInput, ModifyPrivateDnsNameOptionsCommandOutput } from "../commands/ModifyPrivateDnsNameOptionsCommand";
|
|
395
396
|
import { ModifyReservedInstancesCommandInput, ModifyReservedInstancesCommandOutput } from "../commands/ModifyReservedInstancesCommand";
|
|
396
397
|
import { ModifySecurityGroupRulesCommandInput, ModifySecurityGroupRulesCommandOutput } from "../commands/ModifySecurityGroupRulesCommand";
|
|
397
398
|
import { ModifySnapshotAttributeCommandInput, ModifySnapshotAttributeCommandOutput } from "../commands/ModifySnapshotAttributeCommand";
|
|
@@ -865,6 +866,7 @@ export declare const serializeAws_ec2ModifyInstancePlacementCommand: (input: Mod
|
|
|
865
866
|
export declare const serializeAws_ec2ModifyLaunchTemplateCommand: (input: ModifyLaunchTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
866
867
|
export declare const serializeAws_ec2ModifyManagedPrefixListCommand: (input: ModifyManagedPrefixListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
867
868
|
export declare const serializeAws_ec2ModifyNetworkInterfaceAttributeCommand: (input: ModifyNetworkInterfaceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
869
|
+
export declare const serializeAws_ec2ModifyPrivateDnsNameOptionsCommand: (input: ModifyPrivateDnsNameOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
868
870
|
export declare const serializeAws_ec2ModifyReservedInstancesCommand: (input: ModifyReservedInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
869
871
|
export declare const serializeAws_ec2ModifySecurityGroupRulesCommand: (input: ModifySecurityGroupRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
870
872
|
export declare const serializeAws_ec2ModifySnapshotAttributeCommand: (input: ModifySnapshotAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -1338,6 +1340,7 @@ export declare const deserializeAws_ec2ModifyInstancePlacementCommand: (output:
|
|
|
1338
1340
|
export declare const deserializeAws_ec2ModifyLaunchTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyLaunchTemplateCommandOutput>;
|
|
1339
1341
|
export declare const deserializeAws_ec2ModifyManagedPrefixListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyManagedPrefixListCommandOutput>;
|
|
1340
1342
|
export declare const deserializeAws_ec2ModifyNetworkInterfaceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyNetworkInterfaceAttributeCommandOutput>;
|
|
1343
|
+
export declare const deserializeAws_ec2ModifyPrivateDnsNameOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyPrivateDnsNameOptionsCommandOutput>;
|
|
1341
1344
|
export declare const deserializeAws_ec2ModifyReservedInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyReservedInstancesCommandOutput>;
|
|
1342
1345
|
export declare const deserializeAws_ec2ModifySecurityGroupRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySecurityGroupRulesCommandOutput>;
|
|
1343
1346
|
export declare const deserializeAws_ec2ModifySnapshotAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySnapshotAttributeCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.43.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.43.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|