@aws-sdk/client-ec2 3.682.0 → 3.686.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/README.md +24 -0
- package/dist-cjs/index.js +455 -150
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/AssociateSecurityGroupVpcCommand.js +22 -0
- package/dist-es/commands/DescribeSecurityGroupVpcAssociationsCommand.js +22 -0
- package/dist-es/commands/DisassociateSecurityGroupVpcCommand.js +22 -0
- package/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/models/models_3.js +0 -15
- package/dist-es/models/models_4.js +15 -6
- package/dist-es/models/models_5.js +6 -6
- package/dist-es/models/models_6.js +6 -13
- package/dist-es/models/models_7.js +14 -0
- package/dist-es/pagination/DescribeSecurityGroupVpcAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +248 -3
- package/dist-types/EC2.d.ts +22 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AssociateSecurityGroupVpcCommand.d.ts +92 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -0
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -0
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -2
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -2
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +90 -0
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -2
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +8 -3
- package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +75 -0
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +15 -0
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +15 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +53 -254
- package/dist-types/models/models_1.d.ts +259 -111
- package/dist-types/models/models_2.d.ts +117 -72
- package/dist-types/models/models_3.d.ts +72 -58
- package/dist-types/models/models_4.d.ts +179 -182
- package/dist-types/models/models_5.d.ts +205 -139
- package/dist-types/models/models_6.d.ts +134 -316
- package/dist-types/models/models_7.d.ts +389 -6
- package/dist-types/pagination/DescribeSecurityGroupVpcAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +58 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateSecurityGroupVpcCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +19 -37
- package/dist-types/ts3.4/models/models_1.d.ts +43 -25
- package/dist-types/ts3.4/models/models_2.d.ts +24 -15
- package/dist-types/ts3.4/models/models_3.d.ts +16 -24
- package/dist-types/ts3.4/models/models_4.d.ts +42 -38
- package/dist-types/ts3.4/models/models_5.d.ts +47 -41
- package/dist-types/ts3.4/models/models_6.d.ts +36 -68
- package/dist-types/ts3.4/models/models_7.d.ts +90 -2
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupVpcAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
- package/package.json +37 -37
|
@@ -1,8 +1,172 @@
|
|
|
1
|
-
import { ActivityStatus, AddressTransfer, AllocationStrategy, AllowedPrincipal, AsnAssociation, AssociationStatus, BatchState, CapacityReservationState, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
1
|
+
import { ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedPrincipal, AsnAssociation, AssociationStatus, BatchState, CapacityReservationState, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, ResourceType, SecurityGroupVpcAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
2
2
|
import { _InstanceType, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, DiskImageFormat, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
-
import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SpotInstanceStateFault, State, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
-
import { ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, MetricType, PeriodType, ProductCode, StatisticType } from "./models_3";
|
|
5
|
-
import { AttributeBooleanValue,
|
|
3
|
+
import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SpotDatafeedSubscription, SpotInstanceStateFault, State, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
+
import { EventInformation, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, MetricType, PeriodType, ProductCode, StatisticType } from "./models_3";
|
|
5
|
+
import { AttributeBooleanValue, RIProductDescription } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* <p>Contains the output of DescribeSpotDatafeedSubscription.</p>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface DescribeSpotDatafeedSubscriptionResult {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The Spot Instance data feed subscription.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
SpotDatafeedSubscription?: SpotDatafeedSubscription;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* <p>Contains the parameters for DescribeSpotFleetInstances.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export interface DescribeSpotFleetInstancesRequest {
|
|
22
|
+
/**
|
|
23
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
24
|
+
* making the request, and provides an error response. If you have the required
|
|
25
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
26
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
DryRun?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The ID of the Spot Fleet request.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
SpotFleetRequestId: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
37
|
+
* are no more items to return.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
NextToken?: string;
|
|
41
|
+
/**
|
|
42
|
+
* <p>The maximum number of items to return for this request.
|
|
43
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
44
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
MaxResults?: number;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* <p>Contains the output of DescribeSpotFleetInstances.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
export interface DescribeSpotFleetInstancesResponse {
|
|
54
|
+
/**
|
|
55
|
+
* <p>The running instances. This list is refreshed periodically and might be out of
|
|
56
|
+
* date.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
ActiveInstances?: ActiveInstance[];
|
|
60
|
+
/**
|
|
61
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
62
|
+
* are no more items to return.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
NextToken?: string;
|
|
66
|
+
/**
|
|
67
|
+
* <p>The ID of the Spot Fleet request.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
SpotFleetRequestId?: string;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
* @enum
|
|
75
|
+
*/
|
|
76
|
+
export declare const EventType: {
|
|
77
|
+
readonly BATCH_CHANGE: "fleetRequestChange";
|
|
78
|
+
readonly ERROR: "error";
|
|
79
|
+
readonly INFORMATION: "information";
|
|
80
|
+
readonly INSTANCE_CHANGE: "instanceChange";
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
86
|
+
/**
|
|
87
|
+
* <p>Contains the parameters for DescribeSpotFleetRequestHistory.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export interface DescribeSpotFleetRequestHistoryRequest {
|
|
91
|
+
/**
|
|
92
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
93
|
+
* making the request, and provides an error response. If you have the required
|
|
94
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
95
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
DryRun?: boolean;
|
|
99
|
+
/**
|
|
100
|
+
* <p>The ID of the Spot Fleet request.</p>
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
SpotFleetRequestId: string | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* <p>The type of events to describe. By default, all events are described.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
EventType?: EventType;
|
|
109
|
+
/**
|
|
110
|
+
* <p>The starting date and time for the events, in UTC format (for example,
|
|
111
|
+
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
StartTime: Date | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
117
|
+
* are no more items to return.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
NextToken?: string;
|
|
121
|
+
/**
|
|
122
|
+
* <p>The maximum number of items to return for this request.
|
|
123
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
124
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
MaxResults?: number;
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* <p>Describes an event in the history of the Spot Fleet request.</p>
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
export interface HistoryRecord {
|
|
134
|
+
/**
|
|
135
|
+
* <p>Information about the event.</p>
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
138
|
+
EventInformation?: EventInformation;
|
|
139
|
+
/**
|
|
140
|
+
* <p>The event type.</p>
|
|
141
|
+
* <ul>
|
|
142
|
+
* <li>
|
|
143
|
+
* <p>
|
|
144
|
+
* <code>error</code> - An error with the Spot Fleet request.</p>
|
|
145
|
+
* </li>
|
|
146
|
+
* <li>
|
|
147
|
+
* <p>
|
|
148
|
+
* <code>fleetRequestChange</code> - A change in the status or configuration of
|
|
149
|
+
* the Spot Fleet request.</p>
|
|
150
|
+
* </li>
|
|
151
|
+
* <li>
|
|
152
|
+
* <p>
|
|
153
|
+
* <code>instanceChange</code> - An instance was launched or terminated.</p>
|
|
154
|
+
* </li>
|
|
155
|
+
* <li>
|
|
156
|
+
* <p>
|
|
157
|
+
* <code>Information</code> - An informational event.</p>
|
|
158
|
+
* </li>
|
|
159
|
+
* </ul>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
EventType?: EventType;
|
|
163
|
+
/**
|
|
164
|
+
* <p>The date and time of the event, in UTC format (for example,
|
|
165
|
+
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
166
|
+
* @public
|
|
167
|
+
*/
|
|
168
|
+
Timestamp?: Date;
|
|
169
|
+
}
|
|
6
170
|
/**
|
|
7
171
|
* <p>Contains the output of DescribeSpotFleetRequestHistory.</p>
|
|
8
172
|
* @public
|
|
@@ -193,7 +357,9 @@ export interface InstanceNetworkInterfaceSpecification {
|
|
|
193
357
|
AssociateCarrierIpAddress?: boolean;
|
|
194
358
|
/**
|
|
195
359
|
* <p>The type of network interface.</p>
|
|
196
|
-
* <p>
|
|
360
|
+
* <p>If you specify <code>efa-only</code>, do not assign any IP addresses to the network
|
|
361
|
+
* interface. EFA-only network interfaces do not support IP addresses.</p>
|
|
362
|
+
* <p>Valid values: <code>interface</code> | <code>efa</code> | <code>efa-only</code>
|
|
197
363
|
* </p>
|
|
198
364
|
* @public
|
|
199
365
|
*/
|
|
@@ -1691,8 +1857,7 @@ export interface DescribeStaleSecurityGroupsRequest {
|
|
|
1691
1857
|
*/
|
|
1692
1858
|
MaxResults?: number;
|
|
1693
1859
|
/**
|
|
1694
|
-
* <p>The token returned from a previous paginated request.
|
|
1695
|
-
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
1860
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
1696
1861
|
* @public
|
|
1697
1862
|
*/
|
|
1698
1863
|
NextToken?: string;
|
|
@@ -1782,8 +1947,7 @@ export interface StaleSecurityGroup {
|
|
|
1782
1947
|
*/
|
|
1783
1948
|
export interface DescribeStaleSecurityGroupsResult {
|
|
1784
1949
|
/**
|
|
1785
|
-
* <p>The token to include in another request to get the next page of items.
|
|
1786
|
-
* If there are no additional items to return, the string is empty.</p>
|
|
1950
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
1787
1951
|
* @public
|
|
1788
1952
|
*/
|
|
1789
1953
|
NextToken?: string;
|
|
@@ -6814,6 +6978,38 @@ export interface DisassociateRouteTableRequest {
|
|
|
6814
6978
|
*/
|
|
6815
6979
|
AssociationId: string | undefined;
|
|
6816
6980
|
}
|
|
6981
|
+
/**
|
|
6982
|
+
* @public
|
|
6983
|
+
*/
|
|
6984
|
+
export interface DisassociateSecurityGroupVpcRequest {
|
|
6985
|
+
/**
|
|
6986
|
+
* <p>A security group ID.</p>
|
|
6987
|
+
* @public
|
|
6988
|
+
*/
|
|
6989
|
+
GroupId: string | undefined;
|
|
6990
|
+
/**
|
|
6991
|
+
* <p>A VPC ID.</p>
|
|
6992
|
+
* @public
|
|
6993
|
+
*/
|
|
6994
|
+
VpcId: string | undefined;
|
|
6995
|
+
/**
|
|
6996
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6997
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6998
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6999
|
+
* @public
|
|
7000
|
+
*/
|
|
7001
|
+
DryRun?: boolean;
|
|
7002
|
+
}
|
|
7003
|
+
/**
|
|
7004
|
+
* @public
|
|
7005
|
+
*/
|
|
7006
|
+
export interface DisassociateSecurityGroupVpcResult {
|
|
7007
|
+
/**
|
|
7008
|
+
* <p>The state of the disassociation.</p>
|
|
7009
|
+
* @public
|
|
7010
|
+
*/
|
|
7011
|
+
State?: SecurityGroupVpcAssociationState;
|
|
7012
|
+
}
|
|
6817
7013
|
/**
|
|
6818
7014
|
* @public
|
|
6819
7015
|
*/
|
|
@@ -8570,136 +8766,6 @@ export interface GetConsoleOutputRequest {
|
|
|
8570
8766
|
*/
|
|
8571
8767
|
DryRun?: boolean;
|
|
8572
8768
|
}
|
|
8573
|
-
/**
|
|
8574
|
-
* @public
|
|
8575
|
-
*/
|
|
8576
|
-
export interface GetConsoleOutputResult {
|
|
8577
|
-
/**
|
|
8578
|
-
* <p>The ID of the instance.</p>
|
|
8579
|
-
* @public
|
|
8580
|
-
*/
|
|
8581
|
-
InstanceId?: string;
|
|
8582
|
-
/**
|
|
8583
|
-
* <p>The time at which the output was last updated.</p>
|
|
8584
|
-
* @public
|
|
8585
|
-
*/
|
|
8586
|
-
Timestamp?: Date;
|
|
8587
|
-
/**
|
|
8588
|
-
* <p>The console output, base64-encoded. If you are using a command line tool, the tool
|
|
8589
|
-
* decodes the output for you.</p>
|
|
8590
|
-
* @public
|
|
8591
|
-
*/
|
|
8592
|
-
Output?: string;
|
|
8593
|
-
}
|
|
8594
|
-
/**
|
|
8595
|
-
* @public
|
|
8596
|
-
*/
|
|
8597
|
-
export interface GetConsoleScreenshotRequest {
|
|
8598
|
-
/**
|
|
8599
|
-
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
8600
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
8601
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8602
|
-
* @public
|
|
8603
|
-
*/
|
|
8604
|
-
DryRun?: boolean;
|
|
8605
|
-
/**
|
|
8606
|
-
* <p>The ID of the instance.</p>
|
|
8607
|
-
* @public
|
|
8608
|
-
*/
|
|
8609
|
-
InstanceId: string | undefined;
|
|
8610
|
-
/**
|
|
8611
|
-
* <p>When set to <code>true</code>, acts as keystroke input and wakes up an instance that's
|
|
8612
|
-
* in standby or "sleep" mode.</p>
|
|
8613
|
-
* @public
|
|
8614
|
-
*/
|
|
8615
|
-
WakeUp?: boolean;
|
|
8616
|
-
}
|
|
8617
|
-
/**
|
|
8618
|
-
* @public
|
|
8619
|
-
*/
|
|
8620
|
-
export interface GetConsoleScreenshotResult {
|
|
8621
|
-
/**
|
|
8622
|
-
* <p>The data that comprises the image.</p>
|
|
8623
|
-
* @public
|
|
8624
|
-
*/
|
|
8625
|
-
ImageData?: string;
|
|
8626
|
-
/**
|
|
8627
|
-
* <p>The ID of the instance.</p>
|
|
8628
|
-
* @public
|
|
8629
|
-
*/
|
|
8630
|
-
InstanceId?: string;
|
|
8631
|
-
}
|
|
8632
|
-
/**
|
|
8633
|
-
* @public
|
|
8634
|
-
* @enum
|
|
8635
|
-
*/
|
|
8636
|
-
export declare const UnlimitedSupportedInstanceFamily: {
|
|
8637
|
-
readonly t2: "t2";
|
|
8638
|
-
readonly t3: "t3";
|
|
8639
|
-
readonly t3a: "t3a";
|
|
8640
|
-
readonly t4g: "t4g";
|
|
8641
|
-
};
|
|
8642
|
-
/**
|
|
8643
|
-
* @public
|
|
8644
|
-
*/
|
|
8645
|
-
export type UnlimitedSupportedInstanceFamily = (typeof UnlimitedSupportedInstanceFamily)[keyof typeof UnlimitedSupportedInstanceFamily];
|
|
8646
|
-
/**
|
|
8647
|
-
* @public
|
|
8648
|
-
*/
|
|
8649
|
-
export interface GetDefaultCreditSpecificationRequest {
|
|
8650
|
-
/**
|
|
8651
|
-
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
8652
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
8653
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8654
|
-
* @public
|
|
8655
|
-
*/
|
|
8656
|
-
DryRun?: boolean;
|
|
8657
|
-
/**
|
|
8658
|
-
* <p>The instance family.</p>
|
|
8659
|
-
* @public
|
|
8660
|
-
*/
|
|
8661
|
-
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
8662
|
-
}
|
|
8663
|
-
/**
|
|
8664
|
-
* <p>Describes the default credit option for CPU usage of a burstable performance instance
|
|
8665
|
-
* family.</p>
|
|
8666
|
-
* @public
|
|
8667
|
-
*/
|
|
8668
|
-
export interface InstanceFamilyCreditSpecification {
|
|
8669
|
-
/**
|
|
8670
|
-
* <p>The instance family.</p>
|
|
8671
|
-
* @public
|
|
8672
|
-
*/
|
|
8673
|
-
InstanceFamily?: UnlimitedSupportedInstanceFamily;
|
|
8674
|
-
/**
|
|
8675
|
-
* <p>The default credit option for CPU usage of the instance family. Valid values are
|
|
8676
|
-
* <code>standard</code> and <code>unlimited</code>.</p>
|
|
8677
|
-
* @public
|
|
8678
|
-
*/
|
|
8679
|
-
CpuCredits?: string;
|
|
8680
|
-
}
|
|
8681
|
-
/**
|
|
8682
|
-
* @public
|
|
8683
|
-
*/
|
|
8684
|
-
export interface GetDefaultCreditSpecificationResult {
|
|
8685
|
-
/**
|
|
8686
|
-
* <p>The default credit option for CPU usage of the instance family.</p>
|
|
8687
|
-
* @public
|
|
8688
|
-
*/
|
|
8689
|
-
InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification;
|
|
8690
|
-
}
|
|
8691
|
-
/**
|
|
8692
|
-
* @public
|
|
8693
|
-
*/
|
|
8694
|
-
export interface GetEbsDefaultKmsKeyIdRequest {
|
|
8695
|
-
/**
|
|
8696
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8697
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8698
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8699
|
-
* @public
|
|
8700
|
-
*/
|
|
8701
|
-
DryRun?: boolean;
|
|
8702
|
-
}
|
|
8703
8769
|
/**
|
|
8704
8770
|
* @internal
|
|
8705
8771
|
*/
|