@aws-sdk/client-ec2 3.204.0 → 3.205.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3664 -0
- package/dist-cjs/commands/CreateSubnetCidrReservationCommand.js +2 -1
- package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +1 -2
- package/dist-cjs/commands/DescribeLaunchTemplatesCommand.js +3 -3
- package/dist-cjs/commands/DisassociateTransitGatewayRouteTableCommand.js +2 -1
- package/dist-cjs/commands/DisassociateTrunkInterfaceCommand.js +1 -2
- package/dist-cjs/commands/ModifyVpcPeeringConnectionOptionsCommand.js +1 -2
- package/dist-cjs/models/models_1.js +13 -13
- package/dist-cjs/models/models_2.js +14 -14
- package/dist-cjs/models/models_3.js +13 -13
- package/dist-cjs/models/models_4.js +14 -14
- package/dist-cjs/models/models_5.js +14 -14
- package/dist-cjs/models/models_6.js +12 -4
- package/dist-cjs/protocols/Aws_ec2.js +97 -0
- package/dist-es/commands/CreateSubnetCidrReservationCommand.js +2 -1
- package/dist-es/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +1 -2
- package/dist-es/commands/DescribeLaunchTemplatesCommand.js +1 -1
- package/dist-es/commands/DisassociateTransitGatewayRouteTableCommand.js +2 -1
- package/dist-es/commands/DisassociateTrunkInterfaceCommand.js +1 -2
- package/dist-es/commands/ModifyVpcPeeringConnectionOptionsCommand.js +1 -2
- package/dist-es/models/models_1.js +6 -6
- package/dist-es/models/models_2.js +6 -6
- package/dist-es/models/models_3.js +6 -6
- package/dist-es/models/models_4.js +6 -6
- package/dist-es/models/models_5.js +6 -6
- package/dist-es/models/models_6.js +6 -0
- package/dist-es/protocols/Aws_ec2.js +97 -0
- package/dist-types/EC2.d.ts +8 -7
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +136 -56
- package/dist-types/models/models_2.d.ts +50 -45
- package/dist-types/models/models_3.d.ts +47 -71
- package/dist-types/models/models_4.d.ts +83 -46
- package/dist-types/models/models_5.d.ts +34 -53
- package/dist-types/models/models_6.d.ts +53 -2
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_1.d.ts +18 -18
- package/dist-types/ts3.4/models/models_2.d.ts +19 -18
- package/dist-types/ts3.4/models/models_3.d.ts +18 -24
- package/dist-types/ts3.4/models/models_4.d.ts +19 -15
- package/dist-types/ts3.4/models/models_5.d.ts +16 -18
- package/dist-types/ts3.4/models/models_6.d.ts +18 -1
- package/package.json +1 -1
|
@@ -3,7 +3,50 @@ import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification
|
|
|
3
3
|
import { IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TransitGatewayRoute, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
4
4
|
import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, Filter, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, TpmSupportValues } from "./models_3";
|
|
5
5
|
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
6
|
-
import { CapacityReservationSpecification,
|
|
6
|
+
import { CapacityReservationSpecification, PeeringConnectionOptionsRequest, Purchase } from "./models_5";
|
|
7
|
+
export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The VPC peering connection options for the accepter VPC.</p>
|
|
10
|
+
*/
|
|
11
|
+
AccepterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
|
|
12
|
+
/**
|
|
13
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
14
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
15
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
16
|
+
*/
|
|
17
|
+
DryRun?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The VPC peering connection options for the requester VPC.</p>
|
|
20
|
+
*/
|
|
21
|
+
RequesterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The ID of the VPC peering connection.</p>
|
|
24
|
+
*/
|
|
25
|
+
VpcPeeringConnectionId: string | undefined;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* <note>
|
|
29
|
+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
30
|
+
* </note>
|
|
31
|
+
* <p>Describes the VPC peering connection options.</p>
|
|
32
|
+
*/
|
|
33
|
+
export interface PeeringConnectionOptions {
|
|
34
|
+
/**
|
|
35
|
+
* <p>If true, the public DNS hostnames of instances in the specified VPC resolve to private
|
|
36
|
+
* IP addresses when queried from instances in the peer VPC.</p>
|
|
37
|
+
*/
|
|
38
|
+
AllowDnsResolutionFromRemoteVpc?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* <p>If true, enables outbound communication from an EC2-Classic instance that's linked to
|
|
41
|
+
* a local VPC using ClassicLink to instances in a peer VPC.</p>
|
|
42
|
+
*/
|
|
43
|
+
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* <p>If true, enables outbound communication from instances in a local VPC to an
|
|
46
|
+
* EC2-Classic instance that's linked to a peer VPC using ClassicLink.</p>
|
|
47
|
+
*/
|
|
48
|
+
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
49
|
+
}
|
|
7
50
|
export interface ModifyVpcPeeringConnectionOptionsResult {
|
|
8
51
|
/**
|
|
9
52
|
* <p>Information about the VPC peering connection options for the accepter VPC.</p>
|
|
@@ -1640,7 +1683,7 @@ export interface RequestSpotInstancesRequest {
|
|
|
1640
1683
|
ValidUntil?: Date;
|
|
1641
1684
|
/**
|
|
1642
1685
|
* <p>The key-value pair for tagging the Spot Instance request on creation. The value for
|
|
1643
|
-
*
|
|
1686
|
+
* <code>ResourceType</code> must be <code>spot-instances-request</code>, otherwise the
|
|
1644
1687
|
* Spot Instance request fails. To tag the Spot Instance request after it has been created,
|
|
1645
1688
|
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>. </p>
|
|
1646
1689
|
*/
|
|
@@ -3613,6 +3656,14 @@ export interface WithdrawByoipCidrResult {
|
|
|
3613
3656
|
*/
|
|
3614
3657
|
ByoipCidr?: ByoipCidr;
|
|
3615
3658
|
}
|
|
3659
|
+
/**
|
|
3660
|
+
* @internal
|
|
3661
|
+
*/
|
|
3662
|
+
export declare const ModifyVpcPeeringConnectionOptionsRequestFilterSensitiveLog: (obj: ModifyVpcPeeringConnectionOptionsRequest) => any;
|
|
3663
|
+
/**
|
|
3664
|
+
* @internal
|
|
3665
|
+
*/
|
|
3666
|
+
export declare const PeeringConnectionOptionsFilterSensitiveLog: (obj: PeeringConnectionOptions) => any;
|
|
3616
3667
|
/**
|
|
3617
3668
|
* @internal
|
|
3618
3669
|
*/
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
CreateSubnetCidrReservationResult,
|
|
17
|
-
} from "../models/models_1";
|
|
14
|
+
import { CreateSubnetCidrReservationRequest } from "../models/models_1";
|
|
15
|
+
import { CreateSubnetCidrReservationResult } from "../models/models_2";
|
|
18
16
|
export interface CreateSubnetCidrReservationCommandInput
|
|
19
17
|
extends CreateSubnetCidrReservationRequest {}
|
|
20
18
|
export interface CreateSubnetCidrReservationCommandOutput
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
DeregisterTransitGatewayMulticastGroupMembersRequest,
|
|
16
|
+
DeregisterTransitGatewayMulticastGroupMembersResult,
|
|
17
|
+
} from "../models/models_3";
|
|
16
18
|
export interface DeregisterTransitGatewayMulticastGroupMembersCommandInput
|
|
17
19
|
extends DeregisterTransitGatewayMulticastGroupMembersRequest {}
|
|
18
20
|
export interface DeregisterTransitGatewayMulticastGroupMembersCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DescribeLaunchTemplatesRequest,
|
|
16
16
|
DescribeLaunchTemplatesResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_4";
|
|
18
18
|
export interface DescribeLaunchTemplatesCommandInput
|
|
19
19
|
extends DescribeLaunchTemplatesRequest {}
|
|
20
20
|
export interface DescribeLaunchTemplatesCommandOutput
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
DisassociateTransitGatewayRouteTableResult,
|
|
17
|
-
} from "../models/models_4";
|
|
14
|
+
import { DisassociateTransitGatewayRouteTableRequest } from "../models/models_4";
|
|
15
|
+
import { DisassociateTransitGatewayRouteTableResult } from "../models/models_5";
|
|
18
16
|
export interface DisassociateTransitGatewayRouteTableCommandInput
|
|
19
17
|
extends DisassociateTransitGatewayRouteTableRequest {}
|
|
20
18
|
export interface DisassociateTransitGatewayRouteTableCommandOutput
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
DisassociateTrunkInterfaceRequest,
|
|
16
|
+
DisassociateTrunkInterfaceResult,
|
|
17
|
+
} from "../models/models_5";
|
|
16
18
|
export interface DisassociateTrunkInterfaceCommandInput
|
|
17
19
|
extends DisassociateTrunkInterfaceRequest {}
|
|
18
20
|
export interface DisassociateTrunkInterfaceCommandOutput
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
ModifyVpcPeeringConnectionOptionsRequest,
|
|
16
|
+
ModifyVpcPeeringConnectionOptionsResult,
|
|
17
|
+
} from "../models/models_6";
|
|
16
18
|
export interface ModifyVpcPeeringConnectionOptionsCommandInput
|
|
17
19
|
extends ModifyVpcPeeringConnectionOptionsRequest {}
|
|
18
20
|
export interface ModifyVpcPeeringConnectionOptionsCommandOutput
|
|
@@ -178,6 +178,10 @@ export interface MemoryMiBRequest {
|
|
|
178
178
|
Min: number | undefined;
|
|
179
179
|
Max?: number;
|
|
180
180
|
}
|
|
181
|
+
export interface NetworkBandwidthGbpsRequest {
|
|
182
|
+
Min?: number;
|
|
183
|
+
Max?: number;
|
|
184
|
+
}
|
|
181
185
|
export interface NetworkInterfaceCountRequest {
|
|
182
186
|
Min?: number;
|
|
183
187
|
Max?: number;
|
|
@@ -212,6 +216,8 @@ export interface InstanceRequirementsRequest {
|
|
|
212
216
|
AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
|
|
213
217
|
AcceleratorNames?: (AcceleratorName | string)[];
|
|
214
218
|
AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
|
|
219
|
+
NetworkBandwidthGbps?: NetworkBandwidthGbpsRequest;
|
|
220
|
+
AllowedInstanceTypes?: string[];
|
|
215
221
|
}
|
|
216
222
|
export interface Placement {
|
|
217
223
|
AvailabilityZone?: string;
|
|
@@ -344,6 +350,10 @@ export interface MemoryMiB {
|
|
|
344
350
|
Min?: number;
|
|
345
351
|
Max?: number;
|
|
346
352
|
}
|
|
353
|
+
export interface NetworkBandwidthGbps {
|
|
354
|
+
Min?: number;
|
|
355
|
+
Max?: number;
|
|
356
|
+
}
|
|
347
357
|
export interface NetworkInterfaceCount {
|
|
348
358
|
Min?: number;
|
|
349
359
|
Max?: number;
|
|
@@ -378,6 +388,8 @@ export interface InstanceRequirements {
|
|
|
378
388
|
AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
|
|
379
389
|
AcceleratorNames?: (AcceleratorName | string)[];
|
|
380
390
|
AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiB;
|
|
391
|
+
NetworkBandwidthGbps?: NetworkBandwidthGbps;
|
|
392
|
+
AllowedInstanceTypes?: string[];
|
|
381
393
|
}
|
|
382
394
|
export interface PlacementResponse {
|
|
383
395
|
GroupName?: string;
|
|
@@ -1945,18 +1957,6 @@ export interface CreateSubnetCidrReservationRequest {
|
|
|
1945
1957
|
DryRun?: boolean;
|
|
1946
1958
|
TagSpecifications?: TagSpecification[];
|
|
1947
1959
|
}
|
|
1948
|
-
export interface SubnetCidrReservation {
|
|
1949
|
-
SubnetCidrReservationId?: string;
|
|
1950
|
-
SubnetId?: string;
|
|
1951
|
-
Cidr?: string;
|
|
1952
|
-
ReservationType?: SubnetCidrReservationType | string;
|
|
1953
|
-
OwnerId?: string;
|
|
1954
|
-
Description?: string;
|
|
1955
|
-
Tags?: Tag[];
|
|
1956
|
-
}
|
|
1957
|
-
export interface CreateSubnetCidrReservationResult {
|
|
1958
|
-
SubnetCidrReservation?: SubnetCidrReservation;
|
|
1959
|
-
}
|
|
1960
1960
|
export declare const SubnetFilterSensitiveLog: (obj: Subnet) => any;
|
|
1961
1961
|
export declare const CreateDefaultSubnetResultFilterSensitiveLog: (
|
|
1962
1962
|
obj: CreateDefaultSubnetResult
|
|
@@ -2008,6 +2008,9 @@ export declare const MemoryGiBPerVCpuRequestFilterSensitiveLog: (
|
|
|
2008
2008
|
export declare const MemoryMiBRequestFilterSensitiveLog: (
|
|
2009
2009
|
obj: MemoryMiBRequest
|
|
2010
2010
|
) => any;
|
|
2011
|
+
export declare const NetworkBandwidthGbpsRequestFilterSensitiveLog: (
|
|
2012
|
+
obj: NetworkBandwidthGbpsRequest
|
|
2013
|
+
) => any;
|
|
2011
2014
|
export declare const NetworkInterfaceCountRequestFilterSensitiveLog: (
|
|
2012
2015
|
obj: NetworkInterfaceCountRequest
|
|
2013
2016
|
) => any;
|
|
@@ -2058,6 +2061,9 @@ export declare const MemoryGiBPerVCpuFilterSensitiveLog: (
|
|
|
2058
2061
|
obj: MemoryGiBPerVCpu
|
|
2059
2062
|
) => any;
|
|
2060
2063
|
export declare const MemoryMiBFilterSensitiveLog: (obj: MemoryMiB) => any;
|
|
2064
|
+
export declare const NetworkBandwidthGbpsFilterSensitiveLog: (
|
|
2065
|
+
obj: NetworkBandwidthGbps
|
|
2066
|
+
) => any;
|
|
2061
2067
|
export declare const NetworkInterfaceCountFilterSensitiveLog: (
|
|
2062
2068
|
obj: NetworkInterfaceCount
|
|
2063
2069
|
) => any;
|
|
@@ -2606,9 +2612,3 @@ export declare const CreateSubnetResultFilterSensitiveLog: (
|
|
|
2606
2612
|
export declare const CreateSubnetCidrReservationRequestFilterSensitiveLog: (
|
|
2607
2613
|
obj: CreateSubnetCidrReservationRequest
|
|
2608
2614
|
) => any;
|
|
2609
|
-
export declare const SubnetCidrReservationFilterSensitiveLog: (
|
|
2610
|
-
obj: SubnetCidrReservation
|
|
2611
|
-
) => any;
|
|
2612
|
-
export declare const CreateSubnetCidrReservationResultFilterSensitiveLog: (
|
|
2613
|
-
obj: CreateSubnetCidrReservationResult
|
|
2614
|
-
) => any;
|
|
@@ -32,11 +32,23 @@ import {
|
|
|
32
32
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
33
33
|
LocalGatewayRouteTableVpcAssociation,
|
|
34
34
|
ManagedPrefixList,
|
|
35
|
-
|
|
35
|
+
SubnetCidrReservationType,
|
|
36
36
|
Tenancy,
|
|
37
37
|
VolumeType,
|
|
38
38
|
Vpc,
|
|
39
39
|
} from "./models_1";
|
|
40
|
+
export interface SubnetCidrReservation {
|
|
41
|
+
SubnetCidrReservationId?: string;
|
|
42
|
+
SubnetId?: string;
|
|
43
|
+
Cidr?: string;
|
|
44
|
+
ReservationType?: SubnetCidrReservationType | string;
|
|
45
|
+
OwnerId?: string;
|
|
46
|
+
Description?: string;
|
|
47
|
+
Tags?: Tag[];
|
|
48
|
+
}
|
|
49
|
+
export interface CreateSubnetCidrReservationResult {
|
|
50
|
+
SubnetCidrReservation?: SubnetCidrReservation;
|
|
51
|
+
}
|
|
40
52
|
export interface CreateTagsRequest {
|
|
41
53
|
DryRun?: boolean;
|
|
42
54
|
Resources: string[] | undefined;
|
|
@@ -1562,17 +1574,12 @@ export interface InstanceTagNotificationAttribute {
|
|
|
1562
1574
|
export interface DeregisterInstanceEventNotificationAttributesResult {
|
|
1563
1575
|
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
1564
1576
|
}
|
|
1565
|
-
export
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
export interface TransitGatewayMulticastDeregisteredGroupMembers {
|
|
1572
|
-
TransitGatewayMulticastDomainId?: string;
|
|
1573
|
-
DeregisteredNetworkInterfaceIds?: string[];
|
|
1574
|
-
GroupIpAddress?: string;
|
|
1575
|
-
}
|
|
1577
|
+
export declare const SubnetCidrReservationFilterSensitiveLog: (
|
|
1578
|
+
obj: SubnetCidrReservation
|
|
1579
|
+
) => any;
|
|
1580
|
+
export declare const CreateSubnetCidrReservationResultFilterSensitiveLog: (
|
|
1581
|
+
obj: CreateSubnetCidrReservationResult
|
|
1582
|
+
) => any;
|
|
1576
1583
|
export declare const CreateTagsRequestFilterSensitiveLog: (
|
|
1577
1584
|
obj: CreateTagsRequest
|
|
1578
1585
|
) => any;
|
|
@@ -2308,9 +2315,3 @@ export declare const InstanceTagNotificationAttributeFilterSensitiveLog: (
|
|
|
2308
2315
|
export declare const DeregisterInstanceEventNotificationAttributesResultFilterSensitiveLog: (
|
|
2309
2316
|
obj: DeregisterInstanceEventNotificationAttributesResult
|
|
2310
2317
|
) => any;
|
|
2311
|
-
export declare const DeregisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (
|
|
2312
|
-
obj: DeregisterTransitGatewayMulticastGroupMembersRequest
|
|
2313
|
-
) => any;
|
|
2314
|
-
export declare const TransitGatewayMulticastDeregisteredGroupMembersFilterSensitiveLog: (
|
|
2315
|
-
obj: TransitGatewayMulticastDeregisteredGroupMembers
|
|
2316
|
-
) => any;
|
|
@@ -61,7 +61,6 @@ import {
|
|
|
61
61
|
IpamPool,
|
|
62
62
|
IpamScope,
|
|
63
63
|
KeyType,
|
|
64
|
-
LaunchTemplate,
|
|
65
64
|
LaunchTemplateAndOverridesResponse,
|
|
66
65
|
LogDestinationType,
|
|
67
66
|
NetworkInterfaceStatus,
|
|
@@ -73,11 +72,18 @@ import {
|
|
|
73
72
|
TargetCapacityUnitType,
|
|
74
73
|
TrafficType,
|
|
75
74
|
} from "./models_1";
|
|
76
|
-
import {
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
75
|
+
import { FleetStateCode, InstanceTagNotificationAttribute } from "./models_2";
|
|
76
|
+
export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
|
|
77
|
+
TransitGatewayMulticastDomainId?: string;
|
|
78
|
+
GroupIpAddress?: string;
|
|
79
|
+
NetworkInterfaceIds?: string[];
|
|
80
|
+
DryRun?: boolean;
|
|
81
|
+
}
|
|
82
|
+
export interface TransitGatewayMulticastDeregisteredGroupMembers {
|
|
83
|
+
TransitGatewayMulticastDomainId?: string;
|
|
84
|
+
DeregisteredNetworkInterfaceIds?: string[];
|
|
85
|
+
GroupIpAddress?: string;
|
|
86
|
+
}
|
|
81
87
|
export interface DeregisterTransitGatewayMulticastGroupMembersResult {
|
|
82
88
|
DeregisteredMulticastGroupMembers?: TransitGatewayMulticastDeregisteredGroupMembers;
|
|
83
89
|
}
|
|
@@ -1925,18 +1931,12 @@ export interface KeyPairInfo {
|
|
|
1925
1931
|
export interface DescribeKeyPairsResult {
|
|
1926
1932
|
KeyPairs?: KeyPairInfo[];
|
|
1927
1933
|
}
|
|
1928
|
-
export
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
MaxResults?: number;
|
|
1935
|
-
}
|
|
1936
|
-
export interface DescribeLaunchTemplatesResult {
|
|
1937
|
-
LaunchTemplates?: LaunchTemplate[];
|
|
1938
|
-
NextToken?: string;
|
|
1939
|
-
}
|
|
1934
|
+
export declare const DeregisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (
|
|
1935
|
+
obj: DeregisterTransitGatewayMulticastGroupMembersRequest
|
|
1936
|
+
) => any;
|
|
1937
|
+
export declare const TransitGatewayMulticastDeregisteredGroupMembersFilterSensitiveLog: (
|
|
1938
|
+
obj: TransitGatewayMulticastDeregisteredGroupMembers
|
|
1939
|
+
) => any;
|
|
1940
1940
|
export declare const DeregisterTransitGatewayMulticastGroupMembersResultFilterSensitiveLog: (
|
|
1941
1941
|
obj: DeregisterTransitGatewayMulticastGroupMembersResult
|
|
1942
1942
|
) => any;
|
|
@@ -2603,9 +2603,3 @@ export declare const KeyPairInfoFilterSensitiveLog: (obj: KeyPairInfo) => any;
|
|
|
2603
2603
|
export declare const DescribeKeyPairsResultFilterSensitiveLog: (
|
|
2604
2604
|
obj: DescribeKeyPairsResult
|
|
2605
2605
|
) => any;
|
|
2606
|
-
export declare const DescribeLaunchTemplatesRequestFilterSensitiveLog: (
|
|
2607
|
-
obj: DescribeLaunchTemplatesRequest
|
|
2608
|
-
) => any;
|
|
2609
|
-
export declare const DescribeLaunchTemplatesResultFilterSensitiveLog: (
|
|
2610
|
-
obj: DescribeLaunchTemplatesResult
|
|
2611
|
-
) => any;
|
|
@@ -21,7 +21,6 @@ import {
|
|
|
21
21
|
SubnetIpv6CidrBlockAssociation,
|
|
22
22
|
Tag,
|
|
23
23
|
TagSpecification,
|
|
24
|
-
TransitGatewayAssociation,
|
|
25
24
|
TransitGatewayAssociationState,
|
|
26
25
|
TransitGatewayAttachmentResourceType,
|
|
27
26
|
TransitGatewayAttachmentState,
|
|
@@ -44,6 +43,7 @@ import {
|
|
|
44
43
|
InstanceRequirements,
|
|
45
44
|
Ipv4PrefixSpecificationRequest,
|
|
46
45
|
Ipv6PrefixSpecificationRequest,
|
|
46
|
+
LaunchTemplate,
|
|
47
47
|
LaunchTemplateVersion,
|
|
48
48
|
LocalGatewayRouteTable,
|
|
49
49
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
@@ -110,6 +110,18 @@ import {
|
|
|
110
110
|
PermissionGroup,
|
|
111
111
|
ProductCode,
|
|
112
112
|
} from "./models_3";
|
|
113
|
+
export interface DescribeLaunchTemplatesRequest {
|
|
114
|
+
DryRun?: boolean;
|
|
115
|
+
LaunchTemplateIds?: string[];
|
|
116
|
+
LaunchTemplateNames?: string[];
|
|
117
|
+
Filters?: Filter[];
|
|
118
|
+
NextToken?: string;
|
|
119
|
+
MaxResults?: number;
|
|
120
|
+
}
|
|
121
|
+
export interface DescribeLaunchTemplatesResult {
|
|
122
|
+
LaunchTemplates?: LaunchTemplate[];
|
|
123
|
+
NextToken?: string;
|
|
124
|
+
}
|
|
113
125
|
export interface DescribeLaunchTemplateVersionsRequest {
|
|
114
126
|
DryRun?: boolean;
|
|
115
127
|
LaunchTemplateId?: string;
|
|
@@ -1879,14 +1891,12 @@ export interface DisassociateTransitGatewayRouteTableRequest {
|
|
|
1879
1891
|
TransitGatewayAttachmentId: string | undefined;
|
|
1880
1892
|
DryRun?: boolean;
|
|
1881
1893
|
}
|
|
1882
|
-
export
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
export
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
DryRun?: boolean;
|
|
1889
|
-
}
|
|
1894
|
+
export declare const DescribeLaunchTemplatesRequestFilterSensitiveLog: (
|
|
1895
|
+
obj: DescribeLaunchTemplatesRequest
|
|
1896
|
+
) => any;
|
|
1897
|
+
export declare const DescribeLaunchTemplatesResultFilterSensitiveLog: (
|
|
1898
|
+
obj: DescribeLaunchTemplatesResult
|
|
1899
|
+
) => any;
|
|
1890
1900
|
export declare const DescribeLaunchTemplateVersionsRequestFilterSensitiveLog: (
|
|
1891
1901
|
obj: DescribeLaunchTemplateVersionsRequest
|
|
1892
1902
|
) => any;
|
|
@@ -2702,9 +2712,3 @@ export declare const DisassociateTransitGatewayPolicyTableResultFilterSensitiveL
|
|
|
2702
2712
|
export declare const DisassociateTransitGatewayRouteTableRequestFilterSensitiveLog: (
|
|
2703
2713
|
obj: DisassociateTransitGatewayRouteTableRequest
|
|
2704
2714
|
) => any;
|
|
2705
|
-
export declare const DisassociateTransitGatewayRouteTableResultFilterSensitiveLog: (
|
|
2706
|
-
obj: DisassociateTransitGatewayRouteTableResult
|
|
2707
|
-
) => any;
|
|
2708
|
-
export declare const DisassociateTrunkInterfaceRequestFilterSensitiveLog: (
|
|
2709
|
-
obj: DisassociateTrunkInterfaceRequest
|
|
2710
|
-
) => any;
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Tag,
|
|
27
27
|
TagSpecification,
|
|
28
28
|
TargetConfigurationRequest,
|
|
29
|
+
TransitGatewayAssociation,
|
|
29
30
|
TransitGatewayAssociationState,
|
|
30
31
|
TransitGatewayAttachmentResourceType,
|
|
31
32
|
TransitGatewayPolicyTableAssociation,
|
|
@@ -56,7 +57,6 @@ import {
|
|
|
56
57
|
RequestIpamResourceTag,
|
|
57
58
|
ResponseLaunchTemplateData,
|
|
58
59
|
ShutdownBehavior,
|
|
59
|
-
SubnetCidrReservation,
|
|
60
60
|
TargetCapacitySpecificationRequest,
|
|
61
61
|
TargetCapacityUnitType,
|
|
62
62
|
VolumeType,
|
|
@@ -69,6 +69,7 @@ import {
|
|
|
69
69
|
IpAddressType,
|
|
70
70
|
IpamPoolCidr,
|
|
71
71
|
PayerResponsibility,
|
|
72
|
+
SubnetCidrReservation,
|
|
72
73
|
TrafficDirection,
|
|
73
74
|
TrafficMirrorFilter,
|
|
74
75
|
TrafficMirrorFilterRule,
|
|
@@ -122,6 +123,14 @@ import {
|
|
|
122
123
|
TransitGatewayPropagationState,
|
|
123
124
|
VolumeModification,
|
|
124
125
|
} from "./models_4";
|
|
126
|
+
export interface DisassociateTransitGatewayRouteTableResult {
|
|
127
|
+
Association?: TransitGatewayAssociation;
|
|
128
|
+
}
|
|
129
|
+
export interface DisassociateTrunkInterfaceRequest {
|
|
130
|
+
AssociationId: string | undefined;
|
|
131
|
+
ClientToken?: string;
|
|
132
|
+
DryRun?: boolean;
|
|
133
|
+
}
|
|
125
134
|
export interface DisassociateTrunkInterfaceResult {
|
|
126
135
|
Return?: boolean;
|
|
127
136
|
ClientToken?: string;
|
|
@@ -1752,17 +1761,12 @@ export interface PeeringConnectionOptionsRequest {
|
|
|
1752
1761
|
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
1753
1762
|
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
1754
1763
|
}
|
|
1755
|
-
export
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
export interface PeeringConnectionOptions {
|
|
1762
|
-
AllowDnsResolutionFromRemoteVpc?: boolean;
|
|
1763
|
-
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
1764
|
-
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
1765
|
-
}
|
|
1764
|
+
export declare const DisassociateTransitGatewayRouteTableResultFilterSensitiveLog: (
|
|
1765
|
+
obj: DisassociateTransitGatewayRouteTableResult
|
|
1766
|
+
) => any;
|
|
1767
|
+
export declare const DisassociateTrunkInterfaceRequestFilterSensitiveLog: (
|
|
1768
|
+
obj: DisassociateTrunkInterfaceRequest
|
|
1769
|
+
) => any;
|
|
1766
1770
|
export declare const DisassociateTrunkInterfaceResultFilterSensitiveLog: (
|
|
1767
1771
|
obj: DisassociateTrunkInterfaceResult
|
|
1768
1772
|
) => any;
|
|
@@ -2600,9 +2604,3 @@ export declare const ModifyVpcEndpointServicePermissionsResultFilterSensitiveLog
|
|
|
2600
2604
|
export declare const PeeringConnectionOptionsRequestFilterSensitiveLog: (
|
|
2601
2605
|
obj: PeeringConnectionOptionsRequest
|
|
2602
2606
|
) => any;
|
|
2603
|
-
export declare const ModifyVpcPeeringConnectionOptionsRequestFilterSensitiveLog: (
|
|
2604
|
-
obj: ModifyVpcPeeringConnectionOptionsRequest
|
|
2605
|
-
) => any;
|
|
2606
|
-
export declare const PeeringConnectionOptionsFilterSensitiveLog: (
|
|
2607
|
-
obj: PeeringConnectionOptions
|
|
2608
|
-
) => any;
|
|
@@ -78,9 +78,20 @@ import {
|
|
|
78
78
|
} from "./models_4";
|
|
79
79
|
import {
|
|
80
80
|
CapacityReservationSpecification,
|
|
81
|
-
|
|
81
|
+
PeeringConnectionOptionsRequest,
|
|
82
82
|
Purchase,
|
|
83
83
|
} from "./models_5";
|
|
84
|
+
export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
85
|
+
AccepterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
|
|
86
|
+
DryRun?: boolean;
|
|
87
|
+
RequesterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
|
|
88
|
+
VpcPeeringConnectionId: string | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface PeeringConnectionOptions {
|
|
91
|
+
AllowDnsResolutionFromRemoteVpc?: boolean;
|
|
92
|
+
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
93
|
+
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
94
|
+
}
|
|
84
95
|
export interface ModifyVpcPeeringConnectionOptionsResult {
|
|
85
96
|
AccepterPeeringConnectionOptions?: PeeringConnectionOptions;
|
|
86
97
|
RequesterPeeringConnectionOptions?: PeeringConnectionOptions;
|
|
@@ -1007,6 +1018,12 @@ export interface WithdrawByoipCidrRequest {
|
|
|
1007
1018
|
export interface WithdrawByoipCidrResult {
|
|
1008
1019
|
ByoipCidr?: ByoipCidr;
|
|
1009
1020
|
}
|
|
1021
|
+
export declare const ModifyVpcPeeringConnectionOptionsRequestFilterSensitiveLog: (
|
|
1022
|
+
obj: ModifyVpcPeeringConnectionOptionsRequest
|
|
1023
|
+
) => any;
|
|
1024
|
+
export declare const PeeringConnectionOptionsFilterSensitiveLog: (
|
|
1025
|
+
obj: PeeringConnectionOptions
|
|
1026
|
+
) => any;
|
|
1010
1027
|
export declare const ModifyVpcPeeringConnectionOptionsResultFilterSensitiveLog: (
|
|
1011
1028
|
obj: ModifyVpcPeeringConnectionOptionsResult
|
|
1012
1029
|
) => 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.205.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",
|