@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
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
import { ApplianceModeSupportValue, ByoipCidr, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, DnsSupportValue, DynamicRoutingValue, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList,
|
|
2
|
+
import { Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, SubnetCidrReservationType, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Describes a subnet CIDR reservation.</p>
|
|
5
|
+
*/
|
|
6
|
+
export interface SubnetCidrReservation {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The ID of the subnet CIDR reservation.</p>
|
|
9
|
+
*/
|
|
10
|
+
SubnetCidrReservationId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* <p>The ID of the subnet.</p>
|
|
13
|
+
*/
|
|
14
|
+
SubnetId?: string;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The CIDR that has been reserved.</p>
|
|
17
|
+
*/
|
|
18
|
+
Cidr?: string;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The type of reservation. </p>
|
|
21
|
+
*/
|
|
22
|
+
ReservationType?: SubnetCidrReservationType | string;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The ID of the account that owns the subnet CIDR reservation. </p>
|
|
25
|
+
*/
|
|
26
|
+
OwnerId?: string;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The
|
|
29
|
+
* description
|
|
30
|
+
* assigned to the subnet CIDR
|
|
31
|
+
* reservation.</p>
|
|
32
|
+
*/
|
|
33
|
+
Description?: string;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The tags assigned to the subnet CIDR reservation.</p>
|
|
36
|
+
*/
|
|
37
|
+
Tags?: Tag[];
|
|
38
|
+
}
|
|
39
|
+
export interface CreateSubnetCidrReservationResult {
|
|
40
|
+
/**
|
|
41
|
+
* <p>Information about the created subnet CIDR reservation.</p>
|
|
42
|
+
*/
|
|
43
|
+
SubnetCidrReservation?: SubnetCidrReservation;
|
|
44
|
+
}
|
|
3
45
|
export interface CreateTagsRequest {
|
|
4
46
|
/**
|
|
5
47
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -4105,7 +4147,7 @@ export interface DeleteSpotDatafeedSubscriptionRequest {
|
|
|
4105
4147
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
4106
4148
|
* making the request, and provides an error response. If you have the required
|
|
4107
4149
|
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
4108
|
-
*
|
|
4150
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
4109
4151
|
*/
|
|
4110
4152
|
DryRun?: boolean;
|
|
4111
4153
|
}
|
|
@@ -4764,43 +4806,14 @@ export interface DeregisterInstanceEventNotificationAttributesResult {
|
|
|
4764
4806
|
*/
|
|
4765
4807
|
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
4766
4808
|
}
|
|
4767
|
-
export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
|
|
4768
|
-
/**
|
|
4769
|
-
* <p>The ID of the transit gateway multicast domain.</p>
|
|
4770
|
-
*/
|
|
4771
|
-
TransitGatewayMulticastDomainId?: string;
|
|
4772
|
-
/**
|
|
4773
|
-
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
4774
|
-
*/
|
|
4775
|
-
GroupIpAddress?: string;
|
|
4776
|
-
/**
|
|
4777
|
-
* <p>The IDs of the group members' network interfaces.</p>
|
|
4778
|
-
*/
|
|
4779
|
-
NetworkInterfaceIds?: string[];
|
|
4780
|
-
/**
|
|
4781
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
4782
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
4783
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4784
|
-
*/
|
|
4785
|
-
DryRun?: boolean;
|
|
4786
|
-
}
|
|
4787
4809
|
/**
|
|
4788
|
-
*
|
|
4810
|
+
* @internal
|
|
4789
4811
|
*/
|
|
4790
|
-
export
|
|
4791
|
-
|
|
4792
|
-
|
|
4793
|
-
|
|
4794
|
-
|
|
4795
|
-
/**
|
|
4796
|
-
* <p>The network interface IDs of the deregistered members.</p>
|
|
4797
|
-
*/
|
|
4798
|
-
DeregisteredNetworkInterfaceIds?: string[];
|
|
4799
|
-
/**
|
|
4800
|
-
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
4801
|
-
*/
|
|
4802
|
-
GroupIpAddress?: string;
|
|
4803
|
-
}
|
|
4812
|
+
export declare const SubnetCidrReservationFilterSensitiveLog: (obj: SubnetCidrReservation) => any;
|
|
4813
|
+
/**
|
|
4814
|
+
* @internal
|
|
4815
|
+
*/
|
|
4816
|
+
export declare const CreateSubnetCidrReservationResultFilterSensitiveLog: (obj: CreateSubnetCidrReservationResult) => any;
|
|
4804
4817
|
/**
|
|
4805
4818
|
* @internal
|
|
4806
4819
|
*/
|
|
@@ -5805,11 +5818,3 @@ export declare const InstanceTagNotificationAttributeFilterSensitiveLog: (obj: I
|
|
|
5805
5818
|
* @internal
|
|
5806
5819
|
*/
|
|
5807
5820
|
export declare const DeregisterInstanceEventNotificationAttributesResultFilterSensitiveLog: (obj: DeregisterInstanceEventNotificationAttributesResult) => any;
|
|
5808
|
-
/**
|
|
5809
|
-
* @internal
|
|
5810
|
-
*/
|
|
5811
|
-
export declare const DeregisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupMembersRequest) => any;
|
|
5812
|
-
/**
|
|
5813
|
-
* @internal
|
|
5814
|
-
*/
|
|
5815
|
-
export declare const TransitGatewayMulticastDeregisteredGroupMembersFilterSensitiveLog: (obj: TransitGatewayMulticastDeregisteredGroupMembers) => any;
|
|
@@ -1,6 +1,43 @@
|
|
|
1
1
|
import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CurrencyCodeValues, CustomerGateway, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransportProtocol } from "./models_0";
|
|
2
|
-
import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType,
|
|
3
|
-
import { FleetStateCode, InstanceTagNotificationAttribute
|
|
2
|
+
import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplateAndOverridesResponse, LogDestinationType, NetworkInterfaceStatus, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType } from "./models_1";
|
|
3
|
+
import { FleetStateCode, InstanceTagNotificationAttribute } from "./models_2";
|
|
4
|
+
export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
|
|
5
|
+
/**
|
|
6
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
7
|
+
*/
|
|
8
|
+
TransitGatewayMulticastDomainId?: string;
|
|
9
|
+
/**
|
|
10
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
11
|
+
*/
|
|
12
|
+
GroupIpAddress?: string;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The IDs of the group members' network interfaces.</p>
|
|
15
|
+
*/
|
|
16
|
+
NetworkInterfaceIds?: string[];
|
|
17
|
+
/**
|
|
18
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
19
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
20
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
21
|
+
*/
|
|
22
|
+
DryRun?: boolean;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* <p>Describes the deregistered transit gateway multicast group members.</p>
|
|
26
|
+
*/
|
|
27
|
+
export interface TransitGatewayMulticastDeregisteredGroupMembers {
|
|
28
|
+
/**
|
|
29
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
30
|
+
*/
|
|
31
|
+
TransitGatewayMulticastDomainId?: string;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The network interface IDs of the deregistered members.</p>
|
|
34
|
+
*/
|
|
35
|
+
DeregisteredNetworkInterfaceIds?: string[];
|
|
36
|
+
/**
|
|
37
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
38
|
+
*/
|
|
39
|
+
GroupIpAddress?: string;
|
|
40
|
+
}
|
|
4
41
|
export interface DeregisterTransitGatewayMulticastGroupMembersResult {
|
|
5
42
|
/**
|
|
6
43
|
* <p>Information about the deregistered members.</p>
|
|
@@ -8187,67 +8224,14 @@ export interface DescribeKeyPairsResult {
|
|
|
8187
8224
|
*/
|
|
8188
8225
|
KeyPairs?: KeyPairInfo[];
|
|
8189
8226
|
}
|
|
8190
|
-
|
|
8191
|
-
|
|
8192
|
-
|
|
8193
|
-
|
|
8194
|
-
|
|
8195
|
-
|
|
8196
|
-
|
|
8197
|
-
|
|
8198
|
-
/**
|
|
8199
|
-
* <p>One or more launch template IDs.</p>
|
|
8200
|
-
*/
|
|
8201
|
-
LaunchTemplateIds?: string[];
|
|
8202
|
-
/**
|
|
8203
|
-
* <p>One or more launch template names.</p>
|
|
8204
|
-
*/
|
|
8205
|
-
LaunchTemplateNames?: string[];
|
|
8206
|
-
/**
|
|
8207
|
-
* <p>One or more filters.</p>
|
|
8208
|
-
* <ul>
|
|
8209
|
-
* <li>
|
|
8210
|
-
* <p>
|
|
8211
|
-
* <code>create-time</code> - The time the launch template was created.</p>
|
|
8212
|
-
* </li>
|
|
8213
|
-
* <li>
|
|
8214
|
-
* <p>
|
|
8215
|
-
* <code>launch-template-name</code> - The name of the launch template.</p>
|
|
8216
|
-
* </li>
|
|
8217
|
-
* <li>
|
|
8218
|
-
* <p>
|
|
8219
|
-
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
8220
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
8221
|
-
* </li>
|
|
8222
|
-
* <li>
|
|
8223
|
-
* <p>
|
|
8224
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
8225
|
-
* </li>
|
|
8226
|
-
* </ul>
|
|
8227
|
-
*/
|
|
8228
|
-
Filters?: Filter[];
|
|
8229
|
-
/**
|
|
8230
|
-
* <p>The token to request the next page of results.</p>
|
|
8231
|
-
*/
|
|
8232
|
-
NextToken?: string;
|
|
8233
|
-
/**
|
|
8234
|
-
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
8235
|
-
* results, make another call with the returned <code>NextToken</code> value. This value
|
|
8236
|
-
* can be between 1 and 200.</p>
|
|
8237
|
-
*/
|
|
8238
|
-
MaxResults?: number;
|
|
8239
|
-
}
|
|
8240
|
-
export interface DescribeLaunchTemplatesResult {
|
|
8241
|
-
/**
|
|
8242
|
-
* <p>Information about the launch templates.</p>
|
|
8243
|
-
*/
|
|
8244
|
-
LaunchTemplates?: LaunchTemplate[];
|
|
8245
|
-
/**
|
|
8246
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code>
|
|
8247
|
-
* when there are no more results to return.</p>
|
|
8248
|
-
*/
|
|
8249
|
-
NextToken?: string;
|
|
8250
|
-
}
|
|
8227
|
+
/**
|
|
8228
|
+
* @internal
|
|
8229
|
+
*/
|
|
8230
|
+
export declare const DeregisterTransitGatewayMulticastGroupMembersRequestFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupMembersRequest) => any;
|
|
8231
|
+
/**
|
|
8232
|
+
* @internal
|
|
8233
|
+
*/
|
|
8234
|
+
export declare const TransitGatewayMulticastDeregisteredGroupMembersFilterSensitiveLog: (obj: TransitGatewayMulticastDeregisteredGroupMembers) => any;
|
|
8251
8235
|
/**
|
|
8252
8236
|
* @internal
|
|
8253
8237
|
*/
|
|
@@ -9208,11 +9192,3 @@ export declare const KeyPairInfoFilterSensitiveLog: (obj: KeyPairInfo) => any;
|
|
|
9208
9192
|
* @internal
|
|
9209
9193
|
*/
|
|
9210
9194
|
export declare const DescribeKeyPairsResultFilterSensitiveLog: (obj: DescribeKeyPairsResult) => any;
|
|
9211
|
-
/**
|
|
9212
|
-
* @internal
|
|
9213
|
-
*/
|
|
9214
|
-
export declare const DescribeLaunchTemplatesRequestFilterSensitiveLog: (obj: DescribeLaunchTemplatesRequest) => any;
|
|
9215
|
-
/**
|
|
9216
|
-
* @internal
|
|
9217
|
-
*/
|
|
9218
|
-
export declare const DescribeLaunchTemplatesResultFilterSensitiveLog: (obj: DescribeLaunchTemplatesResult) => any;
|
|
@@ -1,7 +1,68 @@
|
|
|
1
|
-
import { _InstanceType, ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedPrincipal, AlternatePathHint, AssociationStatus, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification,
|
|
2
|
-
import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
1
|
+
import { _InstanceType, ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedPrincipal, AlternatePathHint, AssociationStatus, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
3
|
import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
4
|
import { AttributeBooleanValue, EventInformation, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, IdFormat, PermissionGroup, ProductCode } from "./models_3";
|
|
5
|
+
export interface DescribeLaunchTemplatesRequest {
|
|
6
|
+
/**
|
|
7
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
8
|
+
* making the request, and provides an error response. If you have the required
|
|
9
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
10
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
11
|
+
*/
|
|
12
|
+
DryRun?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* <p>One or more launch template IDs.</p>
|
|
15
|
+
*/
|
|
16
|
+
LaunchTemplateIds?: string[];
|
|
17
|
+
/**
|
|
18
|
+
* <p>One or more launch template names.</p>
|
|
19
|
+
*/
|
|
20
|
+
LaunchTemplateNames?: string[];
|
|
21
|
+
/**
|
|
22
|
+
* <p>One or more filters.</p>
|
|
23
|
+
* <ul>
|
|
24
|
+
* <li>
|
|
25
|
+
* <p>
|
|
26
|
+
* <code>create-time</code> - The time the launch template was created.</p>
|
|
27
|
+
* </li>
|
|
28
|
+
* <li>
|
|
29
|
+
* <p>
|
|
30
|
+
* <code>launch-template-name</code> - The name of the launch template.</p>
|
|
31
|
+
* </li>
|
|
32
|
+
* <li>
|
|
33
|
+
* <p>
|
|
34
|
+
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
35
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
36
|
+
* </li>
|
|
37
|
+
* <li>
|
|
38
|
+
* <p>
|
|
39
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
40
|
+
* </li>
|
|
41
|
+
* </ul>
|
|
42
|
+
*/
|
|
43
|
+
Filters?: Filter[];
|
|
44
|
+
/**
|
|
45
|
+
* <p>The token to request the next page of results.</p>
|
|
46
|
+
*/
|
|
47
|
+
NextToken?: string;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
50
|
+
* results, make another call with the returned <code>NextToken</code> value. This value
|
|
51
|
+
* can be between 1 and 200.</p>
|
|
52
|
+
*/
|
|
53
|
+
MaxResults?: number;
|
|
54
|
+
}
|
|
55
|
+
export interface DescribeLaunchTemplatesResult {
|
|
56
|
+
/**
|
|
57
|
+
* <p>Information about the launch templates.</p>
|
|
58
|
+
*/
|
|
59
|
+
LaunchTemplates?: LaunchTemplate[];
|
|
60
|
+
/**
|
|
61
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code>
|
|
62
|
+
* when there are no more results to return.</p>
|
|
63
|
+
*/
|
|
64
|
+
NextToken?: string;
|
|
65
|
+
}
|
|
5
66
|
export interface DescribeLaunchTemplateVersionsRequest {
|
|
6
67
|
/**
|
|
7
68
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
@@ -3655,7 +3716,7 @@ export interface DescribeSpotDatafeedSubscriptionRequest {
|
|
|
3655
3716
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
3656
3717
|
* making the request, and provides an error response. If you have the required
|
|
3657
3718
|
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
3658
|
-
*
|
|
3719
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
3659
3720
|
*/
|
|
3660
3721
|
DryRun?: boolean;
|
|
3661
3722
|
}
|
|
@@ -4300,7 +4361,7 @@ export interface SpotFleetRequestConfigData {
|
|
|
4300
4361
|
/**
|
|
4301
4362
|
* <p>The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance
|
|
4302
4363
|
* pools specified by the Spot Fleet launch configuration. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-allocation-strategy.html">Allocation
|
|
4303
|
-
* strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide
|
|
4364
|
+
* strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
4304
4365
|
* <p>
|
|
4305
4366
|
* <code>lowestPrice</code> - Spot Fleet launches instances from the lowest-price Spot Instance pool
|
|
4306
4367
|
* that has available capacity. If the cheapest pool doesn't have available capacity, the
|
|
@@ -4365,7 +4426,7 @@ export interface SpotFleetRequestConfigData {
|
|
|
4365
4426
|
* <p>The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that
|
|
4366
4427
|
* grants the Spot Fleet the permission to request, launch, terminate, and tag instances on
|
|
4367
4428
|
* your behalf. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-requests.html#spot-fleet-prerequisites">Spot
|
|
4368
|
-
* Fleet prerequisites</a> in the <i>Amazon EC2 User Guide
|
|
4429
|
+
* Fleet prerequisites</a> in the <i>Amazon EC2 User Guide</i>. Spot Fleet
|
|
4369
4430
|
* can terminate Spot Instances on your behalf when you cancel its Spot Fleet request using
|
|
4370
4431
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CancelSpotFleetRequests">CancelSpotFleetRequests</a> or when the Spot Fleet request expires, if you set
|
|
4371
4432
|
* <code>TerminateInstancesWithExpiration</code>.</p>
|
|
@@ -5020,16 +5081,16 @@ export interface DescribeSpotPriceHistoryRequest {
|
|
|
5020
5081
|
* <li>
|
|
5021
5082
|
* <p>
|
|
5022
5083
|
* <code>instance-type</code> - The type of instance (for example,
|
|
5023
|
-
*
|
|
5084
|
+
* <code>m3.medium</code>).</p>
|
|
5024
5085
|
* </li>
|
|
5025
5086
|
* <li>
|
|
5026
5087
|
* <p>
|
|
5027
5088
|
* <code>product-description</code> - The product description for the Spot price
|
|
5028
|
-
*
|
|
5029
|
-
*
|
|
5089
|
+
* (<code>Linux/UNIX</code> | <code>Red Hat Enterprise Linux</code> |
|
|
5090
|
+
* <code>SUSE Linux</code> | <code>Windows</code> | <code>Linux/UNIX (Amazon
|
|
5030
5091
|
* VPC)</code> | <code>Red Hat Enterprise Linux (Amazon VPC)</code> |
|
|
5031
|
-
*
|
|
5032
|
-
*
|
|
5092
|
+
* <code>SUSE Linux (Amazon VPC)</code> | <code>Windows (Amazon
|
|
5093
|
+
* VPC)</code>).</p>
|
|
5033
5094
|
* </li>
|
|
5034
5095
|
* <li>
|
|
5035
5096
|
* <p>
|
|
@@ -5040,7 +5101,7 @@ export interface DescribeSpotPriceHistoryRequest {
|
|
|
5040
5101
|
* <p>
|
|
5041
5102
|
* <code>timestamp</code> - The time stamp of the Spot price history, in UTC format
|
|
5042
5103
|
* (for example,
|
|
5043
|
-
*
|
|
5104
|
+
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).
|
|
5044
5105
|
* You can use wildcards (* and ?). Greater than or less than comparison is not
|
|
5045
5106
|
* supported.</p>
|
|
5046
5107
|
* </li>
|
|
@@ -5055,13 +5116,13 @@ export interface DescribeSpotPriceHistoryRequest {
|
|
|
5055
5116
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
5056
5117
|
* making the request, and provides an error response. If you have the required
|
|
5057
5118
|
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
5058
|
-
*
|
|
5119
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
5059
5120
|
*/
|
|
5060
5121
|
DryRun?: boolean;
|
|
5061
5122
|
/**
|
|
5062
5123
|
* <p>The date and time, up to the current date, from which to stop retrieving the price
|
|
5063
5124
|
* history data, in UTC format (for example,
|
|
5064
|
-
*
|
|
5125
|
+
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
5065
5126
|
*/
|
|
5066
5127
|
EndTime?: Date;
|
|
5067
5128
|
/**
|
|
@@ -5085,7 +5146,7 @@ export interface DescribeSpotPriceHistoryRequest {
|
|
|
5085
5146
|
/**
|
|
5086
5147
|
* <p>The date and time, up to the past 90 days, from which to start retrieving the price
|
|
5087
5148
|
* history data, in UTC format (for example,
|
|
5088
|
-
*
|
|
5149
|
+
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
5089
5150
|
*/
|
|
5090
5151
|
StartTime?: Date;
|
|
5091
5152
|
}
|
|
@@ -8702,30 +8763,14 @@ export interface DisassociateTransitGatewayRouteTableRequest {
|
|
|
8702
8763
|
*/
|
|
8703
8764
|
DryRun?: boolean;
|
|
8704
8765
|
}
|
|
8705
|
-
|
|
8706
|
-
|
|
8707
|
-
|
|
8708
|
-
|
|
8709
|
-
|
|
8710
|
-
|
|
8711
|
-
|
|
8712
|
-
|
|
8713
|
-
* <p>The ID of the association</p>
|
|
8714
|
-
*/
|
|
8715
|
-
AssociationId: string | undefined;
|
|
8716
|
-
/**
|
|
8717
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
8718
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">How to Ensure
|
|
8719
|
-
* Idempotency</a>.</p>
|
|
8720
|
-
*/
|
|
8721
|
-
ClientToken?: string;
|
|
8722
|
-
/**
|
|
8723
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8724
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8725
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8726
|
-
*/
|
|
8727
|
-
DryRun?: boolean;
|
|
8728
|
-
}
|
|
8766
|
+
/**
|
|
8767
|
+
* @internal
|
|
8768
|
+
*/
|
|
8769
|
+
export declare const DescribeLaunchTemplatesRequestFilterSensitiveLog: (obj: DescribeLaunchTemplatesRequest) => any;
|
|
8770
|
+
/**
|
|
8771
|
+
* @internal
|
|
8772
|
+
*/
|
|
8773
|
+
export declare const DescribeLaunchTemplatesResultFilterSensitiveLog: (obj: DescribeLaunchTemplatesResult) => any;
|
|
8729
8774
|
/**
|
|
8730
8775
|
* @internal
|
|
8731
8776
|
*/
|
|
@@ -9826,11 +9871,3 @@ export declare const DisassociateTransitGatewayPolicyTableResultFilterSensitiveL
|
|
|
9826
9871
|
* @internal
|
|
9827
9872
|
*/
|
|
9828
9873
|
export declare const DisassociateTransitGatewayRouteTableRequestFilterSensitiveLog: (obj: DisassociateTransitGatewayRouteTableRequest) => any;
|
|
9829
|
-
/**
|
|
9830
|
-
* @internal
|
|
9831
|
-
*/
|
|
9832
|
-
export declare const DisassociateTransitGatewayRouteTableResultFilterSensitiveLog: (obj: DisassociateTransitGatewayRouteTableResult) => any;
|
|
9833
|
-
/**
|
|
9834
|
-
* @internal
|
|
9835
|
-
*/
|
|
9836
|
-
export declare const DisassociateTrunkInterfaceRequestFilterSensitiveLog: (obj: DisassociateTrunkInterfaceRequest) => any;
|
|
@@ -1,8 +1,32 @@
|
|
|
1
|
-
import { _InstanceType, AccessScopeAnalysisFinding, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressTransfer, Affinity, ApplianceModeSupportValue, AutoPlacement, CapacityReservationState, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EndDateType, HostnameType, HostRecovery, InstanceEventWindow, IpamPoolAllocation, Ipv6SupportValue, SelfServicePortal, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
|
|
2
|
-
import { AttributeValue, CapacityReservationPreference, CapacityReservationTarget, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, ShutdownBehavior,
|
|
3
|
-
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IpAddressType, IpamPoolCidr, PayerResponsibility, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VpnEcmpSupportValue } from "./models_2";
|
|
1
|
+
import { _InstanceType, AccessScopeAnalysisFinding, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressTransfer, Affinity, ApplianceModeSupportValue, AutoPlacement, CapacityReservationState, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EndDateType, HostnameType, HostRecovery, InstanceEventWindow, IpamPoolAllocation, Ipv6SupportValue, SelfServicePortal, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
|
|
2
|
+
import { AttributeValue, CapacityReservationPreference, CapacityReservationTarget, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, ShutdownBehavior, TargetCapacitySpecificationRequest, TargetCapacityUnitType, VolumeType } from "./models_1";
|
|
3
|
+
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IpAddressType, IpamPoolCidr, PayerResponsibility, SubnetCidrReservation, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VpnEcmpSupportValue } from "./models_2";
|
|
4
4
|
import { ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_3";
|
|
5
5
|
import { AnalysisStatus, CreateVolumePermission, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, ReservedInstancesConfiguration, SnapshotAttributeName, TransitGatewayPropagation, TransitGatewayPropagationState, VolumeModification } from "./models_4";
|
|
6
|
+
export interface DisassociateTransitGatewayRouteTableResult {
|
|
7
|
+
/**
|
|
8
|
+
* <p>Information about the association.</p>
|
|
9
|
+
*/
|
|
10
|
+
Association?: TransitGatewayAssociation;
|
|
11
|
+
}
|
|
12
|
+
export interface DisassociateTrunkInterfaceRequest {
|
|
13
|
+
/**
|
|
14
|
+
* <p>The ID of the association</p>
|
|
15
|
+
*/
|
|
16
|
+
AssociationId: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
19
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">How to Ensure
|
|
20
|
+
* Idempotency</a>.</p>
|
|
21
|
+
*/
|
|
22
|
+
ClientToken?: string;
|
|
23
|
+
/**
|
|
24
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
25
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
26
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
27
|
+
*/
|
|
28
|
+
DryRun?: boolean;
|
|
29
|
+
}
|
|
6
30
|
export interface DisassociateTrunkInterfaceResult {
|
|
7
31
|
/**
|
|
8
32
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
@@ -4343,7 +4367,7 @@ export interface ModifyInstanceEventStartTimeRequest {
|
|
|
4343
4367
|
}
|
|
4344
4368
|
export interface ModifyInstanceEventStartTimeResult {
|
|
4345
4369
|
/**
|
|
4346
|
-
* <p>
|
|
4370
|
+
* <p>Information about the event.</p>
|
|
4347
4371
|
*/
|
|
4348
4372
|
Event?: InstanceStatusEvent;
|
|
4349
4373
|
}
|
|
@@ -5878,49 +5902,14 @@ export interface PeeringConnectionOptionsRequest {
|
|
|
5878
5902
|
*/
|
|
5879
5903
|
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
5880
5904
|
}
|
|
5881
|
-
export interface ModifyVpcPeeringConnectionOptionsRequest {
|
|
5882
|
-
/**
|
|
5883
|
-
* <p>The VPC peering connection options for the accepter VPC.</p>
|
|
5884
|
-
*/
|
|
5885
|
-
AccepterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
|
|
5886
|
-
/**
|
|
5887
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5888
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5889
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5890
|
-
*/
|
|
5891
|
-
DryRun?: boolean;
|
|
5892
|
-
/**
|
|
5893
|
-
* <p>The VPC peering connection options for the requester VPC.</p>
|
|
5894
|
-
*/
|
|
5895
|
-
RequesterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
|
|
5896
|
-
/**
|
|
5897
|
-
* <p>The ID of the VPC peering connection.</p>
|
|
5898
|
-
*/
|
|
5899
|
-
VpcPeeringConnectionId: string | undefined;
|
|
5900
|
-
}
|
|
5901
5905
|
/**
|
|
5902
|
-
*
|
|
5903
|
-
* <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>
|
|
5904
|
-
* </note>
|
|
5905
|
-
* <p>Describes the VPC peering connection options.</p>
|
|
5906
|
+
* @internal
|
|
5906
5907
|
*/
|
|
5907
|
-
export
|
|
5908
|
-
|
|
5909
|
-
|
|
5910
|
-
|
|
5911
|
-
|
|
5912
|
-
AllowDnsResolutionFromRemoteVpc?: boolean;
|
|
5913
|
-
/**
|
|
5914
|
-
* <p>If true, enables outbound communication from an EC2-Classic instance that's linked to
|
|
5915
|
-
* a local VPC using ClassicLink to instances in a peer VPC.</p>
|
|
5916
|
-
*/
|
|
5917
|
-
AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
|
|
5918
|
-
/**
|
|
5919
|
-
* <p>If true, enables outbound communication from instances in a local VPC to an
|
|
5920
|
-
* EC2-Classic instance that's linked to a peer VPC using ClassicLink.</p>
|
|
5921
|
-
*/
|
|
5922
|
-
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
5923
|
-
}
|
|
5908
|
+
export declare const DisassociateTransitGatewayRouteTableResultFilterSensitiveLog: (obj: DisassociateTransitGatewayRouteTableResult) => any;
|
|
5909
|
+
/**
|
|
5910
|
+
* @internal
|
|
5911
|
+
*/
|
|
5912
|
+
export declare const DisassociateTrunkInterfaceRequestFilterSensitiveLog: (obj: DisassociateTrunkInterfaceRequest) => any;
|
|
5924
5913
|
/**
|
|
5925
5914
|
* @internal
|
|
5926
5915
|
*/
|
|
@@ -7053,11 +7042,3 @@ export declare const ModifyVpcEndpointServicePermissionsResultFilterSensitiveLog
|
|
|
7053
7042
|
* @internal
|
|
7054
7043
|
*/
|
|
7055
7044
|
export declare const PeeringConnectionOptionsRequestFilterSensitiveLog: (obj: PeeringConnectionOptionsRequest) => any;
|
|
7056
|
-
/**
|
|
7057
|
-
* @internal
|
|
7058
|
-
*/
|
|
7059
|
-
export declare const ModifyVpcPeeringConnectionOptionsRequestFilterSensitiveLog: (obj: ModifyVpcPeeringConnectionOptionsRequest) => any;
|
|
7060
|
-
/**
|
|
7061
|
-
* @internal
|
|
7062
|
-
*/
|
|
7063
|
-
export declare const PeeringConnectionOptionsFilterSensitiveLog: (obj: PeeringConnectionOptions) => any;
|