@aws-sdk/client-ec2 3.623.0 → 3.627.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.
Files changed (54) hide show
  1. package/dist-cjs/index.js +149 -99
  2. package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
  3. package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
  4. package/dist-es/models/models_0.js +9 -0
  5. package/dist-es/models/models_3.js +0 -4
  6. package/dist-es/models/models_4.js +4 -6
  7. package/dist-es/models/models_5.js +7 -5
  8. package/dist-es/models/models_6.js +9 -8
  9. package/dist-es/models/models_7.js +10 -2
  10. package/dist-es/protocols/Aws_ec2.js +30 -0
  11. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -0
  12. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -0
  13. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -0
  15. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -0
  16. package/dist-types/commands/CreateIpamCommand.d.ts +2 -0
  17. package/dist-types/commands/CreateSubnetCommand.d.ts +2 -0
  18. package/dist-types/commands/CreateVpcCommand.d.ts +2 -0
  19. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -2
  22. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -0
  24. package/dist-types/commands/DescribeVpcsCommand.d.ts +2 -0
  25. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -0
  26. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -0
  27. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -2
  28. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
  29. package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
  30. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  31. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -2
  32. package/dist-types/models/models_0.d.ts +45 -127
  33. package/dist-types/models/models_1.d.ts +138 -62
  34. package/dist-types/models/models_2.d.ts +62 -30
  35. package/dist-types/models/models_3.d.ts +31 -214
  36. package/dist-types/models/models_4.d.ts +215 -314
  37. package/dist-types/models/models_5.d.ts +312 -42
  38. package/dist-types/models/models_6.d.ts +67 -73
  39. package/dist-types/models/models_7.d.ts +75 -5
  40. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +2 -4
  41. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +2 -4
  42. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +4 -2
  43. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +4 -2
  44. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +4 -2
  46. package/dist-types/ts3.4/models/models_0.d.ts +16 -26
  47. package/dist-types/ts3.4/models/models_1.d.ts +32 -12
  48. package/dist-types/ts3.4/models/models_2.d.ts +12 -10
  49. package/dist-types/ts3.4/models/models_3.d.ts +9 -43
  50. package/dist-types/ts3.4/models/models_4.d.ts +45 -41
  51. package/dist-types/ts3.4/models/models_5.d.ts +43 -12
  52. package/dist-types/ts3.4/models/models_6.d.ts +21 -22
  53. package/dist-types/ts3.4/models/models_7.d.ts +31 -3
  54. package/package.json +5 -5
@@ -1,4 +1,131 @@
1
- import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, InstanceEventWindow, NatGatewayAddress, PortRange, Protocol, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
1
+ import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CapacityReservationFleetState, CapacityReservationInstancePlatform, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, InstanceEventWindow, NatGatewayAddress, PortRange, Protocol, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
2
+ /**
3
+ * <p>Information about a Capacity Reservation in a Capacity Reservation Fleet.</p>
4
+ * @public
5
+ */
6
+ export interface FleetCapacityReservation {
7
+ /**
8
+ * <p>The ID of the Capacity Reservation.</p>
9
+ * @public
10
+ */
11
+ CapacityReservationId?: string;
12
+ /**
13
+ * <p>The ID of the Availability Zone in which the Capacity Reservation reserves capacity.</p>
14
+ * @public
15
+ */
16
+ AvailabilityZoneId?: string;
17
+ /**
18
+ * <p>The instance type for which the Capacity Reservation reserves capacity.</p>
19
+ * @public
20
+ */
21
+ InstanceType?: _InstanceType;
22
+ /**
23
+ * <p>The type of operating system for which the Capacity Reservation reserves capacity.</p>
24
+ * @public
25
+ */
26
+ InstancePlatform?: CapacityReservationInstancePlatform;
27
+ /**
28
+ * <p>The Availability Zone in which the Capacity Reservation reserves capacity.</p>
29
+ * @public
30
+ */
31
+ AvailabilityZone?: string;
32
+ /**
33
+ * <p>The total number of instances for which the Capacity Reservation reserves capacity.</p>
34
+ * @public
35
+ */
36
+ TotalInstanceCount?: number;
37
+ /**
38
+ * <p>The number of capacity units fulfilled by the Capacity Reservation. For more information,
39
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
40
+ * capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
41
+ * @public
42
+ */
43
+ FulfilledCapacity?: number;
44
+ /**
45
+ * <p>Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.</p>
46
+ * @public
47
+ */
48
+ EbsOptimized?: boolean;
49
+ /**
50
+ * <p>The date and time at which the Capacity Reservation was created.</p>
51
+ * @public
52
+ */
53
+ CreateDate?: Date;
54
+ /**
55
+ * <p>The weight of the instance type in the Capacity Reservation Fleet. For more information, see
56
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-weight">Instance type
57
+ * weight</a> in the <i>Amazon EC2 User Guide</i>.</p>
58
+ * @public
59
+ */
60
+ Weight?: number;
61
+ /**
62
+ * <p>The priority of the instance type in the Capacity Reservation Fleet. For more information,
63
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-priority">Instance type
64
+ * priority</a> in the <i>Amazon EC2 User Guide</i>.</p>
65
+ * @public
66
+ */
67
+ Priority?: number;
68
+ }
69
+ /**
70
+ * @public
71
+ */
72
+ export interface CreateCapacityReservationFleetResult {
73
+ /**
74
+ * <p>The ID of the Capacity Reservation Fleet.</p>
75
+ * @public
76
+ */
77
+ CapacityReservationFleetId?: string;
78
+ /**
79
+ * <p>The status of the Capacity Reservation Fleet.</p>
80
+ * @public
81
+ */
82
+ State?: CapacityReservationFleetState;
83
+ /**
84
+ * <p>The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.</p>
85
+ * @public
86
+ */
87
+ TotalTargetCapacity?: number;
88
+ /**
89
+ * <p>The requested capacity units that have been successfully reserved.</p>
90
+ * @public
91
+ */
92
+ TotalFulfilledCapacity?: number;
93
+ /**
94
+ * <p>The instance matching criteria for the Capacity Reservation Fleet.</p>
95
+ * @public
96
+ */
97
+ InstanceMatchCriteria?: FleetInstanceMatchCriteria;
98
+ /**
99
+ * <p>The allocation strategy used by the Capacity Reservation Fleet.</p>
100
+ * @public
101
+ */
102
+ AllocationStrategy?: string;
103
+ /**
104
+ * <p>The date and time at which the Capacity Reservation Fleet was created.</p>
105
+ * @public
106
+ */
107
+ CreateTime?: Date;
108
+ /**
109
+ * <p>The date and time at which the Capacity Reservation Fleet expires.</p>
110
+ * @public
111
+ */
112
+ EndDate?: Date;
113
+ /**
114
+ * <p>Indicates the tenancy of Capacity Reservation Fleet.</p>
115
+ * @public
116
+ */
117
+ Tenancy?: FleetCapacityReservationTenancy;
118
+ /**
119
+ * <p>Information about the individual Capacity Reservations in the Capacity Reservation Fleet.</p>
120
+ * @public
121
+ */
122
+ FleetCapacityReservations?: FleetCapacityReservation[];
123
+ /**
124
+ * <p>The tags assigned to the Capacity Reservation Fleet.</p>
125
+ * @public
126
+ */
127
+ Tags?: Tag[];
128
+ }
2
129
  /**
3
130
  * @public
4
131
  */
@@ -4776,6 +4903,11 @@ export interface CreateIpamRequest {
4776
4903
  * @public
4777
4904
  */
4778
4905
  Tier?: IpamTier;
4906
+ /**
4907
+ * <p>Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.</p>
4908
+ * @public
4909
+ */
4910
+ EnablePrivateGua?: boolean;
4779
4911
  }
4780
4912
  /**
4781
4913
  * <p>The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
@@ -4899,6 +5031,11 @@ export interface Ipam {
4899
5031
  * @public
4900
5032
  */
4901
5033
  Tier?: IpamTier;
5034
+ /**
5035
+ * <p>Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.</p>
5036
+ * @public
5037
+ */
5038
+ EnablePrivateGua?: boolean;
4902
5039
  }
4903
5040
  /**
4904
5041
  * @public
@@ -9989,67 +10126,6 @@ export interface CreateNetworkInterfaceRequest {
9989
10126
  */
9990
10127
  ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
9991
10128
  }
9992
- /**
9993
- * <p>Describes association information for an Elastic IP address (IPv4 only), or a Carrier
9994
- * IP address (for a network interface which resides in a subnet in a Wavelength
9995
- * Zone).</p>
9996
- * @public
9997
- */
9998
- export interface NetworkInterfaceAssociation {
9999
- /**
10000
- * <p>The allocation ID.</p>
10001
- * @public
10002
- */
10003
- AllocationId?: string;
10004
- /**
10005
- * <p>The association ID.</p>
10006
- * @public
10007
- */
10008
- AssociationId?: string;
10009
- /**
10010
- * <p>The ID of the Elastic IP address owner.</p>
10011
- * @public
10012
- */
10013
- IpOwnerId?: string;
10014
- /**
10015
- * <p>The public DNS name.</p>
10016
- * @public
10017
- */
10018
- PublicDnsName?: string;
10019
- /**
10020
- * <p>The address of the Elastic IP address bound to the network
10021
- * interface.</p>
10022
- * @public
10023
- */
10024
- PublicIp?: string;
10025
- /**
10026
- * <p>The customer-owned IP address associated with the network interface.</p>
10027
- * @public
10028
- */
10029
- CustomerOwnedIp?: string;
10030
- /**
10031
- * <p>The carrier IP address associated with the network interface.</p>
10032
- * <p>This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.</p>
10033
- * @public
10034
- */
10035
- CarrierIp?: string;
10036
- }
10037
- /**
10038
- * <p>ENA Express is compatible with both TCP and UDP transport protocols. When it's enabled, TCP traffic
10039
- * automatically uses it. However, some UDP-based applications are designed to handle network packets that are
10040
- * out of order, without a need for retransmission, such as live video broadcasting or other near-real-time
10041
- * applications. For UDP traffic, you can specify whether to use ENA Express, based on your application
10042
- * environment needs.</p>
10043
- * @public
10044
- */
10045
- export interface AttachmentEnaSrdUdpSpecification {
10046
- /**
10047
- * <p>Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting,
10048
- * you must first enable ENA Express.</p>
10049
- * @public
10050
- */
10051
- EnaSrdUdpEnabled?: boolean;
10052
- }
10053
10129
  /**
10054
10130
  * @internal
10055
10131
  */
@@ -1,5 +1,66 @@
1
1
  import { ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv4PrefixSpecification, Ipv6SupportValue, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
- import { AttachmentEnaSrdUdpSpecification, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, GatewayType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, NetworkInterfaceAssociation, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
2
+ import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, GatewayType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
3
+ /**
4
+ * <p>Describes association information for an Elastic IP address (IPv4 only), or a Carrier
5
+ * IP address (for a network interface which resides in a subnet in a Wavelength
6
+ * Zone).</p>
7
+ * @public
8
+ */
9
+ export interface NetworkInterfaceAssociation {
10
+ /**
11
+ * <p>The allocation ID.</p>
12
+ * @public
13
+ */
14
+ AllocationId?: string;
15
+ /**
16
+ * <p>The association ID.</p>
17
+ * @public
18
+ */
19
+ AssociationId?: string;
20
+ /**
21
+ * <p>The ID of the Elastic IP address owner.</p>
22
+ * @public
23
+ */
24
+ IpOwnerId?: string;
25
+ /**
26
+ * <p>The public DNS name.</p>
27
+ * @public
28
+ */
29
+ PublicDnsName?: string;
30
+ /**
31
+ * <p>The address of the Elastic IP address bound to the network
32
+ * interface.</p>
33
+ * @public
34
+ */
35
+ PublicIp?: string;
36
+ /**
37
+ * <p>The customer-owned IP address associated with the network interface.</p>
38
+ * @public
39
+ */
40
+ CustomerOwnedIp?: string;
41
+ /**
42
+ * <p>The carrier IP address associated with the network interface.</p>
43
+ * <p>This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.</p>
44
+ * @public
45
+ */
46
+ CarrierIp?: string;
47
+ }
48
+ /**
49
+ * <p>ENA Express is compatible with both TCP and UDP transport protocols. When it's enabled, TCP traffic
50
+ * automatically uses it. However, some UDP-based applications are designed to handle network packets that are
51
+ * out of order, without a need for retransmission, such as live video broadcasting or other near-real-time
52
+ * applications. For UDP traffic, you can specify whether to use ENA Express, based on your application
53
+ * environment needs.</p>
54
+ * @public
55
+ */
56
+ export interface AttachmentEnaSrdUdpSpecification {
57
+ /**
58
+ * <p>Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting,
59
+ * you must first enable ENA Express.</p>
60
+ * @public
61
+ */
62
+ EnaSrdUdpEnabled?: boolean;
63
+ }
3
64
  /**
4
65
  * <p>ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the
5
66
  * maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances.
@@ -7972,35 +8033,6 @@ export interface DeleteLocalGatewayRouteRequest {
7972
8033
  */
7973
8034
  DestinationPrefixListId?: string;
7974
8035
  }
7975
- /**
7976
- * @public
7977
- */
7978
- export interface DeleteLocalGatewayRouteResult {
7979
- /**
7980
- * <p>Information about the route.</p>
7981
- * @public
7982
- */
7983
- Route?: LocalGatewayRoute;
7984
- }
7985
- /**
7986
- * @public
7987
- */
7988
- export interface DeleteLocalGatewayRouteTableRequest {
7989
- /**
7990
- * <p>
7991
- * The ID of the local gateway route table.
7992
- * </p>
7993
- * @public
7994
- */
7995
- LocalGatewayRouteTableId: string | undefined;
7996
- /**
7997
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7998
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7999
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8000
- * @public
8001
- */
8002
- DryRun?: boolean;
8003
- }
8004
8036
  /**
8005
8037
  * @internal
8006
8038
  */
@@ -1,6 +1,35 @@
1
- import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
- import { AttributeValue, BlockDeviceMapping, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
1
+ import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
+ import { AttributeValue, BlockDeviceMapping, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
3
  import { FleetStateCode, GroupIdentifier, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DeleteLocalGatewayRouteResult {
8
+ /**
9
+ * <p>Information about the route.</p>
10
+ * @public
11
+ */
12
+ Route?: LocalGatewayRoute;
13
+ }
14
+ /**
15
+ * @public
16
+ */
17
+ export interface DeleteLocalGatewayRouteTableRequest {
18
+ /**
19
+ * <p>
20
+ * The ID of the local gateway route table.
21
+ * </p>
22
+ * @public
23
+ */
24
+ LocalGatewayRouteTableId: string | undefined;
25
+ /**
26
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
27
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
28
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
29
+ * @public
30
+ */
31
+ DryRun?: boolean;
32
+ }
4
33
  /**
5
34
  * @public
6
35
  */
@@ -7938,218 +7967,6 @@ export declare const TpmSupportValues: {
7938
7967
  * @public
7939
7968
  */
7940
7969
  export type TpmSupportValues = (typeof TpmSupportValues)[keyof typeof TpmSupportValues];
7941
- /**
7942
- * @public
7943
- * @enum
7944
- */
7945
- export declare const VirtualizationType: {
7946
- readonly hvm: "hvm";
7947
- readonly paravirtual: "paravirtual";
7948
- };
7949
- /**
7950
- * @public
7951
- */
7952
- export type VirtualizationType = (typeof VirtualizationType)[keyof typeof VirtualizationType];
7953
- /**
7954
- * <p>Describes an image.</p>
7955
- * @public
7956
- */
7957
- export interface Image {
7958
- /**
7959
- * <p>The architecture of the image.</p>
7960
- * @public
7961
- */
7962
- Architecture?: ArchitectureValues;
7963
- /**
7964
- * <p>The date and time the image was created.</p>
7965
- * @public
7966
- */
7967
- CreationDate?: string;
7968
- /**
7969
- * <p>The ID of the AMI.</p>
7970
- * @public
7971
- */
7972
- ImageId?: string;
7973
- /**
7974
- * <p>The location of the AMI.</p>
7975
- * @public
7976
- */
7977
- ImageLocation?: string;
7978
- /**
7979
- * <p>The type of image.</p>
7980
- * @public
7981
- */
7982
- ImageType?: ImageTypeValues;
7983
- /**
7984
- * <p>Indicates whether the image has public launch permissions. The value is <code>true</code> if
7985
- * this image has public launch permissions or <code>false</code>
7986
- * if it has only implicit and explicit launch permissions.</p>
7987
- * @public
7988
- */
7989
- Public?: boolean;
7990
- /**
7991
- * <p>The kernel associated with the image, if any. Only applicable for machine images.</p>
7992
- * @public
7993
- */
7994
- KernelId?: string;
7995
- /**
7996
- * <p>The ID of the Amazon Web Services account that owns the image.</p>
7997
- * @public
7998
- */
7999
- OwnerId?: string;
8000
- /**
8001
- * <p>This value is set to <code>windows</code> for Windows AMIs; otherwise, it is blank.</p>
8002
- * @public
8003
- */
8004
- Platform?: PlatformValues;
8005
- /**
8006
- * <p>The platform details associated with the billing code of the AMI. For more information,
8007
- * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html">Understand
8008
- * AMI billing information</a> in the <i>Amazon EC2 User Guide</i>.</p>
8009
- * @public
8010
- */
8011
- PlatformDetails?: string;
8012
- /**
8013
- * <p>The operation of the Amazon EC2 instance and the billing code that is associated with the AMI.
8014
- * <code>usageOperation</code> corresponds to the <a href="https://docs.aws.amazon.com/cur/latest/userguide/Lineitem-columns.html#Lineitem-details-O-Operation">lineitem/Operation</a> column on your Amazon Web Services Cost and Usage Report and in the <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html">Amazon Web Services Price
8015
- * List API</a>. You can view these fields on the <b>Instances</b> or
8016
- * <b>AMIs</b> pages in the Amazon EC2 console, or in the responses that are
8017
- * returned by the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html">DescribeImages</a>
8018
- * command in the Amazon EC2 API, or the <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-images.html">describe-images</a>
8019
- * command in the CLI.</p>
8020
- * @public
8021
- */
8022
- UsageOperation?: string;
8023
- /**
8024
- * <p>Any product codes associated with the AMI.</p>
8025
- * @public
8026
- */
8027
- ProductCodes?: ProductCode[];
8028
- /**
8029
- * <p>The RAM disk associated with the image, if any. Only applicable for machine images.</p>
8030
- * @public
8031
- */
8032
- RamdiskId?: string;
8033
- /**
8034
- * <p>The current state of the AMI. If the state is <code>available</code>, the image is successfully registered and can be used to launch an instance.</p>
8035
- * @public
8036
- */
8037
- State?: ImageState;
8038
- /**
8039
- * <p>Any block device mapping entries.</p>
8040
- * @public
8041
- */
8042
- BlockDeviceMappings?: BlockDeviceMapping[];
8043
- /**
8044
- * <p>The description of the AMI that was provided during image creation.</p>
8045
- * @public
8046
- */
8047
- Description?: string;
8048
- /**
8049
- * <p>Specifies whether enhanced networking with ENA is enabled.</p>
8050
- * @public
8051
- */
8052
- EnaSupport?: boolean;
8053
- /**
8054
- * <p>The hypervisor type of the image. Only <code>xen</code> is supported. <code>ovm</code> is
8055
- * not supported.</p>
8056
- * @public
8057
- */
8058
- Hypervisor?: HypervisorType;
8059
- /**
8060
- * <p>The owner alias (<code>amazon</code> | <code>aws-marketplace</code>).</p>
8061
- * @public
8062
- */
8063
- ImageOwnerAlias?: string;
8064
- /**
8065
- * <p>The name of the AMI that was provided during image creation.</p>
8066
- * @public
8067
- */
8068
- Name?: string;
8069
- /**
8070
- * <p>The device name of the root device volume (for example, <code>/dev/sda1</code>).</p>
8071
- * @public
8072
- */
8073
- RootDeviceName?: string;
8074
- /**
8075
- * <p>The type of root device used by the AMI. The AMI can use an Amazon EBS volume or an instance store volume.</p>
8076
- * @public
8077
- */
8078
- RootDeviceType?: DeviceType;
8079
- /**
8080
- * <p>Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.</p>
8081
- * @public
8082
- */
8083
- SriovNetSupport?: string;
8084
- /**
8085
- * <p>The reason for the state change.</p>
8086
- * @public
8087
- */
8088
- StateReason?: StateReason;
8089
- /**
8090
- * <p>Any tags assigned to the image.</p>
8091
- * @public
8092
- */
8093
- Tags?: Tag[];
8094
- /**
8095
- * <p>The type of virtualization of the AMI.</p>
8096
- * @public
8097
- */
8098
- VirtualizationType?: VirtualizationType;
8099
- /**
8100
- * <p>The boot mode of the image. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html">Boot modes</a> in the
8101
- * <i>Amazon EC2 User Guide</i>.</p>
8102
- * @public
8103
- */
8104
- BootMode?: BootModeValues;
8105
- /**
8106
- * <p>If the image is configured for NitroTPM support, the value is <code>v2.0</code>.
8107
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html">NitroTPM</a> in the
8108
- * <i>Amazon EC2 User Guide</i>.</p>
8109
- * @public
8110
- */
8111
- TpmSupport?: TpmSupportValues;
8112
- /**
8113
- * <p>The date and time to deprecate the AMI, in UTC, in the following format:
8114
- * <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z.
8115
- * If you specified a value for seconds, Amazon EC2 rounds the seconds to the
8116
- * nearest minute.</p>
8117
- * @public
8118
- */
8119
- DeprecationTime?: string;
8120
- /**
8121
- * <p>If <code>v2.0</code>, it indicates that IMDSv2 is specified in the AMI. Instances launched
8122
- * from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so
8123
- * that, by default, the instance requires that IMDSv2 is used when requesting instance metadata.
8124
- * In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more
8125
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure
8126
- * the AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
8127
- * @public
8128
- */
8129
- ImdsSupport?: ImdsSupportValues;
8130
- /**
8131
- * <p>The ID of the instance that the AMI was created from if the AMI was created using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html">CreateImage</a>. This field only appears if the AMI was created using
8132
- * CreateImage.</p>
8133
- * @public
8134
- */
8135
- SourceInstanceId?: string;
8136
- /**
8137
- * <p>Indicates whether deregistration protection is enabled for the AMI.</p>
8138
- * @public
8139
- */
8140
- DeregistrationProtection?: string;
8141
- /**
8142
- * <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
8143
- * format</a>, when the AMI was last used to launch an EC2 instance. When the AMI is used
8144
- * to launch an instance, there is a 24-hour delay before that usage is reported.</p>
8145
- * <note>
8146
- * <p>
8147
- * <code>lastLaunchedTime</code> data is available starting April 2017.</p>
8148
- * </note>
8149
- * @public
8150
- */
8151
- LastLaunchedTime?: string;
8152
- }
8153
7970
  /**
8154
7971
  * @internal
8155
7972
  */