@aws-sdk/client-ec2 3.1076.0 → 3.1077.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 +7 -0
- package/dist-cjs/index.js +72 -7
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/ModifyVpcEndpointPayerResponsibilityCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +7 -0
- package/dist-es/models/models_8.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +41 -4
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -0
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -2
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +6 -0
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcEndpointPayerResponsibilityCommand.d.ts +86 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +23 -0
- package/dist-types/models/models_2.d.ts +22 -25
- package/dist-types/models/models_3.d.ts +24 -17
- package/dist-types/models/models_4.d.ts +20 -132
- package/dist-types/models/models_5.d.ts +137 -44
- package/dist-types/models/models_6.d.ts +44 -13
- package/dist-types/models/models_7.d.ts +62 -15
- package/dist-types/models/models_8.d.ts +11 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/EC2.d.ts +23 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyVpcEndpointPayerResponsibilityCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +11 -0
- package/dist-types/ts3.4/models/models_2.d.ts +7 -5
- package/dist-types/ts3.4/models/models_3.d.ts +5 -4
- package/dist-types/ts3.4/models/models_4.d.ts +5 -25
- package/dist-types/ts3.4/models/models_5.d.ts +30 -10
- package/dist-types/ts3.4/models/models_6.d.ts +13 -5
- package/dist-types/ts3.4/models/models_7.d.ts +19 -4
- package/dist-types/ts3.4/models/models_8.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +8 -10
|
@@ -2,6 +2,30 @@ import type { _InstanceType, AccountAttributeName, AddressAttributeName, Allocat
|
|
|
2
2
|
import type { AccountAttribute, ActiveInstance, Address, AddressAttribute, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationCancellationQuote, CarrierGateway, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, FleetCapacityReservation, IamInstanceProfileAssociation, Tag, TransitGatewayClientVpnAttachment, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
3
3
|
import type { AttributeValue, BlockDeviceMapping, DhcpOptions, EgressOnlyInternetGateway, ExportTask, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, GroupIdentifier, LaunchTemplateAndOverridesResponse, StateReason, VpcEncryptionControl } from "./models_1";
|
|
4
4
|
import type { SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMeteringPolicyEntry, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface DeleteSecurityGroupRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the security group.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
GroupId?: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>[Default VPC] The name of the security group. You can specify either the
|
|
16
|
+
* security group name or the security group ID. For security groups in a nondefault VPC,
|
|
17
|
+
* you must specify the security group ID.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
GroupName?: 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
|
+
}
|
|
5
29
|
/**
|
|
6
30
|
* @public
|
|
7
31
|
*/
|
|
@@ -9640,20 +9664,3 @@ export interface ImportImageTask {
|
|
|
9640
9664
|
*/
|
|
9641
9665
|
BootMode?: BootModeValues | undefined;
|
|
9642
9666
|
}
|
|
9643
|
-
/**
|
|
9644
|
-
* @public
|
|
9645
|
-
*/
|
|
9646
|
-
export interface DescribeImportImageTasksResult {
|
|
9647
|
-
/**
|
|
9648
|
-
* <p>A list of zero or more import image tasks that are currently active or were completed or canceled in the
|
|
9649
|
-
* previous 7 days.</p>
|
|
9650
|
-
* @public
|
|
9651
|
-
*/
|
|
9652
|
-
ImportImageTasks?: ImportImageTask[] | undefined;
|
|
9653
|
-
/**
|
|
9654
|
-
* <p>The token to use to get the next page of results. This value is <code>null</code> when there are no more results
|
|
9655
|
-
* to return.</p>
|
|
9656
|
-
* @public
|
|
9657
|
-
*/
|
|
9658
|
-
NextToken?: string | undefined;
|
|
9659
|
-
}
|
|
@@ -1,8 +1,25 @@
|
|
|
1
|
-
import type { _InstanceType, ActivityStatus, AllocationStrategy, AmdSevSnpSpecification, AnalysisStatus, ArchitectureType, ArchitectureValues, AttachmentLimitType, AttachmentStatus, BandwidthWeightingType, BatchState, BootModeType, BootModeValues, CapacityReservationPreference, CurrencyCodeValues, DeviceType, DiskType, EbsEncryptionSupport, EbsNvmeSupport, EbsOptimizedSupport, EnaSupport, EphemeralNvmeSupport, EventCode, EventType, ExcessCapacityTerminationPolicy, FindingsFound, FleetType, FlexibleEnaQueuesSupport, HaStatus, HostnameType, HttpTokensState, HypervisorType, ImageState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceBootModeValues, InstanceInterruptionBehavior, InstanceLifecycleType, InstanceMetadataEndpointState, InstanceMetadataOptionsState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStateName, InstanceStorageEncryptionSupport, InstanceTypeHypervisor, KeyType, LocationType, LockState, MonitoringState, MoveStatus, NestedVirtualizationSpecification, NetworkInterfaceAttribute, NetworkInterfaceStatus, NitroEnclavesSupport, NitroTpmSupport, OfferingClassType, OfferingTypeValues, OnDemandAllocationStrategy, PermissionGroup, PhcSupport, PlacementGroupStrategy, PlatformValues, RebootMigrationSupport, RecurringChargeFrequency, ReplacementStrategy, ReservedInstanceState, ResourceType, RIProductDescription, RootDeviceType, Scope, SecondaryInterfaceStatus, SecondaryInterfaceType, SecondaryNetworkType, SecurityGroupVpcAssociationState, ServiceLinkVirtualInterfaceConfigurationState, SnapshotAttributeName, SnapshotState,
|
|
1
|
+
import type { _InstanceType, ActivityStatus, AllocationStrategy, AmdSevSnpSpecification, AnalysisStatus, ArchitectureType, ArchitectureValues, AttachmentLimitType, AttachmentStatus, BandwidthWeightingType, BatchState, BootModeType, BootModeValues, CapacityReservationPreference, CurrencyCodeValues, DeviceType, DiskType, EbsEncryptionSupport, EbsNvmeSupport, EbsOptimizedSupport, EnaSupport, EphemeralNvmeSupport, EventCode, EventType, ExcessCapacityTerminationPolicy, FindingsFound, FleetType, FlexibleEnaQueuesSupport, HaStatus, HostnameType, HttpTokensState, HypervisorType, ImageState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceBootModeValues, InstanceInterruptionBehavior, InstanceLifecycleType, InstanceMetadataEndpointState, InstanceMetadataOptionsState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStateName, InstanceStorageEncryptionSupport, InstanceTypeHypervisor, KeyType, LocationType, LockState, MonitoringState, MoveStatus, NestedVirtualizationSpecification, NetworkInterfaceAttribute, NetworkInterfaceStatus, NitroEnclavesSupport, NitroTpmSupport, OfferingClassType, OfferingTypeValues, OnDemandAllocationStrategy, PermissionGroup, PhcSupport, PlacementGroupStrategy, PlatformValues, RebootMigrationSupport, RecurringChargeFrequency, ReplacementStrategy, ReservedInstanceState, ResourceType, RIProductDescription, RootDeviceType, Scope, SecondaryInterfaceStatus, SecondaryInterfaceType, SecondaryNetworkType, SecurityGroupVpcAssociationState, ServiceLinkVirtualInterfaceConfigurationState, SnapshotAttributeName, SnapshotState, SqlServerLicenseUsage, StatusName, StatusType, StorageTier, SummaryStatus, SupportedAdditionalProcessorFeature, TargetCapacityUnitType, Tenancy, TieringOperationStatus, UsageClassType, VirtualizationType } from "./enums";
|
|
2
2
|
import type { ActiveInstance, AlternatePathHint, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, IpPermission, OperatorResponse, PathComponent, ReservedInstancesListing, SecurityGroupRule, Tag, TagSpecification } from "./models_0";
|
|
3
3
|
import type { AttributeValue, BlockDeviceMapping, CapacityReservationTargetResponse, ConnectionTrackingSpecificationRequest, Ec2InstanceConnectEndpoint, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, GroupIdentifier, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, MacModificationTask, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, Placement, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, StateReason } from "./models_1";
|
|
4
|
-
import type { RouteServerPeer, RouteTable, SecondaryNetwork, SecondarySubnet, Snapshot, SpotDatafeedSubscription
|
|
5
|
-
import type { Byoasn, EventInformation, Filter, IdFormat, ImageWatermark, InstanceTagNotificationAttribute, ProductCode, UserBucketDetails } from "./models_3";
|
|
4
|
+
import type { RouteServerPeer, RouteTable, SecondaryNetwork, SecondarySubnet, Snapshot, SpotDatafeedSubscription } from "./models_2";
|
|
5
|
+
import type { Byoasn, EventInformation, Filter, IdFormat, ImageWatermark, ImportImageTask, InstanceTagNotificationAttribute, ProductCode, UserBucketDetails } from "./models_3";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DescribeImportImageTasksResult {
|
|
10
|
+
/**
|
|
11
|
+
* <p>A list of zero or more import image tasks that are currently active or were completed or canceled in the
|
|
12
|
+
* previous 7 days.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
ImportImageTasks?: ImportImageTask[] | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The token to use to get the next page of results. This value is <code>null</code> when there are no more results
|
|
18
|
+
* to return.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
NextToken?: string | undefined;
|
|
22
|
+
}
|
|
6
23
|
/**
|
|
7
24
|
* @public
|
|
8
25
|
*/
|
|
@@ -13024,132 +13041,3 @@ export interface SpotInstanceStatus {
|
|
|
13024
13041
|
*/
|
|
13025
13042
|
UpdateTime?: Date | undefined;
|
|
13026
13043
|
}
|
|
13027
|
-
/**
|
|
13028
|
-
* <p>Describes a Spot Instance request.</p>
|
|
13029
|
-
* @public
|
|
13030
|
-
*/
|
|
13031
|
-
export interface SpotInstanceRequest {
|
|
13032
|
-
/**
|
|
13033
|
-
* <p>Deprecated.</p>
|
|
13034
|
-
* @public
|
|
13035
|
-
*/
|
|
13036
|
-
ActualBlockHourlyPrice?: string | undefined;
|
|
13037
|
-
/**
|
|
13038
|
-
* <p>The Availability Zone group. If you specify the same Availability Zone group for all Spot Instance requests, all Spot Instances are launched in the same Availability Zone.</p>
|
|
13039
|
-
* @public
|
|
13040
|
-
*/
|
|
13041
|
-
AvailabilityZoneGroup?: string | undefined;
|
|
13042
|
-
/**
|
|
13043
|
-
* <p>Deprecated.</p>
|
|
13044
|
-
* @public
|
|
13045
|
-
*/
|
|
13046
|
-
BlockDurationMinutes?: number | undefined;
|
|
13047
|
-
/**
|
|
13048
|
-
* <p>The date and time when the Spot Instance request was created, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
13049
|
-
* @public
|
|
13050
|
-
*/
|
|
13051
|
-
CreateTime?: Date | undefined;
|
|
13052
|
-
/**
|
|
13053
|
-
* <p>The fault codes for the Spot Instance request, if any.</p>
|
|
13054
|
-
* @public
|
|
13055
|
-
*/
|
|
13056
|
-
Fault?: SpotInstanceStateFault | undefined;
|
|
13057
|
-
/**
|
|
13058
|
-
* <p>The instance ID, if an instance has been launched to fulfill the Spot Instance request.</p>
|
|
13059
|
-
* @public
|
|
13060
|
-
*/
|
|
13061
|
-
InstanceId?: string | undefined;
|
|
13062
|
-
/**
|
|
13063
|
-
* <p>The instance launch group. Launch groups are Spot Instances that launch together and terminate together.</p>
|
|
13064
|
-
* @public
|
|
13065
|
-
*/
|
|
13066
|
-
LaunchGroup?: string | undefined;
|
|
13067
|
-
/**
|
|
13068
|
-
* <p>Additional information for launching instances.</p>
|
|
13069
|
-
* @public
|
|
13070
|
-
*/
|
|
13071
|
-
LaunchSpecification?: LaunchSpecification | undefined;
|
|
13072
|
-
/**
|
|
13073
|
-
* <p>The Availability Zone in which the request is launched.</p>
|
|
13074
|
-
* <p>Either <code>launchedAvailabilityZone</code> or <code>launchedAvailabilityZoneId</code> can be specified, but not both</p>
|
|
13075
|
-
* @public
|
|
13076
|
-
*/
|
|
13077
|
-
LaunchedAvailabilityZone?: string | undefined;
|
|
13078
|
-
/**
|
|
13079
|
-
* <p>The ID of the Availability Zone in which the request is launched.</p>
|
|
13080
|
-
* <p>Either <code>launchedAvailabilityZone</code> or <code>launchedAvailabilityZoneId</code> can be specified, but not both</p>
|
|
13081
|
-
* @public
|
|
13082
|
-
*/
|
|
13083
|
-
LaunchedAvailabilityZoneId?: string | undefined;
|
|
13084
|
-
/**
|
|
13085
|
-
* <p>The product description associated with the Spot Instance.</p>
|
|
13086
|
-
* @public
|
|
13087
|
-
*/
|
|
13088
|
-
ProductDescription?: RIProductDescription | undefined;
|
|
13089
|
-
/**
|
|
13090
|
-
* <p>The ID of the Spot Instance request.</p>
|
|
13091
|
-
* @public
|
|
13092
|
-
*/
|
|
13093
|
-
SpotInstanceRequestId?: string | undefined;
|
|
13094
|
-
/**
|
|
13095
|
-
* <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
|
|
13096
|
-
* using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.</p>
|
|
13097
|
-
* <important>
|
|
13098
|
-
* <p>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</p>
|
|
13099
|
-
* </important>
|
|
13100
|
-
* @public
|
|
13101
|
-
*/
|
|
13102
|
-
SpotPrice?: string | undefined;
|
|
13103
|
-
/**
|
|
13104
|
-
* <p>The state of the Spot Instance request. Spot request status information helps track your Spot
|
|
13105
|
-
* Instance requests. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-request-status.html">Spot request status</a> in the
|
|
13106
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
13107
|
-
* @public
|
|
13108
|
-
*/
|
|
13109
|
-
State?: SpotInstanceState | undefined;
|
|
13110
|
-
/**
|
|
13111
|
-
* <p>The status code and status message describing the Spot Instance request.</p>
|
|
13112
|
-
* @public
|
|
13113
|
-
*/
|
|
13114
|
-
Status?: SpotInstanceStatus | undefined;
|
|
13115
|
-
/**
|
|
13116
|
-
* <p>Any tags assigned to the resource.</p>
|
|
13117
|
-
* @public
|
|
13118
|
-
*/
|
|
13119
|
-
Tags?: Tag[] | undefined;
|
|
13120
|
-
/**
|
|
13121
|
-
* <p>The Spot Instance request type.</p>
|
|
13122
|
-
* @public
|
|
13123
|
-
*/
|
|
13124
|
-
Type?: SpotInstanceType | undefined;
|
|
13125
|
-
/**
|
|
13126
|
-
* <p>The start date of the request, in UTC format (for example,
|
|
13127
|
-
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).
|
|
13128
|
-
* The request becomes active at this date and time.</p>
|
|
13129
|
-
* @public
|
|
13130
|
-
*/
|
|
13131
|
-
ValidFrom?: Date | undefined;
|
|
13132
|
-
/**
|
|
13133
|
-
* <p>The end date of the request, in UTC format
|
|
13134
|
-
* (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
13135
|
-
* <ul>
|
|
13136
|
-
* <li>
|
|
13137
|
-
* <p>For a persistent request, the request remains active until the <code>validUntil</code> date
|
|
13138
|
-
* and time is reached. Otherwise, the request remains active until you cancel it.
|
|
13139
|
-
* </p>
|
|
13140
|
-
* </li>
|
|
13141
|
-
* <li>
|
|
13142
|
-
* <p>For a one-time request, the request remains active until all instances launch,
|
|
13143
|
-
* the request is canceled, or the <code>validUntil</code> date and time is reached. By default, the
|
|
13144
|
-
* request is valid for 7 days from the date the request was created.</p>
|
|
13145
|
-
* </li>
|
|
13146
|
-
* </ul>
|
|
13147
|
-
* @public
|
|
13148
|
-
*/
|
|
13149
|
-
ValidUntil?: Date | undefined;
|
|
13150
|
-
/**
|
|
13151
|
-
* <p>The behavior when a Spot Instance is interrupted.</p>
|
|
13152
|
-
* @public
|
|
13153
|
-
*/
|
|
13154
|
-
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
13155
|
-
}
|
|
@@ -1,9 +1,138 @@
|
|
|
1
|
-
import type { _InstanceType, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, CapacityManagerStatus, ClientCertificateRevocationListStatusCode, DeviceTrustProviderType, DiskImageFormat, DnsNameState, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, ImageBlockPublicAccessDisabledState, ImageBlockPublicAccessEnabledState, InitializationType, InternetGatewayBlockMode, IpAddressType, ManagedBy, MetricType, PayerResponsibility, PeriodType, ResourceType, RIProductDescription, RouteServerPropagationState, SecurityGroupVpcAssociationState, ServiceConnectivityType, SnapshotBlockPublicAccessState, State, StatisticType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPropagationState, UserTrustProviderType, VerifiedAccessLogDeliveryStatusCode, VolumeAttributeName, VolumeModificationState, VolumeStatusInfoStatus, VolumeStatusName, VolumeType, VpcAttributeName, VpcBlockPublicAccessExclusionsAllowed, VpcBlockPublicAccessState } from "./enums";
|
|
1
|
+
import type { _InstanceType, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, CapacityManagerStatus, ClientCertificateRevocationListStatusCode, DeviceTrustProviderType, DiskImageFormat, DnsNameState, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, ImageBlockPublicAccessDisabledState, ImageBlockPublicAccessEnabledState, InitializationType, InstanceInterruptionBehavior, InternetGatewayBlockMode, IpAddressType, ManagedBy, MetricType, PayerResponsibility, PeriodType, ResourceType, RIProductDescription, RouteServerPropagationState, SecurityGroupVpcAssociationState, ServiceConnectivityType, SnapshotBlockPublicAccessState, SpotInstanceState, SpotInstanceType, State, StatisticType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPropagationState, UserTrustProviderType, VerifiedAccessLogDeliveryStatusCode, VolumeAttributeName, VolumeModificationState, VolumeStatusInfoStatus, VolumeStatusName, VolumeType, VpcAttributeName, VpcBlockPublicAccessExclusionsAllowed, VpcBlockPublicAccessState } from "./enums";
|
|
2
2
|
import type { ActiveVpnTunnelStatus, AddressTransfer, AllowedPrincipal, AsnAssociation, AssociationStatus, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, OperatorResponse, RouteServerAssociation, Subnet, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, Volume, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
3
3
|
import type { Vpc, VpcEncryptionControl } from "./models_1";
|
|
4
|
-
import type { ConnectionNotification, DnsEntry, ServiceConfiguration, ServiceTypeDetail, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
+
import type { ConnectionNotification, DnsEntry, PayerResponsibilityEntry, ServiceConfiguration, ServiceTypeDetail, SpotInstanceStateFault, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_2";
|
|
5
5
|
import type { ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchSnapshotConfigurationResponse, Filter, ProductCode } from "./models_3";
|
|
6
|
-
import type { AttributeBooleanValue, RegisteredInstance,
|
|
6
|
+
import type { AttributeBooleanValue, LaunchSpecification, RegisteredInstance, SpotInstanceStatus } from "./models_4";
|
|
7
|
+
/**
|
|
8
|
+
* <p>Describes a Spot Instance request.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface SpotInstanceRequest {
|
|
12
|
+
/**
|
|
13
|
+
* <p>Deprecated.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
ActualBlockHourlyPrice?: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The Availability Zone group. If you specify the same Availability Zone group for all Spot Instance requests, all Spot Instances are launched in the same Availability Zone.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
AvailabilityZoneGroup?: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>Deprecated.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
BlockDurationMinutes?: number | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The date and time when the Spot Instance request was created, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
CreateTime?: Date | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The fault codes for the Spot Instance request, if any.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
Fault?: SpotInstanceStateFault | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* <p>The instance ID, if an instance has been launched to fulfill the Spot Instance request.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
InstanceId?: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The instance launch group. Launch groups are Spot Instances that launch together and terminate together.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
LaunchGroup?: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>Additional information for launching instances.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
LaunchSpecification?: LaunchSpecification | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The Availability Zone in which the request is launched.</p>
|
|
54
|
+
* <p>Either <code>launchedAvailabilityZone</code> or <code>launchedAvailabilityZoneId</code> can be specified, but not both</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
LaunchedAvailabilityZone?: string | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The ID of the Availability Zone in which the request is launched.</p>
|
|
60
|
+
* <p>Either <code>launchedAvailabilityZone</code> or <code>launchedAvailabilityZoneId</code> can be specified, but not both</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
LaunchedAvailabilityZoneId?: string | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The product description associated with the Spot Instance.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
ProductDescription?: RIProductDescription | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* <p>The ID of the Spot Instance request.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
SpotInstanceRequestId?: string | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
|
|
76
|
+
* using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.</p>
|
|
77
|
+
* <important>
|
|
78
|
+
* <p>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</p>
|
|
79
|
+
* </important>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
SpotPrice?: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* <p>The state of the Spot Instance request. Spot request status information helps track your Spot
|
|
85
|
+
* Instance requests. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-request-status.html">Spot request status</a> in the
|
|
86
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
State?: SpotInstanceState | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>The status code and status message describing the Spot Instance request.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
Status?: SpotInstanceStatus | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>Any tags assigned to the resource.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
Tags?: Tag[] | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The Spot Instance request type.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
Type?: SpotInstanceType | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* <p>The start date of the request, in UTC format (for example,
|
|
107
|
+
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).
|
|
108
|
+
* The request becomes active at this date and time.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
ValidFrom?: Date | undefined;
|
|
112
|
+
/**
|
|
113
|
+
* <p>The end date of the request, in UTC format
|
|
114
|
+
* (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
115
|
+
* <ul>
|
|
116
|
+
* <li>
|
|
117
|
+
* <p>For a persistent request, the request remains active until the <code>validUntil</code> date
|
|
118
|
+
* and time is reached. Otherwise, the request remains active until you cancel it.
|
|
119
|
+
* </p>
|
|
120
|
+
* </li>
|
|
121
|
+
* <li>
|
|
122
|
+
* <p>For a one-time request, the request remains active until all instances launch,
|
|
123
|
+
* the request is canceled, or the <code>validUntil</code> date and time is reached. By default, the
|
|
124
|
+
* request is valid for 7 days from the date the request was created.</p>
|
|
125
|
+
* </li>
|
|
126
|
+
* </ul>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
ValidUntil?: Date | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* <p>The behavior when a Spot Instance is interrupted.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
135
|
+
}
|
|
7
136
|
/**
|
|
8
137
|
* <p>Contains the output of DescribeSpotInstanceRequests.</p>
|
|
9
138
|
* @public
|
|
@@ -3773,6 +3902,11 @@ export interface VpcEndpointConnection {
|
|
|
3773
3902
|
* @public
|
|
3774
3903
|
*/
|
|
3775
3904
|
VpcEndpointRegion?: string | undefined;
|
|
3905
|
+
/**
|
|
3906
|
+
* <p>The payer responsibility settings for the endpoint.</p>
|
|
3907
|
+
* @public
|
|
3908
|
+
*/
|
|
3909
|
+
PayerResponsibilities?: PayerResponsibilityEntry[] | undefined;
|
|
3776
3910
|
}
|
|
3777
3911
|
/**
|
|
3778
3912
|
* @public
|
|
@@ -8148,44 +8282,3 @@ export interface MetricPoint {
|
|
|
8148
8282
|
*/
|
|
8149
8283
|
Status?: string | undefined;
|
|
8150
8284
|
}
|
|
8151
|
-
/**
|
|
8152
|
-
* <p>The response to a <code>DataQuery</code>.</p>
|
|
8153
|
-
* @public
|
|
8154
|
-
*/
|
|
8155
|
-
export interface DataResponse {
|
|
8156
|
-
/**
|
|
8157
|
-
* <p>The ID passed in the <code>DataQuery</code>.</p>
|
|
8158
|
-
* @public
|
|
8159
|
-
*/
|
|
8160
|
-
Id?: string | undefined;
|
|
8161
|
-
/**
|
|
8162
|
-
* <p>The Region or Availability Zone that's the source for the data query. For example, <code>us-east-1</code>.</p>
|
|
8163
|
-
* @public
|
|
8164
|
-
*/
|
|
8165
|
-
Source?: string | undefined;
|
|
8166
|
-
/**
|
|
8167
|
-
* <p>The Region or Availability Zone that's the destination for the data query. For example, <code>eu-west-1</code>.</p>
|
|
8168
|
-
* @public
|
|
8169
|
-
*/
|
|
8170
|
-
Destination?: string | undefined;
|
|
8171
|
-
/**
|
|
8172
|
-
* <p>The metric used for the network performance request.</p>
|
|
8173
|
-
* @public
|
|
8174
|
-
*/
|
|
8175
|
-
Metric?: MetricType | undefined;
|
|
8176
|
-
/**
|
|
8177
|
-
* <p>The statistic used for the network performance request.</p>
|
|
8178
|
-
* @public
|
|
8179
|
-
*/
|
|
8180
|
-
Statistic?: StatisticType | undefined;
|
|
8181
|
-
/**
|
|
8182
|
-
* <p>The period used for the network performance request.</p>
|
|
8183
|
-
* @public
|
|
8184
|
-
*/
|
|
8185
|
-
Period?: PeriodType | undefined;
|
|
8186
|
-
/**
|
|
8187
|
-
* <p>A list of <code>MetricPoint</code> objects.</p>
|
|
8188
|
-
* @public
|
|
8189
|
-
*/
|
|
8190
|
-
MetricPoints?: MetricPoint[] | undefined;
|
|
8191
|
-
}
|
|
@@ -1,10 +1,51 @@
|
|
|
1
|
-
import type { _InstanceType, Affinity, AnalysisStatus, ArchitectureType, ArchitectureValues, AutoPlacement, BootModeValues, CapacityManagerMonitoredTagKeyStatus, CapacityManagerStatus, CapacityReservationPreference, CapacityReservationState, CapacityTenancy, Comparison, CurrencyCodeValues, DefaultHttpTokensEnforcedState, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, DiskImageFormat, EkPubKeyFormat, EkPubKeyType, EndDateType, FilterByDimension, FleetExcessCapacityTerminationPolicy, FpgaImageAttributeName, GroupBy, HostMaintenance, HostRecovery, HostTenancy, HttpTokensEnforcedState, HttpTokensState, IngestionStatus, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceMatchCriteria, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamManagementState, IpamMeteredAccount, IpamNetworkInterfaceAttachmentStatus, IpamOverlapStatus, IpamPolicyManagedBy, IpamPolicyResourceType, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPublicAddressAssociationStatus, IpamPublicAddressAwsService, IpamPublicAddressType, IpamResourceCidrIpSource, IpamResourceType, IpamTier, LockMode, LockState, ManagedBy, ManagedResourceDefaultVisibility, MetadataDefaultHttpTokensState, Metric, ModifyAvailabilityZoneOptInStatus, NestedVirtualizationSpecification, OperationType, PartitionLoadFrequency, PaymentOption, PermissionGroup, PlatformValues, ReservationEndDateType, ReservationState, ReservationType, RouteServerRouteInstallationStatus, RouteServerRouteStatus, SelfServicePortal, ShutdownBehavior, SnapshotBlockPublicAccessState, SSEType, TargetCapacityUnitType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UnsuccessfulInstanceCreditSpecificationErrorCode, VirtualizationType, VolumeState, VolumeType } from "./enums";
|
|
1
|
+
import type { _InstanceType, Affinity, AnalysisStatus, ArchitectureType, ArchitectureValues, AutoPlacement, BootModeValues, CapacityManagerMonitoredTagKeyStatus, CapacityManagerStatus, CapacityReservationPreference, CapacityReservationState, CapacityTenancy, Comparison, CurrencyCodeValues, DefaultHttpTokensEnforcedState, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, DiskImageFormat, EkPubKeyFormat, EkPubKeyType, EndDateType, FilterByDimension, FleetExcessCapacityTerminationPolicy, FpgaImageAttributeName, GroupBy, HostMaintenance, HostRecovery, HostTenancy, HttpTokensEnforcedState, HttpTokensState, IngestionStatus, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceMatchCriteria, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamManagementState, IpamMeteredAccount, IpamNetworkInterfaceAttachmentStatus, IpamOverlapStatus, IpamPolicyManagedBy, IpamPolicyResourceType, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPublicAddressAssociationStatus, IpamPublicAddressAwsService, IpamPublicAddressType, IpamResourceCidrIpSource, IpamResourceType, IpamTier, LockMode, LockState, ManagedBy, ManagedResourceDefaultVisibility, MetadataDefaultHttpTokensState, Metric, MetricType, ModifyAvailabilityZoneOptInStatus, NestedVirtualizationSpecification, OperationType, PartitionLoadFrequency, PaymentOption, PeriodType, PermissionGroup, PlatformValues, ReservationEndDateType, ReservationState, ReservationType, RouteServerRouteInstallationStatus, RouteServerRouteStatus, SelfServicePortal, ShutdownBehavior, SnapshotBlockPublicAccessState, SSEType, StatisticType, TargetCapacityUnitType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UnsuccessfulInstanceCreditSpecificationErrorCode, VirtualizationType, VolumeState, VolumeType } from "./enums";
|
|
2
2
|
import type { AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddressAttribute, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ConnectionLogOptions, InstanceEventWindow, InterruptibleCapacityAllocation, InterruptionInfo, IpamPoolAllocation, OperatorResponse, RouteServerAssociation, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayConfigurationInputStructure, TransitGatewayPolicyTableAssociation, UnsuccessfulItem } from "./models_0";
|
|
3
|
-
import type { AttributeValue, CapacityReservationTarget, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverRuleRequest, IpamPrefixListResolverTarget,
|
|
3
|
+
import type { AttributeValue, CapacityReservationTarget, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverRuleRequest, IpamPrefixListResolverTarget, IpamResourceTag, NetworkInsightsAccessScopeContent, Placement, RequestIpamResourceTag, ResponseLaunchTemplateData, TargetCapacitySpecificationRequest } from "./models_1";
|
|
4
4
|
import type { SubnetCidrReservation, TransitGatewayMeteringPolicyEntry, TransitGatewayPrefixListReference } from "./models_2";
|
|
5
5
|
import type { ConversionTask, Filter, FpgaImageAttribute, ImportImageLicenseConfigurationResponse, IpamPoolCidr, LaunchPermission, SnapshotDetail } from "./models_3";
|
|
6
6
|
import type { AttributeBooleanValue, InstanceMetadataOptionsResponse, InstanceStatusEvent, SnapshotTaskDetail } from "./models_4";
|
|
7
|
-
import type {
|
|
7
|
+
import type { MetricPoint, RouteServerPropagation } from "./models_5";
|
|
8
|
+
/**
|
|
9
|
+
* <p>The response to a <code>DataQuery</code>.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface DataResponse {
|
|
13
|
+
/**
|
|
14
|
+
* <p>The ID passed in the <code>DataQuery</code>.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
Id?: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The Region or Availability Zone that's the source for the data query. For example, <code>us-east-1</code>.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
Source?: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The Region or Availability Zone that's the destination for the data query. For example, <code>eu-west-1</code>.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
Destination?: string | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* <p>The metric used for the network performance request.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
Metric?: MetricType | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* <p>The statistic used for the network performance request.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
Statistic?: StatisticType | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The period used for the network performance request.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
Period?: PeriodType | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>A list of <code>MetricPoint</code> objects.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
MetricPoints?: MetricPoint[] | undefined;
|
|
48
|
+
}
|
|
8
49
|
/**
|
|
9
50
|
* @public
|
|
10
51
|
*/
|
|
@@ -8870,13 +8911,3 @@ export interface ModifyIpamResourceDiscoveryRequest {
|
|
|
8870
8911
|
*/
|
|
8871
8912
|
RemoveOrganizationalUnitExclusions?: RemoveIpamOrganizationalUnitExclusion[] | undefined;
|
|
8872
8913
|
}
|
|
8873
|
-
/**
|
|
8874
|
-
* @public
|
|
8875
|
-
*/
|
|
8876
|
-
export interface ModifyIpamResourceDiscoveryResult {
|
|
8877
|
-
/**
|
|
8878
|
-
* <p>A resource discovery.</p>
|
|
8879
|
-
* @public
|
|
8880
|
-
*/
|
|
8881
|
-
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
8882
|
-
}
|
|
@@ -1,11 +1,21 @@
|
|
|
1
|
-
import type { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, AutoAcceptSharedAttachmentsValue, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsSupportValue, EncryptionSupportOptionValue, ExcessCapacityTerminationPolicy, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, Ipv6SupportValue, ManagedResourceDefaultVisibility, MarketType, MembershipType, NestedVirtualizationSpecification, OperationType, PayerResponsibility, PublicIpDnsOption, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RouteServerPersistRoutesAction, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TargetStorageTier, TpmSupportValues, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy, VpnEcmpSupportValue, VpnTunnelBandwidth } from "./enums";
|
|
1
|
+
import type { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, AutoAcceptSharedAttachmentsValue, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsSupportValue, EncryptionSupportOptionValue, ExcessCapacityTerminationPolicy, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, Ipv6SupportValue, ManagedResourceDefaultVisibility, MarketType, MembershipType, NestedVirtualizationSpecification, OperationType, PayerResponsibility, PayerResponsibilityScope, PayerResponsibilityType, PublicIpDnsOption, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RouteServerPersistRoutesAction, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TargetStorageTier, TpmSupportValues, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy, VpnEcmpSupportValue, VpnTunnelBandwidth } from "./enums";
|
|
2
2
|
import type { AddedPrincipal, AddPrefixListEntry, AddressAttribute, ByoipCidr, CapacityReservation, ClientVpnAuthorizationRuleStatus, EnaSrdSpecification, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayClientVpnAttachment, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
|
|
3
|
-
import type { AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, CreditSpecificationRequest, ElasticGpuSpecification, ExternalAuthorityConfiguration, IcmpTypeCode, InstanceIpv6Address, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, Placement, RouteServer, VpcEncryptionControl } from "./models_1";
|
|
4
|
-
import type { DnsOptionsSpecification, IKEVersionsRequestListValue, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorPortRangeRequest, TrafficMirrorSession, TransitGateway, TransitGatewayMeteringPolicy, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
3
|
+
import type { AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, CreditSpecificationRequest, ElasticGpuSpecification, ExternalAuthorityConfiguration, IcmpTypeCode, InstanceIpv6Address, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, Placement, RouteServer, VpcEncryptionControl } from "./models_1";
|
|
4
|
+
import type { DnsOptionsSpecification, IKEVersionsRequestListValue, PayerResponsibilityEntry, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorPortRangeRequest, TrafficMirrorSession, TransitGateway, TransitGatewayMeteringPolicy, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
5
5
|
import type { Byoasn, CapacityBlock, CapacityBlockExtension, ClientVpnConnectionStatus, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
|
|
6
|
-
import type { AttributeBooleanValue, CreateVolumePermission, InstanceNetworkInterfaceSpecification, InstanceState, LaunchTemplateConfig, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SpotFleetRequestConfigData,
|
|
7
|
-
import type { VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
|
|
6
|
+
import type { AttributeBooleanValue, CreateVolumePermission, InstanceNetworkInterfaceSpecification, InstanceState, LaunchTemplateConfig, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SpotFleetRequestConfigData, SpotPlacement } from "./models_4";
|
|
7
|
+
import type { SpotInstanceRequest, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
|
|
8
8
|
import type { CapacityManagerMonitoredTagKey, CapacityReservationSpecification, EnclaveOptionsRequest, ManagedResourceVisibilitySettings, Purchase } from "./models_6";
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface ModifyIpamResourceDiscoveryResult {
|
|
13
|
+
/**
|
|
14
|
+
* <p>A resource discovery.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
18
|
+
}
|
|
9
19
|
/**
|
|
10
20
|
* @public
|
|
11
21
|
*/
|
|
@@ -2480,6 +2490,53 @@ export interface ModifyVpcEndpointConnectionNotificationResult {
|
|
|
2480
2490
|
*/
|
|
2481
2491
|
ReturnValue?: boolean | undefined;
|
|
2482
2492
|
}
|
|
2493
|
+
/**
|
|
2494
|
+
* @public
|
|
2495
|
+
*/
|
|
2496
|
+
export interface ModifyVpcEndpointPayerResponsibilityRequest {
|
|
2497
|
+
/**
|
|
2498
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
2499
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
2500
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
2501
|
+
* @public
|
|
2502
|
+
*/
|
|
2503
|
+
DryRun?: boolean | undefined;
|
|
2504
|
+
/**
|
|
2505
|
+
* <p>The ID of the VPC endpoint service.</p>
|
|
2506
|
+
* @public
|
|
2507
|
+
*/
|
|
2508
|
+
ServiceId?: string | undefined;
|
|
2509
|
+
/**
|
|
2510
|
+
* <p>The ID of the VPC endpoint.</p>
|
|
2511
|
+
* @public
|
|
2512
|
+
*/
|
|
2513
|
+
VpcEndpointId: string | undefined;
|
|
2514
|
+
/**
|
|
2515
|
+
* <p>The Amazon Web Services account to which the usage of VPC endpoint is charged.</p>
|
|
2516
|
+
* @public
|
|
2517
|
+
*/
|
|
2518
|
+
PayerResponsibility: PayerResponsibilityType | undefined;
|
|
2519
|
+
/**
|
|
2520
|
+
* <p>The scope of usage/charges for which the billing account is being modified.</p>
|
|
2521
|
+
* @public
|
|
2522
|
+
*/
|
|
2523
|
+
Scope: PayerResponsibilityScope | undefined;
|
|
2524
|
+
}
|
|
2525
|
+
/**
|
|
2526
|
+
* @public
|
|
2527
|
+
*/
|
|
2528
|
+
export interface ModifyVpcEndpointPayerResponsibilityResult {
|
|
2529
|
+
/**
|
|
2530
|
+
* <p>The ID of the VPC endpoint.</p>
|
|
2531
|
+
* @public
|
|
2532
|
+
*/
|
|
2533
|
+
VpcEndpointId?: string | undefined;
|
|
2534
|
+
/**
|
|
2535
|
+
* <p>The payer responsibility settings for the VPC endpoint.</p>
|
|
2536
|
+
* @public
|
|
2537
|
+
*/
|
|
2538
|
+
PayerResponsibilities?: PayerResponsibilityEntry[] | undefined;
|
|
2539
|
+
}
|
|
2483
2540
|
/**
|
|
2484
2541
|
* @public
|
|
2485
2542
|
*/
|
|
@@ -8409,13 +8466,3 @@ export interface WithdrawByoipCidrRequest {
|
|
|
8409
8466
|
*/
|
|
8410
8467
|
DryRun?: boolean | undefined;
|
|
8411
8468
|
}
|
|
8412
|
-
/**
|
|
8413
|
-
* @public
|
|
8414
|
-
*/
|
|
8415
|
-
export interface WithdrawByoipCidrResult {
|
|
8416
|
-
/**
|
|
8417
|
-
* <p>Information about the address pool.</p>
|
|
8418
|
-
* @public
|
|
8419
|
-
*/
|
|
8420
|
-
ByoipCidr?: ByoipCidr | undefined;
|
|
8421
|
-
}
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|