@aws-sdk/client-ec2 3.295.0 → 3.296.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/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-cjs/commands/CreateReservedInstancesListingCommand.js +3 -3
- package/dist-cjs/commands/CreateRestoreImageTaskCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteTableCommand.js +1 -2
- package/dist-cjs/commands/DeleteSubnetCidrReservationCommand.js +3 -3
- package/dist-cjs/commands/DeleteSubnetCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrafficMirrorFilterCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorFilterRuleCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumesCommand.js +2 -1
- package/dist-cjs/commands/DescribeVolumesModificationsCommand.js +3 -3
- package/dist-cjs/commands/ImportVolumeCommand.js +3 -3
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +3 -3
- package/dist-cjs/commands/StopInstancesCommand.js +3 -3
- package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +3 -3
- package/dist-cjs/commands/TerminateInstancesCommand.js +1 -2
- package/dist-cjs/models/models_0.js +25 -27
- package/dist-cjs/models/models_1.js +44 -42
- package/dist-cjs/models/models_2.js +41 -41
- package/dist-cjs/models/models_3.js +42 -47
- package/dist-cjs/models/models_4.js +47 -45
- package/dist-cjs/models/models_5.js +48 -42
- package/dist-cjs/models/models_6.js +44 -42
- package/dist-cjs/models/models_7.js +37 -1
- package/dist-cjs/protocols/Aws_ec2.js +333 -0
- package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-es/commands/CreateReservedInstancesListingCommand.js +1 -1
- package/dist-es/commands/CreateRestoreImageTaskCommand.js +1 -1
- package/dist-es/commands/CreateRouteCommand.js +1 -1
- package/dist-es/commands/CreateRouteTableCommand.js +1 -2
- package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +1 -1
- package/dist-es/commands/DeleteSubnetCommand.js +1 -1
- package/dist-es/commands/DeleteTagsCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-es/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-es/commands/DescribeVolumesCommand.js +2 -1
- package/dist-es/commands/DescribeVolumesModificationsCommand.js +1 -1
- package/dist-es/commands/ImportVolumeCommand.js +1 -1
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +1 -1
- package/dist-es/commands/StopInstancesCommand.js +1 -1
- package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +1 -1
- package/dist-es/commands/TerminateInstancesCommand.js +1 -2
- package/dist-es/models/models_0.js +15 -18
- package/dist-es/models/models_1.js +30 -27
- package/dist-es/models/models_2.js +27 -27
- package/dist-es/models/models_3.js +27 -33
- package/dist-es/models/models_4.js +33 -31
- package/dist-es/models/models_5.js +34 -27
- package/dist-es/models/models_6.js +29 -27
- package/dist-es/models/models_7.js +27 -0
- package/dist-es/protocols/Aws_ec2.js +333 -0
- package/dist-types/EC2.d.ts +14 -6
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -2
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +3 -0
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -2
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +3 -0
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +193 -96
- package/dist-types/models/models_1.d.ts +202 -231
- package/dist-types/models/models_2.d.ts +230 -141
- package/dist-types/models/models_3.d.ts +125 -229
- package/dist-types/models/models_4.d.ts +261 -358
- package/dist-types/models/models_5.d.ts +359 -200
- package/dist-types/models/models_6.d.ts +204 -163
- package/dist-types/models/models_7.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +59 -36
- package/dist-types/ts3.4/models/models_1.d.ts +74 -87
- package/dist-types/ts3.4/models/models_2.d.ts +83 -61
- package/dist-types/ts3.4/models/models_3.d.ts +63 -89
- package/dist-types/ts3.4/models/models_4.d.ts +89 -94
- package/dist-types/ts3.4/models/models_5.d.ts +91 -83
- package/dist-types/ts3.4/models/models_6.d.ts +84 -73
- package/dist-types/ts3.4/models/models_7.d.ts +68 -0
- package/package.json +31 -31
|
@@ -38,6 +38,7 @@ import {
|
|
|
38
38
|
ResponseLaunchTemplateData,
|
|
39
39
|
ShutdownBehavior,
|
|
40
40
|
TargetCapacityUnitType,
|
|
41
|
+
VolumeType,
|
|
41
42
|
Vpc,
|
|
42
43
|
} from "./models_1";
|
|
43
44
|
import {
|
|
@@ -52,6 +53,7 @@ import {
|
|
|
52
53
|
State,
|
|
53
54
|
SubnetCidrReservation,
|
|
54
55
|
TransitGatewayPrefixListReference,
|
|
56
|
+
Volume,
|
|
55
57
|
VpcEndpoint,
|
|
56
58
|
VpnConnection,
|
|
57
59
|
VpnGateway,
|
|
@@ -78,13 +80,71 @@ import {
|
|
|
78
80
|
StatisticType,
|
|
79
81
|
VirtualizationType,
|
|
80
82
|
} from "./models_3";
|
|
81
|
-
import {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
83
|
+
import { AnalysisStatus, ArchitectureType } from "./models_4";
|
|
84
|
+
export interface DescribeVolumesResult {
|
|
85
|
+
Volumes?: Volume[];
|
|
86
|
+
NextToken?: string;
|
|
87
|
+
}
|
|
88
|
+
export interface DescribeVolumesModificationsRequest {
|
|
89
|
+
DryRun?: boolean;
|
|
90
|
+
VolumeIds?: string[];
|
|
91
|
+
Filters?: Filter[];
|
|
92
|
+
NextToken?: string;
|
|
93
|
+
MaxResults?: number;
|
|
94
|
+
}
|
|
95
|
+
export declare enum VolumeModificationState {
|
|
96
|
+
completed = "completed",
|
|
97
|
+
failed = "failed",
|
|
98
|
+
modifying = "modifying",
|
|
99
|
+
optimizing = "optimizing",
|
|
100
|
+
}
|
|
101
|
+
export interface VolumeModification {
|
|
102
|
+
VolumeId?: string;
|
|
103
|
+
ModificationState?: VolumeModificationState | string;
|
|
104
|
+
StatusMessage?: string;
|
|
105
|
+
TargetSize?: number;
|
|
106
|
+
TargetIops?: number;
|
|
107
|
+
TargetVolumeType?: VolumeType | string;
|
|
108
|
+
TargetThroughput?: number;
|
|
109
|
+
TargetMultiAttachEnabled?: boolean;
|
|
110
|
+
OriginalSize?: number;
|
|
111
|
+
OriginalIops?: number;
|
|
112
|
+
OriginalVolumeType?: VolumeType | string;
|
|
113
|
+
OriginalThroughput?: number;
|
|
114
|
+
OriginalMultiAttachEnabled?: boolean;
|
|
115
|
+
Progress?: number;
|
|
116
|
+
StartTime?: Date;
|
|
117
|
+
EndTime?: Date;
|
|
118
|
+
}
|
|
119
|
+
export interface DescribeVolumesModificationsResult {
|
|
120
|
+
VolumesModifications?: VolumeModification[];
|
|
121
|
+
NextToken?: string;
|
|
122
|
+
}
|
|
123
|
+
export interface DescribeVolumeStatusRequest {
|
|
124
|
+
Filters?: Filter[];
|
|
125
|
+
MaxResults?: number;
|
|
126
|
+
NextToken?: string;
|
|
127
|
+
VolumeIds?: string[];
|
|
128
|
+
DryRun?: boolean;
|
|
129
|
+
}
|
|
130
|
+
export interface VolumeStatusAction {
|
|
131
|
+
Code?: string;
|
|
132
|
+
Description?: string;
|
|
133
|
+
EventId?: string;
|
|
134
|
+
EventType?: string;
|
|
135
|
+
}
|
|
136
|
+
export interface VolumeStatusAttachmentStatus {
|
|
137
|
+
IoPerformance?: string;
|
|
138
|
+
InstanceId?: string;
|
|
139
|
+
}
|
|
140
|
+
export interface VolumeStatusEvent {
|
|
141
|
+
Description?: string;
|
|
142
|
+
EventId?: string;
|
|
143
|
+
EventType?: string;
|
|
144
|
+
NotAfter?: Date;
|
|
145
|
+
NotBefore?: Date;
|
|
146
|
+
InstanceId?: string;
|
|
147
|
+
}
|
|
88
148
|
export declare enum VolumeStatusName {
|
|
89
149
|
io_enabled = "io-enabled",
|
|
90
150
|
io_performance = "io-performance",
|
|
@@ -1609,55 +1669,30 @@ export interface ImportSnapshotResult {
|
|
|
1609
1669
|
SnapshotTaskDetail?: SnapshotTaskDetail;
|
|
1610
1670
|
Tags?: Tag[];
|
|
1611
1671
|
}
|
|
1612
|
-
export
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
Images?: ImageRecycleBinInfo[];
|
|
1637
|
-
NextToken?: string;
|
|
1638
|
-
}
|
|
1639
|
-
export interface ListSnapshotsInRecycleBinRequest {
|
|
1640
|
-
MaxResults?: number;
|
|
1641
|
-
NextToken?: string;
|
|
1642
|
-
SnapshotIds?: string[];
|
|
1643
|
-
DryRun?: boolean;
|
|
1644
|
-
}
|
|
1645
|
-
export interface SnapshotRecycleBinInfo {
|
|
1646
|
-
SnapshotId?: string;
|
|
1647
|
-
RecycleBinEnterTime?: Date;
|
|
1648
|
-
RecycleBinExitTime?: Date;
|
|
1649
|
-
Description?: string;
|
|
1650
|
-
VolumeId?: string;
|
|
1651
|
-
}
|
|
1652
|
-
export interface ListSnapshotsInRecycleBinResult {
|
|
1653
|
-
Snapshots?: SnapshotRecycleBinInfo[];
|
|
1654
|
-
NextToken?: string;
|
|
1655
|
-
}
|
|
1656
|
-
export interface ModifyAddressAttributeRequest {
|
|
1657
|
-
AllocationId: string | undefined;
|
|
1658
|
-
DomainName?: string;
|
|
1659
|
-
DryRun?: boolean;
|
|
1660
|
-
}
|
|
1672
|
+
export declare const DescribeVolumesResultFilterSensitiveLog: (
|
|
1673
|
+
obj: DescribeVolumesResult
|
|
1674
|
+
) => any;
|
|
1675
|
+
export declare const DescribeVolumesModificationsRequestFilterSensitiveLog: (
|
|
1676
|
+
obj: DescribeVolumesModificationsRequest
|
|
1677
|
+
) => any;
|
|
1678
|
+
export declare const VolumeModificationFilterSensitiveLog: (
|
|
1679
|
+
obj: VolumeModification
|
|
1680
|
+
) => any;
|
|
1681
|
+
export declare const DescribeVolumesModificationsResultFilterSensitiveLog: (
|
|
1682
|
+
obj: DescribeVolumesModificationsResult
|
|
1683
|
+
) => any;
|
|
1684
|
+
export declare const DescribeVolumeStatusRequestFilterSensitiveLog: (
|
|
1685
|
+
obj: DescribeVolumeStatusRequest
|
|
1686
|
+
) => any;
|
|
1687
|
+
export declare const VolumeStatusActionFilterSensitiveLog: (
|
|
1688
|
+
obj: VolumeStatusAction
|
|
1689
|
+
) => any;
|
|
1690
|
+
export declare const VolumeStatusAttachmentStatusFilterSensitiveLog: (
|
|
1691
|
+
obj: VolumeStatusAttachmentStatus
|
|
1692
|
+
) => any;
|
|
1693
|
+
export declare const VolumeStatusEventFilterSensitiveLog: (
|
|
1694
|
+
obj: VolumeStatusEvent
|
|
1695
|
+
) => any;
|
|
1661
1696
|
export declare const VolumeStatusDetailsFilterSensitiveLog: (
|
|
1662
1697
|
obj: VolumeStatusDetails
|
|
1663
1698
|
) => any;
|
|
@@ -2474,30 +2509,3 @@ export declare const ImportSnapshotRequestFilterSensitiveLog: (
|
|
|
2474
2509
|
export declare const ImportSnapshotResultFilterSensitiveLog: (
|
|
2475
2510
|
obj: ImportSnapshotResult
|
|
2476
2511
|
) => any;
|
|
2477
|
-
export declare const ImportVolumeRequestFilterSensitiveLog: (
|
|
2478
|
-
obj: ImportVolumeRequest
|
|
2479
|
-
) => any;
|
|
2480
|
-
export declare const ImportVolumeResultFilterSensitiveLog: (
|
|
2481
|
-
obj: ImportVolumeResult
|
|
2482
|
-
) => any;
|
|
2483
|
-
export declare const ListImagesInRecycleBinRequestFilterSensitiveLog: (
|
|
2484
|
-
obj: ListImagesInRecycleBinRequest
|
|
2485
|
-
) => any;
|
|
2486
|
-
export declare const ImageRecycleBinInfoFilterSensitiveLog: (
|
|
2487
|
-
obj: ImageRecycleBinInfo
|
|
2488
|
-
) => any;
|
|
2489
|
-
export declare const ListImagesInRecycleBinResultFilterSensitiveLog: (
|
|
2490
|
-
obj: ListImagesInRecycleBinResult
|
|
2491
|
-
) => any;
|
|
2492
|
-
export declare const ListSnapshotsInRecycleBinRequestFilterSensitiveLog: (
|
|
2493
|
-
obj: ListSnapshotsInRecycleBinRequest
|
|
2494
|
-
) => any;
|
|
2495
|
-
export declare const SnapshotRecycleBinInfoFilterSensitiveLog: (
|
|
2496
|
-
obj: SnapshotRecycleBinInfo
|
|
2497
|
-
) => any;
|
|
2498
|
-
export declare const ListSnapshotsInRecycleBinResultFilterSensitiveLog: (
|
|
2499
|
-
obj: ListSnapshotsInRecycleBinResult
|
|
2500
|
-
) => any;
|
|
2501
|
-
export declare const ModifyAddressAttributeRequestFilterSensitiveLog: (
|
|
2502
|
-
obj: ModifyAddressAttributeRequest
|
|
2503
|
-
) => any;
|
|
@@ -9,10 +9,7 @@ import {
|
|
|
9
9
|
ApplianceModeSupportValue,
|
|
10
10
|
AutoPlacement,
|
|
11
11
|
ByoipCidr,
|
|
12
|
-
ClientConnectOptions,
|
|
13
|
-
ClientLoginBannerOptions,
|
|
14
12
|
ClientVpnAuthorizationRuleStatus,
|
|
15
|
-
ConnectionLogOptions,
|
|
16
13
|
CurrencyCodeValues,
|
|
17
14
|
DnsSupportValue,
|
|
18
15
|
EnaSrdSpecification,
|
|
@@ -40,6 +37,9 @@ import {
|
|
|
40
37
|
BlockDeviceMapping,
|
|
41
38
|
CapacityReservationPreference,
|
|
42
39
|
CapacityReservationTarget,
|
|
40
|
+
ClientConnectOptions,
|
|
41
|
+
ClientLoginBannerOptions,
|
|
42
|
+
ConnectionLogOptions,
|
|
43
43
|
CreditSpecificationRequest,
|
|
44
44
|
ElasticGpuSpecification,
|
|
45
45
|
FleetExcessCapacityTerminationPolicy,
|
|
@@ -102,7 +102,7 @@ import {
|
|
|
102
102
|
ArchitectureValues,
|
|
103
103
|
AttributeBooleanValue,
|
|
104
104
|
BootModeValues,
|
|
105
|
-
|
|
105
|
+
ConversionTask,
|
|
106
106
|
Filter,
|
|
107
107
|
FpgaImageAttribute,
|
|
108
108
|
FpgaImageAttributeName,
|
|
@@ -117,7 +117,6 @@ import {
|
|
|
117
117
|
InstanceTagNotificationAttribute,
|
|
118
118
|
IpamPoolCidr,
|
|
119
119
|
LaunchPermission,
|
|
120
|
-
Monitoring,
|
|
121
120
|
PermissionGroup,
|
|
122
121
|
TpmSupportValues,
|
|
123
122
|
} from "./models_3";
|
|
@@ -128,8 +127,8 @@ import {
|
|
|
128
127
|
InstanceState,
|
|
129
128
|
InstanceStatusEvent,
|
|
130
129
|
LaunchTemplateConfig,
|
|
130
|
+
Monitoring,
|
|
131
131
|
NetworkInsightsAccessScopeAnalysis,
|
|
132
|
-
NetworkInsightsAnalysis,
|
|
133
132
|
PublicIpv4PoolRange,
|
|
134
133
|
ReservedInstancesConfiguration,
|
|
135
134
|
RunInstancesMonitoringEnabled,
|
|
@@ -139,14 +138,65 @@ import {
|
|
|
139
138
|
SpotInstanceRequest,
|
|
140
139
|
SpotPlacement,
|
|
141
140
|
VerifiedAccessInstanceLoggingConfiguration,
|
|
142
|
-
VolumeModification,
|
|
143
141
|
} from "./models_4";
|
|
144
142
|
import {
|
|
143
|
+
DiskImageDetail,
|
|
145
144
|
InstanceFamilyCreditSpecification,
|
|
146
145
|
IpamResourceCidr,
|
|
147
146
|
Purchase,
|
|
148
147
|
UnlimitedSupportedInstanceFamily,
|
|
148
|
+
VolumeDetail,
|
|
149
|
+
VolumeModification,
|
|
149
150
|
} from "./models_5";
|
|
151
|
+
export interface ImportVolumeRequest {
|
|
152
|
+
AvailabilityZone: string | undefined;
|
|
153
|
+
Description?: string;
|
|
154
|
+
DryRun?: boolean;
|
|
155
|
+
Image: DiskImageDetail | undefined;
|
|
156
|
+
Volume: VolumeDetail | undefined;
|
|
157
|
+
}
|
|
158
|
+
export interface ImportVolumeResult {
|
|
159
|
+
ConversionTask?: ConversionTask;
|
|
160
|
+
}
|
|
161
|
+
export interface ListImagesInRecycleBinRequest {
|
|
162
|
+
ImageIds?: string[];
|
|
163
|
+
NextToken?: string;
|
|
164
|
+
MaxResults?: number;
|
|
165
|
+
DryRun?: boolean;
|
|
166
|
+
}
|
|
167
|
+
export interface ImageRecycleBinInfo {
|
|
168
|
+
ImageId?: string;
|
|
169
|
+
Name?: string;
|
|
170
|
+
Description?: string;
|
|
171
|
+
RecycleBinEnterTime?: Date;
|
|
172
|
+
RecycleBinExitTime?: Date;
|
|
173
|
+
}
|
|
174
|
+
export interface ListImagesInRecycleBinResult {
|
|
175
|
+
Images?: ImageRecycleBinInfo[];
|
|
176
|
+
NextToken?: string;
|
|
177
|
+
}
|
|
178
|
+
export interface ListSnapshotsInRecycleBinRequest {
|
|
179
|
+
MaxResults?: number;
|
|
180
|
+
NextToken?: string;
|
|
181
|
+
SnapshotIds?: string[];
|
|
182
|
+
DryRun?: boolean;
|
|
183
|
+
}
|
|
184
|
+
export interface SnapshotRecycleBinInfo {
|
|
185
|
+
SnapshotId?: string;
|
|
186
|
+
RecycleBinEnterTime?: Date;
|
|
187
|
+
RecycleBinExitTime?: Date;
|
|
188
|
+
Description?: string;
|
|
189
|
+
VolumeId?: string;
|
|
190
|
+
}
|
|
191
|
+
export interface ListSnapshotsInRecycleBinResult {
|
|
192
|
+
Snapshots?: SnapshotRecycleBinInfo[];
|
|
193
|
+
NextToken?: string;
|
|
194
|
+
}
|
|
195
|
+
export interface ModifyAddressAttributeRequest {
|
|
196
|
+
AllocationId: string | undefined;
|
|
197
|
+
DomainName?: string;
|
|
198
|
+
DryRun?: boolean;
|
|
199
|
+
}
|
|
150
200
|
export interface ModifyAddressAttributeResult {
|
|
151
201
|
Address?: AddressAttribute;
|
|
152
202
|
}
|
|
@@ -1768,45 +1818,33 @@ export interface StartNetworkInsightsAnalysisRequest {
|
|
|
1768
1818
|
TagSpecifications?: TagSpecification[];
|
|
1769
1819
|
ClientToken?: string;
|
|
1770
1820
|
}
|
|
1771
|
-
export
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
export
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
PreviousStatus?: ClientVpnConnectionStatus;
|
|
1799
|
-
CurrentStatus?: ClientVpnConnectionStatus;
|
|
1800
|
-
}
|
|
1801
|
-
export interface TerminateClientVpnConnectionsResult {
|
|
1802
|
-
ClientVpnEndpointId?: string;
|
|
1803
|
-
Username?: string;
|
|
1804
|
-
ConnectionStatuses?: TerminateConnectionStatus[];
|
|
1805
|
-
}
|
|
1806
|
-
export interface TerminateInstancesRequest {
|
|
1807
|
-
InstanceIds: string[] | undefined;
|
|
1808
|
-
DryRun?: boolean;
|
|
1809
|
-
}
|
|
1821
|
+
export declare const ImportVolumeRequestFilterSensitiveLog: (
|
|
1822
|
+
obj: ImportVolumeRequest
|
|
1823
|
+
) => any;
|
|
1824
|
+
export declare const ImportVolumeResultFilterSensitiveLog: (
|
|
1825
|
+
obj: ImportVolumeResult
|
|
1826
|
+
) => any;
|
|
1827
|
+
export declare const ListImagesInRecycleBinRequestFilterSensitiveLog: (
|
|
1828
|
+
obj: ListImagesInRecycleBinRequest
|
|
1829
|
+
) => any;
|
|
1830
|
+
export declare const ImageRecycleBinInfoFilterSensitiveLog: (
|
|
1831
|
+
obj: ImageRecycleBinInfo
|
|
1832
|
+
) => any;
|
|
1833
|
+
export declare const ListImagesInRecycleBinResultFilterSensitiveLog: (
|
|
1834
|
+
obj: ListImagesInRecycleBinResult
|
|
1835
|
+
) => any;
|
|
1836
|
+
export declare const ListSnapshotsInRecycleBinRequestFilterSensitiveLog: (
|
|
1837
|
+
obj: ListSnapshotsInRecycleBinRequest
|
|
1838
|
+
) => any;
|
|
1839
|
+
export declare const SnapshotRecycleBinInfoFilterSensitiveLog: (
|
|
1840
|
+
obj: SnapshotRecycleBinInfo
|
|
1841
|
+
) => any;
|
|
1842
|
+
export declare const ListSnapshotsInRecycleBinResultFilterSensitiveLog: (
|
|
1843
|
+
obj: ListSnapshotsInRecycleBinResult
|
|
1844
|
+
) => any;
|
|
1845
|
+
export declare const ModifyAddressAttributeRequestFilterSensitiveLog: (
|
|
1846
|
+
obj: ModifyAddressAttributeRequest
|
|
1847
|
+
) => any;
|
|
1810
1848
|
export declare const ModifyAddressAttributeResultFilterSensitiveLog: (
|
|
1811
1849
|
obj: ModifyAddressAttributeResult
|
|
1812
1850
|
) => any;
|
|
@@ -2638,30 +2676,3 @@ export declare const StartNetworkInsightsAccessScopeAnalysisResultFilterSensitiv
|
|
|
2638
2676
|
export declare const StartNetworkInsightsAnalysisRequestFilterSensitiveLog: (
|
|
2639
2677
|
obj: StartNetworkInsightsAnalysisRequest
|
|
2640
2678
|
) => any;
|
|
2641
|
-
export declare const StartNetworkInsightsAnalysisResultFilterSensitiveLog: (
|
|
2642
|
-
obj: StartNetworkInsightsAnalysisResult
|
|
2643
|
-
) => any;
|
|
2644
|
-
export declare const StartVpcEndpointServicePrivateDnsVerificationRequestFilterSensitiveLog: (
|
|
2645
|
-
obj: StartVpcEndpointServicePrivateDnsVerificationRequest
|
|
2646
|
-
) => any;
|
|
2647
|
-
export declare const StartVpcEndpointServicePrivateDnsVerificationResultFilterSensitiveLog: (
|
|
2648
|
-
obj: StartVpcEndpointServicePrivateDnsVerificationResult
|
|
2649
|
-
) => any;
|
|
2650
|
-
export declare const StopInstancesRequestFilterSensitiveLog: (
|
|
2651
|
-
obj: StopInstancesRequest
|
|
2652
|
-
) => any;
|
|
2653
|
-
export declare const StopInstancesResultFilterSensitiveLog: (
|
|
2654
|
-
obj: StopInstancesResult
|
|
2655
|
-
) => any;
|
|
2656
|
-
export declare const TerminateClientVpnConnectionsRequestFilterSensitiveLog: (
|
|
2657
|
-
obj: TerminateClientVpnConnectionsRequest
|
|
2658
|
-
) => any;
|
|
2659
|
-
export declare const TerminateConnectionStatusFilterSensitiveLog: (
|
|
2660
|
-
obj: TerminateConnectionStatus
|
|
2661
|
-
) => any;
|
|
2662
|
-
export declare const TerminateClientVpnConnectionsResultFilterSensitiveLog: (
|
|
2663
|
-
obj: TerminateClientVpnConnectionsResult
|
|
2664
|
-
) => any;
|
|
2665
|
-
export declare const TerminateInstancesRequestFilterSensitiveLog: (
|
|
2666
|
-
obj: TerminateInstancesRequest
|
|
2667
|
-
) => any;
|
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
import { ByoipCidr, IpPermission, NatGatewayAddress } from "./models_0";
|
|
2
|
+
import { ClientVpnConnectionStatus } from "./models_3";
|
|
3
|
+
import { NetworkInsightsAnalysis } from "./models_4";
|
|
2
4
|
import { InstanceMonitoring, InstanceStateChange } from "./models_6";
|
|
5
|
+
export interface StartNetworkInsightsAnalysisResult {
|
|
6
|
+
NetworkInsightsAnalysis?: NetworkInsightsAnalysis;
|
|
7
|
+
}
|
|
8
|
+
export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
|
|
9
|
+
DryRun?: boolean;
|
|
10
|
+
ServiceId: string | undefined;
|
|
11
|
+
}
|
|
12
|
+
export interface StartVpcEndpointServicePrivateDnsVerificationResult {
|
|
13
|
+
ReturnValue?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export interface StopInstancesRequest {
|
|
16
|
+
InstanceIds: string[] | undefined;
|
|
17
|
+
Hibernate?: boolean;
|
|
18
|
+
DryRun?: boolean;
|
|
19
|
+
Force?: boolean;
|
|
20
|
+
}
|
|
21
|
+
export interface StopInstancesResult {
|
|
22
|
+
StoppingInstances?: InstanceStateChange[];
|
|
23
|
+
}
|
|
24
|
+
export interface TerminateClientVpnConnectionsRequest {
|
|
25
|
+
ClientVpnEndpointId: string | undefined;
|
|
26
|
+
ConnectionId?: string;
|
|
27
|
+
Username?: string;
|
|
28
|
+
DryRun?: boolean;
|
|
29
|
+
}
|
|
30
|
+
export interface TerminateConnectionStatus {
|
|
31
|
+
ConnectionId?: string;
|
|
32
|
+
PreviousStatus?: ClientVpnConnectionStatus;
|
|
33
|
+
CurrentStatus?: ClientVpnConnectionStatus;
|
|
34
|
+
}
|
|
35
|
+
export interface TerminateClientVpnConnectionsResult {
|
|
36
|
+
ClientVpnEndpointId?: string;
|
|
37
|
+
Username?: string;
|
|
38
|
+
ConnectionStatuses?: TerminateConnectionStatus[];
|
|
39
|
+
}
|
|
40
|
+
export interface TerminateInstancesRequest {
|
|
41
|
+
InstanceIds: string[] | undefined;
|
|
42
|
+
DryRun?: boolean;
|
|
43
|
+
}
|
|
3
44
|
export interface TerminateInstancesResult {
|
|
4
45
|
TerminatingInstances?: InstanceStateChange[];
|
|
5
46
|
}
|
|
@@ -66,6 +107,33 @@ export interface WithdrawByoipCidrRequest {
|
|
|
66
107
|
export interface WithdrawByoipCidrResult {
|
|
67
108
|
ByoipCidr?: ByoipCidr;
|
|
68
109
|
}
|
|
110
|
+
export declare const StartNetworkInsightsAnalysisResultFilterSensitiveLog: (
|
|
111
|
+
obj: StartNetworkInsightsAnalysisResult
|
|
112
|
+
) => any;
|
|
113
|
+
export declare const StartVpcEndpointServicePrivateDnsVerificationRequestFilterSensitiveLog: (
|
|
114
|
+
obj: StartVpcEndpointServicePrivateDnsVerificationRequest
|
|
115
|
+
) => any;
|
|
116
|
+
export declare const StartVpcEndpointServicePrivateDnsVerificationResultFilterSensitiveLog: (
|
|
117
|
+
obj: StartVpcEndpointServicePrivateDnsVerificationResult
|
|
118
|
+
) => any;
|
|
119
|
+
export declare const StopInstancesRequestFilterSensitiveLog: (
|
|
120
|
+
obj: StopInstancesRequest
|
|
121
|
+
) => any;
|
|
122
|
+
export declare const StopInstancesResultFilterSensitiveLog: (
|
|
123
|
+
obj: StopInstancesResult
|
|
124
|
+
) => any;
|
|
125
|
+
export declare const TerminateClientVpnConnectionsRequestFilterSensitiveLog: (
|
|
126
|
+
obj: TerminateClientVpnConnectionsRequest
|
|
127
|
+
) => any;
|
|
128
|
+
export declare const TerminateConnectionStatusFilterSensitiveLog: (
|
|
129
|
+
obj: TerminateConnectionStatus
|
|
130
|
+
) => any;
|
|
131
|
+
export declare const TerminateClientVpnConnectionsResultFilterSensitiveLog: (
|
|
132
|
+
obj: TerminateClientVpnConnectionsResult
|
|
133
|
+
) => any;
|
|
134
|
+
export declare const TerminateInstancesRequestFilterSensitiveLog: (
|
|
135
|
+
obj: TerminateInstancesRequest
|
|
136
|
+
) => any;
|
|
69
137
|
export declare const TerminateInstancesResultFilterSensitiveLog: (
|
|
70
138
|
obj: TerminateInstancesResult
|
|
71
139
|
) => any;
|
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.296.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.296.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.296.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.296.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.296.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
|
+
"@aws-sdk/middleware-sdk-ec2": "3.296.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.296.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.296.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.296.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.296.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.296.0",
|
|
44
|
+
"@aws-sdk/types": "3.296.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.296.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.295.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.296.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.296.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.296.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.296.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
|
-
"@aws-sdk/util-waiter": "3.
|
|
56
|
+
"@aws-sdk/util-waiter": "3.296.0",
|
|
57
57
|
"fast-xml-parser": "4.1.2",
|
|
58
58
|
"tslib": "^2.5.0",
|
|
59
59
|
"uuid": "^8.3.2"
|