@aws-sdk/client-ec2 3.750.0 → 3.757.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 (68) hide show
  1. package/dist-cjs/index.js +158 -23
  2. package/dist-es/models/models_1.js +9 -9
  3. package/dist-es/models/models_3.js +0 -5
  4. package/dist-es/models/models_4.js +5 -4
  5. package/dist-es/models/models_5.js +4 -0
  6. package/dist-es/protocols/Aws_ec2.js +139 -1
  7. package/dist-types/commands/CopyImageCommand.d.ts +1 -0
  8. package/dist-types/commands/CreateFleetCommand.d.ts +51 -0
  9. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  10. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -2
  13. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteFleetsCommand.d.ts +14 -12
  16. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  17. package/dist-types/commands/DeregisterImageCommand.d.ts +2 -2
  18. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -2
  20. package/dist-types/commands/DescribeFleetsCommand.d.ts +51 -0
  21. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  24. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  25. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  26. package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -2
  27. package/dist-types/commands/ModifyFleetCommand.d.ts +17 -0
  28. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
  29. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  30. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  31. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  32. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  33. package/dist-types/models/models_0.d.ts +12 -0
  34. package/dist-types/models/models_1.d.ts +412 -191
  35. package/dist-types/models/models_2.d.ts +132 -55
  36. package/dist-types/models/models_3.d.ts +59 -244
  37. package/dist-types/models/models_4.d.ts +247 -106
  38. package/dist-types/models/models_5.d.ts +106 -101
  39. package/dist-types/models/models_6.d.ts +95 -91
  40. package/dist-types/models/models_7.d.ts +94 -109
  41. package/dist-types/models/models_8.d.ts +105 -1
  42. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +4 -2
  44. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +7 -2
  47. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +4 -2
  49. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +2 -4
  50. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +4 -2
  54. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  60. package/dist-types/ts3.4/models/models_1.d.ts +44 -41
  61. package/dist-types/ts3.4/models/models_2.d.ts +31 -17
  62. package/dist-types/ts3.4/models/models_3.d.ts +17 -31
  63. package/dist-types/ts3.4/models/models_4.d.ts +32 -29
  64. package/dist-types/ts3.4/models/models_5.d.ts +27 -26
  65. package/dist-types/ts3.4/models/models_6.d.ts +24 -26
  66. package/dist-types/ts3.4/models/models_7.d.ts +28 -26
  67. package/dist-types/ts3.4/models/models_8.d.ts +26 -1
  68. package/package.json +1 -1
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DisassociateVpcCidrBlockRequest,
10
10
  DisassociateVpcCidrBlockResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DisassociateVpcCidrBlockCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { EnableAddressTransferRequest } from "../models/models_5";
9
- import { EnableAddressTransferResult } from "../models/models_6";
8
+ import {
9
+ EnableAddressTransferRequest,
10
+ EnableAddressTransferResult,
11
+ } from "../models/models_6";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface EnableAddressTransferCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- ModifyInstanceCreditSpecificationRequest,
10
- ModifyInstanceCreditSpecificationResult,
11
- } from "../models/models_6";
8
+ import { ModifyInstanceCreditSpecificationRequest } from "../models/models_6";
9
+ import { ModifyInstanceCreditSpecificationResult } from "../models/models_7";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ModifyInstanceCreditSpecificationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyInstanceEventStartTimeRequest,
10
10
  ModifyInstanceEventStartTimeResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyInstanceEventStartTimeCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UnassignIpv6AddressesRequest,
10
10
  UnassignIpv6AddressesResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UnassignIpv6AddressesCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { UnassignPrivateIpAddressesRequest } from "../models/models_7";
8
+ import { UnassignPrivateIpAddressesRequest } from "../models/models_8";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UnassignPrivateIpAddressesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UnassignPrivateNatGatewayAddressRequest,
10
10
  UnassignPrivateNatGatewayAddressResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UnassignPrivateNatGatewayAddressCommandInput
@@ -1961,6 +1961,7 @@ export interface CopyImageRequest {
1961
1961
  DestinationOutpostArn?: string | undefined;
1962
1962
  CopyImageTags?: boolean | undefined;
1963
1963
  TagSpecifications?: TagSpecification[] | undefined;
1964
+ SnapshotCopyCompletionDurationMinutes?: number | undefined;
1964
1965
  DryRun?: boolean | undefined;
1965
1966
  }
1966
1967
  export interface CopyImageResult {
@@ -1439,6 +1439,32 @@ export interface FleetLaunchTemplateSpecificationRequest {
1439
1439
  LaunchTemplateName?: string | undefined;
1440
1440
  Version?: string | undefined;
1441
1441
  }
1442
+ export declare const VolumeType: {
1443
+ readonly gp2: "gp2";
1444
+ readonly gp3: "gp3";
1445
+ readonly io1: "io1";
1446
+ readonly io2: "io2";
1447
+ readonly sc1: "sc1";
1448
+ readonly st1: "st1";
1449
+ readonly standard: "standard";
1450
+ };
1451
+ export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
1452
+ export interface FleetEbsBlockDeviceRequest {
1453
+ Encrypted?: boolean | undefined;
1454
+ DeleteOnTermination?: boolean | undefined;
1455
+ Iops?: number | undefined;
1456
+ Throughput?: number | undefined;
1457
+ KmsKeyId?: string | undefined;
1458
+ SnapshotId?: string | undefined;
1459
+ VolumeSize?: number | undefined;
1460
+ VolumeType?: VolumeType | undefined;
1461
+ }
1462
+ export interface FleetBlockDeviceMappingRequest {
1463
+ DeviceName?: string | undefined;
1464
+ VirtualName?: string | undefined;
1465
+ Ebs?: FleetEbsBlockDeviceRequest | undefined;
1466
+ NoDevice?: string | undefined;
1467
+ }
1442
1468
  export declare const BareMetal: {
1443
1469
  readonly EXCLUDED: "excluded";
1444
1470
  readonly INCLUDED: "included";
@@ -1561,6 +1587,7 @@ export interface FleetLaunchTemplateOverridesRequest {
1561
1587
  WeightedCapacity?: number | undefined;
1562
1588
  Priority?: number | undefined;
1563
1589
  Placement?: Placement | undefined;
1590
+ BlockDeviceMappings?: FleetBlockDeviceMappingRequest[] | undefined;
1564
1591
  InstanceRequirements?: InstanceRequirementsRequest | undefined;
1565
1592
  ImageId?: string | undefined;
1566
1593
  }
@@ -1681,6 +1708,22 @@ export interface FleetLaunchTemplateSpecification {
1681
1708
  LaunchTemplateName?: string | undefined;
1682
1709
  Version?: string | undefined;
1683
1710
  }
1711
+ export interface EbsBlockDeviceResponse {
1712
+ Encrypted?: boolean | undefined;
1713
+ DeleteOnTermination?: boolean | undefined;
1714
+ Iops?: number | undefined;
1715
+ Throughput?: number | undefined;
1716
+ KmsKeyId?: string | undefined;
1717
+ SnapshotId?: string | undefined;
1718
+ VolumeSize?: number | undefined;
1719
+ VolumeType?: VolumeType | undefined;
1720
+ }
1721
+ export interface BlockDeviceMappingResponse {
1722
+ DeviceName?: string | undefined;
1723
+ VirtualName?: string | undefined;
1724
+ Ebs?: EbsBlockDeviceResponse | undefined;
1725
+ NoDevice?: string | undefined;
1726
+ }
1684
1727
  export interface BaselineEbsBandwidthMbps {
1685
1728
  Min?: number | undefined;
1686
1729
  Max?: number | undefined;
@@ -1758,6 +1801,7 @@ export interface FleetLaunchTemplateOverrides {
1758
1801
  Placement?: PlacementResponse | undefined;
1759
1802
  InstanceRequirements?: InstanceRequirements | undefined;
1760
1803
  ImageId?: string | undefined;
1804
+ BlockDeviceMappings?: BlockDeviceMappingResponse[] | undefined;
1761
1805
  }
1762
1806
  export interface LaunchTemplateAndOverridesResponse {
1763
1807
  LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
@@ -1863,16 +1907,6 @@ export interface CreateFpgaImageResult {
1863
1907
  FpgaImageId?: string | undefined;
1864
1908
  FpgaImageGlobalId?: string | undefined;
1865
1909
  }
1866
- export declare const VolumeType: {
1867
- readonly gp2: "gp2";
1868
- readonly gp3: "gp3";
1869
- readonly io1: "io1";
1870
- readonly io2: "io2";
1871
- readonly sc1: "sc1";
1872
- readonly st1: "st1";
1873
- readonly standard: "standard";
1874
- };
1875
- export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
1876
1910
  export interface EbsBlockDevice {
1877
1911
  DeleteOnTermination?: boolean | undefined;
1878
1912
  Iops?: number | undefined;
@@ -2944,37 +2978,6 @@ export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationReq
2944
2978
  TagSpecifications?: TagSpecification[] | undefined;
2945
2979
  DryRun?: boolean | undefined;
2946
2980
  }
2947
- export interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
2948
- LocalGatewayRouteTableVirtualInterfaceGroupAssociationId?: string | undefined;
2949
- LocalGatewayVirtualInterfaceGroupId?: string | undefined;
2950
- LocalGatewayId?: string | undefined;
2951
- LocalGatewayRouteTableId?: string | undefined;
2952
- LocalGatewayRouteTableArn?: string | undefined;
2953
- OwnerId?: string | undefined;
2954
- State?: string | undefined;
2955
- Tags?: Tag[] | undefined;
2956
- }
2957
- export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
2958
- LocalGatewayRouteTableVirtualInterfaceGroupAssociation?:
2959
- | LocalGatewayRouteTableVirtualInterfaceGroupAssociation
2960
- | undefined;
2961
- }
2962
- export interface CreateLocalGatewayRouteTableVpcAssociationRequest {
2963
- LocalGatewayRouteTableId: string | undefined;
2964
- VpcId: string | undefined;
2965
- TagSpecifications?: TagSpecification[] | undefined;
2966
- DryRun?: boolean | undefined;
2967
- }
2968
- export interface LocalGatewayRouteTableVpcAssociation {
2969
- LocalGatewayRouteTableVpcAssociationId?: string | undefined;
2970
- LocalGatewayRouteTableId?: string | undefined;
2971
- LocalGatewayRouteTableArn?: string | undefined;
2972
- LocalGatewayId?: string | undefined;
2973
- VpcId?: string | undefined;
2974
- OwnerId?: string | undefined;
2975
- State?: string | undefined;
2976
- Tags?: Tag[] | undefined;
2977
- }
2978
2981
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
2979
2982
  export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
2980
2983
  obj: RequestLaunchTemplateData
@@ -32,14 +32,11 @@ import {
32
32
  VpcPeeringConnection,
33
33
  } from "./models_0";
34
34
  import {
35
- CarrierGateway,
36
- ClientVpnEndpointStatus,
37
35
  ConnectionTrackingSpecificationRequest,
38
36
  GatewayType,
39
37
  InstanceIpv6Address,
40
38
  Ipv4PrefixSpecificationRequest,
41
39
  Ipv6PrefixSpecificationRequest,
42
- LocalGatewayRouteTableVpcAssociation,
43
40
  OperatorRequest,
44
41
  OperatorResponse,
45
42
  PrivateIpAddressSpecification,
@@ -48,6 +45,37 @@ import {
48
45
  VolumeType,
49
46
  Vpc,
50
47
  } from "./models_1";
48
+ export interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
49
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationId?: string | undefined;
50
+ LocalGatewayVirtualInterfaceGroupId?: string | undefined;
51
+ LocalGatewayId?: string | undefined;
52
+ LocalGatewayRouteTableId?: string | undefined;
53
+ LocalGatewayRouteTableArn?: string | undefined;
54
+ OwnerId?: string | undefined;
55
+ State?: string | undefined;
56
+ Tags?: Tag[] | undefined;
57
+ }
58
+ export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
59
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation?:
60
+ | LocalGatewayRouteTableVirtualInterfaceGroupAssociation
61
+ | undefined;
62
+ }
63
+ export interface CreateLocalGatewayRouteTableVpcAssociationRequest {
64
+ LocalGatewayRouteTableId: string | undefined;
65
+ VpcId: string | undefined;
66
+ TagSpecifications?: TagSpecification[] | undefined;
67
+ DryRun?: boolean | undefined;
68
+ }
69
+ export interface LocalGatewayRouteTableVpcAssociation {
70
+ LocalGatewayRouteTableVpcAssociationId?: string | undefined;
71
+ LocalGatewayRouteTableId?: string | undefined;
72
+ LocalGatewayRouteTableArn?: string | undefined;
73
+ LocalGatewayId?: string | undefined;
74
+ VpcId?: string | undefined;
75
+ OwnerId?: string | undefined;
76
+ State?: string | undefined;
77
+ Tags?: Tag[] | undefined;
78
+ }
51
79
  export interface CreateLocalGatewayRouteTableVpcAssociationResult {
52
80
  LocalGatewayRouteTableVpcAssociation?:
53
81
  | LocalGatewayRouteTableVpcAssociation
@@ -2191,20 +2219,6 @@ export interface VpnGateway {
2191
2219
  export interface CreateVpnGatewayResult {
2192
2220
  VpnGateway?: VpnGateway | undefined;
2193
2221
  }
2194
- export interface DeleteCarrierGatewayRequest {
2195
- CarrierGatewayId: string | undefined;
2196
- DryRun?: boolean | undefined;
2197
- }
2198
- export interface DeleteCarrierGatewayResult {
2199
- CarrierGateway?: CarrierGateway | undefined;
2200
- }
2201
- export interface DeleteClientVpnEndpointRequest {
2202
- ClientVpnEndpointId: string | undefined;
2203
- DryRun?: boolean | undefined;
2204
- }
2205
- export interface DeleteClientVpnEndpointResult {
2206
- Status?: ClientVpnEndpointStatus | undefined;
2207
- }
2208
2222
  export declare const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (
2209
2223
  obj: CreateVerifiedAccessNativeApplicationOidcOptions
2210
2224
  ) => any;
@@ -44,13 +44,13 @@ import {
44
44
  LaunchTemplate,
45
45
  LocalGatewayRoute,
46
46
  LocalGatewayRouteTable,
47
- LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
48
- LocalGatewayRouteTableVpcAssociation,
49
47
  PlatformValues,
50
48
  TransportProtocol,
51
49
  } from "./models_1";
52
50
  import {
53
51
  GroupIdentifier,
52
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
53
+ LocalGatewayRouteTableVpcAssociation,
54
54
  ManagedPrefixList,
55
55
  SubnetCidrReservation,
56
56
  TransitGateway,
@@ -66,6 +66,20 @@ import {
66
66
  VerifiedAccessGroup,
67
67
  VpcBlockPublicAccessExclusion,
68
68
  } from "./models_2";
69
+ export interface DeleteCarrierGatewayRequest {
70
+ CarrierGatewayId: string | undefined;
71
+ DryRun?: boolean | undefined;
72
+ }
73
+ export interface DeleteCarrierGatewayResult {
74
+ CarrierGateway?: CarrierGateway | undefined;
75
+ }
76
+ export interface DeleteClientVpnEndpointRequest {
77
+ ClientVpnEndpointId: string | undefined;
78
+ DryRun?: boolean | undefined;
79
+ }
80
+ export interface DeleteClientVpnEndpointResult {
81
+ Status?: ClientVpnEndpointStatus | undefined;
82
+ }
69
83
  export interface DeleteClientVpnRouteRequest {
70
84
  ClientVpnEndpointId: string | undefined;
71
85
  TargetVpcSubnetId?: string | undefined;
@@ -737,6 +751,7 @@ export interface DeregisterImageRequest {
737
751
  ImageId: string | undefined;
738
752
  DryRun?: boolean | undefined;
739
753
  }
754
+ export interface DeregisterImageResult {}
740
755
  export interface DeregisterInstanceTagAttributeRequest {
741
756
  IncludeAllTagsOfInstance?: boolean | undefined;
742
757
  InstanceTagKeys?: string[] | undefined;
@@ -1576,35 +1591,6 @@ export interface DescribeFastSnapshotRestoreSuccessItem {
1576
1591
  DisablingTime?: Date | undefined;
1577
1592
  DisabledTime?: Date | undefined;
1578
1593
  }
1579
- export interface DescribeFastSnapshotRestoresResult {
1580
- FastSnapshotRestores?: DescribeFastSnapshotRestoreSuccessItem[] | undefined;
1581
- NextToken?: string | undefined;
1582
- }
1583
- export declare const FleetEventType: {
1584
- readonly FLEET_CHANGE: "fleet-change";
1585
- readonly INSTANCE_CHANGE: "instance-change";
1586
- readonly SERVICE_ERROR: "service-error";
1587
- };
1588
- export type FleetEventType =
1589
- (typeof FleetEventType)[keyof typeof FleetEventType];
1590
- export interface DescribeFleetHistoryRequest {
1591
- DryRun?: boolean | undefined;
1592
- EventType?: FleetEventType | undefined;
1593
- MaxResults?: number | undefined;
1594
- NextToken?: string | undefined;
1595
- FleetId: string | undefined;
1596
- StartTime: Date | undefined;
1597
- }
1598
- export interface EventInformation {
1599
- EventDescription?: string | undefined;
1600
- EventSubType?: string | undefined;
1601
- InstanceId?: string | undefined;
1602
- }
1603
- export interface HistoryRecordEntry {
1604
- EventInformation?: EventInformation | undefined;
1605
- EventType?: FleetEventType | undefined;
1606
- Timestamp?: Date | undefined;
1607
- }
1608
1594
  export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1609
1595
  obj: DeleteVerifiedAccessTrustProviderResult
1610
1596
  ) => any;
@@ -48,8 +48,6 @@ import {
48
48
  LaunchTemplateAndOverridesResponse,
49
49
  LaunchTemplateVersion,
50
50
  LocalGatewayRouteTable,
51
- LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
52
- LocalGatewayRouteTableVpcAssociation,
53
51
  LogDestinationType,
54
52
  OperatorResponse,
55
53
  Placement,
@@ -62,6 +60,8 @@ import {
62
60
  } from "./models_1";
63
61
  import {
64
62
  GroupIdentifier,
63
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
64
+ LocalGatewayRouteTableVpcAssociation,
65
65
  ManagedPrefixList,
66
66
  NatGateway,
67
67
  NetworkAcl,
@@ -72,16 +72,44 @@ import {
72
72
  NetworkInterfacePermission,
73
73
  NetworkInterfaceStatus,
74
74
  PlacementGroup,
75
- ReplaceRootVolumeTask,
76
75
  } from "./models_2";
77
76
  import {
78
77
  Byoasn,
78
+ DescribeFastSnapshotRestoreSuccessItem,
79
79
  Filter,
80
80
  FleetStateCode,
81
- HistoryRecordEntry,
82
81
  IdFormat,
83
82
  InstanceTagNotificationAttribute,
84
83
  } from "./models_3";
84
+ export interface DescribeFastSnapshotRestoresResult {
85
+ FastSnapshotRestores?: DescribeFastSnapshotRestoreSuccessItem[] | undefined;
86
+ NextToken?: string | undefined;
87
+ }
88
+ export declare const FleetEventType: {
89
+ readonly FLEET_CHANGE: "fleet-change";
90
+ readonly INSTANCE_CHANGE: "instance-change";
91
+ readonly SERVICE_ERROR: "service-error";
92
+ };
93
+ export type FleetEventType =
94
+ (typeof FleetEventType)[keyof typeof FleetEventType];
95
+ export interface DescribeFleetHistoryRequest {
96
+ DryRun?: boolean | undefined;
97
+ EventType?: FleetEventType | undefined;
98
+ MaxResults?: number | undefined;
99
+ NextToken?: string | undefined;
100
+ FleetId: string | undefined;
101
+ StartTime: Date | undefined;
102
+ }
103
+ export interface EventInformation {
104
+ EventDescription?: string | undefined;
105
+ EventSubType?: string | undefined;
106
+ InstanceId?: string | undefined;
107
+ }
108
+ export interface HistoryRecordEntry {
109
+ EventInformation?: EventInformation | undefined;
110
+ EventType?: FleetEventType | undefined;
111
+ Timestamp?: Date | undefined;
112
+ }
85
113
  export interface DescribeFleetHistoryResult {
86
114
  HistoryRecords?: HistoryRecordEntry[] | undefined;
87
115
  LastEvaluatedTime?: Date | undefined;
@@ -2080,31 +2108,6 @@ export interface DescribeRegionsRequest {
2080
2108
  DryRun?: boolean | undefined;
2081
2109
  Filters?: Filter[] | undefined;
2082
2110
  }
2083
- export interface Region {
2084
- OptInStatus?: string | undefined;
2085
- RegionName?: string | undefined;
2086
- Endpoint?: string | undefined;
2087
- }
2088
- export interface DescribeRegionsResult {
2089
- Regions?: Region[] | undefined;
2090
- }
2091
- export interface DescribeReplaceRootVolumeTasksRequest {
2092
- ReplaceRootVolumeTaskIds?: string[] | undefined;
2093
- Filters?: Filter[] | undefined;
2094
- MaxResults?: number | undefined;
2095
- NextToken?: string | undefined;
2096
- DryRun?: boolean | undefined;
2097
- }
2098
- export interface DescribeReplaceRootVolumeTasksResult {
2099
- ReplaceRootVolumeTasks?: ReplaceRootVolumeTask[] | undefined;
2100
- NextToken?: string | undefined;
2101
- }
2102
- export declare const OfferingClassType: {
2103
- readonly CONVERTIBLE: "convertible";
2104
- readonly STANDARD: "standard";
2105
- };
2106
- export type OfferingClassType =
2107
- (typeof OfferingClassType)[keyof typeof OfferingClassType];
2108
2111
  export declare const SnapshotDetailFilterSensitiveLog: (
2109
2112
  obj: SnapshotDetail
2110
2113
  ) => any;
@@ -34,8 +34,6 @@ import {
34
34
  UserIdGroupPair,
35
35
  VerifiedAccessInstance,
36
36
  VerifiedAccessTrustProvider,
37
- VpcCidrBlockAssociation,
38
- VpcIpv6CidrBlockAssociation,
39
37
  VpcPeeringConnection,
40
38
  } from "./models_0";
41
39
  import {
@@ -65,6 +63,7 @@ import {
65
63
  GroupIdentifier,
66
64
  IpAddressType,
67
65
  PayerResponsibility,
66
+ ReplaceRootVolumeTask,
68
67
  RouteTable,
69
68
  ServiceConfiguration,
70
69
  ServiceConnectivityType,
@@ -95,7 +94,6 @@ import {
95
94
  VpnGateway,
96
95
  } from "./models_2";
97
96
  import {
98
- EventInformation,
99
97
  FastLaunchLaunchTemplateSpecificationResponse,
100
98
  FastLaunchResourceType,
101
99
  FastLaunchSnapshotConfigurationResponse,
@@ -107,10 +105,35 @@ import {
107
105
  } from "./models_3";
108
106
  import {
109
107
  AttributeBooleanValue,
110
- OfferingClassType,
108
+ EventInformation,
111
109
  PermissionGroup,
112
110
  ProductCode,
113
111
  } from "./models_4";
112
+ export interface Region {
113
+ OptInStatus?: string | undefined;
114
+ RegionName?: string | undefined;
115
+ Endpoint?: string | undefined;
116
+ }
117
+ export interface DescribeRegionsResult {
118
+ Regions?: Region[] | undefined;
119
+ }
120
+ export interface DescribeReplaceRootVolumeTasksRequest {
121
+ ReplaceRootVolumeTaskIds?: string[] | undefined;
122
+ Filters?: Filter[] | undefined;
123
+ MaxResults?: number | undefined;
124
+ NextToken?: string | undefined;
125
+ DryRun?: boolean | undefined;
126
+ }
127
+ export interface DescribeReplaceRootVolumeTasksResult {
128
+ ReplaceRootVolumeTasks?: ReplaceRootVolumeTask[] | undefined;
129
+ NextToken?: string | undefined;
130
+ }
131
+ export declare const OfferingClassType: {
132
+ readonly CONVERTIBLE: "convertible";
133
+ readonly STANDARD: "standard";
134
+ };
135
+ export type OfferingClassType =
136
+ (typeof OfferingClassType)[keyof typeof OfferingClassType];
114
137
  export declare const OfferingTypeValues: {
115
138
  readonly All_Upfront: "All Upfront";
116
139
  readonly Heavy_Utilization: "Heavy Utilization";
@@ -1871,28 +1894,6 @@ export interface DisassociateTransitGatewayRouteTableRequest {
1871
1894
  export interface DisassociateTransitGatewayRouteTableResult {
1872
1895
  Association?: TransitGatewayAssociation | undefined;
1873
1896
  }
1874
- export interface DisassociateTrunkInterfaceRequest {
1875
- AssociationId: string | undefined;
1876
- ClientToken?: string | undefined;
1877
- DryRun?: boolean | undefined;
1878
- }
1879
- export interface DisassociateTrunkInterfaceResult {
1880
- Return?: boolean | undefined;
1881
- ClientToken?: string | undefined;
1882
- }
1883
- export interface DisassociateVpcCidrBlockRequest {
1884
- AssociationId: string | undefined;
1885
- }
1886
- export interface DisassociateVpcCidrBlockResult {
1887
- Ipv6CidrBlockAssociation?: VpcIpv6CidrBlockAssociation | undefined;
1888
- CidrBlockAssociation?: VpcCidrBlockAssociation | undefined;
1889
- VpcId?: string | undefined;
1890
- }
1891
- export interface EnableAddressTransferRequest {
1892
- AllocationId: string | undefined;
1893
- TransferAccountId: string | undefined;
1894
- DryRun?: boolean | undefined;
1895
- }
1896
1897
  export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
1897
1898
  obj: SpotFleetLaunchSpecification
1898
1899
  ) => any;
@@ -18,6 +18,8 @@ import {
18
18
  TransitGatewayPolicyTableAssociation,
19
19
  UnsuccessfulItem,
20
20
  UserTrustProviderType,
21
+ VpcCidrBlockAssociation,
22
+ VpcIpv6CidrBlockAssociation,
21
23
  } from "./models_0";
22
24
  import {
23
25
  _InstanceType,
@@ -77,7 +79,6 @@ import {
77
79
  InstanceAttributeName,
78
80
  InstanceMetadataEndpointState,
79
81
  InstanceMetadataTagsState,
80
- InstanceStatusEvent,
81
82
  LaunchPermission,
82
83
  LockState,
83
84
  PaymentOption,
@@ -92,6 +93,28 @@ import {
92
93
  TransitGatewayPropagation,
93
94
  TransitGatewayPropagationState,
94
95
  } from "./models_5";
96
+ export interface DisassociateTrunkInterfaceRequest {
97
+ AssociationId: string | undefined;
98
+ ClientToken?: string | undefined;
99
+ DryRun?: boolean | undefined;
100
+ }
101
+ export interface DisassociateTrunkInterfaceResult {
102
+ Return?: boolean | undefined;
103
+ ClientToken?: string | undefined;
104
+ }
105
+ export interface DisassociateVpcCidrBlockRequest {
106
+ AssociationId: string | undefined;
107
+ }
108
+ export interface DisassociateVpcCidrBlockResult {
109
+ Ipv6CidrBlockAssociation?: VpcIpv6CidrBlockAssociation | undefined;
110
+ CidrBlockAssociation?: VpcCidrBlockAssociation | undefined;
111
+ VpcId?: string | undefined;
112
+ }
113
+ export interface EnableAddressTransferRequest {
114
+ AllocationId: string | undefined;
115
+ TransferAccountId: string | undefined;
116
+ DryRun?: boolean | undefined;
117
+ }
95
118
  export interface EnableAddressTransferResult {
96
119
  AddressTransfer?: AddressTransfer | undefined;
97
120
  }
@@ -1782,31 +1805,6 @@ export declare const UnsuccessfulInstanceCreditSpecificationErrorCode: {
1782
1805
  };
1783
1806
  export type UnsuccessfulInstanceCreditSpecificationErrorCode =
1784
1807
  (typeof UnsuccessfulInstanceCreditSpecificationErrorCode)[keyof typeof UnsuccessfulInstanceCreditSpecificationErrorCode];
1785
- export interface UnsuccessfulInstanceCreditSpecificationItemError {
1786
- Code?: UnsuccessfulInstanceCreditSpecificationErrorCode | undefined;
1787
- Message?: string | undefined;
1788
- }
1789
- export interface UnsuccessfulInstanceCreditSpecificationItem {
1790
- InstanceId?: string | undefined;
1791
- Error?: UnsuccessfulInstanceCreditSpecificationItemError | undefined;
1792
- }
1793
- export interface ModifyInstanceCreditSpecificationResult {
1794
- SuccessfulInstanceCreditSpecifications?:
1795
- | SuccessfulInstanceCreditSpecificationItem[]
1796
- | undefined;
1797
- UnsuccessfulInstanceCreditSpecifications?:
1798
- | UnsuccessfulInstanceCreditSpecificationItem[]
1799
- | undefined;
1800
- }
1801
- export interface ModifyInstanceEventStartTimeRequest {
1802
- DryRun?: boolean | undefined;
1803
- InstanceId: string | undefined;
1804
- InstanceEventId: string | undefined;
1805
- NotBefore: Date | undefined;
1806
- }
1807
- export interface ModifyInstanceEventStartTimeResult {
1808
- Event?: InstanceStatusEvent | undefined;
1809
- }
1810
1808
  export declare const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog: (
1811
1809
  obj: VerifiedAccessInstanceUserTrustProviderClientConfiguration
1812
1810
  ) => any;