@aws-sdk/client-ec2 3.295.0 → 3.296.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/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-cjs/commands/CreateReservedInstancesListingCommand.js +3 -3
- package/dist-cjs/commands/CreateRestoreImageTaskCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteTableCommand.js +1 -2
- package/dist-cjs/commands/DeleteSubnetCidrReservationCommand.js +3 -3
- package/dist-cjs/commands/DeleteSubnetCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrafficMirrorFilterCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorFilterRuleCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumesCommand.js +2 -1
- package/dist-cjs/commands/DescribeVolumesModificationsCommand.js +3 -3
- package/dist-cjs/commands/ImportVolumeCommand.js +3 -3
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +3 -3
- package/dist-cjs/commands/StopInstancesCommand.js +3 -3
- package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +3 -3
- package/dist-cjs/commands/TerminateInstancesCommand.js +1 -2
- package/dist-cjs/models/models_0.js +25 -27
- package/dist-cjs/models/models_1.js +44 -42
- package/dist-cjs/models/models_2.js +41 -41
- package/dist-cjs/models/models_3.js +42 -47
- package/dist-cjs/models/models_4.js +47 -45
- package/dist-cjs/models/models_5.js +48 -42
- package/dist-cjs/models/models_6.js +44 -42
- package/dist-cjs/models/models_7.js +37 -1
- package/dist-cjs/protocols/Aws_ec2.js +333 -0
- package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-es/commands/CreateReservedInstancesListingCommand.js +1 -1
- package/dist-es/commands/CreateRestoreImageTaskCommand.js +1 -1
- package/dist-es/commands/CreateRouteCommand.js +1 -1
- package/dist-es/commands/CreateRouteTableCommand.js +1 -2
- package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +1 -1
- package/dist-es/commands/DeleteSubnetCommand.js +1 -1
- package/dist-es/commands/DeleteTagsCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-es/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-es/commands/DescribeVolumesCommand.js +2 -1
- package/dist-es/commands/DescribeVolumesModificationsCommand.js +1 -1
- package/dist-es/commands/ImportVolumeCommand.js +1 -1
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +1 -1
- package/dist-es/commands/StopInstancesCommand.js +1 -1
- package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +1 -1
- package/dist-es/commands/TerminateInstancesCommand.js +1 -2
- package/dist-es/models/models_0.js +15 -18
- package/dist-es/models/models_1.js +30 -27
- package/dist-es/models/models_2.js +27 -27
- package/dist-es/models/models_3.js +27 -33
- package/dist-es/models/models_4.js +33 -31
- package/dist-es/models/models_5.js +34 -27
- package/dist-es/models/models_6.js +29 -27
- package/dist-es/models/models_7.js +27 -0
- package/dist-es/protocols/Aws_ec2.js +333 -0
- package/dist-types/EC2.d.ts +14 -6
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -2
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +3 -0
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -2
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +3 -0
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- 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 -2
- package/dist-types/models/models_0.d.ts +193 -96
- package/dist-types/models/models_1.d.ts +202 -231
- package/dist-types/models/models_2.d.ts +230 -141
- package/dist-types/models/models_3.d.ts +125 -229
- package/dist-types/models/models_4.d.ts +261 -358
- package/dist-types/models/models_5.d.ts +359 -200
- package/dist-types/models/models_6.d.ts +204 -163
- package/dist-types/models/models_7.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- 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 +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +59 -36
- package/dist-types/ts3.4/models/models_1.d.ts +74 -87
- package/dist-types/ts3.4/models/models_2.d.ts +83 -61
- package/dist-types/ts3.4/models/models_3.d.ts +63 -89
- package/dist-types/ts3.4/models/models_4.d.ts +89 -94
- package/dist-types/ts3.4/models/models_5.d.ts +91 -83
- package/dist-types/ts3.4/models/models_6.d.ts +84 -73
- package/dist-types/ts3.4/models/models_7.d.ts +68 -0
- package/package.json +31 -31
|
@@ -1,9 +1,174 @@
|
|
|
1
|
-
import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr,
|
|
2
|
-
import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, CreditSpecificationRequest, ElasticGpuSpecification, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RequestIpamResourceTag, RuleAction, SelfServicePortal, ShutdownBehavior, SpotInstanceType, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
|
|
1
|
+
import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
+
import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CreditSpecificationRequest, ElasticGpuSpecification, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RequestIpamResourceTag, RuleAction, SelfServicePortal, ShutdownBehavior, SpotInstanceType, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
|
|
3
3
|
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
4
|
-
import { ArchitectureValues, AttributeBooleanValue, BootModeValues,
|
|
5
|
-
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceNetworkInterfaceSpecification, InstanceState, InstanceStatusEvent, LaunchTemplateConfig,
|
|
6
|
-
import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, UnlimitedSupportedInstanceFamily } from "./models_5";
|
|
4
|
+
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceTagNotificationAttribute, IpamPoolCidr, LaunchPermission, PermissionGroup, TpmSupportValues } from "./models_3";
|
|
5
|
+
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceNetworkInterfaceSpecification, InstanceState, InstanceStatusEvent, LaunchTemplateConfig, Monitoring, NetworkInsightsAccessScopeAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration } from "./models_4";
|
|
6
|
+
import { DiskImageDetail, InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, UnlimitedSupportedInstanceFamily, VolumeDetail, VolumeModification } from "./models_5";
|
|
7
|
+
export interface ImportVolumeRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The Availability Zone for the resulting EBS volume.</p>
|
|
10
|
+
*/
|
|
11
|
+
AvailabilityZone: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>A description of the volume.</p>
|
|
14
|
+
*/
|
|
15
|
+
Description?: string;
|
|
16
|
+
/**
|
|
17
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
18
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
19
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
20
|
+
*/
|
|
21
|
+
DryRun?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The disk image.</p>
|
|
24
|
+
*/
|
|
25
|
+
Image: DiskImageDetail | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The volume size.</p>
|
|
28
|
+
*/
|
|
29
|
+
Volume: VolumeDetail | undefined;
|
|
30
|
+
}
|
|
31
|
+
export interface ImportVolumeResult {
|
|
32
|
+
/**
|
|
33
|
+
* <p>Information about the conversion task.</p>
|
|
34
|
+
*/
|
|
35
|
+
ConversionTask?: ConversionTask;
|
|
36
|
+
}
|
|
37
|
+
export interface ListImagesInRecycleBinRequest {
|
|
38
|
+
/**
|
|
39
|
+
* <p>The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that
|
|
40
|
+
* are in the Recycle Bin. You can specify up to 20 IDs in a single request.</p>
|
|
41
|
+
*/
|
|
42
|
+
ImageIds?: string[];
|
|
43
|
+
/**
|
|
44
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
45
|
+
*/
|
|
46
|
+
NextToken?: string;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The maximum number of items to return for this request.
|
|
49
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
50
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
51
|
+
*/
|
|
52
|
+
MaxResults?: number;
|
|
53
|
+
/**
|
|
54
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
55
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
56
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
57
|
+
*/
|
|
58
|
+
DryRun?: boolean;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* <p>Information about an AMI that is currently in the Recycle Bin.</p>
|
|
62
|
+
*/
|
|
63
|
+
export interface ImageRecycleBinInfo {
|
|
64
|
+
/**
|
|
65
|
+
* <p>The ID of the AMI.</p>
|
|
66
|
+
*/
|
|
67
|
+
ImageId?: string;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The name of the AMI.</p>
|
|
70
|
+
*/
|
|
71
|
+
Name?: string;
|
|
72
|
+
/**
|
|
73
|
+
* <p>The description of the AMI.</p>
|
|
74
|
+
*/
|
|
75
|
+
Description?: string;
|
|
76
|
+
/**
|
|
77
|
+
* <p>The date and time when the AMI entered the Recycle Bin.</p>
|
|
78
|
+
*/
|
|
79
|
+
RecycleBinEnterTime?: Date;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The date and time when the AMI is to be permanently deleted from the Recycle Bin.</p>
|
|
82
|
+
*/
|
|
83
|
+
RecycleBinExitTime?: Date;
|
|
84
|
+
}
|
|
85
|
+
export interface ListImagesInRecycleBinResult {
|
|
86
|
+
/**
|
|
87
|
+
* <p>Information about the AMIs.</p>
|
|
88
|
+
*/
|
|
89
|
+
Images?: ImageRecycleBinInfo[];
|
|
90
|
+
/**
|
|
91
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
92
|
+
* are no more items to return.</p>
|
|
93
|
+
*/
|
|
94
|
+
NextToken?: string;
|
|
95
|
+
}
|
|
96
|
+
export interface ListSnapshotsInRecycleBinRequest {
|
|
97
|
+
/**
|
|
98
|
+
* <p>The maximum number of items to return for this request.
|
|
99
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
100
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
101
|
+
*/
|
|
102
|
+
MaxResults?: number;
|
|
103
|
+
/**
|
|
104
|
+
* <p>The token returned from a previous paginated request.
|
|
105
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
106
|
+
*/
|
|
107
|
+
NextToken?: string;
|
|
108
|
+
/**
|
|
109
|
+
* <p>The IDs of the snapshots to list. Omit this parameter to list all of the
|
|
110
|
+
* snapshots that are in the Recycle Bin.</p>
|
|
111
|
+
*/
|
|
112
|
+
SnapshotIds?: string[];
|
|
113
|
+
/**
|
|
114
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
115
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
116
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
117
|
+
*/
|
|
118
|
+
DryRun?: boolean;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* <p>Information about a snapshot that is currently in the Recycle Bin.</p>
|
|
122
|
+
*/
|
|
123
|
+
export interface SnapshotRecycleBinInfo {
|
|
124
|
+
/**
|
|
125
|
+
* <p>The ID of the snapshot.</p>
|
|
126
|
+
*/
|
|
127
|
+
SnapshotId?: string;
|
|
128
|
+
/**
|
|
129
|
+
* <p>The date and time when the snaphsot entered the Recycle Bin.</p>
|
|
130
|
+
*/
|
|
131
|
+
RecycleBinEnterTime?: Date;
|
|
132
|
+
/**
|
|
133
|
+
* <p>The date and time when the snapshot is to be permanently deleted from the Recycle Bin.</p>
|
|
134
|
+
*/
|
|
135
|
+
RecycleBinExitTime?: Date;
|
|
136
|
+
/**
|
|
137
|
+
* <p>The description for the snapshot.</p>
|
|
138
|
+
*/
|
|
139
|
+
Description?: string;
|
|
140
|
+
/**
|
|
141
|
+
* <p>The ID of the volume from which the snapshot was created.</p>
|
|
142
|
+
*/
|
|
143
|
+
VolumeId?: string;
|
|
144
|
+
}
|
|
145
|
+
export interface ListSnapshotsInRecycleBinResult {
|
|
146
|
+
/**
|
|
147
|
+
* <p>Information about the snapshots.</p>
|
|
148
|
+
*/
|
|
149
|
+
Snapshots?: SnapshotRecycleBinInfo[];
|
|
150
|
+
/**
|
|
151
|
+
* <p>The token to include in another request to get the next page of items.
|
|
152
|
+
* This value is <code>null</code> when there are no more items to return.</p>
|
|
153
|
+
*/
|
|
154
|
+
NextToken?: string;
|
|
155
|
+
}
|
|
156
|
+
export interface ModifyAddressAttributeRequest {
|
|
157
|
+
/**
|
|
158
|
+
* <p>[EC2-VPC] The allocation ID.</p>
|
|
159
|
+
*/
|
|
160
|
+
AllocationId: string | undefined;
|
|
161
|
+
/**
|
|
162
|
+
* <p>The domain name to modify for the IP address.</p>
|
|
163
|
+
*/
|
|
164
|
+
DomainName?: string;
|
|
165
|
+
/**
|
|
166
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
167
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
168
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
169
|
+
*/
|
|
170
|
+
DryRun?: boolean;
|
|
171
|
+
}
|
|
7
172
|
export interface ModifyAddressAttributeResult {
|
|
8
173
|
/**
|
|
9
174
|
* <p>Information about the Elastic IP address.</p>
|
|
@@ -6258,130 +6423,42 @@ export interface StartNetworkInsightsAnalysisRequest {
|
|
|
6258
6423
|
*/
|
|
6259
6424
|
ClientToken?: string;
|
|
6260
6425
|
}
|
|
6261
|
-
export interface StartNetworkInsightsAnalysisResult {
|
|
6262
|
-
/**
|
|
6263
|
-
* <p>Information about the network insights analysis.</p>
|
|
6264
|
-
*/
|
|
6265
|
-
NetworkInsightsAnalysis?: NetworkInsightsAnalysis;
|
|
6266
|
-
}
|
|
6267
|
-
export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
|
|
6268
|
-
/**
|
|
6269
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6270
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6271
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6272
|
-
*/
|
|
6273
|
-
DryRun?: boolean;
|
|
6274
|
-
/**
|
|
6275
|
-
* <p>The ID of the endpoint service.</p>
|
|
6276
|
-
*/
|
|
6277
|
-
ServiceId: string | undefined;
|
|
6278
|
-
}
|
|
6279
|
-
export interface StartVpcEndpointServicePrivateDnsVerificationResult {
|
|
6280
|
-
/**
|
|
6281
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
6282
|
-
*/
|
|
6283
|
-
ReturnValue?: boolean;
|
|
6284
|
-
}
|
|
6285
|
-
export interface StopInstancesRequest {
|
|
6286
|
-
/**
|
|
6287
|
-
* <p>The IDs of the instances.</p>
|
|
6288
|
-
*/
|
|
6289
|
-
InstanceIds: string[] | undefined;
|
|
6290
|
-
/**
|
|
6291
|
-
* <p>Hibernates the instance if the instance was enabled for hibernation at launch. If the
|
|
6292
|
-
* instance cannot hibernate successfully, a normal shutdown occurs. For more information,
|
|
6293
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate
|
|
6294
|
-
* your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
6295
|
-
* <p> Default: <code>false</code>
|
|
6296
|
-
* </p>
|
|
6297
|
-
*/
|
|
6298
|
-
Hibernate?: boolean;
|
|
6299
|
-
/**
|
|
6300
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6301
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6302
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6303
|
-
*/
|
|
6304
|
-
DryRun?: boolean;
|
|
6305
|
-
/**
|
|
6306
|
-
* <p>Forces the instances to stop. The instances do not have an opportunity to flush file
|
|
6307
|
-
* system caches or file system metadata. If you use this option, you must perform file
|
|
6308
|
-
* system check and repair procedures. This option is not recommended for Windows
|
|
6309
|
-
* instances.</p>
|
|
6310
|
-
* <p>Default: <code>false</code>
|
|
6311
|
-
* </p>
|
|
6312
|
-
*/
|
|
6313
|
-
Force?: boolean;
|
|
6314
|
-
}
|
|
6315
|
-
export interface StopInstancesResult {
|
|
6316
|
-
/**
|
|
6317
|
-
* <p>Information about the stopped instances.</p>
|
|
6318
|
-
*/
|
|
6319
|
-
StoppingInstances?: InstanceStateChange[];
|
|
6320
|
-
}
|
|
6321
|
-
export interface TerminateClientVpnConnectionsRequest {
|
|
6322
|
-
/**
|
|
6323
|
-
* <p>The ID of the Client VPN endpoint to which the client is connected.</p>
|
|
6324
|
-
*/
|
|
6325
|
-
ClientVpnEndpointId: string | undefined;
|
|
6326
|
-
/**
|
|
6327
|
-
* <p>The ID of the client connection to be terminated.</p>
|
|
6328
|
-
*/
|
|
6329
|
-
ConnectionId?: string;
|
|
6330
|
-
/**
|
|
6331
|
-
* <p>The name of the user who initiated the connection. Use this option to terminate all active connections for
|
|
6332
|
-
* the specified user. This option can only be used if the user has established up to five connections.</p>
|
|
6333
|
-
*/
|
|
6334
|
-
Username?: string;
|
|
6335
|
-
/**
|
|
6336
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6337
|
-
*/
|
|
6338
|
-
DryRun?: boolean;
|
|
6339
|
-
}
|
|
6340
6426
|
/**
|
|
6341
|
-
*
|
|
6427
|
+
* @internal
|
|
6342
6428
|
*/
|
|
6343
|
-
export
|
|
6344
|
-
|
|
6345
|
-
|
|
6346
|
-
|
|
6347
|
-
|
|
6348
|
-
|
|
6349
|
-
|
|
6350
|
-
|
|
6351
|
-
|
|
6352
|
-
|
|
6353
|
-
|
|
6354
|
-
|
|
6355
|
-
|
|
6356
|
-
|
|
6357
|
-
|
|
6358
|
-
|
|
6359
|
-
|
|
6360
|
-
|
|
6361
|
-
|
|
6362
|
-
|
|
6363
|
-
|
|
6364
|
-
|
|
6365
|
-
|
|
6366
|
-
|
|
6367
|
-
|
|
6368
|
-
|
|
6369
|
-
|
|
6370
|
-
|
|
6371
|
-
export
|
|
6372
|
-
|
|
6373
|
-
|
|
6374
|
-
|
|
6375
|
-
|
|
6376
|
-
*/
|
|
6377
|
-
InstanceIds: string[] | undefined;
|
|
6378
|
-
/**
|
|
6379
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6380
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6381
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6382
|
-
*/
|
|
6383
|
-
DryRun?: boolean;
|
|
6384
|
-
}
|
|
6429
|
+
export declare const ImportVolumeRequestFilterSensitiveLog: (obj: ImportVolumeRequest) => any;
|
|
6430
|
+
/**
|
|
6431
|
+
* @internal
|
|
6432
|
+
*/
|
|
6433
|
+
export declare const ImportVolumeResultFilterSensitiveLog: (obj: ImportVolumeResult) => any;
|
|
6434
|
+
/**
|
|
6435
|
+
* @internal
|
|
6436
|
+
*/
|
|
6437
|
+
export declare const ListImagesInRecycleBinRequestFilterSensitiveLog: (obj: ListImagesInRecycleBinRequest) => any;
|
|
6438
|
+
/**
|
|
6439
|
+
* @internal
|
|
6440
|
+
*/
|
|
6441
|
+
export declare const ImageRecycleBinInfoFilterSensitiveLog: (obj: ImageRecycleBinInfo) => any;
|
|
6442
|
+
/**
|
|
6443
|
+
* @internal
|
|
6444
|
+
*/
|
|
6445
|
+
export declare const ListImagesInRecycleBinResultFilterSensitiveLog: (obj: ListImagesInRecycleBinResult) => any;
|
|
6446
|
+
/**
|
|
6447
|
+
* @internal
|
|
6448
|
+
*/
|
|
6449
|
+
export declare const ListSnapshotsInRecycleBinRequestFilterSensitiveLog: (obj: ListSnapshotsInRecycleBinRequest) => any;
|
|
6450
|
+
/**
|
|
6451
|
+
* @internal
|
|
6452
|
+
*/
|
|
6453
|
+
export declare const SnapshotRecycleBinInfoFilterSensitiveLog: (obj: SnapshotRecycleBinInfo) => any;
|
|
6454
|
+
/**
|
|
6455
|
+
* @internal
|
|
6456
|
+
*/
|
|
6457
|
+
export declare const ListSnapshotsInRecycleBinResultFilterSensitiveLog: (obj: ListSnapshotsInRecycleBinResult) => any;
|
|
6458
|
+
/**
|
|
6459
|
+
* @internal
|
|
6460
|
+
*/
|
|
6461
|
+
export declare const ModifyAddressAttributeRequestFilterSensitiveLog: (obj: ModifyAddressAttributeRequest) => any;
|
|
6385
6462
|
/**
|
|
6386
6463
|
* @internal
|
|
6387
6464
|
*/
|
|
@@ -7490,39 +7567,3 @@ export declare const StartNetworkInsightsAccessScopeAnalysisResultFilterSensitiv
|
|
|
7490
7567
|
* @internal
|
|
7491
7568
|
*/
|
|
7492
7569
|
export declare const StartNetworkInsightsAnalysisRequestFilterSensitiveLog: (obj: StartNetworkInsightsAnalysisRequest) => any;
|
|
7493
|
-
/**
|
|
7494
|
-
* @internal
|
|
7495
|
-
*/
|
|
7496
|
-
export declare const StartNetworkInsightsAnalysisResultFilterSensitiveLog: (obj: StartNetworkInsightsAnalysisResult) => any;
|
|
7497
|
-
/**
|
|
7498
|
-
* @internal
|
|
7499
|
-
*/
|
|
7500
|
-
export declare const StartVpcEndpointServicePrivateDnsVerificationRequestFilterSensitiveLog: (obj: StartVpcEndpointServicePrivateDnsVerificationRequest) => any;
|
|
7501
|
-
/**
|
|
7502
|
-
* @internal
|
|
7503
|
-
*/
|
|
7504
|
-
export declare const StartVpcEndpointServicePrivateDnsVerificationResultFilterSensitiveLog: (obj: StartVpcEndpointServicePrivateDnsVerificationResult) => any;
|
|
7505
|
-
/**
|
|
7506
|
-
* @internal
|
|
7507
|
-
*/
|
|
7508
|
-
export declare const StopInstancesRequestFilterSensitiveLog: (obj: StopInstancesRequest) => any;
|
|
7509
|
-
/**
|
|
7510
|
-
* @internal
|
|
7511
|
-
*/
|
|
7512
|
-
export declare const StopInstancesResultFilterSensitiveLog: (obj: StopInstancesResult) => any;
|
|
7513
|
-
/**
|
|
7514
|
-
* @internal
|
|
7515
|
-
*/
|
|
7516
|
-
export declare const TerminateClientVpnConnectionsRequestFilterSensitiveLog: (obj: TerminateClientVpnConnectionsRequest) => any;
|
|
7517
|
-
/**
|
|
7518
|
-
* @internal
|
|
7519
|
-
*/
|
|
7520
|
-
export declare const TerminateConnectionStatusFilterSensitiveLog: (obj: TerminateConnectionStatus) => any;
|
|
7521
|
-
/**
|
|
7522
|
-
* @internal
|
|
7523
|
-
*/
|
|
7524
|
-
export declare const TerminateClientVpnConnectionsResultFilterSensitiveLog: (obj: TerminateClientVpnConnectionsResult) => any;
|
|
7525
|
-
/**
|
|
7526
|
-
* @internal
|
|
7527
|
-
*/
|
|
7528
|
-
export declare const TerminateInstancesRequestFilterSensitiveLog: (obj: TerminateInstancesRequest) => any;
|
|
@@ -1,5 +1,131 @@
|
|
|
1
1
|
import { ByoipCidr, IpPermission, NatGatewayAddress } from "./models_0";
|
|
2
|
+
import { ClientVpnConnectionStatus } from "./models_3";
|
|
3
|
+
import { NetworkInsightsAnalysis } from "./models_4";
|
|
2
4
|
import { InstanceMonitoring, InstanceStateChange } from "./models_6";
|
|
5
|
+
export interface StartNetworkInsightsAnalysisResult {
|
|
6
|
+
/**
|
|
7
|
+
* <p>Information about the network insights analysis.</p>
|
|
8
|
+
*/
|
|
9
|
+
NetworkInsightsAnalysis?: NetworkInsightsAnalysis;
|
|
10
|
+
}
|
|
11
|
+
export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
|
|
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 ID of the endpoint service.</p>
|
|
20
|
+
*/
|
|
21
|
+
ServiceId: string | undefined;
|
|
22
|
+
}
|
|
23
|
+
export interface StartVpcEndpointServicePrivateDnsVerificationResult {
|
|
24
|
+
/**
|
|
25
|
+
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
26
|
+
*/
|
|
27
|
+
ReturnValue?: boolean;
|
|
28
|
+
}
|
|
29
|
+
export interface StopInstancesRequest {
|
|
30
|
+
/**
|
|
31
|
+
* <p>The IDs of the instances.</p>
|
|
32
|
+
*/
|
|
33
|
+
InstanceIds: string[] | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>Hibernates the instance if the instance was enabled for hibernation at launch. If the
|
|
36
|
+
* instance cannot hibernate successfully, a normal shutdown occurs. For more information,
|
|
37
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate
|
|
38
|
+
* your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
39
|
+
* <p> Default: <code>false</code>
|
|
40
|
+
* </p>
|
|
41
|
+
*/
|
|
42
|
+
Hibernate?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
45
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
46
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
47
|
+
*/
|
|
48
|
+
DryRun?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* <p>Forces the instances to stop. The instances do not have an opportunity to flush file
|
|
51
|
+
* system caches or file system metadata. If you use this option, you must perform file
|
|
52
|
+
* system check and repair procedures. This option is not recommended for Windows
|
|
53
|
+
* instances.</p>
|
|
54
|
+
* <p>Default: <code>false</code>
|
|
55
|
+
* </p>
|
|
56
|
+
*/
|
|
57
|
+
Force?: boolean;
|
|
58
|
+
}
|
|
59
|
+
export interface StopInstancesResult {
|
|
60
|
+
/**
|
|
61
|
+
* <p>Information about the stopped instances.</p>
|
|
62
|
+
*/
|
|
63
|
+
StoppingInstances?: InstanceStateChange[];
|
|
64
|
+
}
|
|
65
|
+
export interface TerminateClientVpnConnectionsRequest {
|
|
66
|
+
/**
|
|
67
|
+
* <p>The ID of the Client VPN endpoint to which the client is connected.</p>
|
|
68
|
+
*/
|
|
69
|
+
ClientVpnEndpointId: string | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The ID of the client connection to be terminated.</p>
|
|
72
|
+
*/
|
|
73
|
+
ConnectionId?: string;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The name of the user who initiated the connection. Use this option to terminate all active connections for
|
|
76
|
+
* the specified user. This option can only be used if the user has established up to five connections.</p>
|
|
77
|
+
*/
|
|
78
|
+
Username?: string;
|
|
79
|
+
/**
|
|
80
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
81
|
+
*/
|
|
82
|
+
DryRun?: boolean;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* <p>Information about a terminated Client VPN endpoint client connection.</p>
|
|
86
|
+
*/
|
|
87
|
+
export interface TerminateConnectionStatus {
|
|
88
|
+
/**
|
|
89
|
+
* <p>The ID of the client connection.</p>
|
|
90
|
+
*/
|
|
91
|
+
ConnectionId?: string;
|
|
92
|
+
/**
|
|
93
|
+
* <p>The state of the client connection.</p>
|
|
94
|
+
*/
|
|
95
|
+
PreviousStatus?: ClientVpnConnectionStatus;
|
|
96
|
+
/**
|
|
97
|
+
* <p>A message about the status of the client connection, if applicable.</p>
|
|
98
|
+
*/
|
|
99
|
+
CurrentStatus?: ClientVpnConnectionStatus;
|
|
100
|
+
}
|
|
101
|
+
export interface TerminateClientVpnConnectionsResult {
|
|
102
|
+
/**
|
|
103
|
+
* <p>The ID of the Client VPN endpoint.</p>
|
|
104
|
+
*/
|
|
105
|
+
ClientVpnEndpointId?: string;
|
|
106
|
+
/**
|
|
107
|
+
* <p>The user who established the terminated client connections.</p>
|
|
108
|
+
*/
|
|
109
|
+
Username?: string;
|
|
110
|
+
/**
|
|
111
|
+
* <p>The current state of the client connections.</p>
|
|
112
|
+
*/
|
|
113
|
+
ConnectionStatuses?: TerminateConnectionStatus[];
|
|
114
|
+
}
|
|
115
|
+
export interface TerminateInstancesRequest {
|
|
116
|
+
/**
|
|
117
|
+
* <p>The IDs of the instances.</p>
|
|
118
|
+
* <p>Constraints: Up to 1000 instance IDs. We recommend breaking up this request into
|
|
119
|
+
* smaller batches.</p>
|
|
120
|
+
*/
|
|
121
|
+
InstanceIds: string[] | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
124
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
125
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
126
|
+
*/
|
|
127
|
+
DryRun?: boolean;
|
|
128
|
+
}
|
|
3
129
|
export interface TerminateInstancesResult {
|
|
4
130
|
/**
|
|
5
131
|
* <p>Information about the terminated instances.</p>
|
|
@@ -203,6 +329,42 @@ export interface WithdrawByoipCidrResult {
|
|
|
203
329
|
*/
|
|
204
330
|
ByoipCidr?: ByoipCidr;
|
|
205
331
|
}
|
|
332
|
+
/**
|
|
333
|
+
* @internal
|
|
334
|
+
*/
|
|
335
|
+
export declare const StartNetworkInsightsAnalysisResultFilterSensitiveLog: (obj: StartNetworkInsightsAnalysisResult) => any;
|
|
336
|
+
/**
|
|
337
|
+
* @internal
|
|
338
|
+
*/
|
|
339
|
+
export declare const StartVpcEndpointServicePrivateDnsVerificationRequestFilterSensitiveLog: (obj: StartVpcEndpointServicePrivateDnsVerificationRequest) => any;
|
|
340
|
+
/**
|
|
341
|
+
* @internal
|
|
342
|
+
*/
|
|
343
|
+
export declare const StartVpcEndpointServicePrivateDnsVerificationResultFilterSensitiveLog: (obj: StartVpcEndpointServicePrivateDnsVerificationResult) => any;
|
|
344
|
+
/**
|
|
345
|
+
* @internal
|
|
346
|
+
*/
|
|
347
|
+
export declare const StopInstancesRequestFilterSensitiveLog: (obj: StopInstancesRequest) => any;
|
|
348
|
+
/**
|
|
349
|
+
* @internal
|
|
350
|
+
*/
|
|
351
|
+
export declare const StopInstancesResultFilterSensitiveLog: (obj: StopInstancesResult) => any;
|
|
352
|
+
/**
|
|
353
|
+
* @internal
|
|
354
|
+
*/
|
|
355
|
+
export declare const TerminateClientVpnConnectionsRequestFilterSensitiveLog: (obj: TerminateClientVpnConnectionsRequest) => any;
|
|
356
|
+
/**
|
|
357
|
+
* @internal
|
|
358
|
+
*/
|
|
359
|
+
export declare const TerminateConnectionStatusFilterSensitiveLog: (obj: TerminateConnectionStatus) => any;
|
|
360
|
+
/**
|
|
361
|
+
* @internal
|
|
362
|
+
*/
|
|
363
|
+
export declare const TerminateClientVpnConnectionsResultFilterSensitiveLog: (obj: TerminateClientVpnConnectionsResult) => any;
|
|
364
|
+
/**
|
|
365
|
+
* @internal
|
|
366
|
+
*/
|
|
367
|
+
export declare const TerminateInstancesRequestFilterSensitiveLog: (obj: TerminateInstancesRequest) => any;
|
|
206
368
|
/**
|
|
207
369
|
* @internal
|
|
208
370
|
*/
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
CreateReplaceRootVolumeTaskResult,
|
|
17
|
-
} from "../models/models_1";
|
|
14
|
+
import { CreateReplaceRootVolumeTaskRequest } from "../models/models_1";
|
|
15
|
+
import { CreateReplaceRootVolumeTaskResult } from "../models/models_2";
|
|
18
16
|
export interface CreateReplaceRootVolumeTaskCommandInput
|
|
19
17
|
extends CreateReplaceRootVolumeTaskRequest {}
|
|
20
18
|
export interface CreateReplaceRootVolumeTaskCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
CreateReservedInstancesListingRequest,
|
|
16
16
|
CreateReservedInstancesListingResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_2";
|
|
18
18
|
export interface CreateReservedInstancesListingCommandInput
|
|
19
19
|
extends CreateReservedInstancesListingRequest {}
|
|
20
20
|
export interface CreateReservedInstancesListingCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
CreateRestoreImageTaskRequest,
|
|
16
16
|
CreateRestoreImageTaskResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_2";
|
|
18
18
|
export interface CreateRestoreImageTaskCommandInput
|
|
19
19
|
extends CreateRestoreImageTaskRequest {}
|
|
20
20
|
export interface CreateRestoreImageTaskCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { CreateRouteRequest, CreateRouteResult } from "../models/
|
|
14
|
+
import { CreateRouteRequest, CreateRouteResult } from "../models/models_2";
|
|
15
15
|
export interface CreateRouteCommandInput extends CreateRouteRequest {}
|
|
16
16
|
export interface CreateRouteCommandOutput
|
|
17
17
|
extends CreateRouteResult,
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
CreateRouteTableRequest,
|
|
16
|
+
CreateRouteTableResult,
|
|
17
|
+
} from "../models/models_2";
|
|
16
18
|
export interface CreateRouteTableCommandInput extends CreateRouteTableRequest {}
|
|
17
19
|
export interface CreateRouteTableCommandOutput
|
|
18
20
|
extends CreateRouteTableResult,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DeleteSubnetCidrReservationRequest,
|
|
16
16
|
DeleteSubnetCidrReservationResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_3";
|
|
18
18
|
export interface DeleteSubnetCidrReservationCommandInput
|
|
19
19
|
extends DeleteSubnetCidrReservationRequest {}
|
|
20
20
|
export interface DeleteSubnetCidrReservationCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { DeleteSubnetRequest } from "../models/
|
|
14
|
+
import { DeleteSubnetRequest } from "../models/models_3";
|
|
15
15
|
export interface DeleteSubnetCommandInput extends DeleteSubnetRequest {}
|
|
16
16
|
export interface DeleteSubnetCommandOutput extends __MetadataBearer {}
|
|
17
17
|
export declare class DeleteSubnetCommand extends $Command<
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { DeleteTagsRequest } from "../models/
|
|
14
|
+
import { DeleteTagsRequest } from "../models/models_3";
|
|
15
15
|
export interface DeleteTagsCommandInput extends DeleteTagsRequest {}
|
|
16
16
|
export interface DeleteTagsCommandOutput extends __MetadataBearer {}
|
|
17
17
|
export declare class DeleteTagsCommand extends $Command<
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DeleteTrafficMirrorFilterRequest,
|
|
16
16
|
DeleteTrafficMirrorFilterResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_3";
|
|
18
18
|
export interface DeleteTrafficMirrorFilterCommandInput
|
|
19
19
|
extends DeleteTrafficMirrorFilterRequest {}
|
|
20
20
|
export interface DeleteTrafficMirrorFilterCommandOutput
|