@aws-sdk/client-ec2 3.758.0 → 3.764.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +387 -282
- package/dist-es/commands/CreateVpnConnectionCommand.js +2 -1
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +23 -4
- package/dist-es/models/models_2.js +4 -9
- package/dist-es/models/models_3.js +10 -15
- package/dist-es/models/models_4.js +15 -0
- package/dist-es/models/models_5.js +1 -1
- package/dist-es/models/models_6.js +0 -6
- package/dist-es/models/models_7.js +7 -1
- package/dist-es/protocols/Aws_ec2.js +139 -64
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +37 -2
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +37 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -2
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpcsCommand.d.ts +37 -2
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +3 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -2
- 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 -1
- package/dist-types/models/models_0.d.ts +20 -12
- package/dist-types/models/models_1.d.ts +86 -233
- package/dist-types/models/models_2.d.ts +236 -253
- package/dist-types/models/models_3.d.ts +248 -243
- package/dist-types/models/models_4.d.ts +247 -197
- package/dist-types/models/models_5.d.ts +198 -120
- package/dist-types/models/models_6.d.ts +119 -132
- package/dist-types/models/models_7.d.ts +134 -148
- package/dist-types/models/models_8.d.ts +145 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +4 -2
- 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 +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +7 -6
- package/dist-types/ts3.4/models/models_1.d.ts +52 -40
- package/dist-types/ts3.4/models/models_2.d.ts +40 -59
- package/dist-types/ts3.4/models/models_3.d.ts +66 -57
- package/dist-types/ts3.4/models/models_4.d.ts +60 -42
- package/dist-types/ts3.4/models/models_5.d.ts +45 -38
- package/dist-types/ts3.4/models/models_6.d.ts +35 -39
- package/dist-types/ts3.4/models/models_7.d.ts +38 -37
- package/dist-types/ts3.4/models/models_8.d.ts +34 -1
- package/package.json +1 -1
|
@@ -19,16 +19,12 @@ import {
|
|
|
19
19
|
ResourceType,
|
|
20
20
|
SecurityGroupRule,
|
|
21
21
|
SecurityGroupVpcAssociationState,
|
|
22
|
-
SubnetIpv6CidrBlockAssociation,
|
|
23
22
|
Tag,
|
|
24
23
|
TagSpecification,
|
|
25
|
-
TransitGatewayAssociation,
|
|
26
24
|
TransitGatewayAssociationState,
|
|
27
25
|
TransitGatewayAttachmentResourceType,
|
|
28
26
|
TransitGatewayAttachmentState,
|
|
29
|
-
TransitGatewayMulticastDomainAssociations,
|
|
30
27
|
TransitGatewayPeeringAttachment,
|
|
31
|
-
TransitGatewayPolicyTableAssociation,
|
|
32
28
|
TransitGatewayVpcAttachment,
|
|
33
29
|
TrunkInterfaceAssociation,
|
|
34
30
|
UserIdGroupPair,
|
|
@@ -90,25 +86,65 @@ import {
|
|
|
90
86
|
Volume,
|
|
91
87
|
VpcBlockPublicAccessExclusion,
|
|
92
88
|
VpcEndpoint,
|
|
93
|
-
VpnConnection,
|
|
94
|
-
VpnGateway,
|
|
95
89
|
} from "./models_2";
|
|
96
90
|
import {
|
|
97
91
|
FastLaunchLaunchTemplateSpecificationResponse,
|
|
98
92
|
FastLaunchResourceType,
|
|
99
|
-
FastLaunchSnapshotConfigurationResponse,
|
|
100
|
-
FastLaunchStateCode,
|
|
101
|
-
FastSnapshotRestoreStateCode,
|
|
102
93
|
Filter,
|
|
94
|
+
IdFormat,
|
|
103
95
|
MetricType,
|
|
104
96
|
StatisticType,
|
|
97
|
+
VpnConnection,
|
|
98
|
+
VpnGateway,
|
|
105
99
|
} from "./models_3";
|
|
106
100
|
import {
|
|
107
101
|
AttributeBooleanValue,
|
|
108
102
|
EventInformation,
|
|
103
|
+
FastLaunchSnapshotConfigurationResponse,
|
|
104
|
+
FastLaunchStateCode,
|
|
105
|
+
FastSnapshotRestoreStateCode,
|
|
109
106
|
PermissionGroup,
|
|
110
107
|
ProductCode,
|
|
111
108
|
} from "./models_4";
|
|
109
|
+
export interface PrincipalIdFormat {
|
|
110
|
+
Arn?: string | undefined;
|
|
111
|
+
Statuses?: IdFormat[] | undefined;
|
|
112
|
+
}
|
|
113
|
+
export interface DescribePrincipalIdFormatResult {
|
|
114
|
+
Principals?: PrincipalIdFormat[] | undefined;
|
|
115
|
+
NextToken?: string | undefined;
|
|
116
|
+
}
|
|
117
|
+
export interface DescribePublicIpv4PoolsRequest {
|
|
118
|
+
PoolIds?: string[] | undefined;
|
|
119
|
+
NextToken?: string | undefined;
|
|
120
|
+
MaxResults?: number | undefined;
|
|
121
|
+
Filters?: Filter[] | undefined;
|
|
122
|
+
}
|
|
123
|
+
export interface PublicIpv4PoolRange {
|
|
124
|
+
FirstAddress?: string | undefined;
|
|
125
|
+
LastAddress?: string | undefined;
|
|
126
|
+
AddressCount?: number | undefined;
|
|
127
|
+
AvailableAddressCount?: number | undefined;
|
|
128
|
+
}
|
|
129
|
+
export interface PublicIpv4Pool {
|
|
130
|
+
PoolId?: string | undefined;
|
|
131
|
+
Description?: string | undefined;
|
|
132
|
+
PoolAddressRanges?: PublicIpv4PoolRange[] | undefined;
|
|
133
|
+
TotalAddressCount?: number | undefined;
|
|
134
|
+
TotalAvailableAddressCount?: number | undefined;
|
|
135
|
+
NetworkBorderGroup?: string | undefined;
|
|
136
|
+
Tags?: Tag[] | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface DescribePublicIpv4PoolsResult {
|
|
139
|
+
PublicIpv4Pools?: PublicIpv4Pool[] | undefined;
|
|
140
|
+
NextToken?: string | undefined;
|
|
141
|
+
}
|
|
142
|
+
export interface DescribeRegionsRequest {
|
|
143
|
+
RegionNames?: string[] | undefined;
|
|
144
|
+
AllRegions?: boolean | undefined;
|
|
145
|
+
DryRun?: boolean | undefined;
|
|
146
|
+
Filters?: Filter[] | undefined;
|
|
147
|
+
}
|
|
112
148
|
export interface Region {
|
|
113
149
|
OptInStatus?: string | undefined;
|
|
114
150
|
RegionName?: string | undefined;
|
|
@@ -1865,35 +1901,6 @@ export interface DisassociateSecurityGroupVpcResult {
|
|
|
1865
1901
|
export interface DisassociateSubnetCidrBlockRequest {
|
|
1866
1902
|
AssociationId: string | undefined;
|
|
1867
1903
|
}
|
|
1868
|
-
export interface DisassociateSubnetCidrBlockResult {
|
|
1869
|
-
Ipv6CidrBlockAssociation?: SubnetIpv6CidrBlockAssociation | undefined;
|
|
1870
|
-
SubnetId?: string | undefined;
|
|
1871
|
-
}
|
|
1872
|
-
export interface DisassociateTransitGatewayMulticastDomainRequest {
|
|
1873
|
-
TransitGatewayMulticastDomainId: string | undefined;
|
|
1874
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1875
|
-
SubnetIds: string[] | undefined;
|
|
1876
|
-
DryRun?: boolean | undefined;
|
|
1877
|
-
}
|
|
1878
|
-
export interface DisassociateTransitGatewayMulticastDomainResult {
|
|
1879
|
-
Associations?: TransitGatewayMulticastDomainAssociations | undefined;
|
|
1880
|
-
}
|
|
1881
|
-
export interface DisassociateTransitGatewayPolicyTableRequest {
|
|
1882
|
-
TransitGatewayPolicyTableId: string | undefined;
|
|
1883
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1884
|
-
DryRun?: boolean | undefined;
|
|
1885
|
-
}
|
|
1886
|
-
export interface DisassociateTransitGatewayPolicyTableResult {
|
|
1887
|
-
Association?: TransitGatewayPolicyTableAssociation | undefined;
|
|
1888
|
-
}
|
|
1889
|
-
export interface DisassociateTransitGatewayRouteTableRequest {
|
|
1890
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1891
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1892
|
-
DryRun?: boolean | undefined;
|
|
1893
|
-
}
|
|
1894
|
-
export interface DisassociateTransitGatewayRouteTableResult {
|
|
1895
|
-
Association?: TransitGatewayAssociation | undefined;
|
|
1896
|
-
}
|
|
1897
1904
|
export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
|
|
1898
1905
|
obj: SpotFleetLaunchSpecification
|
|
1899
1906
|
) => any;
|
|
@@ -10,11 +10,14 @@ import {
|
|
|
10
10
|
HostRecovery,
|
|
11
11
|
IpamPoolAllocation,
|
|
12
12
|
SubnetAssociation,
|
|
13
|
+
SubnetIpv6CidrBlockAssociation,
|
|
13
14
|
Tag,
|
|
14
15
|
TagSpecification,
|
|
15
16
|
TargetConfigurationRequest,
|
|
17
|
+
TransitGatewayAssociation,
|
|
16
18
|
TransitGatewayAssociationState,
|
|
17
19
|
TransitGatewayAttachmentResourceType,
|
|
20
|
+
TransitGatewayMulticastDomainAssociations,
|
|
18
21
|
TransitGatewayPolicyTableAssociation,
|
|
19
22
|
UnsuccessfulItem,
|
|
20
23
|
UserTrustProviderType,
|
|
@@ -57,9 +60,6 @@ import {
|
|
|
57
60
|
ExportTaskS3Location,
|
|
58
61
|
FastLaunchLaunchTemplateSpecificationResponse,
|
|
59
62
|
FastLaunchResourceType,
|
|
60
|
-
FastLaunchSnapshotConfigurationResponse,
|
|
61
|
-
FastLaunchStateCode,
|
|
62
|
-
FastSnapshotRestoreStateCode,
|
|
63
63
|
Filter,
|
|
64
64
|
IpamPoolCidr,
|
|
65
65
|
MetricType,
|
|
@@ -72,6 +72,9 @@ import {
|
|
|
72
72
|
ArchitectureValues,
|
|
73
73
|
AttributeBooleanValue,
|
|
74
74
|
BootModeValues,
|
|
75
|
+
FastLaunchSnapshotConfigurationResponse,
|
|
76
|
+
FastLaunchStateCode,
|
|
77
|
+
FastSnapshotRestoreStateCode,
|
|
75
78
|
FpgaImageAttribute,
|
|
76
79
|
FpgaImageAttributeName,
|
|
77
80
|
HttpTokensState,
|
|
@@ -93,6 +96,35 @@ import {
|
|
|
93
96
|
TransitGatewayPropagation,
|
|
94
97
|
TransitGatewayPropagationState,
|
|
95
98
|
} from "./models_5";
|
|
99
|
+
export interface DisassociateSubnetCidrBlockResult {
|
|
100
|
+
Ipv6CidrBlockAssociation?: SubnetIpv6CidrBlockAssociation | undefined;
|
|
101
|
+
SubnetId?: string | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface DisassociateTransitGatewayMulticastDomainRequest {
|
|
104
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
105
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
106
|
+
SubnetIds: string[] | undefined;
|
|
107
|
+
DryRun?: boolean | undefined;
|
|
108
|
+
}
|
|
109
|
+
export interface DisassociateTransitGatewayMulticastDomainResult {
|
|
110
|
+
Associations?: TransitGatewayMulticastDomainAssociations | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface DisassociateTransitGatewayPolicyTableRequest {
|
|
113
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
114
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
115
|
+
DryRun?: boolean | undefined;
|
|
116
|
+
}
|
|
117
|
+
export interface DisassociateTransitGatewayPolicyTableResult {
|
|
118
|
+
Association?: TransitGatewayPolicyTableAssociation | undefined;
|
|
119
|
+
}
|
|
120
|
+
export interface DisassociateTransitGatewayRouteTableRequest {
|
|
121
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
122
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
123
|
+
DryRun?: boolean | undefined;
|
|
124
|
+
}
|
|
125
|
+
export interface DisassociateTransitGatewayRouteTableResult {
|
|
126
|
+
Association?: TransitGatewayAssociation | undefined;
|
|
127
|
+
}
|
|
96
128
|
export interface DisassociateTrunkInterfaceRequest {
|
|
97
129
|
AssociationId: string | undefined;
|
|
98
130
|
ClientToken?: string | undefined;
|
|
@@ -1769,42 +1801,6 @@ export interface ModifyInstanceCapacityReservationAttributesRequest {
|
|
|
1769
1801
|
| undefined;
|
|
1770
1802
|
DryRun?: boolean | undefined;
|
|
1771
1803
|
}
|
|
1772
|
-
export interface ModifyInstanceCapacityReservationAttributesResult {
|
|
1773
|
-
Return?: boolean | undefined;
|
|
1774
|
-
}
|
|
1775
|
-
export interface ModifyInstanceCpuOptionsRequest {
|
|
1776
|
-
InstanceId: string | undefined;
|
|
1777
|
-
CoreCount: number | undefined;
|
|
1778
|
-
ThreadsPerCore: number | undefined;
|
|
1779
|
-
DryRun?: boolean | undefined;
|
|
1780
|
-
}
|
|
1781
|
-
export interface ModifyInstanceCpuOptionsResult {
|
|
1782
|
-
InstanceId?: string | undefined;
|
|
1783
|
-
CoreCount?: number | undefined;
|
|
1784
|
-
ThreadsPerCore?: number | undefined;
|
|
1785
|
-
}
|
|
1786
|
-
export interface InstanceCreditSpecificationRequest {
|
|
1787
|
-
InstanceId: string | undefined;
|
|
1788
|
-
CpuCredits?: string | undefined;
|
|
1789
|
-
}
|
|
1790
|
-
export interface ModifyInstanceCreditSpecificationRequest {
|
|
1791
|
-
DryRun?: boolean | undefined;
|
|
1792
|
-
ClientToken?: string | undefined;
|
|
1793
|
-
InstanceCreditSpecifications:
|
|
1794
|
-
| InstanceCreditSpecificationRequest[]
|
|
1795
|
-
| undefined;
|
|
1796
|
-
}
|
|
1797
|
-
export interface SuccessfulInstanceCreditSpecificationItem {
|
|
1798
|
-
InstanceId?: string | undefined;
|
|
1799
|
-
}
|
|
1800
|
-
export declare const UnsuccessfulInstanceCreditSpecificationErrorCode: {
|
|
1801
|
-
readonly INCORRECT_INSTANCE_STATE: "IncorrectInstanceState";
|
|
1802
|
-
readonly INSTANCE_CREDIT_SPECIFICATION_NOT_SUPPORTED: "InstanceCreditSpecification.NotSupported";
|
|
1803
|
-
readonly INSTANCE_NOT_FOUND: "InvalidInstanceID.NotFound";
|
|
1804
|
-
readonly INVALID_INSTANCE_ID: "InvalidInstanceID.Malformed";
|
|
1805
|
-
};
|
|
1806
|
-
export type UnsuccessfulInstanceCreditSpecificationErrorCode =
|
|
1807
|
-
(typeof UnsuccessfulInstanceCreditSpecificationErrorCode)[keyof typeof UnsuccessfulInstanceCreditSpecificationErrorCode];
|
|
1808
1804
|
export declare const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog: (
|
|
1809
1805
|
obj: VerifiedAccessInstanceUserTrustProviderClientConfiguration
|
|
1810
1806
|
) => any;
|
|
@@ -96,17 +96,16 @@ import {
|
|
|
96
96
|
VerifiedAccessGroup,
|
|
97
97
|
VerifiedAccessSseSpecificationRequest,
|
|
98
98
|
VpcBlockPublicAccessExclusion,
|
|
99
|
-
VpnConnection,
|
|
100
99
|
VpnEcmpSupportValue,
|
|
101
100
|
VpnTunnelLogOptionsSpecification,
|
|
102
101
|
} from "./models_2";
|
|
103
102
|
import {
|
|
104
103
|
Byoasn,
|
|
105
104
|
CapacityBlockExtension,
|
|
106
|
-
ClientVpnConnectionStatus,
|
|
107
105
|
Filter,
|
|
108
106
|
InstanceTagNotificationAttribute,
|
|
109
107
|
IpamPoolCidr,
|
|
108
|
+
VpnConnection,
|
|
110
109
|
} from "./models_3";
|
|
111
110
|
import {
|
|
112
111
|
ArchitectureValues,
|
|
@@ -125,7 +124,6 @@ import {
|
|
|
125
124
|
Monitoring,
|
|
126
125
|
NetworkInsightsAccessScopeAnalysis,
|
|
127
126
|
NetworkInsightsAnalysis,
|
|
128
|
-
PublicIpv4PoolRange,
|
|
129
127
|
TpmSupportValues,
|
|
130
128
|
} from "./models_4";
|
|
131
129
|
import {
|
|
@@ -134,6 +132,7 @@ import {
|
|
|
134
132
|
InstanceNetworkInterfaceSpecification,
|
|
135
133
|
InternetGatewayBlockMode,
|
|
136
134
|
LaunchTemplateConfig,
|
|
135
|
+
PublicIpv4PoolRange,
|
|
137
136
|
ReservedInstancesConfiguration,
|
|
138
137
|
RunInstancesMonitoringEnabled,
|
|
139
138
|
ScheduledInstance,
|
|
@@ -150,9 +149,43 @@ import {
|
|
|
150
149
|
IpamResourceCidr,
|
|
151
150
|
OperationType,
|
|
152
151
|
Purchase,
|
|
153
|
-
SuccessfulInstanceCreditSpecificationItem,
|
|
154
|
-
UnsuccessfulInstanceCreditSpecificationErrorCode,
|
|
155
152
|
} from "./models_6";
|
|
153
|
+
export interface ModifyInstanceCapacityReservationAttributesResult {
|
|
154
|
+
Return?: boolean | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface ModifyInstanceCpuOptionsRequest {
|
|
157
|
+
InstanceId: string | undefined;
|
|
158
|
+
CoreCount: number | undefined;
|
|
159
|
+
ThreadsPerCore: number | undefined;
|
|
160
|
+
DryRun?: boolean | undefined;
|
|
161
|
+
}
|
|
162
|
+
export interface ModifyInstanceCpuOptionsResult {
|
|
163
|
+
InstanceId?: string | undefined;
|
|
164
|
+
CoreCount?: number | undefined;
|
|
165
|
+
ThreadsPerCore?: number | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface InstanceCreditSpecificationRequest {
|
|
168
|
+
InstanceId: string | undefined;
|
|
169
|
+
CpuCredits?: string | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface ModifyInstanceCreditSpecificationRequest {
|
|
172
|
+
DryRun?: boolean | undefined;
|
|
173
|
+
ClientToken?: string | undefined;
|
|
174
|
+
InstanceCreditSpecifications:
|
|
175
|
+
| InstanceCreditSpecificationRequest[]
|
|
176
|
+
| undefined;
|
|
177
|
+
}
|
|
178
|
+
export interface SuccessfulInstanceCreditSpecificationItem {
|
|
179
|
+
InstanceId?: string | undefined;
|
|
180
|
+
}
|
|
181
|
+
export declare const UnsuccessfulInstanceCreditSpecificationErrorCode: {
|
|
182
|
+
readonly INCORRECT_INSTANCE_STATE: "IncorrectInstanceState";
|
|
183
|
+
readonly INSTANCE_CREDIT_SPECIFICATION_NOT_SUPPORTED: "InstanceCreditSpecification.NotSupported";
|
|
184
|
+
readonly INSTANCE_NOT_FOUND: "InvalidInstanceID.NotFound";
|
|
185
|
+
readonly INVALID_INSTANCE_ID: "InvalidInstanceID.Malformed";
|
|
186
|
+
};
|
|
187
|
+
export type UnsuccessfulInstanceCreditSpecificationErrorCode =
|
|
188
|
+
(typeof UnsuccessfulInstanceCreditSpecificationErrorCode)[keyof typeof UnsuccessfulInstanceCreditSpecificationErrorCode];
|
|
156
189
|
export interface UnsuccessfulInstanceCreditSpecificationItemError {
|
|
157
190
|
Code?: UnsuccessfulInstanceCreditSpecificationErrorCode | undefined;
|
|
158
191
|
Message?: string | undefined;
|
|
@@ -1860,38 +1893,6 @@ export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
|
|
|
1860
1893
|
export interface StartVpcEndpointServicePrivateDnsVerificationResult {
|
|
1861
1894
|
ReturnValue?: boolean | undefined;
|
|
1862
1895
|
}
|
|
1863
|
-
export interface StopInstancesRequest {
|
|
1864
|
-
InstanceIds: string[] | undefined;
|
|
1865
|
-
Hibernate?: boolean | undefined;
|
|
1866
|
-
DryRun?: boolean | undefined;
|
|
1867
|
-
Force?: boolean | undefined;
|
|
1868
|
-
}
|
|
1869
|
-
export interface StopInstancesResult {
|
|
1870
|
-
StoppingInstances?: InstanceStateChange[] | undefined;
|
|
1871
|
-
}
|
|
1872
|
-
export interface TerminateClientVpnConnectionsRequest {
|
|
1873
|
-
ClientVpnEndpointId: string | undefined;
|
|
1874
|
-
ConnectionId?: string | undefined;
|
|
1875
|
-
Username?: string | undefined;
|
|
1876
|
-
DryRun?: boolean | undefined;
|
|
1877
|
-
}
|
|
1878
|
-
export interface TerminateConnectionStatus {
|
|
1879
|
-
ConnectionId?: string | undefined;
|
|
1880
|
-
PreviousStatus?: ClientVpnConnectionStatus | undefined;
|
|
1881
|
-
CurrentStatus?: ClientVpnConnectionStatus | undefined;
|
|
1882
|
-
}
|
|
1883
|
-
export interface TerminateClientVpnConnectionsResult {
|
|
1884
|
-
ClientVpnEndpointId?: string | undefined;
|
|
1885
|
-
Username?: string | undefined;
|
|
1886
|
-
ConnectionStatuses?: TerminateConnectionStatus[] | undefined;
|
|
1887
|
-
}
|
|
1888
|
-
export interface TerminateInstancesRequest {
|
|
1889
|
-
InstanceIds: string[] | undefined;
|
|
1890
|
-
DryRun?: boolean | undefined;
|
|
1891
|
-
}
|
|
1892
|
-
export interface TerminateInstancesResult {
|
|
1893
|
-
TerminatingInstances?: InstanceStateChange[] | undefined;
|
|
1894
|
-
}
|
|
1895
1896
|
export declare const ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (
|
|
1896
1897
|
obj: ModifyVerifiedAccessNativeApplicationOidcOptions
|
|
1897
1898
|
) => any;
|
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
import { ByoipCidr, IpPermission, NatGatewayAddress } from "./models_0";
|
|
2
|
-
import {
|
|
2
|
+
import { ClientVpnConnectionStatus } from "./models_3";
|
|
3
|
+
import { InstanceMonitoring, InstanceStateChange } from "./models_7";
|
|
4
|
+
export interface StopInstancesRequest {
|
|
5
|
+
InstanceIds: string[] | undefined;
|
|
6
|
+
Hibernate?: boolean | undefined;
|
|
7
|
+
DryRun?: boolean | undefined;
|
|
8
|
+
Force?: boolean | undefined;
|
|
9
|
+
}
|
|
10
|
+
export interface StopInstancesResult {
|
|
11
|
+
StoppingInstances?: InstanceStateChange[] | undefined;
|
|
12
|
+
}
|
|
13
|
+
export interface TerminateClientVpnConnectionsRequest {
|
|
14
|
+
ClientVpnEndpointId: string | undefined;
|
|
15
|
+
ConnectionId?: string | undefined;
|
|
16
|
+
Username?: string | undefined;
|
|
17
|
+
DryRun?: boolean | undefined;
|
|
18
|
+
}
|
|
19
|
+
export interface TerminateConnectionStatus {
|
|
20
|
+
ConnectionId?: string | undefined;
|
|
21
|
+
PreviousStatus?: ClientVpnConnectionStatus | undefined;
|
|
22
|
+
CurrentStatus?: ClientVpnConnectionStatus | undefined;
|
|
23
|
+
}
|
|
24
|
+
export interface TerminateClientVpnConnectionsResult {
|
|
25
|
+
ClientVpnEndpointId?: string | undefined;
|
|
26
|
+
Username?: string | undefined;
|
|
27
|
+
ConnectionStatuses?: TerminateConnectionStatus[] | undefined;
|
|
28
|
+
}
|
|
29
|
+
export interface TerminateInstancesRequest {
|
|
30
|
+
InstanceIds: string[] | undefined;
|
|
31
|
+
DryRun?: boolean | undefined;
|
|
32
|
+
}
|
|
33
|
+
export interface TerminateInstancesResult {
|
|
34
|
+
TerminatingInstances?: InstanceStateChange[] | undefined;
|
|
35
|
+
}
|
|
3
36
|
export interface UnassignIpv6AddressesRequest {
|
|
4
37
|
Ipv6Prefixes?: string[] | undefined;
|
|
5
38
|
NetworkInterfaceId: string | undefined;
|
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.764.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|