@aws-sdk/client-ec2 3.448.0 → 3.449.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/models/models_1.js +1 -16
- package/dist-cjs/models/models_2.js +17 -2
- package/dist-cjs/protocols/Aws_ec2.js +95 -0
- package/dist-es/models/models_1.js +0 -15
- package/dist-es/models/models_2.js +15 -0
- package/dist-es/protocols/Aws_ec2.js +95 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +6 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +12 -0
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -0
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -0
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +12 -0
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +3 -2
- package/dist-types/models/models_1.d.ts +99 -99
- package/dist-types/models/models_2.d.ts +89 -71
- package/dist-types/models/models_3.d.ts +71 -126
- package/dist-types/models/models_4.d.ts +182 -240
- package/dist-types/models/models_5.d.ts +236 -180
- package/dist-types/models/models_6.d.ts +181 -130
- package/dist-types/models/models_7.d.ts +130 -3
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +16 -28
- package/dist-types/ts3.4/models/models_2.d.ts +28 -19
- package/dist-types/ts3.4/models/models_3.d.ts +16 -18
- package/dist-types/ts3.4/models/models_4.d.ts +29 -36
- package/dist-types/ts3.4/models/models_5.d.ts +36 -36
- package/dist-types/ts3.4/models/models_6.d.ts +36 -29
- package/dist-types/ts3.4/models/models_7.d.ts +36 -1
- package/package.json +13 -13
|
@@ -1255,6 +1255,13 @@ export interface LaunchTemplateInstanceMetadataOptionsRequest {
|
|
|
1255
1255
|
export interface LaunchTemplatesMonitoringRequest {
|
|
1256
1256
|
Enabled?: boolean;
|
|
1257
1257
|
}
|
|
1258
|
+
export interface EnaSrdUdpSpecificationRequest {
|
|
1259
|
+
EnaSrdUdpEnabled?: boolean;
|
|
1260
|
+
}
|
|
1261
|
+
export interface EnaSrdSpecificationRequest {
|
|
1262
|
+
EnaSrdEnabled?: boolean;
|
|
1263
|
+
EnaSrdUdpSpecification?: EnaSrdUdpSpecificationRequest;
|
|
1264
|
+
}
|
|
1258
1265
|
export interface Ipv4PrefixSpecificationRequest {
|
|
1259
1266
|
Ipv4Prefix?: string;
|
|
1260
1267
|
}
|
|
@@ -1289,6 +1296,7 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
|
1289
1296
|
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
|
|
1290
1297
|
Ipv6PrefixCount?: number;
|
|
1291
1298
|
PrimaryIpv6?: boolean;
|
|
1299
|
+
EnaSrdSpecification?: EnaSrdSpecificationRequest;
|
|
1292
1300
|
}
|
|
1293
1301
|
export interface LaunchTemplatePlacementRequest {
|
|
1294
1302
|
AvailabilityZone?: string;
|
|
@@ -1464,6 +1472,13 @@ export interface LaunchTemplateInstanceMetadataOptions {
|
|
|
1464
1472
|
export interface LaunchTemplatesMonitoring {
|
|
1465
1473
|
Enabled?: boolean;
|
|
1466
1474
|
}
|
|
1475
|
+
export interface LaunchTemplateEnaSrdUdpSpecification {
|
|
1476
|
+
EnaSrdUdpEnabled?: boolean;
|
|
1477
|
+
}
|
|
1478
|
+
export interface LaunchTemplateEnaSrdSpecification {
|
|
1479
|
+
EnaSrdEnabled?: boolean;
|
|
1480
|
+
EnaSrdUdpSpecification?: LaunchTemplateEnaSrdUdpSpecification;
|
|
1481
|
+
}
|
|
1467
1482
|
export interface Ipv4PrefixSpecificationResponse {
|
|
1468
1483
|
Ipv4Prefix?: string;
|
|
1469
1484
|
}
|
|
@@ -1495,6 +1510,7 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
|
|
|
1495
1510
|
Ipv6Prefixes?: Ipv6PrefixSpecificationResponse[];
|
|
1496
1511
|
Ipv6PrefixCount?: number;
|
|
1497
1512
|
PrimaryIpv6?: boolean;
|
|
1513
|
+
EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification;
|
|
1498
1514
|
}
|
|
1499
1515
|
export interface LaunchTemplatePlacement {
|
|
1500
1516
|
AvailabilityZone?: string;
|
|
@@ -2058,34 +2074,6 @@ export interface NetworkInterfacePermission {
|
|
|
2058
2074
|
export interface CreateNetworkInterfacePermissionResult {
|
|
2059
2075
|
InterfacePermission?: NetworkInterfacePermission;
|
|
2060
2076
|
}
|
|
2061
|
-
export declare const SpreadLevel: {
|
|
2062
|
-
readonly host: "host";
|
|
2063
|
-
readonly rack: "rack";
|
|
2064
|
-
};
|
|
2065
|
-
export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
|
|
2066
|
-
export declare const PlacementStrategy: {
|
|
2067
|
-
readonly cluster: "cluster";
|
|
2068
|
-
readonly partition: "partition";
|
|
2069
|
-
readonly spread: "spread";
|
|
2070
|
-
};
|
|
2071
|
-
export type PlacementStrategy =
|
|
2072
|
-
(typeof PlacementStrategy)[keyof typeof PlacementStrategy];
|
|
2073
|
-
export interface CreatePlacementGroupRequest {
|
|
2074
|
-
DryRun?: boolean;
|
|
2075
|
-
GroupName?: string;
|
|
2076
|
-
Strategy?: PlacementStrategy;
|
|
2077
|
-
PartitionCount?: number;
|
|
2078
|
-
TagSpecifications?: TagSpecification[];
|
|
2079
|
-
SpreadLevel?: SpreadLevel;
|
|
2080
|
-
}
|
|
2081
|
-
export declare const PlacementGroupState: {
|
|
2082
|
-
readonly available: "available";
|
|
2083
|
-
readonly deleted: "deleted";
|
|
2084
|
-
readonly deleting: "deleting";
|
|
2085
|
-
readonly pending: "pending";
|
|
2086
|
-
};
|
|
2087
|
-
export type PlacementGroupState =
|
|
2088
|
-
(typeof PlacementGroupState)[keyof typeof PlacementGroupState];
|
|
2089
2077
|
export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
|
|
2090
2078
|
export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
|
|
2091
2079
|
obj: RequestLaunchTemplateData
|
|
@@ -42,14 +42,39 @@ import {
|
|
|
42
42
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
43
43
|
LocalGatewayRouteTableVpcAssociation,
|
|
44
44
|
ManagedPrefixList,
|
|
45
|
-
PlacementGroupState,
|
|
46
|
-
PlacementStrategy,
|
|
47
|
-
SpreadLevel,
|
|
48
45
|
Subnet,
|
|
49
46
|
Tenancy,
|
|
50
47
|
VolumeType,
|
|
51
48
|
Vpc,
|
|
52
49
|
} from "./models_1";
|
|
50
|
+
export declare const SpreadLevel: {
|
|
51
|
+
readonly host: "host";
|
|
52
|
+
readonly rack: "rack";
|
|
53
|
+
};
|
|
54
|
+
export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
|
|
55
|
+
export declare const PlacementStrategy: {
|
|
56
|
+
readonly cluster: "cluster";
|
|
57
|
+
readonly partition: "partition";
|
|
58
|
+
readonly spread: "spread";
|
|
59
|
+
};
|
|
60
|
+
export type PlacementStrategy =
|
|
61
|
+
(typeof PlacementStrategy)[keyof typeof PlacementStrategy];
|
|
62
|
+
export interface CreatePlacementGroupRequest {
|
|
63
|
+
DryRun?: boolean;
|
|
64
|
+
GroupName?: string;
|
|
65
|
+
Strategy?: PlacementStrategy;
|
|
66
|
+
PartitionCount?: number;
|
|
67
|
+
TagSpecifications?: TagSpecification[];
|
|
68
|
+
SpreadLevel?: SpreadLevel;
|
|
69
|
+
}
|
|
70
|
+
export declare const PlacementGroupState: {
|
|
71
|
+
readonly available: "available";
|
|
72
|
+
readonly deleted: "deleted";
|
|
73
|
+
readonly deleting: "deleting";
|
|
74
|
+
readonly pending: "pending";
|
|
75
|
+
};
|
|
76
|
+
export type PlacementGroupState =
|
|
77
|
+
(typeof PlacementGroupState)[keyof typeof PlacementGroupState];
|
|
53
78
|
export interface PlacementGroup {
|
|
54
79
|
GroupName?: string;
|
|
55
80
|
State?: PlacementGroupState;
|
|
@@ -1860,22 +1885,6 @@ export interface DeleteNetworkInsightsPathRequest {
|
|
|
1860
1885
|
export interface DeleteNetworkInsightsPathResult {
|
|
1861
1886
|
NetworkInsightsPathId?: string;
|
|
1862
1887
|
}
|
|
1863
|
-
export interface DeleteNetworkInterfaceRequest {
|
|
1864
|
-
DryRun?: boolean;
|
|
1865
|
-
NetworkInterfaceId: string | undefined;
|
|
1866
|
-
}
|
|
1867
|
-
export interface DeleteNetworkInterfacePermissionRequest {
|
|
1868
|
-
NetworkInterfacePermissionId: string | undefined;
|
|
1869
|
-
Force?: boolean;
|
|
1870
|
-
DryRun?: boolean;
|
|
1871
|
-
}
|
|
1872
|
-
export interface DeleteNetworkInterfacePermissionResult {
|
|
1873
|
-
Return?: boolean;
|
|
1874
|
-
}
|
|
1875
|
-
export interface DeletePlacementGroupRequest {
|
|
1876
|
-
DryRun?: boolean;
|
|
1877
|
-
GroupName: string | undefined;
|
|
1878
|
-
}
|
|
1879
1888
|
export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
1880
1889
|
obj: CreateVerifiedAccessTrustProviderOidcOptions
|
|
1881
1890
|
) => any;
|
|
@@ -26,7 +26,6 @@ import {
|
|
|
26
26
|
HostMaintenance,
|
|
27
27
|
HostRecovery,
|
|
28
28
|
IamInstanceProfileAssociation,
|
|
29
|
-
InstanceEventWindow,
|
|
30
29
|
Tag,
|
|
31
30
|
TransitGatewayPeeringAttachment,
|
|
32
31
|
TransitGatewayVpcAttachment,
|
|
@@ -83,6 +82,22 @@ import {
|
|
|
83
82
|
VerifiedAccessEndpoint,
|
|
84
83
|
VerifiedAccessGroup,
|
|
85
84
|
} from "./models_2";
|
|
85
|
+
export interface DeleteNetworkInterfaceRequest {
|
|
86
|
+
DryRun?: boolean;
|
|
87
|
+
NetworkInterfaceId: string | undefined;
|
|
88
|
+
}
|
|
89
|
+
export interface DeleteNetworkInterfacePermissionRequest {
|
|
90
|
+
NetworkInterfacePermissionId: string | undefined;
|
|
91
|
+
Force?: boolean;
|
|
92
|
+
DryRun?: boolean;
|
|
93
|
+
}
|
|
94
|
+
export interface DeleteNetworkInterfacePermissionResult {
|
|
95
|
+
Return?: boolean;
|
|
96
|
+
}
|
|
97
|
+
export interface DeletePlacementGroupRequest {
|
|
98
|
+
DryRun?: boolean;
|
|
99
|
+
GroupName: string | undefined;
|
|
100
|
+
}
|
|
86
101
|
export interface DeletePublicIpv4PoolRequest {
|
|
87
102
|
DryRun?: boolean;
|
|
88
103
|
PoolId: string | undefined;
|
|
@@ -1820,23 +1835,6 @@ export interface DescribeInstanceCreditSpecificationsResult {
|
|
|
1820
1835
|
InstanceCreditSpecifications?: InstanceCreditSpecification[];
|
|
1821
1836
|
NextToken?: string;
|
|
1822
1837
|
}
|
|
1823
|
-
export interface DescribeInstanceEventNotificationAttributesRequest {
|
|
1824
|
-
DryRun?: boolean;
|
|
1825
|
-
}
|
|
1826
|
-
export interface DescribeInstanceEventNotificationAttributesResult {
|
|
1827
|
-
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
1828
|
-
}
|
|
1829
|
-
export interface DescribeInstanceEventWindowsRequest {
|
|
1830
|
-
DryRun?: boolean;
|
|
1831
|
-
InstanceEventWindowIds?: string[];
|
|
1832
|
-
Filters?: Filter[];
|
|
1833
|
-
MaxResults?: number;
|
|
1834
|
-
NextToken?: string;
|
|
1835
|
-
}
|
|
1836
|
-
export interface DescribeInstanceEventWindowsResult {
|
|
1837
|
-
InstanceEventWindows?: InstanceEventWindow[];
|
|
1838
|
-
NextToken?: string;
|
|
1839
|
-
}
|
|
1840
1838
|
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1841
1839
|
obj: DeleteVerifiedAccessTrustProviderResult
|
|
1842
1840
|
) => any;
|
|
@@ -10,6 +10,7 @@ import {
|
|
|
10
10
|
Explanation,
|
|
11
11
|
IamInstanceProfile,
|
|
12
12
|
IamInstanceProfileSpecification,
|
|
13
|
+
InstanceEventWindow,
|
|
13
14
|
IpamResourceDiscoveryAssociation,
|
|
14
15
|
IpPermission,
|
|
15
16
|
PathComponent,
|
|
@@ -22,7 +23,6 @@ import {
|
|
|
22
23
|
TransitGatewayAttachmentResourceType,
|
|
23
24
|
TransitGatewayAttachmentState,
|
|
24
25
|
TransitGatewayPeeringAttachment,
|
|
25
|
-
TransitGatewayVpcAttachment,
|
|
26
26
|
UserIdGroupPair,
|
|
27
27
|
} from "./models_0";
|
|
28
28
|
import {
|
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
BlockDeviceMapping,
|
|
32
32
|
CapacityReservationPreference,
|
|
33
33
|
CapacityReservationTargetResponse,
|
|
34
|
+
EnaSrdSpecificationRequest,
|
|
34
35
|
FleetLaunchTemplateSpecification,
|
|
35
36
|
FleetType,
|
|
36
37
|
GroupIdentifier,
|
|
@@ -81,12 +82,10 @@ import {
|
|
|
81
82
|
TrafficMirrorFilter,
|
|
82
83
|
TrafficMirrorSession,
|
|
83
84
|
TrafficMirrorTarget,
|
|
84
|
-
TransitGateway,
|
|
85
85
|
TransitGatewayConnect,
|
|
86
86
|
TransitGatewayConnectPeer,
|
|
87
87
|
TransitGatewayMulticastDomain,
|
|
88
88
|
TransitGatewayPolicyTable,
|
|
89
|
-
TransitGatewayRouteTable,
|
|
90
89
|
TransitGatewayRouteTableAnnouncement,
|
|
91
90
|
} from "./models_2";
|
|
92
91
|
import {
|
|
@@ -100,10 +99,28 @@ import {
|
|
|
100
99
|
HypervisorType,
|
|
101
100
|
IdFormat,
|
|
102
101
|
InstanceBlockDeviceMapping,
|
|
102
|
+
InstanceTagNotificationAttribute,
|
|
103
103
|
PermissionGroup,
|
|
104
104
|
ProductCode,
|
|
105
105
|
VirtualizationType,
|
|
106
106
|
} from "./models_3";
|
|
107
|
+
export interface DescribeInstanceEventNotificationAttributesRequest {
|
|
108
|
+
DryRun?: boolean;
|
|
109
|
+
}
|
|
110
|
+
export interface DescribeInstanceEventNotificationAttributesResult {
|
|
111
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
112
|
+
}
|
|
113
|
+
export interface DescribeInstanceEventWindowsRequest {
|
|
114
|
+
DryRun?: boolean;
|
|
115
|
+
InstanceEventWindowIds?: string[];
|
|
116
|
+
Filters?: Filter[];
|
|
117
|
+
MaxResults?: number;
|
|
118
|
+
NextToken?: string;
|
|
119
|
+
}
|
|
120
|
+
export interface DescribeInstanceEventWindowsResult {
|
|
121
|
+
InstanceEventWindows?: InstanceEventWindow[];
|
|
122
|
+
NextToken?: string;
|
|
123
|
+
}
|
|
107
124
|
export interface DescribeInstancesRequest {
|
|
108
125
|
Filters?: Filter[];
|
|
109
126
|
InstanceIds?: string[];
|
|
@@ -216,6 +233,13 @@ export interface InstanceNetworkInterfaceAssociation {
|
|
|
216
233
|
PublicDnsName?: string;
|
|
217
234
|
PublicIp?: string;
|
|
218
235
|
}
|
|
236
|
+
export interface InstanceAttachmentEnaSrdUdpSpecification {
|
|
237
|
+
EnaSrdUdpEnabled?: boolean;
|
|
238
|
+
}
|
|
239
|
+
export interface InstanceAttachmentEnaSrdSpecification {
|
|
240
|
+
EnaSrdEnabled?: boolean;
|
|
241
|
+
EnaSrdUdpSpecification?: InstanceAttachmentEnaSrdUdpSpecification;
|
|
242
|
+
}
|
|
219
243
|
export interface InstanceNetworkInterfaceAttachment {
|
|
220
244
|
AttachTime?: Date;
|
|
221
245
|
AttachmentId?: string;
|
|
@@ -223,6 +247,7 @@ export interface InstanceNetworkInterfaceAttachment {
|
|
|
223
247
|
DeviceIndex?: number;
|
|
224
248
|
Status?: AttachmentStatus;
|
|
225
249
|
NetworkCardIndex?: number;
|
|
250
|
+
EnaSrdSpecification?: InstanceAttachmentEnaSrdSpecification;
|
|
226
251
|
}
|
|
227
252
|
export interface InstanceIpv4Prefix {
|
|
228
253
|
Ipv4Prefix?: string;
|
|
@@ -1633,6 +1658,7 @@ export interface InstanceNetworkInterfaceSpecification {
|
|
|
1633
1658
|
Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
|
|
1634
1659
|
Ipv6PrefixCount?: number;
|
|
1635
1660
|
PrimaryIpv6?: boolean;
|
|
1661
|
+
EnaSrdSpecification?: EnaSrdSpecificationRequest;
|
|
1636
1662
|
}
|
|
1637
1663
|
export interface SpotPlacement {
|
|
1638
1664
|
AvailabilityZone?: string;
|
|
@@ -2040,39 +2066,6 @@ export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
|
|
|
2040
2066
|
TransitGatewayRouteTableAnnouncements?: TransitGatewayRouteTableAnnouncement[];
|
|
2041
2067
|
NextToken?: string;
|
|
2042
2068
|
}
|
|
2043
|
-
export interface DescribeTransitGatewayRouteTablesRequest {
|
|
2044
|
-
TransitGatewayRouteTableIds?: string[];
|
|
2045
|
-
Filters?: Filter[];
|
|
2046
|
-
MaxResults?: number;
|
|
2047
|
-
NextToken?: string;
|
|
2048
|
-
DryRun?: boolean;
|
|
2049
|
-
}
|
|
2050
|
-
export interface DescribeTransitGatewayRouteTablesResult {
|
|
2051
|
-
TransitGatewayRouteTables?: TransitGatewayRouteTable[];
|
|
2052
|
-
NextToken?: string;
|
|
2053
|
-
}
|
|
2054
|
-
export interface DescribeTransitGatewaysRequest {
|
|
2055
|
-
TransitGatewayIds?: string[];
|
|
2056
|
-
Filters?: Filter[];
|
|
2057
|
-
MaxResults?: number;
|
|
2058
|
-
NextToken?: string;
|
|
2059
|
-
DryRun?: boolean;
|
|
2060
|
-
}
|
|
2061
|
-
export interface DescribeTransitGatewaysResult {
|
|
2062
|
-
TransitGateways?: TransitGateway[];
|
|
2063
|
-
NextToken?: string;
|
|
2064
|
-
}
|
|
2065
|
-
export interface DescribeTransitGatewayVpcAttachmentsRequest {
|
|
2066
|
-
TransitGatewayAttachmentIds?: string[];
|
|
2067
|
-
Filters?: Filter[];
|
|
2068
|
-
MaxResults?: number;
|
|
2069
|
-
NextToken?: string;
|
|
2070
|
-
DryRun?: boolean;
|
|
2071
|
-
}
|
|
2072
|
-
export interface DescribeTransitGatewayVpcAttachmentsResult {
|
|
2073
|
-
TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[];
|
|
2074
|
-
NextToken?: string;
|
|
2075
|
-
}
|
|
2076
2069
|
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
2077
2070
|
obj: DescribeLaunchTemplateVersionsResult
|
|
2078
2071
|
) => any;
|
|
@@ -10,7 +10,6 @@ import {
|
|
|
10
10
|
IpamPoolAllocation,
|
|
11
11
|
IpamResourceDiscoveryAssociation,
|
|
12
12
|
NatGatewayAddress,
|
|
13
|
-
SubnetAssociation,
|
|
14
13
|
SubnetIpv6CidrBlockAssociation,
|
|
15
14
|
Tag,
|
|
16
15
|
TagSpecification,
|
|
@@ -19,6 +18,7 @@ import {
|
|
|
19
18
|
TransitGatewayAttachmentResourceType,
|
|
20
19
|
TransitGatewayMulticastDomainAssociations,
|
|
21
20
|
TransitGatewayPolicyTableAssociation,
|
|
21
|
+
TransitGatewayVpcAttachment,
|
|
22
22
|
TrunkInterfaceAssociation,
|
|
23
23
|
VerifiedAccessInstance,
|
|
24
24
|
VerifiedAccessTrustProvider,
|
|
@@ -48,7 +48,8 @@ import {
|
|
|
48
48
|
ServiceTypeDetail,
|
|
49
49
|
SSEType,
|
|
50
50
|
State,
|
|
51
|
-
|
|
51
|
+
TransitGateway,
|
|
52
|
+
TransitGatewayRouteTable,
|
|
52
53
|
VerifiedAccessEndpoint,
|
|
53
54
|
VerifiedAccessGroup,
|
|
54
55
|
Volume,
|
|
@@ -74,6 +75,39 @@ import {
|
|
|
74
75
|
VirtualizationType,
|
|
75
76
|
} from "./models_3";
|
|
76
77
|
import { AnalysisStatus, ArchitectureType } from "./models_4";
|
|
78
|
+
export interface DescribeTransitGatewayRouteTablesRequest {
|
|
79
|
+
TransitGatewayRouteTableIds?: string[];
|
|
80
|
+
Filters?: Filter[];
|
|
81
|
+
MaxResults?: number;
|
|
82
|
+
NextToken?: string;
|
|
83
|
+
DryRun?: boolean;
|
|
84
|
+
}
|
|
85
|
+
export interface DescribeTransitGatewayRouteTablesResult {
|
|
86
|
+
TransitGatewayRouteTables?: TransitGatewayRouteTable[];
|
|
87
|
+
NextToken?: string;
|
|
88
|
+
}
|
|
89
|
+
export interface DescribeTransitGatewaysRequest {
|
|
90
|
+
TransitGatewayIds?: string[];
|
|
91
|
+
Filters?: Filter[];
|
|
92
|
+
MaxResults?: number;
|
|
93
|
+
NextToken?: string;
|
|
94
|
+
DryRun?: boolean;
|
|
95
|
+
}
|
|
96
|
+
export interface DescribeTransitGatewaysResult {
|
|
97
|
+
TransitGateways?: TransitGateway[];
|
|
98
|
+
NextToken?: string;
|
|
99
|
+
}
|
|
100
|
+
export interface DescribeTransitGatewayVpcAttachmentsRequest {
|
|
101
|
+
TransitGatewayAttachmentIds?: string[];
|
|
102
|
+
Filters?: Filter[];
|
|
103
|
+
MaxResults?: number;
|
|
104
|
+
NextToken?: string;
|
|
105
|
+
DryRun?: boolean;
|
|
106
|
+
}
|
|
107
|
+
export interface DescribeTransitGatewayVpcAttachmentsResult {
|
|
108
|
+
TransitGatewayVpcAttachments?: TransitGatewayVpcAttachment[];
|
|
109
|
+
NextToken?: string;
|
|
110
|
+
}
|
|
77
111
|
export interface DescribeTrunkInterfaceAssociationsRequest {
|
|
78
112
|
AssociationIds?: string[];
|
|
79
113
|
DryRun?: boolean;
|
|
@@ -1608,40 +1642,6 @@ export interface GetSubnetCidrReservationsRequest {
|
|
|
1608
1642
|
NextToken?: string;
|
|
1609
1643
|
MaxResults?: number;
|
|
1610
1644
|
}
|
|
1611
|
-
export interface GetSubnetCidrReservationsResult {
|
|
1612
|
-
SubnetIpv4CidrReservations?: SubnetCidrReservation[];
|
|
1613
|
-
SubnetIpv6CidrReservations?: SubnetCidrReservation[];
|
|
1614
|
-
NextToken?: string;
|
|
1615
|
-
}
|
|
1616
|
-
export interface GetTransitGatewayAttachmentPropagationsRequest {
|
|
1617
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1618
|
-
Filters?: Filter[];
|
|
1619
|
-
MaxResults?: number;
|
|
1620
|
-
NextToken?: string;
|
|
1621
|
-
DryRun?: boolean;
|
|
1622
|
-
}
|
|
1623
|
-
export interface TransitGatewayAttachmentPropagation {
|
|
1624
|
-
TransitGatewayRouteTableId?: string;
|
|
1625
|
-
State?: TransitGatewayPropagationState;
|
|
1626
|
-
}
|
|
1627
|
-
export interface GetTransitGatewayAttachmentPropagationsResult {
|
|
1628
|
-
TransitGatewayAttachmentPropagations?: TransitGatewayAttachmentPropagation[];
|
|
1629
|
-
NextToken?: string;
|
|
1630
|
-
}
|
|
1631
|
-
export interface GetTransitGatewayMulticastDomainAssociationsRequest {
|
|
1632
|
-
TransitGatewayMulticastDomainId: string | undefined;
|
|
1633
|
-
Filters?: Filter[];
|
|
1634
|
-
MaxResults?: number;
|
|
1635
|
-
NextToken?: string;
|
|
1636
|
-
DryRun?: boolean;
|
|
1637
|
-
}
|
|
1638
|
-
export interface TransitGatewayMulticastDomainAssociation {
|
|
1639
|
-
TransitGatewayAttachmentId?: string;
|
|
1640
|
-
ResourceId?: string;
|
|
1641
|
-
ResourceType?: TransitGatewayAttachmentResourceType;
|
|
1642
|
-
ResourceOwnerId?: string;
|
|
1643
|
-
Subnet?: SubnetAssociation;
|
|
1644
|
-
}
|
|
1645
1645
|
export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
|
|
1646
1646
|
obj: DescribeVerifiedAccessTrustProvidersResult
|
|
1647
1647
|
) => any;
|
|
@@ -23,6 +23,7 @@ import {
|
|
|
23
23
|
Ipv6SupportValue,
|
|
24
24
|
PortRange,
|
|
25
25
|
RouteTableAssociationState,
|
|
26
|
+
SubnetAssociation,
|
|
26
27
|
Tag,
|
|
27
28
|
TagSpecification,
|
|
28
29
|
TransitGatewayAssociationState,
|
|
@@ -82,6 +83,7 @@ import {
|
|
|
82
83
|
Phase2DHGroupNumbersRequestListValue,
|
|
83
84
|
Phase2EncryptionAlgorithmsRequestListValue,
|
|
84
85
|
Phase2IntegrityAlgorithmsRequestListValue,
|
|
86
|
+
SubnetCidrReservation,
|
|
85
87
|
SubnetConfiguration,
|
|
86
88
|
TrafficDirection,
|
|
87
89
|
TrafficMirrorFilter,
|
|
@@ -146,12 +148,45 @@ import {
|
|
|
146
148
|
InstanceFamilyCreditSpecification,
|
|
147
149
|
IpamResourceCidr,
|
|
148
150
|
Purchase,
|
|
149
|
-
TransitGatewayMulticastDomainAssociation,
|
|
150
151
|
TransitGatewayPropagationState,
|
|
151
152
|
UnlimitedSupportedInstanceFamily,
|
|
152
153
|
VerifiedAccessInstanceLoggingConfiguration,
|
|
153
154
|
VolumeModification,
|
|
154
155
|
} from "./models_5";
|
|
156
|
+
export interface GetSubnetCidrReservationsResult {
|
|
157
|
+
SubnetIpv4CidrReservations?: SubnetCidrReservation[];
|
|
158
|
+
SubnetIpv6CidrReservations?: SubnetCidrReservation[];
|
|
159
|
+
NextToken?: string;
|
|
160
|
+
}
|
|
161
|
+
export interface GetTransitGatewayAttachmentPropagationsRequest {
|
|
162
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
163
|
+
Filters?: Filter[];
|
|
164
|
+
MaxResults?: number;
|
|
165
|
+
NextToken?: string;
|
|
166
|
+
DryRun?: boolean;
|
|
167
|
+
}
|
|
168
|
+
export interface TransitGatewayAttachmentPropagation {
|
|
169
|
+
TransitGatewayRouteTableId?: string;
|
|
170
|
+
State?: TransitGatewayPropagationState;
|
|
171
|
+
}
|
|
172
|
+
export interface GetTransitGatewayAttachmentPropagationsResult {
|
|
173
|
+
TransitGatewayAttachmentPropagations?: TransitGatewayAttachmentPropagation[];
|
|
174
|
+
NextToken?: string;
|
|
175
|
+
}
|
|
176
|
+
export interface GetTransitGatewayMulticastDomainAssociationsRequest {
|
|
177
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
178
|
+
Filters?: Filter[];
|
|
179
|
+
MaxResults?: number;
|
|
180
|
+
NextToken?: string;
|
|
181
|
+
DryRun?: boolean;
|
|
182
|
+
}
|
|
183
|
+
export interface TransitGatewayMulticastDomainAssociation {
|
|
184
|
+
TransitGatewayAttachmentId?: string;
|
|
185
|
+
ResourceId?: string;
|
|
186
|
+
ResourceType?: TransitGatewayAttachmentResourceType;
|
|
187
|
+
ResourceOwnerId?: string;
|
|
188
|
+
Subnet?: SubnetAssociation;
|
|
189
|
+
}
|
|
155
190
|
export interface GetTransitGatewayMulticastDomainAssociationsResult {
|
|
156
191
|
MulticastDomainAssociations?: TransitGatewayMulticastDomainAssociation[];
|
|
157
192
|
NextToken?: string;
|
|
@@ -1802,34 +1837,6 @@ export declare const ResetImageAttributeName: {
|
|
|
1802
1837
|
};
|
|
1803
1838
|
export type ResetImageAttributeName =
|
|
1804
1839
|
(typeof ResetImageAttributeName)[keyof typeof ResetImageAttributeName];
|
|
1805
|
-
export interface ResetImageAttributeRequest {
|
|
1806
|
-
Attribute: ResetImageAttributeName | undefined;
|
|
1807
|
-
ImageId: string | undefined;
|
|
1808
|
-
DryRun?: boolean;
|
|
1809
|
-
}
|
|
1810
|
-
export interface ResetInstanceAttributeRequest {
|
|
1811
|
-
Attribute: InstanceAttributeName | undefined;
|
|
1812
|
-
DryRun?: boolean;
|
|
1813
|
-
InstanceId: string | undefined;
|
|
1814
|
-
}
|
|
1815
|
-
export interface ResetNetworkInterfaceAttributeRequest {
|
|
1816
|
-
DryRun?: boolean;
|
|
1817
|
-
NetworkInterfaceId: string | undefined;
|
|
1818
|
-
SourceDestCheck?: string;
|
|
1819
|
-
}
|
|
1820
|
-
export interface ResetSnapshotAttributeRequest {
|
|
1821
|
-
Attribute: SnapshotAttributeName | undefined;
|
|
1822
|
-
SnapshotId: string | undefined;
|
|
1823
|
-
DryRun?: boolean;
|
|
1824
|
-
}
|
|
1825
|
-
export interface RestoreAddressToClassicRequest {
|
|
1826
|
-
DryRun?: boolean;
|
|
1827
|
-
PublicIp: string | undefined;
|
|
1828
|
-
}
|
|
1829
|
-
export interface RestoreAddressToClassicResult {
|
|
1830
|
-
PublicIp?: string;
|
|
1831
|
-
Status?: Status;
|
|
1832
|
-
}
|
|
1833
1840
|
export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
|
|
1834
1841
|
obj: GetVpnConnectionDeviceSampleConfigurationResult
|
|
1835
1842
|
) => any;
|
|
@@ -24,7 +24,11 @@ import {
|
|
|
24
24
|
SpotInstanceType,
|
|
25
25
|
} from "./models_1";
|
|
26
26
|
import { SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
|
|
27
|
-
import {
|
|
27
|
+
import {
|
|
28
|
+
ClientVpnConnectionStatus,
|
|
29
|
+
Filter,
|
|
30
|
+
InstanceAttributeName,
|
|
31
|
+
} from "./models_3";
|
|
28
32
|
import {
|
|
29
33
|
HttpTokensState,
|
|
30
34
|
InstanceAutoRecoveryState,
|
|
@@ -36,11 +40,42 @@ import {
|
|
|
36
40
|
NetworkInsightsAccessScopeAnalysis,
|
|
37
41
|
NetworkInsightsAnalysis,
|
|
38
42
|
RunInstancesMonitoringEnabled,
|
|
43
|
+
SnapshotAttributeName,
|
|
39
44
|
} from "./models_4";
|
|
40
45
|
import {
|
|
41
46
|
CapacityReservationSpecification,
|
|
42
47
|
InstanceMonitoring,
|
|
48
|
+
ResetImageAttributeName,
|
|
49
|
+
Status,
|
|
43
50
|
} from "./models_6";
|
|
51
|
+
export interface ResetImageAttributeRequest {
|
|
52
|
+
Attribute: ResetImageAttributeName | undefined;
|
|
53
|
+
ImageId: string | undefined;
|
|
54
|
+
DryRun?: boolean;
|
|
55
|
+
}
|
|
56
|
+
export interface ResetInstanceAttributeRequest {
|
|
57
|
+
Attribute: InstanceAttributeName | undefined;
|
|
58
|
+
DryRun?: boolean;
|
|
59
|
+
InstanceId: string | undefined;
|
|
60
|
+
}
|
|
61
|
+
export interface ResetNetworkInterfaceAttributeRequest {
|
|
62
|
+
DryRun?: boolean;
|
|
63
|
+
NetworkInterfaceId: string | undefined;
|
|
64
|
+
SourceDestCheck?: string;
|
|
65
|
+
}
|
|
66
|
+
export interface ResetSnapshotAttributeRequest {
|
|
67
|
+
Attribute: SnapshotAttributeName | undefined;
|
|
68
|
+
SnapshotId: string | undefined;
|
|
69
|
+
DryRun?: boolean;
|
|
70
|
+
}
|
|
71
|
+
export interface RestoreAddressToClassicRequest {
|
|
72
|
+
DryRun?: boolean;
|
|
73
|
+
PublicIp: string | undefined;
|
|
74
|
+
}
|
|
75
|
+
export interface RestoreAddressToClassicResult {
|
|
76
|
+
PublicIp?: string;
|
|
77
|
+
Status?: Status;
|
|
78
|
+
}
|
|
44
79
|
export interface RestoreImageFromRecycleBinRequest {
|
|
45
80
|
ImageId: string | undefined;
|
|
46
81
|
DryRun?: boolean;
|
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.449.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",
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.449.0",
|
|
25
25
|
"@aws-sdk/core": "3.445.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
31
|
-
"@aws-sdk/middleware-signing": "3.
|
|
32
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.449.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.449.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.449.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.449.0",
|
|
30
|
+
"@aws-sdk/middleware-sdk-ec2": "3.449.0",
|
|
31
|
+
"@aws-sdk/middleware-signing": "3.449.0",
|
|
32
|
+
"@aws-sdk/middleware-user-agent": "3.449.0",
|
|
33
33
|
"@aws-sdk/region-config-resolver": "3.433.0",
|
|
34
|
-
"@aws-sdk/types": "3.
|
|
35
|
-
"@aws-sdk/util-endpoints": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
37
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/types": "3.449.0",
|
|
35
|
+
"@aws-sdk/util-endpoints": "3.449.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-browser": "3.449.0",
|
|
37
|
+
"@aws-sdk/util-user-agent-node": "3.449.0",
|
|
38
38
|
"@smithy/config-resolver": "^2.0.16",
|
|
39
39
|
"@smithy/fetch-http-handler": "^2.2.4",
|
|
40
40
|
"@smithy/hash-node": "^2.0.12",
|