@aws-sdk/client-ec2 3.1083.0 → 3.1085.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 +229 -8
- package/dist-es/models/enums.js +201 -0
- package/dist-es/schemas/schemas_0.js +23 -7
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +18 -4
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -2
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecondaryNetworkCommand.d.ts +1 -2
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +2 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +12 -1
- package/dist-types/commands/ModifyIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +217 -0
- package/dist-types/models/models_1.d.ts +121 -62
- package/dist-types/models/models_2.d.ts +59 -37
- package/dist-types/models/models_3.d.ts +37 -86
- package/dist-types/models/models_4.d.ts +89 -310
- package/dist-types/models/models_5.d.ts +309 -40
- package/dist-types/models/models_6.d.ts +38 -32
- package/dist-types/models/models_7.d.ts +36 -50
- package/dist-types/models/models_8.d.ts +47 -1
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSecondaryNetworkCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +205 -0
- package/dist-types/ts3.4/models/models_1.d.ts +18 -12
- package/dist-types/ts3.4/models/models_2.d.ts +11 -9
- package/dist-types/ts3.4/models/models_3.d.ts +9 -15
- package/dist-types/ts3.4/models/models_4.d.ts +16 -39
- package/dist-types/ts3.4/models/models_5.d.ts +40 -10
- package/dist-types/ts3.4/models/models_6.d.ts +9 -8
- package/dist-types/ts3.4/models/models_7.d.ts +10 -11
- package/dist-types/ts3.4/models/models_8.d.ts +10 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +1 -1
|
@@ -6,7 +6,6 @@ import {
|
|
|
6
6
|
ArchitectureValues,
|
|
7
7
|
AutoAcceptSharedAttachmentsValue,
|
|
8
8
|
BootModeValues,
|
|
9
|
-
CapacityManagerStatus,
|
|
10
9
|
CapacityReservationInstancePlatform,
|
|
11
10
|
CurrencyCodeValues,
|
|
12
11
|
DefaultRouteTableAssociationValue,
|
|
@@ -80,6 +79,7 @@ import {
|
|
|
80
79
|
EnaSrdSpecification,
|
|
81
80
|
IamInstanceProfileAssociation,
|
|
82
81
|
IamInstanceProfileSpecification,
|
|
82
|
+
IpamPoolAllocation,
|
|
83
83
|
IpPermission,
|
|
84
84
|
NatGatewayAddress,
|
|
85
85
|
PortRange,
|
|
@@ -163,11 +163,11 @@ import {
|
|
|
163
163
|
PublicIpv4PoolRange,
|
|
164
164
|
ReservedInstancesConfiguration,
|
|
165
165
|
ScheduledInstance,
|
|
166
|
-
SpotFleetRequestConfigData,
|
|
167
166
|
SpotPlacement,
|
|
168
167
|
} from "./models_4";
|
|
169
168
|
import {
|
|
170
169
|
RunInstancesMonitoringEnabled,
|
|
170
|
+
SpotFleetRequestConfigData,
|
|
171
171
|
SpotInstanceRequest,
|
|
172
172
|
VerifiedAccessInstanceLoggingConfiguration,
|
|
173
173
|
VolumeModification,
|
|
@@ -182,6 +182,14 @@ import {
|
|
|
182
182
|
Purchase,
|
|
183
183
|
RemoveIpamOperatingRegion,
|
|
184
184
|
} from "./models_6";
|
|
185
|
+
export interface ModifyIpamPoolAllocationRequest {
|
|
186
|
+
DryRun?: boolean | undefined;
|
|
187
|
+
IpamPoolAllocationId: string | undefined;
|
|
188
|
+
Description?: string | undefined;
|
|
189
|
+
}
|
|
190
|
+
export interface ModifyIpamPoolAllocationResult {
|
|
191
|
+
IpamPoolAllocation?: IpamPoolAllocation | undefined;
|
|
192
|
+
}
|
|
185
193
|
export interface ModifyIpamPrefixListResolverRequest {
|
|
186
194
|
DryRun?: boolean | undefined;
|
|
187
195
|
IpamPrefixListResolverId: string | undefined;
|
|
@@ -1905,12 +1913,3 @@ export interface UpdateCapacityManagerMonitoredTagKeysRequest {
|
|
|
1905
1913
|
export interface UpdateCapacityManagerMonitoredTagKeysResult {
|
|
1906
1914
|
CapacityManagerTagKeys?: CapacityManagerMonitoredTagKey[] | undefined;
|
|
1907
1915
|
}
|
|
1908
|
-
export interface UpdateCapacityManagerOrganizationsAccessRequest {
|
|
1909
|
-
OrganizationsAccess: boolean | undefined;
|
|
1910
|
-
DryRun?: boolean | undefined;
|
|
1911
|
-
ClientToken?: string | undefined;
|
|
1912
|
-
}
|
|
1913
|
-
export interface UpdateCapacityManagerOrganizationsAccessResult {
|
|
1914
|
-
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
1915
|
-
OrganizationsAccess?: boolean | undefined;
|
|
1916
|
-
}
|
|
@@ -1,8 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
|
+
CapacityManagerStatus,
|
|
2
3
|
InterruptibleCapacityReservationAllocationStatus,
|
|
3
4
|
InterruptionType,
|
|
4
5
|
} from "./enums";
|
|
5
6
|
import { ByoipCidr, IpPermission } from "./models_0";
|
|
7
|
+
export interface UpdateCapacityManagerOrganizationsAccessRequest {
|
|
8
|
+
OrganizationsAccess: boolean | undefined;
|
|
9
|
+
DryRun?: boolean | undefined;
|
|
10
|
+
ClientToken?: string | undefined;
|
|
11
|
+
}
|
|
12
|
+
export interface UpdateCapacityManagerOrganizationsAccessResult {
|
|
13
|
+
CapacityManagerStatus?: CapacityManagerStatus | undefined;
|
|
14
|
+
OrganizationsAccess?: boolean | undefined;
|
|
15
|
+
}
|
|
6
16
|
export interface UpdateInterruptibleCapacityReservationAllocationRequest {
|
|
7
17
|
CapacityReservationId: string | undefined;
|
|
8
18
|
TargetInstanceCount: number | undefined;
|
|
@@ -1283,6 +1283,8 @@ export declare var FleetBlockDeviceMappingRequest$: StaticStructureSchema;
|
|
|
1283
1283
|
export declare var FleetCapacityReservation$: StaticStructureSchema;
|
|
1284
1284
|
export declare var FleetData$: StaticStructureSchema;
|
|
1285
1285
|
export declare var FleetEbsBlockDeviceRequest$: StaticStructureSchema;
|
|
1286
|
+
export declare var FleetIamInstanceProfileSpecificationRequest$: StaticStructureSchema;
|
|
1287
|
+
export declare var FleetInstanceMetadataOptionsRequest$: StaticStructureSchema;
|
|
1286
1288
|
export declare var FleetLaunchTemplateConfig$: StaticStructureSchema;
|
|
1287
1289
|
export declare var FleetLaunchTemplateConfigRequest$: StaticStructureSchema;
|
|
1288
1290
|
export declare var FleetLaunchTemplateOverrides$: StaticStructureSchema;
|
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.1085.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|