@aws-sdk/client-ec2 3.698.0 → 3.701.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +117 -16
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +0 -4
- package/dist-es/models/models_4.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +109 -11
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -0
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -0
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -2
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +3 -4
- package/dist-types/models/models_0.d.ts +10 -0
- package/dist-types/models/models_1.d.ts +15 -3
- package/dist-types/models/models_2.d.ts +98 -29
- package/dist-types/models/models_3.d.ts +27 -28
- package/dist-types/models/models_4.d.ts +73 -99
- package/dist-types/models/models_5.d.ts +141 -42
- package/dist-types/models/models_6.d.ts +38 -100
- package/dist-types/models/models_7.d.ts +116 -9
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +18 -8
- package/dist-types/ts3.4/models/models_3.d.ts +7 -10
- package/dist-types/ts3.4/models/models_4.d.ts +10 -19
- package/dist-types/ts3.4/models/models_5.d.ts +22 -10
- package/dist-types/ts3.4/models/models_6.d.ts +10 -16
- package/dist-types/ts3.4/models/models_7.d.ts +18 -0
- package/package.json +4 -4
|
@@ -2,7 +2,105 @@ import { ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, Al
|
|
|
2
2
|
import { _InstanceType, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
3
|
import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
4
|
import { EventInformation, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, MetricType, PermissionGroup, StatisticType } from "./models_3";
|
|
5
|
-
import { AttributeBooleanValue, ProductCode, RIProductDescription,
|
|
5
|
+
import { AttributeBooleanValue, ProductCode, RIProductDescription, ScheduledInstanceRecurrenceRequest, SlotDateTimeRangeRequest } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* <p>Contains the parameters for DescribeScheduledInstanceAvailability.</p>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface DescribeScheduledInstanceAvailabilityRequest {
|
|
11
|
+
/**
|
|
12
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
13
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
14
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
DryRun?: boolean | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The filters.</p>
|
|
20
|
+
* <ul>
|
|
21
|
+
* <li>
|
|
22
|
+
* <p>
|
|
23
|
+
* <code>availability-zone</code> - The Availability Zone (for example, <code>us-west-2a</code>).</p>
|
|
24
|
+
* </li>
|
|
25
|
+
* <li>
|
|
26
|
+
* <p>
|
|
27
|
+
* <code>instance-type</code> - The instance type (for example, <code>c4.large</code>).</p>
|
|
28
|
+
* </li>
|
|
29
|
+
* <li>
|
|
30
|
+
* <p>
|
|
31
|
+
* <code>platform</code> - The platform (<code>Linux/UNIX</code> or <code>Windows</code>).</p>
|
|
32
|
+
* </li>
|
|
33
|
+
* </ul>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
Filters?: Filter[] | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* <p>The time period for the first schedule to start.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
FirstSlotStartTimeRange: SlotDateTimeRangeRequest | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The maximum number of results to return in a single call.
|
|
44
|
+
* This value can be between 5 and 300. The default value is 300.
|
|
45
|
+
* To retrieve the remaining results, make another call with the returned
|
|
46
|
+
* <code>NextToken</code> value.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
MaxResults?: number | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The maximum available duration, in hours. This value must be greater than <code>MinSlotDurationInHours</code>
|
|
52
|
+
* and less than 1,720.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
MaxSlotDurationInHours?: number | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* <p>The minimum available duration, in hours. The minimum required duration is 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
MinSlotDurationInHours?: number | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* <p>The token for the next set of results.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
NextToken?: string | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* <p>The schedule recurrence.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
Recurrence: ScheduledInstanceRecurrenceRequest | undefined;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* <p>Describes the recurring schedule for a Scheduled Instance.</p>
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
export interface ScheduledInstanceRecurrence {
|
|
77
|
+
/**
|
|
78
|
+
* <p>The frequency (<code>Daily</code>, <code>Weekly</code>, or <code>Monthly</code>).</p>
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
Frequency?: string | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* <p>The interval quantity. The interval unit depends on the value of <code>frequency</code>. For example, every 2
|
|
84
|
+
* weeks or every 2 months.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
Interval?: number | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday).</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
OccurrenceDaySet?: number[] | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* <p>Indicates whether the occurrence is relative to the end of the specified week or month.</p>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
OccurrenceRelativeToEnd?: boolean | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* <p>The unit for <code>occurrenceDaySet</code> (<code>DayOfWeek</code> or <code>DayOfMonth</code>).</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
OccurrenceUnit?: string | undefined;
|
|
103
|
+
}
|
|
6
104
|
/**
|
|
7
105
|
* <p>Describes a schedule that is available for your Scheduled Instances.</p>
|
|
8
106
|
* @public
|
|
@@ -5088,14 +5186,24 @@ export interface DescribeVolumesRequest {
|
|
|
5088
5186
|
* </li>
|
|
5089
5187
|
* <li>
|
|
5090
5188
|
* <p>
|
|
5189
|
+
* <code>fast-restored</code> - Indicates whether the volume was created from a
|
|
5190
|
+
* snapshot that is enabled for fast snapshot restore (<code>true</code> |
|
|
5191
|
+
* <code>false</code>).</p>
|
|
5192
|
+
* </li>
|
|
5193
|
+
* <li>
|
|
5194
|
+
* <p>
|
|
5091
5195
|
* <code>multi-attach-enabled</code> - Indicates whether the volume is enabled for Multi-Attach (<code>true</code>
|
|
5092
5196
|
* | <code>false</code>)</p>
|
|
5093
5197
|
* </li>
|
|
5094
5198
|
* <li>
|
|
5095
5199
|
* <p>
|
|
5096
|
-
* <code>
|
|
5097
|
-
*
|
|
5098
|
-
*
|
|
5200
|
+
* <code>operator.managed</code> - A Boolean that indicates whether this is a managed
|
|
5201
|
+
* volume.</p>
|
|
5202
|
+
* </li>
|
|
5203
|
+
* <li>
|
|
5204
|
+
* <p>
|
|
5205
|
+
* <code>operator.principal</code> - The principal that manages the volume. Only valid
|
|
5206
|
+
* for managed volumes, where <code>managed</code> is <code>true</code>.</p>
|
|
5099
5207
|
* </li>
|
|
5100
5208
|
* <li>
|
|
5101
5209
|
* <p>
|
|
@@ -6123,7 +6231,12 @@ export interface DescribeVpcEndpointConnectionsRequest {
|
|
|
6123
6231
|
* <li>
|
|
6124
6232
|
* <p>
|
|
6125
6233
|
* <code>vpc-endpoint-owner</code> - The ID of the Amazon Web Services account ID
|
|
6126
|
-
*
|
|
6234
|
+
* that owns the endpoint.</p>
|
|
6235
|
+
* </li>
|
|
6236
|
+
* <li>
|
|
6237
|
+
* <p>
|
|
6238
|
+
* <code>vpc-endpoint-region</code> - The Region of the endpoint or <code>cross-region</code>
|
|
6239
|
+
* to find endpoints for other Regions.</p>
|
|
6127
6240
|
* </li>
|
|
6128
6241
|
* <li>
|
|
6129
6242
|
* <p>
|
|
@@ -6215,6 +6328,11 @@ export interface VpcEndpointConnection {
|
|
|
6215
6328
|
* @public
|
|
6216
6329
|
*/
|
|
6217
6330
|
Tags?: Tag[] | undefined;
|
|
6331
|
+
/**
|
|
6332
|
+
* <p>The Region of the endpoint.</p>
|
|
6333
|
+
* @public
|
|
6334
|
+
*/
|
|
6335
|
+
VpcEndpointRegion?: string | undefined;
|
|
6218
6336
|
}
|
|
6219
6337
|
/**
|
|
6220
6338
|
* @public
|
|
@@ -6260,6 +6378,10 @@ export interface DescribeVpcEndpointsRequest {
|
|
|
6260
6378
|
* </li>
|
|
6261
6379
|
* <li>
|
|
6262
6380
|
* <p>
|
|
6381
|
+
* <code>service-region</code> - The Region of the service.</p>
|
|
6382
|
+
* </li>
|
|
6383
|
+
* <li>
|
|
6384
|
+
* <p>
|
|
6263
6385
|
* <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. 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>
|
|
6264
6386
|
* </li>
|
|
6265
6387
|
* <li>
|
|
@@ -6488,6 +6610,10 @@ export interface DescribeVpcEndpointServicesRequest {
|
|
|
6488
6610
|
* </li>
|
|
6489
6611
|
* <li>
|
|
6490
6612
|
* <p>
|
|
6613
|
+
* <code>service-region</code> - The Region of the service.</p>
|
|
6614
|
+
* </li>
|
|
6615
|
+
* <li>
|
|
6616
|
+
* <p>
|
|
6491
6617
|
* <code>service-type</code> - The type of service (<code>Interface</code> |
|
|
6492
6618
|
* <code>Gateway</code> | <code>GatewayLoadBalancer</code>).</p>
|
|
6493
6619
|
* </li>
|
|
@@ -6518,6 +6644,11 @@ export interface DescribeVpcEndpointServicesRequest {
|
|
|
6518
6644
|
* @public
|
|
6519
6645
|
*/
|
|
6520
6646
|
NextToken?: string | undefined;
|
|
6647
|
+
/**
|
|
6648
|
+
* <p>The service Regions.</p>
|
|
6649
|
+
* @public
|
|
6650
|
+
*/
|
|
6651
|
+
ServiceRegions?: string[] | undefined;
|
|
6521
6652
|
}
|
|
6522
6653
|
/**
|
|
6523
6654
|
* <p>Information about the Private DNS name for interface endpoints.</p>
|
|
@@ -6550,6 +6681,11 @@ export interface ServiceDetail {
|
|
|
6550
6681
|
* @public
|
|
6551
6682
|
*/
|
|
6552
6683
|
ServiceType?: ServiceTypeDetail[] | undefined;
|
|
6684
|
+
/**
|
|
6685
|
+
* <p>The Region where the service is hosted.</p>
|
|
6686
|
+
* @public
|
|
6687
|
+
*/
|
|
6688
|
+
ServiceRegion?: string | undefined;
|
|
6553
6689
|
/**
|
|
6554
6690
|
* <p>The Availability Zones in which the service is available.</p>
|
|
6555
6691
|
* @public
|
|
@@ -9117,43 +9253,6 @@ export interface EnableSnapshotBlockPublicAccessResult {
|
|
|
9117
9253
|
*/
|
|
9118
9254
|
State?: SnapshotBlockPublicAccessState | undefined;
|
|
9119
9255
|
}
|
|
9120
|
-
/**
|
|
9121
|
-
* @public
|
|
9122
|
-
*/
|
|
9123
|
-
export interface EnableTransitGatewayRouteTablePropagationRequest {
|
|
9124
|
-
/**
|
|
9125
|
-
* <p>The ID of the propagation route table.</p>
|
|
9126
|
-
* @public
|
|
9127
|
-
*/
|
|
9128
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
9129
|
-
/**
|
|
9130
|
-
* <p>The ID of the attachment.</p>
|
|
9131
|
-
* @public
|
|
9132
|
-
*/
|
|
9133
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
9134
|
-
/**
|
|
9135
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
9136
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
9137
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9138
|
-
* @public
|
|
9139
|
-
*/
|
|
9140
|
-
DryRun?: boolean | undefined;
|
|
9141
|
-
/**
|
|
9142
|
-
* <p>The ID of the transit gateway route table announcement.</p>
|
|
9143
|
-
* @public
|
|
9144
|
-
*/
|
|
9145
|
-
TransitGatewayRouteTableAnnouncementId?: string | undefined;
|
|
9146
|
-
}
|
|
9147
|
-
/**
|
|
9148
|
-
* @public
|
|
9149
|
-
*/
|
|
9150
|
-
export interface EnableTransitGatewayRouteTablePropagationResult {
|
|
9151
|
-
/**
|
|
9152
|
-
* <p>Information about route propagation.</p>
|
|
9153
|
-
* @public
|
|
9154
|
-
*/
|
|
9155
|
-
Propagation?: TransitGatewayPropagation | undefined;
|
|
9156
|
-
}
|
|
9157
9256
|
/**
|
|
9158
9257
|
* @internal
|
|
9159
9258
|
*/
|
|
@@ -3,7 +3,44 @@ import { _InstanceType, AttributeValue, CapacityReservationPreference, CapacityR
|
|
|
3
3
|
import { NetworkInsightsAccessScopeContent, SSEType, SubnetCidrReservation, TransitGatewayPrefixListReference } from "./models_2";
|
|
4
4
|
import { ConversionTask, ExportTaskS3Location, Filter, FpgaImageAttributeName, IpamPoolCidr, MetricType, PeriodType, PermissionGroup, StatisticType } from "./models_3";
|
|
5
5
|
import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, FpgaImageAttribute, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, LockState, PaymentOption, ReservedInstancesConfiguration, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_4";
|
|
6
|
-
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, SnapshotAttributeName, SnapshotBlockPublicAccessState, TransitGatewayPropagationState } from "./models_5";
|
|
6
|
+
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, SnapshotAttributeName, SnapshotBlockPublicAccessState, TransitGatewayPropagation, TransitGatewayPropagationState } from "./models_5";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface EnableTransitGatewayRouteTablePropagationRequest {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The ID of the propagation route table.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The ID of the attachment.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
23
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
24
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
DryRun?: boolean | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* <p>The ID of the transit gateway route table announcement.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
TransitGatewayRouteTableAnnouncementId?: string | undefined;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export interface EnableTransitGatewayRouteTablePropagationResult {
|
|
38
|
+
/**
|
|
39
|
+
* <p>Information about route propagation.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
Propagation?: TransitGatewayPropagation | undefined;
|
|
43
|
+
}
|
|
7
44
|
/**
|
|
8
45
|
* <p>Contains the parameters for EnableVgwRoutePropagation.</p>
|
|
9
46
|
* @public
|
|
@@ -7990,105 +8027,6 @@ export interface ModifySpotFleetRequestRequest {
|
|
|
7990
8027
|
*/
|
|
7991
8028
|
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
|
|
7992
8029
|
}
|
|
7993
|
-
/**
|
|
7994
|
-
* <p>Contains the output of ModifySpotFleetRequest.</p>
|
|
7995
|
-
* @public
|
|
7996
|
-
*/
|
|
7997
|
-
export interface ModifySpotFleetRequestResponse {
|
|
7998
|
-
/**
|
|
7999
|
-
* <p>If the request succeeds, the response returns <code>true</code>. If the request fails,
|
|
8000
|
-
* no response is returned, and instead an error message is returned.</p>
|
|
8001
|
-
* @public
|
|
8002
|
-
*/
|
|
8003
|
-
Return?: boolean | undefined;
|
|
8004
|
-
}
|
|
8005
|
-
/**
|
|
8006
|
-
* @public
|
|
8007
|
-
*/
|
|
8008
|
-
export interface ModifySubnetAttributeRequest {
|
|
8009
|
-
/**
|
|
8010
|
-
* <p>Specify <code>true</code> to indicate that network interfaces created in the
|
|
8011
|
-
* specified subnet should be assigned an IPv6 address. This includes a network interface
|
|
8012
|
-
* that's created when launching an instance into the subnet (the instance therefore
|
|
8013
|
-
* receives an IPv6 address). </p>
|
|
8014
|
-
* <p>If you enable the IPv6 addressing feature for your subnet, your network interface
|
|
8015
|
-
* or instance only receives an IPv6 address if it's created using version
|
|
8016
|
-
* <code>2016-11-15</code> or later of the Amazon EC2 API.</p>
|
|
8017
|
-
* @public
|
|
8018
|
-
*/
|
|
8019
|
-
AssignIpv6AddressOnCreation?: AttributeBooleanValue | undefined;
|
|
8020
|
-
/**
|
|
8021
|
-
* <p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the
|
|
8022
|
-
* specified subnet should be assigned a public IPv4 address.</p>
|
|
8023
|
-
* <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
|
|
8024
|
-
* associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
|
|
8025
|
-
* @public
|
|
8026
|
-
*/
|
|
8027
|
-
MapPublicIpOnLaunch?: AttributeBooleanValue | undefined;
|
|
8028
|
-
/**
|
|
8029
|
-
* <p>The ID of the subnet.</p>
|
|
8030
|
-
* @public
|
|
8031
|
-
*/
|
|
8032
|
-
SubnetId: string | undefined;
|
|
8033
|
-
/**
|
|
8034
|
-
* <p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the
|
|
8035
|
-
* specified subnet should be assigned a customer-owned IPv4 address.</p>
|
|
8036
|
-
* <p>When this value is <code>true</code>, you must specify the customer-owned IP pool using <code>CustomerOwnedIpv4Pool</code>.</p>
|
|
8037
|
-
* @public
|
|
8038
|
-
*/
|
|
8039
|
-
MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue | undefined;
|
|
8040
|
-
/**
|
|
8041
|
-
* <p>The customer-owned IPv4 address pool associated with the subnet.</p>
|
|
8042
|
-
* <p>You must set this value when you specify <code>true</code> for <code>MapCustomerOwnedIpOnLaunch</code>.</p>
|
|
8043
|
-
* @public
|
|
8044
|
-
*/
|
|
8045
|
-
CustomerOwnedIpv4Pool?: string | undefined;
|
|
8046
|
-
/**
|
|
8047
|
-
* <p>Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet
|
|
8048
|
-
* should return synthetic IPv6 addresses for IPv4-only destinations.</p>
|
|
8049
|
-
* <p>You must first configure a NAT gateway in a public subnet (separate from the subnet
|
|
8050
|
-
* containing the IPv6-only workloads). For example, the subnet containing the NAT gateway
|
|
8051
|
-
* should have a <code>0.0.0.0/0</code> route pointing to the internet gateway. For more
|
|
8052
|
-
* information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough">Configure DNS64 and NAT64</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
8053
|
-
* @public
|
|
8054
|
-
*/
|
|
8055
|
-
EnableDns64?: AttributeBooleanValue | undefined;
|
|
8056
|
-
/**
|
|
8057
|
-
* <p>The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an
|
|
8058
|
-
* instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance
|
|
8059
|
-
* DNS name must be based on the instance ID (resource-name).</p>
|
|
8060
|
-
* @public
|
|
8061
|
-
*/
|
|
8062
|
-
PrivateDnsHostnameTypeOnLaunch?: HostnameType | undefined;
|
|
8063
|
-
/**
|
|
8064
|
-
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A records.</p>
|
|
8065
|
-
* @public
|
|
8066
|
-
*/
|
|
8067
|
-
EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue | undefined;
|
|
8068
|
-
/**
|
|
8069
|
-
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.</p>
|
|
8070
|
-
* @public
|
|
8071
|
-
*/
|
|
8072
|
-
EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue | undefined;
|
|
8073
|
-
/**
|
|
8074
|
-
* <p>
|
|
8075
|
-
* Indicates the device position for local network interfaces in this subnet. For example,
|
|
8076
|
-
* <code>1</code> indicates local network interfaces in this subnet are the secondary
|
|
8077
|
-
* network interface (eth1). A local network interface cannot be the primary network
|
|
8078
|
-
* interface (eth0).
|
|
8079
|
-
* </p>
|
|
8080
|
-
* @public
|
|
8081
|
-
*/
|
|
8082
|
-
EnableLniAtDeviceIndex?: number | undefined;
|
|
8083
|
-
/**
|
|
8084
|
-
* <p>
|
|
8085
|
-
* Specify <code>true</code> to indicate that local network interfaces at the current
|
|
8086
|
-
* position should be disabled.
|
|
8087
|
-
* </p>
|
|
8088
|
-
* @public
|
|
8089
|
-
*/
|
|
8090
|
-
DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
|
|
8091
|
-
}
|
|
8092
8030
|
/**
|
|
8093
8031
|
* @internal
|
|
8094
8032
|
*/
|
|
@@ -5,6 +5,105 @@ import { Byoasn, CapacityBlockExtension, ClientVpnConnectionStatus, Filter, Inst
|
|
|
5
5
|
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, TpmSupportValues } from "./models_4";
|
|
6
6
|
import { InstanceNetworkInterfaceSpecification, InternetGatewayBlockMode, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
|
|
7
7
|
import { CapacityReservationSpecification, Purchase } from "./models_6";
|
|
8
|
+
/**
|
|
9
|
+
* <p>Contains the output of ModifySpotFleetRequest.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface ModifySpotFleetRequestResponse {
|
|
13
|
+
/**
|
|
14
|
+
* <p>If the request succeeds, the response returns <code>true</code>. If the request fails,
|
|
15
|
+
* no response is returned, and instead an error message is returned.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
Return?: boolean | undefined;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
export interface ModifySubnetAttributeRequest {
|
|
24
|
+
/**
|
|
25
|
+
* <p>Specify <code>true</code> to indicate that network interfaces created in the
|
|
26
|
+
* specified subnet should be assigned an IPv6 address. This includes a network interface
|
|
27
|
+
* that's created when launching an instance into the subnet (the instance therefore
|
|
28
|
+
* receives an IPv6 address). </p>
|
|
29
|
+
* <p>If you enable the IPv6 addressing feature for your subnet, your network interface
|
|
30
|
+
* or instance only receives an IPv6 address if it's created using version
|
|
31
|
+
* <code>2016-11-15</code> or later of the Amazon EC2 API.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
AssignIpv6AddressOnCreation?: AttributeBooleanValue | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the
|
|
37
|
+
* specified subnet should be assigned a public IPv4 address.</p>
|
|
38
|
+
* <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
|
|
39
|
+
* associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
MapPublicIpOnLaunch?: AttributeBooleanValue | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>The ID of the subnet.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
SubnetId: string | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* <p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the
|
|
50
|
+
* specified subnet should be assigned a customer-owned IPv4 address.</p>
|
|
51
|
+
* <p>When this value is <code>true</code>, you must specify the customer-owned IP pool using <code>CustomerOwnedIpv4Pool</code>.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The customer-owned IPv4 address pool associated with the subnet.</p>
|
|
57
|
+
* <p>You must set this value when you specify <code>true</code> for <code>MapCustomerOwnedIpOnLaunch</code>.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
CustomerOwnedIpv4Pool?: string | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* <p>Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet
|
|
63
|
+
* should return synthetic IPv6 addresses for IPv4-only destinations.</p>
|
|
64
|
+
* <p>You must first configure a NAT gateway in a public subnet (separate from the subnet
|
|
65
|
+
* containing the IPv6-only workloads). For example, the subnet containing the NAT gateway
|
|
66
|
+
* should have a <code>0.0.0.0/0</code> route pointing to the internet gateway. For more
|
|
67
|
+
* information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough">Configure DNS64 and NAT64</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
EnableDns64?: AttributeBooleanValue | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* <p>The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an
|
|
73
|
+
* instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance
|
|
74
|
+
* DNS name must be based on the instance ID (resource-name).</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
PrivateDnsHostnameTypeOnLaunch?: HostnameType | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A records.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>
|
|
90
|
+
* Indicates the device position for local network interfaces in this subnet. For example,
|
|
91
|
+
* <code>1</code> indicates local network interfaces in this subnet are the secondary
|
|
92
|
+
* network interface (eth1). A local network interface cannot be the primary network
|
|
93
|
+
* interface (eth0).
|
|
94
|
+
* </p>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
EnableLniAtDeviceIndex?: number | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* <p>
|
|
100
|
+
* Specify <code>true</code> to indicate that local network interfaces at the current
|
|
101
|
+
* position should be disabled.
|
|
102
|
+
* </p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
|
|
106
|
+
}
|
|
8
107
|
/**
|
|
9
108
|
* @public
|
|
10
109
|
*/
|
|
@@ -1373,44 +1472,52 @@ export interface ModifyVpcEndpointServiceConfigurationRequest {
|
|
|
1373
1472
|
*/
|
|
1374
1473
|
RemovePrivateDnsName?: boolean | undefined;
|
|
1375
1474
|
/**
|
|
1376
|
-
* <p>Indicates whether requests to create an endpoint to
|
|
1475
|
+
* <p>Indicates whether requests to create an endpoint to the service must be accepted.</p>
|
|
1377
1476
|
* @public
|
|
1378
1477
|
*/
|
|
1379
1478
|
AcceptanceRequired?: boolean | undefined;
|
|
1380
1479
|
/**
|
|
1381
|
-
* <p>The Amazon Resource Names (ARNs) of Network Load Balancers to add to
|
|
1480
|
+
* <p>The Amazon Resource Names (ARNs) of Network Load Balancers to add to the service
|
|
1382
1481
|
* configuration.</p>
|
|
1383
1482
|
* @public
|
|
1384
1483
|
*/
|
|
1385
1484
|
AddNetworkLoadBalancerArns?: string[] | undefined;
|
|
1386
1485
|
/**
|
|
1387
|
-
* <p>The Amazon Resource Names (ARNs) of Network Load Balancers to remove from
|
|
1486
|
+
* <p>The Amazon Resource Names (ARNs) of Network Load Balancers to remove from the service
|
|
1388
1487
|
* configuration.</p>
|
|
1389
1488
|
* @public
|
|
1390
1489
|
*/
|
|
1391
1490
|
RemoveNetworkLoadBalancerArns?: string[] | undefined;
|
|
1392
1491
|
/**
|
|
1393
|
-
* <p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to
|
|
1394
|
-
* configuration.</p>
|
|
1492
|
+
* <p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to the service configuration.</p>
|
|
1395
1493
|
* @public
|
|
1396
1494
|
*/
|
|
1397
1495
|
AddGatewayLoadBalancerArns?: string[] | undefined;
|
|
1398
1496
|
/**
|
|
1399
|
-
* <p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from
|
|
1400
|
-
* configuration.</p>
|
|
1497
|
+
* <p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from the service configuration.</p>
|
|
1401
1498
|
* @public
|
|
1402
1499
|
*/
|
|
1403
1500
|
RemoveGatewayLoadBalancerArns?: string[] | undefined;
|
|
1404
1501
|
/**
|
|
1405
|
-
* <p>The IP address types to add to
|
|
1502
|
+
* <p>The IP address types to add to the service configuration.</p>
|
|
1406
1503
|
* @public
|
|
1407
1504
|
*/
|
|
1408
1505
|
AddSupportedIpAddressTypes?: string[] | undefined;
|
|
1409
1506
|
/**
|
|
1410
|
-
* <p>The IP address types to remove from
|
|
1507
|
+
* <p>The IP address types to remove from the service configuration.</p>
|
|
1411
1508
|
* @public
|
|
1412
1509
|
*/
|
|
1413
1510
|
RemoveSupportedIpAddressTypes?: string[] | undefined;
|
|
1511
|
+
/**
|
|
1512
|
+
* <p>The supported Regions to add to the service configuration.</p>
|
|
1513
|
+
* @public
|
|
1514
|
+
*/
|
|
1515
|
+
AddSupportedRegions?: string[] | undefined;
|
|
1516
|
+
/**
|
|
1517
|
+
* <p>The supported Regions to remove from the service configuration.</p>
|
|
1518
|
+
* @public
|
|
1519
|
+
*/
|
|
1520
|
+
RemoveSupportedRegions?: string[] | undefined;
|
|
1414
1521
|
}
|
|
1415
1522
|
/**
|
|
1416
1523
|
* @public
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DeleteFlowLogsResult,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { DeleteFlowLogsRequest } from "../models/models_2";
|
|
9
|
+
import { DeleteFlowLogsResult } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DeleteFlowLogsCommandInput extends DeleteFlowLogsRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DeleteFpgaImageRequest,
|
|
10
|
+
DeleteFpgaImageResult,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DeleteFpgaImageCommandInput extends DeleteFpgaImageRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeScheduledInstanceAvailabilityRequest,
|
|
10
|
+
DescribeScheduledInstanceAvailabilityResult,
|
|
11
|
+
} from "../models/models_5";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DescribeScheduledInstanceAvailabilityCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
EnableTransitGatewayRouteTablePropagationRequest,
|
|
10
10
|
EnableTransitGatewayRouteTablePropagationResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface EnableTransitGatewayRouteTablePropagationCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ModifySpotFleetRequestResponse,
|
|
11
|
-
} from "../models/models_6";
|
|
8
|
+
import { ModifySpotFleetRequestRequest } from "../models/models_6";
|
|
9
|
+
import { ModifySpotFleetRequestResponse } from "../models/models_7";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ModifySpotFleetRequestCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { ModifySubnetAttributeRequest } from "../models/
|
|
8
|
+
import { ModifySubnetAttributeRequest } from "../models/models_7";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ModifySubnetAttributeCommandInput
|
|
@@ -1938,6 +1938,7 @@ export interface CopySnapshotRequest {
|
|
|
1938
1938
|
SourceRegion: string | undefined;
|
|
1939
1939
|
SourceSnapshotId: string | undefined;
|
|
1940
1940
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
1941
|
+
CompletionDurationMinutes?: number | undefined;
|
|
1941
1942
|
DryRun?: boolean | undefined;
|
|
1942
1943
|
}
|
|
1943
1944
|
export interface CopySnapshotResult {
|