@aws-sdk/client-ec2 3.937.0 → 3.938.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 +16 -0
- package/dist-cjs/index.js +357 -52
- package/dist-es/EC2.js +4 -0
- package/dist-es/commands/CreateInterruptibleCapacityReservationAllocationCommand.js +16 -0
- package/dist-es/commands/UpdateInterruptibleCapacityReservationAllocationCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +13 -0
- package/dist-es/schemas/schemas_0.js +314 -52
- package/dist-types/EC2.d.ts +14 -0
- package/dist-types/EC2Client.d.ts +4 -2
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +24 -0
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +12 -0
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -2
- package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +93 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +7 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +3 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +12 -0
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +24 -0
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +12 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +83 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +29 -0
- package/dist-types/models/models_0.d.ts +90 -37
- package/dist-types/models/models_1.d.ts +108 -74
- package/dist-types/models/models_2.d.ts +73 -65
- package/dist-types/models/models_3.d.ts +68 -182
- package/dist-types/models/models_4.d.ts +182 -97
- package/dist-types/models/models_5.d.ts +117 -158
- package/dist-types/models/models_6.d.ts +160 -151
- package/dist-types/models/models_7.d.ts +222 -3
- package/dist-types/schemas/schemas_0.d.ts +8 -0
- package/dist-types/ts3.4/EC2.d.ts +46 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -4
- 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/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +16 -8
- package/dist-types/ts3.4/models/models_1.d.ts +24 -17
- package/dist-types/ts3.4/models/models_2.d.ts +17 -18
- package/dist-types/ts3.4/models/models_3.d.ts +21 -43
- package/dist-types/ts3.4/models/models_4.d.ts +47 -30
- package/dist-types/ts3.4/models/models_5.d.ts +37 -34
- package/dist-types/ts3.4/models/models_6.d.ts +33 -25
- package/dist-types/ts3.4/models/models_7.d.ts +42 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- package/package.json +1 -1
|
@@ -1,5 +1,38 @@
|
|
|
1
|
-
import { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BurstablePerformance, CapacityReservationPreference, ConnectivityType, ContainerFormat, CopyTagsFromSource, CpuManufacturer, CurrencyCodeValues, DatafeedSubscriptionState, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, Ec2InstanceConnectEndpointState, ExportEnvironment, ExportTaskState, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, FlowLogsResourceType, HostnameType, InstanceBandwidthWeighting, InstanceGeneration, InstanceInterruptionBehavior, InstanceLifecycle, InterfacePermissionType, IpAddressType, IpamExternalResourceVerificationTokenState, IpamMeteredAccount, IpamPolicyState, IpamPoolAwsService, IpamPoolPublicIpSource, IpamPoolSourceResourceType, IpamPoolState, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPrefixListResolverState, IpamPrefixListResolverTargetState, IpamPrefixListResolverVersionCreationStatus, IpamResourceDiscoveryState, IpamResourceType, IpamScopeExternalAuthorityType, IpamScopeState, IpamScopeType, IpamState, IpamTier, KeyFormat, KeyType, LaunchTemplateAutoRecoveryState, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataOptionsState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LocalGatewayRouteState, LocalGatewayRouteTableMode, LocalGatewayRouteType, LocalGatewayVirtualInterfaceConfigurationState, LocalGatewayVirtualInterfaceGroupConfigurationState, LocalStorage, LocalStorageType, LogDestinationType, MacSystemIntegrityProtectionSettingStatus, MarketType, NatGatewayState, NetworkInterfaceCreationType, NetworkInterfacePermissionStateCode, NetworkInterfaceStatus, NetworkInterfaceType, PlacementGroupState, PlacementStrategy, PlatformValues, PrefixListState, Protocol, ReplaceRootVolumeTaskState, ResourceType, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerEndpointState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteServerPersistRoutesAction, RouteServerPersistRoutesState, RouteServerState, RouteState, RuleAction, ShutdownBehavior, SnapshotLocationEnum, SnapshotState, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, SpotInstanceType, SpreadLevel, SSEType, StorageTier, TargetCapacityUnitType, Tenancy, TokenState, TrafficType, TransferType, VolumeType, WeekDay } from "./enums";
|
|
2
|
-
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry,
|
|
1
|
+
import { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BurstablePerformance, CapacityReservationPreference, ConnectivityType, ContainerFormat, CopyTagsFromSource, CpuManufacturer, CurrencyCodeValues, DatafeedSubscriptionState, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, Ec2InstanceConnectEndpointState, ExportEnvironment, ExportTaskState, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, FlowLogsResourceType, HostnameType, InstanceBandwidthWeighting, InstanceGeneration, InstanceInterruptionBehavior, InstanceLifecycle, InterfacePermissionType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, IpamExternalResourceVerificationTokenState, IpamMeteredAccount, IpamPolicyState, IpamPoolAwsService, IpamPoolPublicIpSource, IpamPoolSourceResourceType, IpamPoolState, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPrefixListResolverState, IpamPrefixListResolverTargetState, IpamPrefixListResolverVersionCreationStatus, IpamResourceDiscoveryState, IpamResourceType, IpamScopeExternalAuthorityType, IpamScopeState, IpamScopeType, IpamState, IpamTier, KeyFormat, KeyType, LaunchTemplateAutoRecoveryState, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataOptionsState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LocalGatewayRouteState, LocalGatewayRouteTableMode, LocalGatewayRouteType, LocalGatewayVirtualInterfaceConfigurationState, LocalGatewayVirtualInterfaceGroupConfigurationState, LocalStorage, LocalStorageType, LogDestinationType, MacSystemIntegrityProtectionSettingStatus, MarketType, NatGatewayState, NetworkInterfaceCreationType, NetworkInterfacePermissionStateCode, NetworkInterfaceStatus, NetworkInterfaceType, PlacementGroupState, PlacementStrategy, PlatformValues, PrefixListState, Protocol, ReplaceRootVolumeTaskState, ResourceType, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerEndpointState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteServerPersistRoutesAction, RouteServerPersistRoutesState, RouteServerState, RouteState, RuleAction, ShutdownBehavior, SnapshotLocationEnum, SnapshotState, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, SpotInstanceType, SpreadLevel, SSEType, StorageTier, TargetCapacityUnitType, Tenancy, TokenState, TrafficType, TransferType, VolumeType, WeekDay } from "./enums";
|
|
2
|
+
import { AcceleratorCount, AcceleratorCountRequest, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, InstanceEventWindow, Ipv4PrefixSpecification, MacModificationTask, NatGatewayAddress, NewDhcpConfiguration, OperatorResponse, PortRange, ReservedInstancesListing, RouteTableAssociationState, Tag, TagSpecification, UnsuccessfulItem } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreateDhcpOptionsRequest {
|
|
7
|
+
/**
|
|
8
|
+
* <p>A DHCP configuration option.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
DhcpConfigurations: NewDhcpConfiguration[] | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The tags to assign to the DHCP option.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
19
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
20
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
DryRun?: boolean | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* <p>Describes a value for a resource attribute that is a String.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export interface AttributeValue {
|
|
30
|
+
/**
|
|
31
|
+
* <p>The attribute value. The value is case-sensitive.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
Value?: string | undefined;
|
|
35
|
+
}
|
|
3
36
|
/**
|
|
4
37
|
* <p>Describes a DHCP configuration option.</p>
|
|
5
38
|
* @public
|
|
@@ -4103,6 +4136,79 @@ export interface CreateInternetGatewayResult {
|
|
|
4103
4136
|
*/
|
|
4104
4137
|
InternetGateway?: InternetGateway | undefined;
|
|
4105
4138
|
}
|
|
4139
|
+
/**
|
|
4140
|
+
* @public
|
|
4141
|
+
*/
|
|
4142
|
+
export interface CreateInterruptibleCapacityReservationAllocationRequest {
|
|
4143
|
+
/**
|
|
4144
|
+
* <p>
|
|
4145
|
+
* The ID of the source Capacity Reservation from which to create the interruptible Capacity Reservation. Your Capacity Reservation must be in active state with no end date set and have available capacity for allocation.
|
|
4146
|
+
* </p>
|
|
4147
|
+
* @public
|
|
4148
|
+
*/
|
|
4149
|
+
CapacityReservationId: string | undefined;
|
|
4150
|
+
/**
|
|
4151
|
+
* <p>
|
|
4152
|
+
* The number of instances to allocate from your source reservation. You can only allocate available instances (also called unused capacity).
|
|
4153
|
+
* </p>
|
|
4154
|
+
* @public
|
|
4155
|
+
*/
|
|
4156
|
+
InstanceCount: number | undefined;
|
|
4157
|
+
/**
|
|
4158
|
+
* <p>
|
|
4159
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
4160
|
+
* </p>
|
|
4161
|
+
* @public
|
|
4162
|
+
*/
|
|
4163
|
+
ClientToken?: string | undefined;
|
|
4164
|
+
/**
|
|
4165
|
+
* <p>
|
|
4166
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
|
|
4167
|
+
* </p>
|
|
4168
|
+
* @public
|
|
4169
|
+
*/
|
|
4170
|
+
DryRun?: boolean | undefined;
|
|
4171
|
+
/**
|
|
4172
|
+
* <p>
|
|
4173
|
+
* The tags to apply to the interruptible Capacity Reservation during creation.
|
|
4174
|
+
* </p>
|
|
4175
|
+
* @public
|
|
4176
|
+
*/
|
|
4177
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
4178
|
+
}
|
|
4179
|
+
/**
|
|
4180
|
+
* @public
|
|
4181
|
+
*/
|
|
4182
|
+
export interface CreateInterruptibleCapacityReservationAllocationResult {
|
|
4183
|
+
/**
|
|
4184
|
+
* <p>
|
|
4185
|
+
* The ID of the source Capacity Reservation from which the interruptible Capacity Reservation was created.
|
|
4186
|
+
* </p>
|
|
4187
|
+
* @public
|
|
4188
|
+
*/
|
|
4189
|
+
SourceCapacityReservationId?: string | undefined;
|
|
4190
|
+
/**
|
|
4191
|
+
* <p>
|
|
4192
|
+
* The number of instances allocated to the interruptible reservation.
|
|
4193
|
+
* </p>
|
|
4194
|
+
* @public
|
|
4195
|
+
*/
|
|
4196
|
+
TargetInstanceCount?: number | undefined;
|
|
4197
|
+
/**
|
|
4198
|
+
* <p>
|
|
4199
|
+
* The current status of the allocation request (creating, active, updating).
|
|
4200
|
+
* </p>
|
|
4201
|
+
* @public
|
|
4202
|
+
*/
|
|
4203
|
+
Status?: InterruptibleCapacityReservationAllocationStatus | undefined;
|
|
4204
|
+
/**
|
|
4205
|
+
* <p>
|
|
4206
|
+
* The type of interruption applied to the interruptible reservation.
|
|
4207
|
+
* </p>
|
|
4208
|
+
* @public
|
|
4209
|
+
*/
|
|
4210
|
+
InterruptionType?: InterruptionType | undefined;
|
|
4211
|
+
}
|
|
4106
4212
|
/**
|
|
4107
4213
|
* @public
|
|
4108
4214
|
*/
|
|
@@ -12586,75 +12692,3 @@ export interface SpotDatafeedSubscription {
|
|
|
12586
12692
|
*/
|
|
12587
12693
|
State?: DatafeedSubscriptionState | undefined;
|
|
12588
12694
|
}
|
|
12589
|
-
/**
|
|
12590
|
-
* <p>Contains the output of CreateSpotDatafeedSubscription.</p>
|
|
12591
|
-
* @public
|
|
12592
|
-
*/
|
|
12593
|
-
export interface CreateSpotDatafeedSubscriptionResult {
|
|
12594
|
-
/**
|
|
12595
|
-
* <p>The Spot Instance data feed subscription.</p>
|
|
12596
|
-
* @public
|
|
12597
|
-
*/
|
|
12598
|
-
SpotDatafeedSubscription?: SpotDatafeedSubscription | undefined;
|
|
12599
|
-
}
|
|
12600
|
-
/**
|
|
12601
|
-
* <p>The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. For more
|
|
12602
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-tagging.html">Categorizing your storage using
|
|
12603
|
-
* tags</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
|
|
12604
|
-
* @public
|
|
12605
|
-
*/
|
|
12606
|
-
export interface S3ObjectTag {
|
|
12607
|
-
/**
|
|
12608
|
-
* <p>The key of the tag.</p>
|
|
12609
|
-
* <p>Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in
|
|
12610
|
-
* length. May not begin with <code>aws</code>:.</p>
|
|
12611
|
-
* @public
|
|
12612
|
-
*/
|
|
12613
|
-
Key?: string | undefined;
|
|
12614
|
-
/**
|
|
12615
|
-
* <p>The value of the tag.</p>
|
|
12616
|
-
* <p>Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in
|
|
12617
|
-
* length.</p>
|
|
12618
|
-
* @public
|
|
12619
|
-
*/
|
|
12620
|
-
Value?: string | undefined;
|
|
12621
|
-
}
|
|
12622
|
-
/**
|
|
12623
|
-
* @public
|
|
12624
|
-
*/
|
|
12625
|
-
export interface CreateStoreImageTaskRequest {
|
|
12626
|
-
/**
|
|
12627
|
-
* <p>The ID of the AMI.</p>
|
|
12628
|
-
* @public
|
|
12629
|
-
*/
|
|
12630
|
-
ImageId: string | undefined;
|
|
12631
|
-
/**
|
|
12632
|
-
* <p>The name of the Amazon S3 bucket in which the AMI object will be stored. The bucket must be in
|
|
12633
|
-
* the Region in which the request is being made. The AMI object appears in the bucket only after
|
|
12634
|
-
* the upload task has completed. </p>
|
|
12635
|
-
* @public
|
|
12636
|
-
*/
|
|
12637
|
-
Bucket: string | undefined;
|
|
12638
|
-
/**
|
|
12639
|
-
* <p>The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. </p>
|
|
12640
|
-
* @public
|
|
12641
|
-
*/
|
|
12642
|
-
S3ObjectTags?: S3ObjectTag[] | undefined;
|
|
12643
|
-
/**
|
|
12644
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
12645
|
-
* and provides an error response. If you have the required permissions, the error response is
|
|
12646
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
12647
|
-
* @public
|
|
12648
|
-
*/
|
|
12649
|
-
DryRun?: boolean | undefined;
|
|
12650
|
-
}
|
|
12651
|
-
/**
|
|
12652
|
-
* @public
|
|
12653
|
-
*/
|
|
12654
|
-
export interface CreateStoreImageTaskResult {
|
|
12655
|
-
/**
|
|
12656
|
-
* <p>The name of the stored AMI object in the S3 bucket.</p>
|
|
12657
|
-
* @public
|
|
12658
|
-
*/
|
|
12659
|
-
ObjectKey?: string | undefined;
|
|
12660
|
-
}
|
|
@@ -1,6 +1,78 @@
|
|
|
1
1
|
import { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, ProtocolValue, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, State, StaticSourcesSupportValue, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
|
|
2
2
|
import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Subnet, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, Vpc, VpcAttachment, VpcEncryptionControl, VpcPeeringConnection } from "./models_0";
|
|
3
|
-
import { Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, RouteServer, RouteServerEndpoint, RouteServerPeer } from "./models_1";
|
|
3
|
+
import { Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, RouteServer, RouteServerEndpoint, RouteServerPeer, SpotDatafeedSubscription } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Contains the output of CreateSpotDatafeedSubscription.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface CreateSpotDatafeedSubscriptionResult {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The Spot Instance data feed subscription.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
SpotDatafeedSubscription?: SpotDatafeedSubscription | undefined;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* <p>The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. For more
|
|
17
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-tagging.html">Categorizing your storage using
|
|
18
|
+
* tags</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export interface S3ObjectTag {
|
|
22
|
+
/**
|
|
23
|
+
* <p>The key of the tag.</p>
|
|
24
|
+
* <p>Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in
|
|
25
|
+
* length. May not begin with <code>aws</code>:.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
Key?: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The value of the tag.</p>
|
|
31
|
+
* <p>Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in
|
|
32
|
+
* length.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
Value?: string | undefined;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
export interface CreateStoreImageTaskRequest {
|
|
41
|
+
/**
|
|
42
|
+
* <p>The ID of the AMI.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
ImageId: string | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* <p>The name of the Amazon S3 bucket in which the AMI object will be stored. The bucket must be in
|
|
48
|
+
* the Region in which the request is being made. The AMI object appears in the bucket only after
|
|
49
|
+
* the upload task has completed. </p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
Bucket: string | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. </p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
S3ObjectTags?: S3ObjectTag[] | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
60
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
61
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
DryRun?: boolean | undefined;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
export interface CreateStoreImageTaskResult {
|
|
70
|
+
/**
|
|
71
|
+
* <p>The name of the stored AMI object in the S3 bucket.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
ObjectKey?: string | undefined;
|
|
75
|
+
}
|
|
4
76
|
/**
|
|
5
77
|
* @public
|
|
6
78
|
*/
|
|
@@ -7701,67 +7773,3 @@ export interface DeleteTransitGatewayPolicyTableResult {
|
|
|
7701
7773
|
*/
|
|
7702
7774
|
TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
|
|
7703
7775
|
}
|
|
7704
|
-
/**
|
|
7705
|
-
* @public
|
|
7706
|
-
*/
|
|
7707
|
-
export interface DeleteTransitGatewayPrefixListReferenceRequest {
|
|
7708
|
-
/**
|
|
7709
|
-
* <p>The ID of the route table.</p>
|
|
7710
|
-
* @public
|
|
7711
|
-
*/
|
|
7712
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
7713
|
-
/**
|
|
7714
|
-
* <p>The ID of the prefix list.</p>
|
|
7715
|
-
* @public
|
|
7716
|
-
*/
|
|
7717
|
-
PrefixListId: string | undefined;
|
|
7718
|
-
/**
|
|
7719
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7720
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7721
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7722
|
-
* @public
|
|
7723
|
-
*/
|
|
7724
|
-
DryRun?: boolean | undefined;
|
|
7725
|
-
}
|
|
7726
|
-
/**
|
|
7727
|
-
* @public
|
|
7728
|
-
*/
|
|
7729
|
-
export interface DeleteTransitGatewayPrefixListReferenceResult {
|
|
7730
|
-
/**
|
|
7731
|
-
* <p>Information about the deleted prefix list reference.</p>
|
|
7732
|
-
* @public
|
|
7733
|
-
*/
|
|
7734
|
-
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference | undefined;
|
|
7735
|
-
}
|
|
7736
|
-
/**
|
|
7737
|
-
* @public
|
|
7738
|
-
*/
|
|
7739
|
-
export interface DeleteTransitGatewayRouteRequest {
|
|
7740
|
-
/**
|
|
7741
|
-
* <p>The ID of the transit gateway route table.</p>
|
|
7742
|
-
* @public
|
|
7743
|
-
*/
|
|
7744
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
7745
|
-
/**
|
|
7746
|
-
* <p>The CIDR range for the route. This must match the CIDR for the route exactly.</p>
|
|
7747
|
-
* @public
|
|
7748
|
-
*/
|
|
7749
|
-
DestinationCidrBlock: string | undefined;
|
|
7750
|
-
/**
|
|
7751
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7752
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7753
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7754
|
-
* @public
|
|
7755
|
-
*/
|
|
7756
|
-
DryRun?: boolean | undefined;
|
|
7757
|
-
}
|
|
7758
|
-
/**
|
|
7759
|
-
* @public
|
|
7760
|
-
*/
|
|
7761
|
-
export interface DeleteTransitGatewayRouteResult {
|
|
7762
|
-
/**
|
|
7763
|
-
* <p>Information about the route.</p>
|
|
7764
|
-
* @public
|
|
7765
|
-
*/
|
|
7766
|
-
Route?: TransitGatewayRoute | undefined;
|
|
7767
|
-
}
|
|
@@ -1,7 +1,71 @@
|
|
|
1
|
-
import { _InstanceType, AccountAttributeName, AddressAttributeName, AllocationState, AllowsMultipleInstanceTypes, AmdSevSnpSpecification, ArchitectureValues, AsnState, AssociatedNetworkType, AttachmentStatus, AutoPlacement, AvailabilityZoneOptInStatus, AvailabilityZoneState, BootModeValues, CallerRole, CapacityBlockExtensionStatus, CapacityBlockInterconnectStatus, CapacityBlockResourceState, CapacityManagerDataExportStatus, CapacityReservationBillingRequestStatus, CapacityReservationFleetState, CapacityReservationPreference, CapacityReservationTenancy, ClientVpnAuthenticationType, ClientVpnConnectionStatusCode, ClientVpnEndpointAttributeStatusCode, ConversionTaskState, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DeviceType, DiskImageFormat, ElasticGpuState, ElasticGpuStatus, EndpointIpAddressType, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FleetActivityStatus, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetEventType, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetStateCode, FleetType, FpgaImageAttributeName, FpgaImageStateCode, HostMaintenance,
|
|
2
|
-
import { AccountAttribute, ActiveInstance, Address, AddressAttribute, AddressTransfer, AssociationStatus,
|
|
3
|
-
import { BlockDeviceMapping, CapacityReservationTargetResponse, DhcpOptions, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, GroupIdentifier,
|
|
4
|
-
import { TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
1
|
+
import { _InstanceType, AccountAttributeName, AddressAttributeName, AllocationState, AllowsMultipleInstanceTypes, AmdSevSnpSpecification, ArchitectureValues, AsnState, AssociatedNetworkType, AttachmentStatus, AutoPlacement, AvailabilityZoneOptInStatus, AvailabilityZoneState, BootModeValues, CallerRole, CapacityBlockExtensionStatus, CapacityBlockInterconnectStatus, CapacityBlockResourceState, CapacityManagerDataExportStatus, CapacityReservationBillingRequestStatus, CapacityReservationFleetState, CapacityReservationPreference, CapacityReservationTenancy, ClientVpnAuthenticationType, ClientVpnConnectionStatusCode, ClientVpnEndpointAttributeStatusCode, ConversionTaskState, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DeviceType, DiskImageFormat, ElasticGpuState, ElasticGpuStatus, EndpointIpAddressType, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FleetActivityStatus, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetEventType, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetStateCode, FleetType, FpgaImageAttributeName, FpgaImageStateCode, HostMaintenance, HostRecovery, HttpTokensState, HypervisorType, ImageAttributeName, ImageReferenceOptionName, ImageReferenceResourceType, ImageState, ImageTypeValues, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceLifecycle, InstanceMetadataEndpointState, InstanceMetadataOptionsState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStateName, IpamPoolCidrFailureCode, IpamPoolCidrState, LogDestinationType, MetricType, MonitoringState, OutputFormat, PaymentOption, PeriodType, PermissionGroup, PlatformValues, ProductCodeValues, ReportState, ReservationState, Schedule, SnapshotReturnCodes, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StatisticType, TargetCapacityUnitType, TpmSupportValues, TrafficIpAddressType, TrafficType, TransportProtocol, VirtualizationType, VpnProtocol } from "./enums";
|
|
2
|
+
import { AccountAttribute, ActiveInstance, Address, AddressAttribute, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CarrierGateway, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, FleetCapacityReservation, IamInstanceProfileAssociation, InstanceEventWindow, OperatorResponse, Tag, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcEncryptionControl } from "./models_0";
|
|
3
|
+
import { AttributeValue, BlockDeviceMapping, CapacityReservationTargetResponse, DhcpOptions, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, GroupIdentifier, LaunchTemplateAndOverridesResponse, StateReason } from "./models_1";
|
|
4
|
+
import { TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface DeleteTransitGatewayPrefixListReferenceRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the route table.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The ID of the prefix list.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
PrefixListId: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
21
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
22
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
DryRun?: boolean | undefined;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
export interface DeleteTransitGatewayPrefixListReferenceResult {
|
|
31
|
+
/**
|
|
32
|
+
* <p>Information about the deleted prefix list reference.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference | undefined;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
export interface DeleteTransitGatewayRouteRequest {
|
|
41
|
+
/**
|
|
42
|
+
* <p>The ID of the transit gateway route table.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* <p>The CIDR range for the route. This must match the CIDR for the route exactly.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
DestinationCidrBlock: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
53
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
54
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
DryRun?: boolean | undefined;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
export interface DeleteTransitGatewayRouteResult {
|
|
63
|
+
/**
|
|
64
|
+
* <p>Information about the route.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
Route?: TransitGatewayRoute | undefined;
|
|
68
|
+
}
|
|
5
69
|
/**
|
|
6
70
|
* @public
|
|
7
71
|
*/
|
|
@@ -10993,181 +11057,3 @@ export interface InstanceIpv6Prefix {
|
|
|
10993
11057
|
*/
|
|
10994
11058
|
Ipv6Prefix?: string | undefined;
|
|
10995
11059
|
}
|
|
10996
|
-
/**
|
|
10997
|
-
* <p>Describes a private IPv4 address.</p>
|
|
10998
|
-
* @public
|
|
10999
|
-
*/
|
|
11000
|
-
export interface InstancePrivateIpAddress {
|
|
11001
|
-
/**
|
|
11002
|
-
* <p>The association information for an Elastic IP address for the network
|
|
11003
|
-
* interface.</p>
|
|
11004
|
-
* @public
|
|
11005
|
-
*/
|
|
11006
|
-
Association?: InstanceNetworkInterfaceAssociation | undefined;
|
|
11007
|
-
/**
|
|
11008
|
-
* <p>Indicates whether this IPv4 address is the primary private IP address of the network
|
|
11009
|
-
* interface.</p>
|
|
11010
|
-
* @public
|
|
11011
|
-
*/
|
|
11012
|
-
Primary?: boolean | undefined;
|
|
11013
|
-
/**
|
|
11014
|
-
* <p>The private IPv4 DNS name.</p>
|
|
11015
|
-
* @public
|
|
11016
|
-
*/
|
|
11017
|
-
PrivateDnsName?: string | undefined;
|
|
11018
|
-
/**
|
|
11019
|
-
* <p>The private IPv4 address of the network interface.</p>
|
|
11020
|
-
* @public
|
|
11021
|
-
*/
|
|
11022
|
-
PrivateIpAddress?: string | undefined;
|
|
11023
|
-
}
|
|
11024
|
-
/**
|
|
11025
|
-
* <p>Describes a network interface.</p>
|
|
11026
|
-
* @public
|
|
11027
|
-
*/
|
|
11028
|
-
export interface InstanceNetworkInterface {
|
|
11029
|
-
/**
|
|
11030
|
-
* <p>The association information for an Elastic IPv4 associated with the network
|
|
11031
|
-
* interface.</p>
|
|
11032
|
-
* @public
|
|
11033
|
-
*/
|
|
11034
|
-
Association?: InstanceNetworkInterfaceAssociation | undefined;
|
|
11035
|
-
/**
|
|
11036
|
-
* <p>The network interface attachment.</p>
|
|
11037
|
-
* @public
|
|
11038
|
-
*/
|
|
11039
|
-
Attachment?: InstanceNetworkInterfaceAttachment | undefined;
|
|
11040
|
-
/**
|
|
11041
|
-
* <p>The description.</p>
|
|
11042
|
-
* @public
|
|
11043
|
-
*/
|
|
11044
|
-
Description?: string | undefined;
|
|
11045
|
-
/**
|
|
11046
|
-
* <p>The security groups.</p>
|
|
11047
|
-
* @public
|
|
11048
|
-
*/
|
|
11049
|
-
Groups?: GroupIdentifier[] | undefined;
|
|
11050
|
-
/**
|
|
11051
|
-
* <p>The IPv6 addresses associated with the network interface.</p>
|
|
11052
|
-
* @public
|
|
11053
|
-
*/
|
|
11054
|
-
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
11055
|
-
/**
|
|
11056
|
-
* <p>The MAC address.</p>
|
|
11057
|
-
* @public
|
|
11058
|
-
*/
|
|
11059
|
-
MacAddress?: string | undefined;
|
|
11060
|
-
/**
|
|
11061
|
-
* <p>The ID of the network interface.</p>
|
|
11062
|
-
* @public
|
|
11063
|
-
*/
|
|
11064
|
-
NetworkInterfaceId?: string | undefined;
|
|
11065
|
-
/**
|
|
11066
|
-
* <p>The ID of the Amazon Web Services account that created the network interface.</p>
|
|
11067
|
-
* @public
|
|
11068
|
-
*/
|
|
11069
|
-
OwnerId?: string | undefined;
|
|
11070
|
-
/**
|
|
11071
|
-
* <p>The private DNS name.</p>
|
|
11072
|
-
* @public
|
|
11073
|
-
*/
|
|
11074
|
-
PrivateDnsName?: string | undefined;
|
|
11075
|
-
/**
|
|
11076
|
-
* <p>The IPv4 address of the network interface within the subnet.</p>
|
|
11077
|
-
* @public
|
|
11078
|
-
*/
|
|
11079
|
-
PrivateIpAddress?: string | undefined;
|
|
11080
|
-
/**
|
|
11081
|
-
* <p>The private IPv4 addresses associated with the network interface.</p>
|
|
11082
|
-
* @public
|
|
11083
|
-
*/
|
|
11084
|
-
PrivateIpAddresses?: InstancePrivateIpAddress[] | undefined;
|
|
11085
|
-
/**
|
|
11086
|
-
* <p>Indicates whether source/destination checking is enabled.</p>
|
|
11087
|
-
* @public
|
|
11088
|
-
*/
|
|
11089
|
-
SourceDestCheck?: boolean | undefined;
|
|
11090
|
-
/**
|
|
11091
|
-
* <p>The status of the network interface.</p>
|
|
11092
|
-
* @public
|
|
11093
|
-
*/
|
|
11094
|
-
Status?: NetworkInterfaceStatus | undefined;
|
|
11095
|
-
/**
|
|
11096
|
-
* <p>The ID of the subnet.</p>
|
|
11097
|
-
* @public
|
|
11098
|
-
*/
|
|
11099
|
-
SubnetId?: string | undefined;
|
|
11100
|
-
/**
|
|
11101
|
-
* <p>The ID of the VPC.</p>
|
|
11102
|
-
* @public
|
|
11103
|
-
*/
|
|
11104
|
-
VpcId?: string | undefined;
|
|
11105
|
-
/**
|
|
11106
|
-
* <p>The type of network interface.</p>
|
|
11107
|
-
* <p>Valid values: <code>interface</code> | <code>efa</code> | <code>efa-only</code> | <code>evs</code> |
|
|
11108
|
-
* <code>trunk</code>
|
|
11109
|
-
* </p>
|
|
11110
|
-
* @public
|
|
11111
|
-
*/
|
|
11112
|
-
InterfaceType?: string | undefined;
|
|
11113
|
-
/**
|
|
11114
|
-
* <p>The IPv4 delegated prefixes that are assigned to the network interface.</p>
|
|
11115
|
-
* @public
|
|
11116
|
-
*/
|
|
11117
|
-
Ipv4Prefixes?: InstanceIpv4Prefix[] | undefined;
|
|
11118
|
-
/**
|
|
11119
|
-
* <p>The IPv6 delegated prefixes that are assigned to the network interface.</p>
|
|
11120
|
-
* @public
|
|
11121
|
-
*/
|
|
11122
|
-
Ipv6Prefixes?: InstanceIpv6Prefix[] | undefined;
|
|
11123
|
-
/**
|
|
11124
|
-
* <p>A security group connection tracking configuration that enables you to set the timeout
|
|
11125
|
-
* for connection tracking on an Elastic network interface. For more information, see
|
|
11126
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the
|
|
11127
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11128
|
-
* @public
|
|
11129
|
-
*/
|
|
11130
|
-
ConnectionTrackingConfiguration?: ConnectionTrackingSpecificationResponse | undefined;
|
|
11131
|
-
/**
|
|
11132
|
-
* <p>The service provider that manages the network interface.</p>
|
|
11133
|
-
* @public
|
|
11134
|
-
*/
|
|
11135
|
-
Operator?: OperatorResponse | undefined;
|
|
11136
|
-
}
|
|
11137
|
-
/**
|
|
11138
|
-
* <p>With network performance options, you can adjust your bandwidth preferences to meet
|
|
11139
|
-
* the needs of the workload that runs on your instance.</p>
|
|
11140
|
-
* @public
|
|
11141
|
-
*/
|
|
11142
|
-
export interface InstanceNetworkPerformanceOptions {
|
|
11143
|
-
/**
|
|
11144
|
-
* <p>When you configure network bandwidth weighting, you can boost your baseline bandwidth for either
|
|
11145
|
-
* networking or EBS by up to 25%. The total available baseline bandwidth for your instance remains
|
|
11146
|
-
* the same. The default option uses the standard bandwidth configuration for your instance type.</p>
|
|
11147
|
-
* @public
|
|
11148
|
-
*/
|
|
11149
|
-
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
11150
|
-
}
|
|
11151
|
-
/**
|
|
11152
|
-
* <p>Describes the options for instance hostnames.</p>
|
|
11153
|
-
* @public
|
|
11154
|
-
*/
|
|
11155
|
-
export interface PrivateDnsNameOptionsResponse {
|
|
11156
|
-
/**
|
|
11157
|
-
* <p>The type of hostname to assign to an instance.</p>
|
|
11158
|
-
* @public
|
|
11159
|
-
*/
|
|
11160
|
-
HostnameType?: HostnameType | undefined;
|
|
11161
|
-
/**
|
|
11162
|
-
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
|
|
11163
|
-
* records.</p>
|
|
11164
|
-
* @public
|
|
11165
|
-
*/
|
|
11166
|
-
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
11167
|
-
/**
|
|
11168
|
-
* <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
|
|
11169
|
-
* records.</p>
|
|
11170
|
-
* @public
|
|
11171
|
-
*/
|
|
11172
|
-
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
11173
|
-
}
|