@aws-sdk/client-ec2 3.624.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 +1 -1
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- CreateCapacityReservationFleetRequest,
10
- CreateCapacityReservationFleetResult,
11
- } from "../models/models_0";
8
+ import { CreateCapacityReservationFleetRequest } from "../models/models_0";
9
+ import { CreateCapacityReservationFleetResult } from "../models/models_1";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface CreateCapacityReservationFleetCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DeleteLocalGatewayRouteRequest,
10
- DeleteLocalGatewayRouteResult,
11
- } from "../models/models_2";
8
+ import { DeleteLocalGatewayRouteRequest } from "../models/models_2";
9
+ import { DeleteLocalGatewayRouteResult } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DeleteLocalGatewayRouteCommandInput
@@ -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,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
@@ -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 {}
@@ -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;
@@ -2840,32 +2856,6 @@ export interface CreateCapacityReservationFleetRequest {
2840
2856
  TagSpecifications?: TagSpecification[];
2841
2857
  DryRun?: boolean;
2842
2858
  }
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
2859
  export declare const OidcOptionsFilterSensitiveLog: (obj: OidcOptions) => any;
2870
2860
  export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (
2871
2861
  obj: VerifiedAccessTrustProvider
@@ -13,6 +13,10 @@ import {
13
13
  AddPrefixListEntry,
14
14
  AddressFamily,
15
15
  AttachmentStatus,
16
+ CapacityReservationFleetState,
17
+ CapacityReservationInstancePlatform,
18
+ FleetCapacityReservationTenancy,
19
+ FleetInstanceMatchCriteria,
16
20
  InstanceEventWindow,
17
21
  NatGatewayAddress,
18
22
  PortRange,
@@ -26,6 +30,32 @@ import {
26
30
  VpcIpv6CidrBlockAssociation,
27
31
  WeekDay,
28
32
  } from "./models_0";
33
+ export interface FleetCapacityReservation {
34
+ CapacityReservationId?: string;
35
+ AvailabilityZoneId?: string;
36
+ InstanceType?: _InstanceType;
37
+ InstancePlatform?: CapacityReservationInstancePlatform;
38
+ AvailabilityZone?: string;
39
+ TotalInstanceCount?: number;
40
+ FulfilledCapacity?: number;
41
+ EbsOptimized?: boolean;
42
+ CreateDate?: Date;
43
+ Weight?: number;
44
+ Priority?: number;
45
+ }
46
+ export interface CreateCapacityReservationFleetResult {
47
+ CapacityReservationFleetId?: string;
48
+ State?: CapacityReservationFleetState;
49
+ TotalTargetCapacity?: number;
50
+ TotalFulfilledCapacity?: number;
51
+ InstanceMatchCriteria?: FleetInstanceMatchCriteria;
52
+ AllocationStrategy?: string;
53
+ CreateTime?: Date;
54
+ EndDate?: Date;
55
+ Tenancy?: FleetCapacityReservationTenancy;
56
+ FleetCapacityReservations?: FleetCapacityReservation[];
57
+ Tags?: Tag[];
58
+ }
29
59
  export interface CreateCarrierGatewayRequest {
30
60
  VpcId: string | undefined;
31
61
  TagSpecifications?: TagSpecification[];
@@ -926,6 +956,7 @@ export interface CreateIpamRequest {
926
956
  TagSpecifications?: TagSpecification[];
927
957
  ClientToken?: string;
928
958
  Tier?: IpamTier;
959
+ EnablePrivateGua?: boolean;
929
960
  }
930
961
  export interface IpamOperatingRegion {
931
962
  RegionName?: string;
@@ -962,6 +993,7 @@ export interface Ipam {
962
993
  ResourceDiscoveryAssociationCount?: number;
963
994
  StateMessage?: string;
964
995
  Tier?: IpamTier;
996
+ EnablePrivateGua?: boolean;
965
997
  }
966
998
  export interface CreateIpamResult {
967
999
  Ipam?: Ipam;
@@ -2041,18 +2073,6 @@ export interface CreateNetworkInterfaceRequest {
2041
2073
  EnablePrimaryIpv6?: boolean;
2042
2074
  ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
2043
2075
  }
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
2076
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
2057
2077
  export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
2058
2078
  obj: RequestLaunchTemplateData
@@ -28,7 +28,6 @@ import {
28
28
  VpcPeeringConnection,
29
29
  } from "./models_0";
30
30
  import {
31
- AttachmentEnaSrdUdpSpecification,
32
31
  CarrierGateway,
33
32
  ClientVpnEndpointStatus,
34
33
  ClientVpnRouteStatus,
@@ -42,13 +41,23 @@ import {
42
41
  IpamResourceDiscovery,
43
42
  IpamScope,
44
43
  LaunchTemplate,
45
- LocalGatewayRoute,
46
- NetworkInterfaceAssociation,
47
44
  Subnet,
48
45
  Tenancy,
49
46
  VolumeType,
50
47
  Vpc,
51
48
  } from "./models_1";
49
+ export interface NetworkInterfaceAssociation {
50
+ AllocationId?: string;
51
+ AssociationId?: string;
52
+ IpOwnerId?: string;
53
+ PublicDnsName?: string;
54
+ PublicIp?: string;
55
+ CustomerOwnedIp?: string;
56
+ CarrierIp?: string;
57
+ }
58
+ export interface AttachmentEnaSrdUdpSpecification {
59
+ EnaSrdUdpEnabled?: boolean;
60
+ }
52
61
  export interface AttachmentEnaSrdSpecification {
53
62
  EnaSrdEnabled?: boolean;
54
63
  EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification;
@@ -1968,13 +1977,6 @@ export interface DeleteLocalGatewayRouteRequest {
1968
1977
  DryRun?: boolean;
1969
1978
  DestinationPrefixListId?: string;
1970
1979
  }
1971
- export interface DeleteLocalGatewayRouteResult {
1972
- Route?: LocalGatewayRoute;
1973
- }
1974
- export interface DeleteLocalGatewayRouteTableRequest {
1975
- LocalGatewayRouteTableId: string | undefined;
1976
- DryRun?: boolean;
1977
- }
1978
1980
  export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
1979
1981
  obj: CreateVerifiedAccessTrustProviderOidcOptions
1980
1982
  ) => any;
@@ -18,7 +18,6 @@ import {
18
18
  CapacityReservationTenancy,
19
19
  ClientVpnAuthorizationRuleStatus,
20
20
  CurrencyCodeValues,
21
- FleetCapacityReservation,
22
21
  FleetCapacityReservationTenancy,
23
22
  FleetInstanceMatchCriteria,
24
23
  HostMaintenance,
@@ -46,6 +45,7 @@ import {
46
45
  DiskImageFormat,
47
46
  EgressOnlyInternetGateway,
48
47
  ExportTask,
48
+ FleetCapacityReservation,
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,7 +64,6 @@ import {
63
64
  PlatformValues,
64
65
  SpotAllocationStrategy,
65
66
  SpotInstanceInterruptionBehavior,
66
- StateReason,
67
67
  TargetCapacityUnitType,
68
68
  TrafficType,
69
69
  TransportProtocol,
@@ -84,6 +84,13 @@ import {
84
84
  VerifiedAccessEndpoint,
85
85
  VerifiedAccessGroup,
86
86
  } from "./models_2";
87
+ export interface DeleteLocalGatewayRouteResult {
88
+ Route?: LocalGatewayRoute;
89
+ }
90
+ export interface DeleteLocalGatewayRouteTableRequest {
91
+ LocalGatewayRouteTableId: string | undefined;
92
+ DryRun?: boolean;
93
+ }
87
94
  export interface DeleteLocalGatewayRouteTableResult {
88
95
  LocalGatewayRouteTable?: LocalGatewayRouteTable;
89
96
  }
@@ -1725,47 +1732,6 @@ export declare const TpmSupportValues: {
1725
1732
  };
1726
1733
  export type TpmSupportValues =
1727
1734
  (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
1735
  export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1770
1736
  obj: DeleteVerifiedAccessTrustProviderResult
1771
1737
  ) => any;
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  _InstanceType,
3
3
  ActiveInstance,
4
- AllocationStrategy,
5
4
  AlternatePathHint,
6
5
  AttachmentStatus,
7
6
  CurrencyCodeValues,
@@ -16,7 +15,6 @@ import {
16
15
  ResourceType,
17
16
  SecurityGroupRule,
18
17
  Tag,
19
- TagSpecification,
20
18
  } from "./models_0";
21
19
  import {
22
20
  AmdSevSnpSpecification,
@@ -28,9 +26,7 @@ import {
28
26
  Ec2InstanceConnectEndpoint,
29
27
  EnaSrdSpecificationRequest,
30
28
  FleetLaunchTemplateSpecification,
31
- FleetType,
32
29
  HostnameType,
33
- InstanceInterruptionBehavior,
34
30
  InstanceIpv6Address,
35
31
  InstanceRequirements,
36
32
  InternetGateway,
@@ -56,7 +52,6 @@ import {
56
52
  PlatformValues,
57
53
  PrivateIpAddressSpecification,
58
54
  StateReason,
59
- TargetCapacityUnitType,
60
55
  Tenancy,
61
56
  } from "./models_1";
62
57
  import {
@@ -82,12 +77,55 @@ import {
82
77
  Filter,
83
78
  HypervisorType,
84
79
  IdFormat,
85
- Image,
80
+ ImageState,
81
+ ImageTypeValues,
82
+ ImdsSupportValues,
86
83
  InstanceTagNotificationAttribute,
87
84
  PermissionGroup,
88
85
  ProductCode,
89
- VirtualizationType,
86
+ TpmSupportValues,
90
87
  } from "./models_3";
88
+ export declare const VirtualizationType: {
89
+ readonly hvm: "hvm";
90
+ readonly paravirtual: "paravirtual";
91
+ };
92
+ export type VirtualizationType =
93
+ (typeof VirtualizationType)[keyof typeof VirtualizationType];
94
+ export interface Image {
95
+ Architecture?: ArchitectureValues;
96
+ CreationDate?: string;
97
+ ImageId?: string;
98
+ ImageLocation?: string;
99
+ ImageType?: ImageTypeValues;
100
+ Public?: boolean;
101
+ KernelId?: string;
102
+ OwnerId?: string;
103
+ Platform?: PlatformValues;
104
+ PlatformDetails?: string;
105
+ UsageOperation?: string;
106
+ ProductCodes?: ProductCode[];
107
+ RamdiskId?: string;
108
+ State?: ImageState;
109
+ BlockDeviceMappings?: BlockDeviceMapping[];
110
+ Description?: string;
111
+ EnaSupport?: boolean;
112
+ Hypervisor?: HypervisorType;
113
+ ImageOwnerAlias?: string;
114
+ Name?: string;
115
+ RootDeviceName?: string;
116
+ RootDeviceType?: DeviceType;
117
+ SriovNetSupport?: string;
118
+ StateReason?: StateReason;
119
+ Tags?: Tag[];
120
+ VirtualizationType?: VirtualizationType;
121
+ BootMode?: BootModeValues;
122
+ TpmSupport?: TpmSupportValues;
123
+ DeprecationTime?: string;
124
+ ImdsSupport?: ImdsSupportValues;
125
+ SourceInstanceId?: string;
126
+ DeregistrationProtection?: string;
127
+ LastLaunchedTime?: string;
128
+ }
91
129
  export interface DescribeImagesResult {
92
130
  Images?: Image[];
93
131
  NextToken?: string;
@@ -2022,37 +2060,6 @@ export interface SpotCapacityRebalance {
2022
2060
  ReplacementStrategy?: ReplacementStrategy;
2023
2061
  TerminationDelay?: number;
2024
2062
  }
2025
- export interface SpotMaintenanceStrategies {
2026
- CapacityRebalance?: SpotCapacityRebalance;
2027
- }
2028
- export interface SpotFleetRequestConfigData {
2029
- AllocationStrategy?: AllocationStrategy;
2030
- OnDemandAllocationStrategy?: OnDemandAllocationStrategy;
2031
- SpotMaintenanceStrategies?: SpotMaintenanceStrategies;
2032
- ClientToken?: string;
2033
- ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy;
2034
- FulfilledCapacity?: number;
2035
- OnDemandFulfilledCapacity?: number;
2036
- IamFleetRole: string | undefined;
2037
- LaunchSpecifications?: SpotFleetLaunchSpecification[];
2038
- LaunchTemplateConfigs?: LaunchTemplateConfig[];
2039
- SpotPrice?: string;
2040
- TargetCapacity: number | undefined;
2041
- OnDemandTargetCapacity?: number;
2042
- OnDemandMaxTotalPrice?: string;
2043
- SpotMaxTotalPrice?: string;
2044
- TerminateInstancesWithExpiration?: boolean;
2045
- Type?: FleetType;
2046
- ValidFrom?: Date;
2047
- ValidUntil?: Date;
2048
- ReplaceUnhealthyInstances?: boolean;
2049
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
2050
- LoadBalancersConfig?: LoadBalancersConfig;
2051
- InstancePoolsToUseCount?: number;
2052
- Context?: string;
2053
- TargetCapacityUnitType?: TargetCapacityUnitType;
2054
- TagSpecifications?: TagSpecification[];
2055
- }
2056
2063
  export declare const SnapshotDetailFilterSensitiveLog: (
2057
2064
  obj: SnapshotDetail
2058
2065
  ) => any;
@@ -2077,6 +2084,3 @@ export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
2077
2084
  export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
2078
2085
  obj: SpotFleetLaunchSpecification
2079
2086
  ) => any;
2080
- export declare const SpotFleetRequestConfigDataFilterSensitiveLog: (
2081
- obj: SpotFleetRequestConfigData
2082
- ) => any;
@@ -2,6 +2,7 @@ import {
2
2
  _InstanceType,
3
3
  ActivityStatus,
4
4
  AddressTransfer,
5
+ AllocationStrategy,
5
6
  AllowedPrincipal,
6
7
  AsnAssociation,
7
8
  AssociationStatus,
@@ -36,9 +37,11 @@ import {
36
37
  import {
37
38
  BlockDeviceMapping,
38
39
  DiskImageFormat,
40
+ FleetType,
39
41
  InstanceInterruptionBehavior,
40
42
  SpotInstanceType,
41
43
  Subnet,
44
+ TargetCapacityUnitType,
42
45
  VolumeType,
43
46
  Vpc,
44
47
  } from "./models_1";
@@ -89,14 +92,50 @@ import {
89
92
  } from "./models_3";
90
93
  import {
91
94
  AttributeBooleanValue,
95
+ ExcessCapacityTerminationPolicy,
92
96
  HttpTokensState,
93
97
  InstanceMetadataEndpointState,
94
98
  InstanceMetadataTagsState,
95
99
  InstanceNetworkInterfaceSpecification,
100
+ LaunchTemplateConfig,
101
+ LoadBalancersConfig,
102
+ OnDemandAllocationStrategy,
96
103
  RIProductDescription,
97
- SpotFleetRequestConfigData,
104
+ SpotCapacityRebalance,
105
+ SpotFleetLaunchSpecification,
98
106
  SpotPlacement,
99
107
  } from "./models_4";
108
+ export interface SpotMaintenanceStrategies {
109
+ CapacityRebalance?: SpotCapacityRebalance;
110
+ }
111
+ export interface SpotFleetRequestConfigData {
112
+ AllocationStrategy?: AllocationStrategy;
113
+ OnDemandAllocationStrategy?: OnDemandAllocationStrategy;
114
+ SpotMaintenanceStrategies?: SpotMaintenanceStrategies;
115
+ ClientToken?: string;
116
+ ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy;
117
+ FulfilledCapacity?: number;
118
+ OnDemandFulfilledCapacity?: number;
119
+ IamFleetRole: string | undefined;
120
+ LaunchSpecifications?: SpotFleetLaunchSpecification[];
121
+ LaunchTemplateConfigs?: LaunchTemplateConfig[];
122
+ SpotPrice?: string;
123
+ TargetCapacity: number | undefined;
124
+ OnDemandTargetCapacity?: number;
125
+ OnDemandMaxTotalPrice?: string;
126
+ SpotMaxTotalPrice?: string;
127
+ TerminateInstancesWithExpiration?: boolean;
128
+ Type?: FleetType;
129
+ ValidFrom?: Date;
130
+ ValidUntil?: Date;
131
+ ReplaceUnhealthyInstances?: boolean;
132
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
133
+ LoadBalancersConfig?: LoadBalancersConfig;
134
+ InstancePoolsToUseCount?: number;
135
+ Context?: string;
136
+ TargetCapacityUnitType?: TargetCapacityUnitType;
137
+ TagSpecifications?: TagSpecification[];
138
+ }
100
139
  export interface SpotFleetRequestConfig {
101
140
  ActivityStatus?: ActivityStatus;
102
141
  CreateTime?: Date;
@@ -1658,17 +1697,9 @@ export declare const EkPubKeyFormat: {
1658
1697
  };
1659
1698
  export type EkPubKeyFormat =
1660
1699
  (typeof EkPubKeyFormat)[keyof typeof EkPubKeyFormat];
1661
- export declare const EkPubKeyType: {
1662
- readonly ECC_SEC_P384: "ecc-sec-p384";
1663
- readonly RSA_2048: "rsa-2048";
1664
- };
1665
- export type EkPubKeyType = (typeof EkPubKeyType)[keyof typeof EkPubKeyType];
1666
- export interface GetInstanceTpmEkPubRequest {
1667
- InstanceId: string | undefined;
1668
- KeyType: EkPubKeyType | undefined;
1669
- KeyFormat: EkPubKeyFormat | undefined;
1670
- DryRun?: boolean;
1671
- }
1700
+ export declare const SpotFleetRequestConfigDataFilterSensitiveLog: (
1701
+ obj: SpotFleetRequestConfigData
1702
+ ) => any;
1672
1703
  export declare const SpotFleetRequestConfigFilterSensitiveLog: (
1673
1704
  obj: SpotFleetRequestConfig
1674
1705
  ) => any;
@@ -107,7 +107,6 @@ import {
107
107
  IpamPoolCidr,
108
108
  LaunchPermission,
109
109
  PermissionGroup,
110
- VirtualizationType,
111
110
  } from "./models_3";
112
111
  import {
113
112
  AnalysisStatus,
@@ -130,10 +129,10 @@ import {
130
129
  SnapshotAttributeName,
131
130
  SnapshotDetail,
132
131
  SnapshotTaskDetail,
132
+ VirtualizationType,
133
133
  } from "./models_4";
134
134
  import {
135
135
  EkPubKeyFormat,
136
- EkPubKeyType,
137
136
  InstanceFamilyCreditSpecification,
138
137
  SnapshotBlockPublicAccessState,
139
138
  TransitGatewayPropagationState,
@@ -141,6 +140,17 @@ import {
141
140
  VerifiedAccessInstanceLoggingConfiguration,
142
141
  VolumeModification,
143
142
  } from "./models_5";
143
+ export declare const EkPubKeyType: {
144
+ readonly ECC_SEC_P384: "ecc-sec-p384";
145
+ readonly RSA_2048: "rsa-2048";
146
+ };
147
+ export type EkPubKeyType = (typeof EkPubKeyType)[keyof typeof EkPubKeyType];
148
+ export interface GetInstanceTpmEkPubRequest {
149
+ InstanceId: string | undefined;
150
+ KeyType: EkPubKeyType | undefined;
151
+ KeyFormat: EkPubKeyFormat | undefined;
152
+ DryRun?: boolean;
153
+ }
144
154
  export interface GetInstanceTpmEkPubResult {
145
155
  InstanceId?: string;
146
156
  KeyType?: EkPubKeyType;
@@ -332,6 +342,13 @@ export interface GetIpamDiscoveredResourceCidrsRequest {
332
342
  NextToken?: string;
333
343
  MaxResults?: number;
334
344
  }
345
+ export declare const IpamResourceCidrIpSource: {
346
+ readonly amazon: "amazon";
347
+ readonly byoip: "byoip";
348
+ readonly none: "none";
349
+ };
350
+ export type IpamResourceCidrIpSource =
351
+ (typeof IpamResourceCidrIpSource)[keyof typeof IpamResourceCidrIpSource];
335
352
  export declare const IpamNetworkInterfaceAttachmentStatus: {
336
353
  readonly available: "available";
337
354
  readonly in_use: "in-use";
@@ -354,6 +371,7 @@ export interface IpamDiscoveredResourceCidr {
354
371
  ResourceId?: string;
355
372
  ResourceOwnerId?: string;
356
373
  ResourceCidr?: string;
374
+ IpSource?: IpamResourceCidrIpSource;
357
375
  ResourceType?: IpamResourceType;
358
376
  ResourceTags?: IpamResourceTag[];
359
377
  IpUsage?: number;
@@ -1318,6 +1336,7 @@ export interface ModifyIpamRequest {
1318
1336
  AddOperatingRegions?: AddIpamOperatingRegion[];
1319
1337
  RemoveOperatingRegions?: RemoveIpamOperatingRegion[];
1320
1338
  Tier?: IpamTier;
1339
+ EnablePrivateGua?: boolean;
1321
1340
  }
1322
1341
  export interface ModifyIpamResult {
1323
1342
  Ipam?: Ipam;
@@ -1901,20 +1920,6 @@ export interface ModifyVpnTunnelOptionsSpecification {
1901
1920
  LogOptions?: VpnTunnelLogOptionsSpecification;
1902
1921
  EnableTunnelLifecycleControl?: boolean;
1903
1922
  }
1904
- export interface ModifyVpnTunnelOptionsRequest {
1905
- VpnConnectionId: string | undefined;
1906
- VpnTunnelOutsideIpAddress: string | undefined;
1907
- TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
1908
- DryRun?: boolean;
1909
- SkipTunnelReplacement?: boolean;
1910
- }
1911
- export interface ModifyVpnTunnelOptionsResult {
1912
- VpnConnection?: VpnConnection;
1913
- }
1914
- export interface MonitorInstancesRequest {
1915
- InstanceIds: string[] | undefined;
1916
- DryRun?: boolean;
1917
- }
1918
1923
  export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
1919
1924
  obj: GetInstanceTpmEkPubResult
1920
1925
  ) => any;
@@ -1986,9 +1991,3 @@ export declare const ModifyVpnTunnelCertificateResultFilterSensitiveLog: (
1986
1991
  export declare const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog: (
1987
1992
  obj: ModifyVpnTunnelOptionsSpecification
1988
1993
  ) => any;
1989
- export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (
1990
- obj: ModifyVpnTunnelOptionsRequest
1991
- ) => any;
1992
- export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (
1993
- obj: ModifyVpnTunnelOptionsResult
1994
- ) => any;