@aws-sdk/client-ec2 3.624.0 → 3.629.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 (84) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +371 -152
  3. package/dist-es/EC2.js +4 -0
  4. package/dist-es/commands/CreateCapacityReservationBySplittingCommand.js +24 -0
  5. package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
  6. package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
  7. package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
  8. package/dist-es/commands/MoveCapacityReservationInstancesCommand.js +24 -0
  9. package/dist-es/commands/index.js +2 -0
  10. package/dist-es/models/models_0.js +9 -3
  11. package/dist-es/models/models_1.js +3 -5
  12. package/dist-es/models/models_2.js +5 -0
  13. package/dist-es/models/models_3.js +0 -17
  14. package/dist-es/models/models_4.js +17 -10
  15. package/dist-es/models/models_5.js +11 -9
  16. package/dist-es/models/models_6.js +13 -16
  17. package/dist-es/models/models_7.js +18 -2
  18. package/dist-es/protocols/Aws_ec2.js +169 -8
  19. package/dist-types/EC2.d.ts +14 -0
  20. package/dist-types/EC2Client.d.ts +4 -2
  21. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -0
  22. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -0
  23. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +148 -0
  24. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -0
  26. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -0
  27. package/dist-types/commands/CreateIpamCommand.d.ts +2 -0
  28. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -2
  29. package/dist-types/commands/CreateSubnetCommand.d.ts +2 -0
  30. package/dist-types/commands/CreateVpcCommand.d.ts +2 -0
  31. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -0
  32. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -2
  35. package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -0
  37. package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -0
  38. package/dist-types/commands/DescribeVpcsCommand.d.ts +2 -0
  39. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -0
  40. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -0
  41. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -1
  42. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -2
  43. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
  44. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +5 -5
  45. package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
  46. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -1
  47. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  48. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -2
  49. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +157 -0
  50. package/dist-types/commands/index.d.ts +2 -0
  51. package/dist-types/models/models_0.d.ts +108 -226
  52. package/dist-types/models/models_1.d.ts +236 -211
  53. package/dist-types/models/models_2.d.ts +214 -78
  54. package/dist-types/models/models_3.d.ts +77 -244
  55. package/dist-types/models/models_4.d.ts +248 -365
  56. package/dist-types/models/models_5.d.ts +359 -64
  57. package/dist-types/models/models_6.d.ts +101 -309
  58. package/dist-types/models/models_7.d.ts +370 -5
  59. package/dist-types/protocols/Aws_ec2.d.ts +18 -0
  60. package/dist-types/ts3.4/EC2.d.ts +40 -0
  61. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  62. package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +40 -0
  63. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +4 -2
  65. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -4
  66. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -4
  69. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +4 -2
  70. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +4 -2
  73. package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +40 -0
  74. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  75. package/dist-types/ts3.4/models/models_0.d.ts +28 -44
  76. package/dist-types/ts3.4/models/models_1.d.ts +50 -39
  77. package/dist-types/ts3.4/models/models_2.d.ts +44 -20
  78. package/dist-types/ts3.4/models/models_3.d.ts +22 -60
  79. package/dist-types/ts3.4/models/models_4.d.ts +59 -51
  80. package/dist-types/ts3.4/models/models_5.d.ts +52 -21
  81. package/dist-types/ts3.4/models/models_6.d.ts +33 -62
  82. package/dist-types/ts3.4/models/models_7.d.ts +79 -3
  83. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
  84. package/package.json +5 -5
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DeleteLocalGatewayRouteTableRequest } from "../models/models_2";
9
- import { DeleteLocalGatewayRouteTableResult } from "../models/models_3";
8
+ import {
9
+ DeleteLocalGatewayRouteTableRequest,
10
+ DeleteLocalGatewayRouteTableResult,
11
+ } from "../models/models_3";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DeleteLocalGatewayRouteTableCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- GetInstanceMetadataDefaultsRequest,
10
- GetInstanceMetadataDefaultsResult,
11
- } from "../models/models_5";
8
+ import { GetInstanceMetadataDefaultsRequest } from "../models/models_5";
9
+ import { GetInstanceMetadataDefaultsResult } from "../models/models_6";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface GetInstanceMetadataDefaultsCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { GetInstanceTpmEkPubRequest } from "../models/models_5";
9
- import { GetInstanceTpmEkPubResult } from "../models/models_6";
8
+ import {
9
+ GetInstanceTpmEkPubRequest,
10
+ GetInstanceTpmEkPubResult,
11
+ } from "../models/models_6";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface GetInstanceTpmEkPubCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- ModifyVpnTunnelCertificateRequest,
10
- ModifyVpnTunnelCertificateResult,
11
- } from "../models/models_6";
8
+ import { ModifyVpnTunnelCertificateRequest } from "../models/models_6";
9
+ import { ModifyVpnTunnelCertificateResult } from "../models/models_7";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ModifyVpnTunnelCertificateCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyVpnTunnelOptionsRequest,
10
10
  ModifyVpnTunnelOptionsResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyVpnTunnelOptionsCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { MonitorInstancesRequest } from "../models/models_6";
9
- import { MonitorInstancesResult } from "../models/models_7";
8
+ import {
9
+ MonitorInstancesRequest,
10
+ MonitorInstancesResult,
11
+ } from "../models/models_7";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface MonitorInstancesCommandInput extends MonitorInstancesRequest {}
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ MoveCapacityReservationInstancesRequest,
10
+ MoveCapacityReservationInstancesResult,
11
+ } from "../models/models_7";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface MoveCapacityReservationInstancesCommandInput
15
+ extends MoveCapacityReservationInstancesRequest {}
16
+ export interface MoveCapacityReservationInstancesCommandOutput
17
+ extends MoveCapacityReservationInstancesResult,
18
+ __MetadataBearer {}
19
+ declare const MoveCapacityReservationInstancesCommand_base: {
20
+ new (
21
+ input: MoveCapacityReservationInstancesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ MoveCapacityReservationInstancesCommandInput,
24
+ MoveCapacityReservationInstancesCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: MoveCapacityReservationInstancesCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ MoveCapacityReservationInstancesCommandInput,
33
+ MoveCapacityReservationInstancesCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class MoveCapacityReservationInstancesCommand extends MoveCapacityReservationInstancesCommand_base {}
@@ -53,6 +53,7 @@ export * from "./ConfirmProductInstanceCommand";
53
53
  export * from "./CopyFpgaImageCommand";
54
54
  export * from "./CopyImageCommand";
55
55
  export * from "./CopySnapshotCommand";
56
+ export * from "./CreateCapacityReservationBySplittingCommand";
56
57
  export * from "./CreateCapacityReservationCommand";
57
58
  export * from "./CreateCapacityReservationFleetCommand";
58
59
  export * from "./CreateCarrierGatewayCommand";
@@ -556,6 +557,7 @@ export * from "./ModifyVpnTunnelOptionsCommand";
556
557
  export * from "./MonitorInstancesCommand";
557
558
  export * from "./MoveAddressToVpcCommand";
558
559
  export * from "./MoveByoipCidrToIpamCommand";
560
+ export * from "./MoveCapacityReservationInstancesCommand";
559
561
  export * from "./ProvisionByoipCidrCommand";
560
562
  export * from "./ProvisionIpamByoasnCommand";
561
563
  export * from "./ProvisionIpamPoolCidrCommand";
@@ -1199,6 +1199,18 @@ export interface AssociateSubnetCidrBlockRequest {
1199
1199
  Ipv6IpamPoolId?: string;
1200
1200
  Ipv6NetmaskLength?: number;
1201
1201
  }
1202
+ export declare const IpSource: {
1203
+ readonly amazon: "amazon";
1204
+ readonly byoip: "byoip";
1205
+ readonly none: "none";
1206
+ };
1207
+ export type IpSource = (typeof IpSource)[keyof typeof IpSource];
1208
+ export declare const Ipv6AddressAttribute: {
1209
+ readonly private: "private";
1210
+ readonly public: "public";
1211
+ };
1212
+ export type Ipv6AddressAttribute =
1213
+ (typeof Ipv6AddressAttribute)[keyof typeof Ipv6AddressAttribute];
1202
1214
  export declare const SubnetCidrBlockStateCode: {
1203
1215
  readonly associated: "associated";
1204
1216
  readonly associating: "associating";
@@ -1217,6 +1229,8 @@ export interface SubnetIpv6CidrBlockAssociation {
1217
1229
  AssociationId?: string;
1218
1230
  Ipv6CidrBlock?: string;
1219
1231
  Ipv6CidrBlockState?: SubnetCidrBlockState;
1232
+ Ipv6AddressAttribute?: Ipv6AddressAttribute;
1233
+ IpSource?: IpSource;
1220
1234
  }
1221
1235
  export interface AssociateSubnetCidrBlockResult {
1222
1236
  Ipv6CidrBlockAssociation?: SubnetIpv6CidrBlockAssociation;
@@ -1333,6 +1347,8 @@ export interface VpcIpv6CidrBlockAssociation {
1333
1347
  Ipv6CidrBlockState?: VpcCidrBlockState;
1334
1348
  NetworkBorderGroup?: string;
1335
1349
  Ipv6Pool?: string;
1350
+ Ipv6AddressAttribute?: Ipv6AddressAttribute;
1351
+ IpSource?: IpSource;
1336
1352
  }
1337
1353
  export interface AssociateVpcCidrBlockResult {
1338
1354
  Ipv6CidrBlockAssociation?: VpcIpv6CidrBlockAssociation;
@@ -1985,6 +2001,18 @@ export interface CapacityReservation {
1985
2001
  export interface CreateCapacityReservationResult {
1986
2002
  CapacityReservation?: CapacityReservation;
1987
2003
  }
2004
+ export interface CreateCapacityReservationBySplittingRequest {
2005
+ DryRun?: boolean;
2006
+ ClientToken?: string;
2007
+ SourceCapacityReservationId: string | undefined;
2008
+ InstanceCount: number | undefined;
2009
+ TagSpecifications?: TagSpecification[];
2010
+ }
2011
+ export interface CreateCapacityReservationBySplittingResult {
2012
+ SourceCapacityReservation?: CapacityReservation;
2013
+ DestinationCapacityReservation?: CapacityReservation;
2014
+ InstanceCount?: number;
2015
+ }
1988
2016
  export declare const FleetInstanceMatchCriteria: {
1989
2017
  readonly open: "open";
1990
2018
  };
@@ -2822,50 +2850,6 @@ export interface ReservationFleetInstanceSpecification {
2822
2850
  EbsOptimized?: boolean;
2823
2851
  Priority?: number;
2824
2852
  }
2825
- export declare const FleetCapacityReservationTenancy: {
2826
- readonly default: "default";
2827
- };
2828
- export type FleetCapacityReservationTenancy =
2829
- (typeof FleetCapacityReservationTenancy)[keyof typeof FleetCapacityReservationTenancy];
2830
- export interface CreateCapacityReservationFleetRequest {
2831
- AllocationStrategy?: string;
2832
- ClientToken?: string;
2833
- InstanceTypeSpecifications:
2834
- | ReservationFleetInstanceSpecification[]
2835
- | undefined;
2836
- Tenancy?: FleetCapacityReservationTenancy;
2837
- TotalTargetCapacity: number | undefined;
2838
- EndDate?: Date;
2839
- InstanceMatchCriteria?: FleetInstanceMatchCriteria;
2840
- TagSpecifications?: TagSpecification[];
2841
- DryRun?: boolean;
2842
- }
2843
- export interface FleetCapacityReservation {
2844
- CapacityReservationId?: string;
2845
- AvailabilityZoneId?: string;
2846
- InstanceType?: _InstanceType;
2847
- InstancePlatform?: CapacityReservationInstancePlatform;
2848
- AvailabilityZone?: string;
2849
- TotalInstanceCount?: number;
2850
- FulfilledCapacity?: number;
2851
- EbsOptimized?: boolean;
2852
- CreateDate?: Date;
2853
- Weight?: number;
2854
- Priority?: number;
2855
- }
2856
- export interface CreateCapacityReservationFleetResult {
2857
- CapacityReservationFleetId?: string;
2858
- State?: CapacityReservationFleetState;
2859
- TotalTargetCapacity?: number;
2860
- TotalFulfilledCapacity?: number;
2861
- InstanceMatchCriteria?: FleetInstanceMatchCriteria;
2862
- AllocationStrategy?: string;
2863
- CreateTime?: Date;
2864
- EndDate?: Date;
2865
- Tenancy?: FleetCapacityReservationTenancy;
2866
- FleetCapacityReservations?: FleetCapacityReservation[];
2867
- Tags?: Tag[];
2868
- }
2869
2853
  export declare const OidcOptionsFilterSensitiveLog: (obj: OidcOptions) => any;
2870
2854
  export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (
2871
2855
  obj: VerifiedAccessTrustProvider
@@ -13,10 +13,14 @@ import {
13
13
  AddPrefixListEntry,
14
14
  AddressFamily,
15
15
  AttachmentStatus,
16
+ CapacityReservationFleetState,
17
+ CapacityReservationInstancePlatform,
18
+ FleetInstanceMatchCriteria,
16
19
  InstanceEventWindow,
17
20
  NatGatewayAddress,
18
21
  PortRange,
19
22
  Protocol,
23
+ ReservationFleetInstanceSpecification,
20
24
  ResourceType,
21
25
  SubnetIpv6CidrBlockAssociation,
22
26
  Tag,
@@ -26,6 +30,50 @@ import {
26
30
  VpcIpv6CidrBlockAssociation,
27
31
  WeekDay,
28
32
  } from "./models_0";
33
+ export declare const FleetCapacityReservationTenancy: {
34
+ readonly default: "default";
35
+ };
36
+ export type FleetCapacityReservationTenancy =
37
+ (typeof FleetCapacityReservationTenancy)[keyof typeof FleetCapacityReservationTenancy];
38
+ export interface CreateCapacityReservationFleetRequest {
39
+ AllocationStrategy?: string;
40
+ ClientToken?: string;
41
+ InstanceTypeSpecifications:
42
+ | ReservationFleetInstanceSpecification[]
43
+ | undefined;
44
+ Tenancy?: FleetCapacityReservationTenancy;
45
+ TotalTargetCapacity: number | undefined;
46
+ EndDate?: Date;
47
+ InstanceMatchCriteria?: FleetInstanceMatchCriteria;
48
+ TagSpecifications?: TagSpecification[];
49
+ DryRun?: boolean;
50
+ }
51
+ export interface FleetCapacityReservation {
52
+ CapacityReservationId?: string;
53
+ AvailabilityZoneId?: string;
54
+ InstanceType?: _InstanceType;
55
+ InstancePlatform?: CapacityReservationInstancePlatform;
56
+ AvailabilityZone?: string;
57
+ TotalInstanceCount?: number;
58
+ FulfilledCapacity?: number;
59
+ EbsOptimized?: boolean;
60
+ CreateDate?: Date;
61
+ Weight?: number;
62
+ Priority?: number;
63
+ }
64
+ export interface CreateCapacityReservationFleetResult {
65
+ CapacityReservationFleetId?: string;
66
+ State?: CapacityReservationFleetState;
67
+ TotalTargetCapacity?: number;
68
+ TotalFulfilledCapacity?: number;
69
+ InstanceMatchCriteria?: FleetInstanceMatchCriteria;
70
+ AllocationStrategy?: string;
71
+ CreateTime?: Date;
72
+ EndDate?: Date;
73
+ Tenancy?: FleetCapacityReservationTenancy;
74
+ FleetCapacityReservations?: FleetCapacityReservation[];
75
+ Tags?: Tag[];
76
+ }
29
77
  export interface CreateCarrierGatewayRequest {
30
78
  VpcId: string | undefined;
31
79
  TagSpecifications?: TagSpecification[];
@@ -926,6 +974,7 @@ export interface CreateIpamRequest {
926
974
  TagSpecifications?: TagSpecification[];
927
975
  ClientToken?: string;
928
976
  Tier?: IpamTier;
977
+ EnablePrivateGua?: boolean;
929
978
  }
930
979
  export interface IpamOperatingRegion {
931
980
  RegionName?: string;
@@ -962,6 +1011,7 @@ export interface Ipam {
962
1011
  ResourceDiscoveryAssociationCount?: number;
963
1012
  StateMessage?: string;
964
1013
  Tier?: IpamTier;
1014
+ EnablePrivateGua?: boolean;
965
1015
  }
966
1016
  export interface CreateIpamResult {
967
1017
  Ipam?: Ipam;
@@ -2014,45 +2064,6 @@ export interface NetworkInsightsPath {
2014
2064
  export interface CreateNetworkInsightsPathResult {
2015
2065
  NetworkInsightsPath?: NetworkInsightsPath;
2016
2066
  }
2017
- export declare const NetworkInterfaceCreationType: {
2018
- readonly branch: "branch";
2019
- readonly efa: "efa";
2020
- readonly trunk: "trunk";
2021
- };
2022
- export type NetworkInterfaceCreationType =
2023
- (typeof NetworkInterfaceCreationType)[keyof typeof NetworkInterfaceCreationType];
2024
- export interface CreateNetworkInterfaceRequest {
2025
- Description?: string;
2026
- DryRun?: boolean;
2027
- Groups?: string[];
2028
- Ipv6AddressCount?: number;
2029
- Ipv6Addresses?: InstanceIpv6Address[];
2030
- PrivateIpAddress?: string;
2031
- PrivateIpAddresses?: PrivateIpAddressSpecification[];
2032
- SecondaryPrivateIpAddressCount?: number;
2033
- Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[];
2034
- Ipv4PrefixCount?: number;
2035
- Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
2036
- Ipv6PrefixCount?: number;
2037
- InterfaceType?: NetworkInterfaceCreationType;
2038
- SubnetId: string | undefined;
2039
- TagSpecifications?: TagSpecification[];
2040
- ClientToken?: string;
2041
- EnablePrimaryIpv6?: boolean;
2042
- ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
2043
- }
2044
- export interface NetworkInterfaceAssociation {
2045
- AllocationId?: string;
2046
- AssociationId?: string;
2047
- IpOwnerId?: string;
2048
- PublicDnsName?: string;
2049
- PublicIp?: string;
2050
- CustomerOwnedIp?: string;
2051
- CarrierIp?: string;
2052
- }
2053
- export interface AttachmentEnaSrdUdpSpecification {
2054
- EnaSrdUdpEnabled?: boolean;
2055
- }
2056
2067
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
2057
2068
  export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
2058
2069
  obj: RequestLaunchTemplateData
@@ -28,27 +28,68 @@ import {
28
28
  VpcPeeringConnection,
29
29
  } from "./models_0";
30
30
  import {
31
- AttachmentEnaSrdUdpSpecification,
32
31
  CarrierGateway,
33
32
  ClientVpnEndpointStatus,
34
33
  ClientVpnRouteStatus,
35
34
  CoipCidr,
36
35
  CoipPool,
36
+ ConnectionTrackingSpecificationRequest,
37
37
  Ec2InstanceConnectEndpoint,
38
38
  GatewayType,
39
+ InstanceIpv6Address,
39
40
  Ipam,
40
41
  IpamExternalResourceVerificationToken,
41
42
  IpamPool,
42
43
  IpamResourceDiscovery,
43
44
  IpamScope,
45
+ Ipv4PrefixSpecificationRequest,
46
+ Ipv6PrefixSpecificationRequest,
44
47
  LaunchTemplate,
45
- LocalGatewayRoute,
46
- NetworkInterfaceAssociation,
48
+ PrivateIpAddressSpecification,
47
49
  Subnet,
48
50
  Tenancy,
49
51
  VolumeType,
50
52
  Vpc,
51
53
  } from "./models_1";
54
+ export declare const NetworkInterfaceCreationType: {
55
+ readonly branch: "branch";
56
+ readonly efa: "efa";
57
+ readonly trunk: "trunk";
58
+ };
59
+ export type NetworkInterfaceCreationType =
60
+ (typeof NetworkInterfaceCreationType)[keyof typeof NetworkInterfaceCreationType];
61
+ export interface CreateNetworkInterfaceRequest {
62
+ Description?: string;
63
+ DryRun?: boolean;
64
+ Groups?: string[];
65
+ Ipv6AddressCount?: number;
66
+ Ipv6Addresses?: InstanceIpv6Address[];
67
+ PrivateIpAddress?: string;
68
+ PrivateIpAddresses?: PrivateIpAddressSpecification[];
69
+ SecondaryPrivateIpAddressCount?: number;
70
+ Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[];
71
+ Ipv4PrefixCount?: number;
72
+ Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
73
+ Ipv6PrefixCount?: number;
74
+ InterfaceType?: NetworkInterfaceCreationType;
75
+ SubnetId: string | undefined;
76
+ TagSpecifications?: TagSpecification[];
77
+ ClientToken?: string;
78
+ EnablePrimaryIpv6?: boolean;
79
+ ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
80
+ }
81
+ export interface NetworkInterfaceAssociation {
82
+ AllocationId?: string;
83
+ AssociationId?: string;
84
+ IpOwnerId?: string;
85
+ PublicDnsName?: string;
86
+ PublicIp?: string;
87
+ CustomerOwnedIp?: string;
88
+ CarrierIp?: string;
89
+ }
90
+ export interface AttachmentEnaSrdUdpSpecification {
91
+ EnaSrdUdpEnabled?: boolean;
92
+ }
52
93
  export interface AttachmentEnaSrdSpecification {
53
94
  EnaSrdEnabled?: boolean;
54
95
  EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification;
@@ -1958,23 +1999,6 @@ export interface DeleteLaunchTemplateVersionsResponseErrorItem {
1958
1999
  VersionNumber?: number;
1959
2000
  ResponseError?: ResponseError;
1960
2001
  }
1961
- export interface DeleteLaunchTemplateVersionsResult {
1962
- SuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseSuccessItem[];
1963
- UnsuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseErrorItem[];
1964
- }
1965
- export interface DeleteLocalGatewayRouteRequest {
1966
- DestinationCidrBlock?: string;
1967
- LocalGatewayRouteTableId: string | undefined;
1968
- DryRun?: boolean;
1969
- DestinationPrefixListId?: string;
1970
- }
1971
- export interface DeleteLocalGatewayRouteResult {
1972
- Route?: LocalGatewayRoute;
1973
- }
1974
- export interface DeleteLocalGatewayRouteTableRequest {
1975
- LocalGatewayRouteTableId: string | undefined;
1976
- DryRun?: boolean;
1977
- }
1978
2002
  export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
1979
2003
  obj: CreateVerifiedAccessTrustProviderOidcOptions
1980
2004
  ) => any;
@@ -18,8 +18,6 @@ import {
18
18
  CapacityReservationTenancy,
19
19
  ClientVpnAuthorizationRuleStatus,
20
20
  CurrencyCodeValues,
21
- FleetCapacityReservation,
22
- FleetCapacityReservationTenancy,
23
21
  FleetInstanceMatchCriteria,
24
22
  HostMaintenance,
25
23
  HostRecovery,
@@ -46,6 +44,8 @@ import {
46
44
  DiskImageFormat,
47
45
  EgressOnlyInternetGateway,
48
46
  ExportTask,
47
+ FleetCapacityReservation,
48
+ FleetCapacityReservationTenancy,
49
49
  FleetCapacityReservationUsageStrategy,
50
50
  FleetExcessCapacityTerminationPolicy,
51
51
  FleetLaunchTemplateOverrides,
@@ -55,6 +55,7 @@ import {
55
55
  FleetType,
56
56
  InstanceLifecycle,
57
57
  LaunchTemplateAndOverridesResponse,
58
+ LocalGatewayRoute,
58
59
  LocalGatewayRouteTable,
59
60
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
60
61
  LocalGatewayRouteTableVpcAssociation,
@@ -63,12 +64,13 @@ import {
63
64
  PlatformValues,
64
65
  SpotAllocationStrategy,
65
66
  SpotInstanceInterruptionBehavior,
66
- StateReason,
67
67
  TargetCapacityUnitType,
68
68
  TrafficType,
69
69
  TransportProtocol,
70
70
  } from "./models_1";
71
71
  import {
72
+ DeleteLaunchTemplateVersionsResponseErrorItem,
73
+ DeleteLaunchTemplateVersionsResponseSuccessItem,
72
74
  FleetStateCode,
73
75
  GroupIdentifier,
74
76
  SubnetCidrReservation,
@@ -84,6 +86,23 @@ import {
84
86
  VerifiedAccessEndpoint,
85
87
  VerifiedAccessGroup,
86
88
  } from "./models_2";
89
+ export interface DeleteLaunchTemplateVersionsResult {
90
+ SuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseSuccessItem[];
91
+ UnsuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseErrorItem[];
92
+ }
93
+ export interface DeleteLocalGatewayRouteRequest {
94
+ DestinationCidrBlock?: string;
95
+ LocalGatewayRouteTableId: string | undefined;
96
+ DryRun?: boolean;
97
+ DestinationPrefixListId?: string;
98
+ }
99
+ export interface DeleteLocalGatewayRouteResult {
100
+ Route?: LocalGatewayRoute;
101
+ }
102
+ export interface DeleteLocalGatewayRouteTableRequest {
103
+ LocalGatewayRouteTableId: string | undefined;
104
+ DryRun?: boolean;
105
+ }
87
106
  export interface DeleteLocalGatewayRouteTableResult {
88
107
  LocalGatewayRouteTable?: LocalGatewayRouteTable;
89
108
  }
@@ -1709,63 +1728,6 @@ export declare const DeviceType: {
1709
1728
  readonly instance_store: "instance-store";
1710
1729
  };
1711
1730
  export type DeviceType = (typeof DeviceType)[keyof typeof DeviceType];
1712
- export declare const ImageState: {
1713
- readonly available: "available";
1714
- readonly deregistered: "deregistered";
1715
- readonly disabled: "disabled";
1716
- readonly error: "error";
1717
- readonly failed: "failed";
1718
- readonly invalid: "invalid";
1719
- readonly pending: "pending";
1720
- readonly transient: "transient";
1721
- };
1722
- export type ImageState = (typeof ImageState)[keyof typeof ImageState];
1723
- export declare const TpmSupportValues: {
1724
- readonly v2_0: "v2.0";
1725
- };
1726
- export type TpmSupportValues =
1727
- (typeof TpmSupportValues)[keyof typeof TpmSupportValues];
1728
- export declare const VirtualizationType: {
1729
- readonly hvm: "hvm";
1730
- readonly paravirtual: "paravirtual";
1731
- };
1732
- export type VirtualizationType =
1733
- (typeof VirtualizationType)[keyof typeof VirtualizationType];
1734
- export interface Image {
1735
- Architecture?: ArchitectureValues;
1736
- CreationDate?: string;
1737
- ImageId?: string;
1738
- ImageLocation?: string;
1739
- ImageType?: ImageTypeValues;
1740
- Public?: boolean;
1741
- KernelId?: string;
1742
- OwnerId?: string;
1743
- Platform?: PlatformValues;
1744
- PlatformDetails?: string;
1745
- UsageOperation?: string;
1746
- ProductCodes?: ProductCode[];
1747
- RamdiskId?: string;
1748
- State?: ImageState;
1749
- BlockDeviceMappings?: BlockDeviceMapping[];
1750
- Description?: string;
1751
- EnaSupport?: boolean;
1752
- Hypervisor?: HypervisorType;
1753
- ImageOwnerAlias?: string;
1754
- Name?: string;
1755
- RootDeviceName?: string;
1756
- RootDeviceType?: DeviceType;
1757
- SriovNetSupport?: string;
1758
- StateReason?: StateReason;
1759
- Tags?: Tag[];
1760
- VirtualizationType?: VirtualizationType;
1761
- BootMode?: BootModeValues;
1762
- TpmSupport?: TpmSupportValues;
1763
- DeprecationTime?: string;
1764
- ImdsSupport?: ImdsSupportValues;
1765
- SourceInstanceId?: string;
1766
- DeregistrationProtection?: string;
1767
- LastLaunchedTime?: string;
1768
- }
1769
1731
  export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1770
1732
  obj: DeleteVerifiedAccessTrustProviderResult
1771
1733
  ) => any;