@aws-sdk/client-ec2 3.758.0 → 3.760.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 (66) hide show
  1. package/dist-cjs/index.js +311 -217
  2. package/dist-es/commands/CreateVpnConnectionCommand.js +2 -1
  3. package/dist-es/models/models_1.js +19 -4
  4. package/dist-es/models/models_2.js +4 -9
  5. package/dist-es/models/models_3.js +10 -15
  6. package/dist-es/models/models_4.js +15 -0
  7. package/dist-es/models/models_5.js +1 -1
  8. package/dist-es/models/models_6.js +0 -6
  9. package/dist-es/models/models_7.js +7 -1
  10. package/dist-es/protocols/Aws_ec2.js +74 -4
  11. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +37 -2
  12. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -2
  14. package/dist-types/commands/CreateVpcCommand.d.ts +37 -2
  15. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -2
  20. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -2
  23. package/dist-types/commands/DescribeVpcsCommand.d.ts +37 -2
  24. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  25. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  26. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  27. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  28. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -2
  29. package/dist-types/commands/StopInstancesCommand.d.ts +2 -1
  30. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  31. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  32. package/dist-types/models/models_1.d.ts +73 -222
  33. package/dist-types/models/models_2.d.ts +224 -214
  34. package/dist-types/models/models_3.d.ts +211 -230
  35. package/dist-types/models/models_4.d.ts +234 -181
  36. package/dist-types/models/models_5.d.ts +182 -105
  37. package/dist-types/models/models_6.d.ts +104 -122
  38. package/dist-types/models/models_7.d.ts +124 -111
  39. package/dist-types/models/models_8.d.ts +108 -1
  40. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +2 -4
  46. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +4 -2
  47. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +4 -2
  50. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +4 -2
  55. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/models/models_1.d.ts +46 -36
  59. package/dist-types/ts3.4/models/models_2.d.ts +36 -51
  60. package/dist-types/ts3.4/models/models_3.d.ts +58 -54
  61. package/dist-types/ts3.4/models/models_4.d.ts +58 -38
  62. package/dist-types/ts3.4/models/models_5.d.ts +40 -32
  63. package/dist-types/ts3.4/models/models_6.d.ts +29 -35
  64. package/dist-types/ts3.4/models/models_7.d.ts +35 -31
  65. package/dist-types/ts3.4/models/models_8.d.ts +28 -1
  66. package/package.json +1 -1
@@ -1357,6 +1357,51 @@ export interface CreateDefaultSubnetResult {
1357
1357
  export interface CreateDefaultVpcRequest {
1358
1358
  DryRun?: boolean | undefined;
1359
1359
  }
1360
+ export declare const VpcEncryptionControlMode: {
1361
+ readonly enforce: "enforce";
1362
+ readonly monitor: "monitor";
1363
+ };
1364
+ export type VpcEncryptionControlMode =
1365
+ (typeof VpcEncryptionControlMode)[keyof typeof VpcEncryptionControlMode];
1366
+ export declare const VpcEncryptionControlExclusionState: {
1367
+ readonly disabled: "disabled";
1368
+ readonly disabling: "disabling";
1369
+ readonly enabled: "enabled";
1370
+ readonly enabling: "enabling";
1371
+ };
1372
+ export type VpcEncryptionControlExclusionState =
1373
+ (typeof VpcEncryptionControlExclusionState)[keyof typeof VpcEncryptionControlExclusionState];
1374
+ export interface VpcEncryptionControlExclusion {
1375
+ State?: VpcEncryptionControlExclusionState | undefined;
1376
+ StateMessage?: string | undefined;
1377
+ }
1378
+ export interface VpcEncryptionControlExclusions {
1379
+ InternetGateway?: VpcEncryptionControlExclusion | undefined;
1380
+ EgressOnlyInternetGateway?: VpcEncryptionControlExclusion | undefined;
1381
+ NatGateway?: VpcEncryptionControlExclusion | undefined;
1382
+ VirtualPrivateGateway?: VpcEncryptionControlExclusion | undefined;
1383
+ VpcPeering?: VpcEncryptionControlExclusion | undefined;
1384
+ }
1385
+ export declare const VpcEncryptionControlState: {
1386
+ readonly available: "available";
1387
+ readonly deleted: "deleted";
1388
+ readonly deleting: "deleting";
1389
+ readonly enforce_failed: "enforce-failed";
1390
+ readonly enforce_in_progress: "enforce-in-progress";
1391
+ readonly monitor_failed: "monitor-failed";
1392
+ readonly monitor_in_progress: "monitor-in-progress";
1393
+ };
1394
+ export type VpcEncryptionControlState =
1395
+ (typeof VpcEncryptionControlState)[keyof typeof VpcEncryptionControlState];
1396
+ export interface VpcEncryptionControl {
1397
+ VpcId?: string | undefined;
1398
+ VpcEncryptionControlId?: string | undefined;
1399
+ Mode?: VpcEncryptionControlMode | undefined;
1400
+ State?: VpcEncryptionControlState | undefined;
1401
+ StateMessage?: string | undefined;
1402
+ ResourceExclusions?: VpcEncryptionControlExclusions | undefined;
1403
+ Tags?: Tag[] | undefined;
1404
+ }
1360
1405
  export declare const Tenancy: {
1361
1406
  readonly dedicated: "dedicated";
1362
1407
  readonly default: "default";
@@ -1374,6 +1419,7 @@ export interface Vpc {
1374
1419
  Ipv6CidrBlockAssociationSet?: VpcIpv6CidrBlockAssociation[] | undefined;
1375
1420
  CidrBlockAssociationSet?: VpcCidrBlockAssociation[] | undefined;
1376
1421
  IsDefault?: boolean | undefined;
1422
+ EncryptionControl?: VpcEncryptionControl | undefined;
1377
1423
  Tags?: Tag[] | undefined;
1378
1424
  BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
1379
1425
  VpcId?: string | undefined;
@@ -2942,42 +2988,6 @@ export interface LocalGatewayRoute {
2942
2988
  export interface CreateLocalGatewayRouteResult {
2943
2989
  Route?: LocalGatewayRoute | undefined;
2944
2990
  }
2945
- export declare const LocalGatewayRouteTableMode: {
2946
- readonly coip: "coip";
2947
- readonly direct_vpc_routing: "direct-vpc-routing";
2948
- };
2949
- export type LocalGatewayRouteTableMode =
2950
- (typeof LocalGatewayRouteTableMode)[keyof typeof LocalGatewayRouteTableMode];
2951
- export interface CreateLocalGatewayRouteTableRequest {
2952
- LocalGatewayId: string | undefined;
2953
- Mode?: LocalGatewayRouteTableMode | undefined;
2954
- TagSpecifications?: TagSpecification[] | undefined;
2955
- DryRun?: boolean | undefined;
2956
- }
2957
- export interface StateReason {
2958
- Code?: string | undefined;
2959
- Message?: string | undefined;
2960
- }
2961
- export interface LocalGatewayRouteTable {
2962
- LocalGatewayRouteTableId?: string | undefined;
2963
- LocalGatewayRouteTableArn?: string | undefined;
2964
- LocalGatewayId?: string | undefined;
2965
- OutpostArn?: string | undefined;
2966
- OwnerId?: string | undefined;
2967
- State?: string | undefined;
2968
- Tags?: Tag[] | undefined;
2969
- Mode?: LocalGatewayRouteTableMode | undefined;
2970
- StateReason?: StateReason | undefined;
2971
- }
2972
- export interface CreateLocalGatewayRouteTableResult {
2973
- LocalGatewayRouteTable?: LocalGatewayRouteTable | undefined;
2974
- }
2975
- export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
2976
- LocalGatewayRouteTableId: string | undefined;
2977
- LocalGatewayVirtualInterfaceGroupId: string | undefined;
2978
- TagSpecifications?: TagSpecification[] | undefined;
2979
- DryRun?: boolean | undefined;
2980
- }
2981
2991
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
2982
2992
  export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
2983
2993
  obj: RequestLaunchTemplateData
@@ -28,12 +28,10 @@ import {
28
28
  VerifiedAccessSseSpecificationResponse,
29
29
  VerifiedAccessTrustProvider,
30
30
  VolumeAttachment,
31
- VpcAttachment,
32
31
  VpcPeeringConnection,
33
32
  } from "./models_0";
34
33
  import {
35
34
  ConnectionTrackingSpecificationRequest,
36
- GatewayType,
37
35
  InstanceIpv6Address,
38
36
  Ipv4PrefixSpecificationRequest,
39
37
  Ipv6PrefixSpecificationRequest,
@@ -45,6 +43,42 @@ import {
45
43
  VolumeType,
46
44
  Vpc,
47
45
  } from "./models_1";
46
+ export declare const LocalGatewayRouteTableMode: {
47
+ readonly coip: "coip";
48
+ readonly direct_vpc_routing: "direct-vpc-routing";
49
+ };
50
+ export type LocalGatewayRouteTableMode =
51
+ (typeof LocalGatewayRouteTableMode)[keyof typeof LocalGatewayRouteTableMode];
52
+ export interface CreateLocalGatewayRouteTableRequest {
53
+ LocalGatewayId: string | undefined;
54
+ Mode?: LocalGatewayRouteTableMode | undefined;
55
+ TagSpecifications?: TagSpecification[] | undefined;
56
+ DryRun?: boolean | undefined;
57
+ }
58
+ export interface StateReason {
59
+ Code?: string | undefined;
60
+ Message?: string | undefined;
61
+ }
62
+ export interface LocalGatewayRouteTable {
63
+ LocalGatewayRouteTableId?: string | undefined;
64
+ LocalGatewayRouteTableArn?: string | undefined;
65
+ LocalGatewayId?: string | undefined;
66
+ OutpostArn?: string | undefined;
67
+ OwnerId?: string | undefined;
68
+ State?: string | undefined;
69
+ Tags?: Tag[] | undefined;
70
+ Mode?: LocalGatewayRouteTableMode | undefined;
71
+ StateReason?: StateReason | undefined;
72
+ }
73
+ export interface CreateLocalGatewayRouteTableResult {
74
+ LocalGatewayRouteTable?: LocalGatewayRouteTable | undefined;
75
+ }
76
+ export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
77
+ LocalGatewayRouteTableId: string | undefined;
78
+ LocalGatewayVirtualInterfaceGroupId: string | undefined;
79
+ TagSpecifications?: TagSpecification[] | undefined;
80
+ DryRun?: boolean | undefined;
81
+ }
48
82
  export interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
49
83
  LocalGatewayRouteTableVirtualInterfaceGroupAssociationId?: string | undefined;
50
84
  LocalGatewayVirtualInterfaceGroupId?: string | undefined;
@@ -2176,49 +2210,6 @@ export interface VgwTelemetry {
2176
2210
  StatusMessage?: string | undefined;
2177
2211
  CertificateArn?: string | undefined;
2178
2212
  }
2179
- export interface VpnConnection {
2180
- Category?: string | undefined;
2181
- TransitGatewayId?: string | undefined;
2182
- CoreNetworkArn?: string | undefined;
2183
- CoreNetworkAttachmentArn?: string | undefined;
2184
- GatewayAssociationState?: GatewayAssociationState | undefined;
2185
- Options?: VpnConnectionOptions | undefined;
2186
- Routes?: VpnStaticRoute[] | undefined;
2187
- Tags?: Tag[] | undefined;
2188
- VgwTelemetry?: VgwTelemetry[] | undefined;
2189
- VpnConnectionId?: string | undefined;
2190
- State?: VpnState | undefined;
2191
- CustomerGatewayConfiguration?: string | undefined;
2192
- Type?: GatewayType | undefined;
2193
- CustomerGatewayId?: string | undefined;
2194
- VpnGatewayId?: string | undefined;
2195
- }
2196
- export interface CreateVpnConnectionResult {
2197
- VpnConnection?: VpnConnection | undefined;
2198
- }
2199
- export interface CreateVpnConnectionRouteRequest {
2200
- DestinationCidrBlock: string | undefined;
2201
- VpnConnectionId: string | undefined;
2202
- }
2203
- export interface CreateVpnGatewayRequest {
2204
- AvailabilityZone?: string | undefined;
2205
- Type: GatewayType | undefined;
2206
- TagSpecifications?: TagSpecification[] | undefined;
2207
- AmazonSideAsn?: number | undefined;
2208
- DryRun?: boolean | undefined;
2209
- }
2210
- export interface VpnGateway {
2211
- AmazonSideAsn?: number | undefined;
2212
- Tags?: Tag[] | undefined;
2213
- VpnGatewayId?: string | undefined;
2214
- State?: VpnState | undefined;
2215
- Type?: GatewayType | undefined;
2216
- AvailabilityZone?: string | undefined;
2217
- VpcAttachments?: VpcAttachment[] | undefined;
2218
- }
2219
- export interface CreateVpnGatewayResult {
2220
- VpnGateway?: VpnGateway | undefined;
2221
- }
2222
2213
  export declare const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (
2223
2214
  obj: CreateVerifiedAccessNativeApplicationOidcOptions
2224
2215
  ) => any;
@@ -2244,9 +2235,3 @@ export declare const TunnelOptionFilterSensitiveLog: (obj: TunnelOption) => any;
2244
2235
  export declare const VpnConnectionOptionsFilterSensitiveLog: (
2245
2236
  obj: VpnConnectionOptions
2246
2237
  ) => any;
2247
- export declare const VpnConnectionFilterSensitiveLog: (
2248
- obj: VpnConnection
2249
- ) => any;
2250
- export declare const CreateVpnConnectionResultFilterSensitiveLog: (
2251
- obj: CreateVpnConnectionResult
2252
- ) => any;
@@ -12,11 +12,13 @@ import {
12
12
  ClientVpnAuthorizationRuleStatus,
13
13
  InstanceEventWindowState,
14
14
  Tag,
15
+ TagSpecification,
15
16
  TransitGatewayPeeringAttachment,
16
17
  TransitGatewayVpcAttachment,
17
18
  UnsuccessfulItem,
18
19
  VerifiedAccessInstance,
19
20
  VerifiedAccessTrustProvider,
21
+ VpcAttachment,
20
22
  } from "./models_0";
21
23
  import {
22
24
  CapacityReservation,
@@ -36,6 +38,7 @@ import {
36
38
  FleetCapacityReservation,
37
39
  FleetCapacityReservationTenancy,
38
40
  FleetInstanceMatchCriteria,
41
+ GatewayType,
39
42
  Ipam,
40
43
  IpamExternalResourceVerificationToken,
41
44
  IpamPool,
@@ -43,12 +46,13 @@ import {
43
46
  IpamScope,
44
47
  LaunchTemplate,
45
48
  LocalGatewayRoute,
46
- LocalGatewayRouteTable,
47
49
  PlatformValues,
48
50
  TransportProtocol,
49
51
  } from "./models_1";
50
52
  import {
53
+ GatewayAssociationState,
51
54
  GroupIdentifier,
55
+ LocalGatewayRouteTable,
52
56
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
53
57
  LocalGatewayRouteTableVpcAssociation,
54
58
  ManagedPrefixList,
@@ -64,8 +68,55 @@ import {
64
68
  TransitGatewayRouteTableAnnouncement,
65
69
  VerifiedAccessEndpoint,
66
70
  VerifiedAccessGroup,
71
+ VgwTelemetry,
67
72
  VpcBlockPublicAccessExclusion,
73
+ VpnConnectionOptions,
74
+ VpnState,
75
+ VpnStaticRoute,
68
76
  } from "./models_2";
77
+ export interface VpnConnection {
78
+ Category?: string | undefined;
79
+ TransitGatewayId?: string | undefined;
80
+ CoreNetworkArn?: string | undefined;
81
+ CoreNetworkAttachmentArn?: string | undefined;
82
+ GatewayAssociationState?: GatewayAssociationState | undefined;
83
+ Options?: VpnConnectionOptions | undefined;
84
+ Routes?: VpnStaticRoute[] | undefined;
85
+ Tags?: Tag[] | undefined;
86
+ VgwTelemetry?: VgwTelemetry[] | undefined;
87
+ VpnConnectionId?: string | undefined;
88
+ State?: VpnState | undefined;
89
+ CustomerGatewayConfiguration?: string | undefined;
90
+ Type?: GatewayType | undefined;
91
+ CustomerGatewayId?: string | undefined;
92
+ VpnGatewayId?: string | undefined;
93
+ }
94
+ export interface CreateVpnConnectionResult {
95
+ VpnConnection?: VpnConnection | undefined;
96
+ }
97
+ export interface CreateVpnConnectionRouteRequest {
98
+ DestinationCidrBlock: string | undefined;
99
+ VpnConnectionId: string | undefined;
100
+ }
101
+ export interface CreateVpnGatewayRequest {
102
+ AvailabilityZone?: string | undefined;
103
+ Type: GatewayType | undefined;
104
+ TagSpecifications?: TagSpecification[] | undefined;
105
+ AmazonSideAsn?: number | undefined;
106
+ DryRun?: boolean | undefined;
107
+ }
108
+ export interface VpnGateway {
109
+ AmazonSideAsn?: number | undefined;
110
+ Tags?: Tag[] | undefined;
111
+ VpnGatewayId?: string | undefined;
112
+ State?: VpnState | undefined;
113
+ Type?: GatewayType | undefined;
114
+ AvailabilityZone?: string | undefined;
115
+ VpcAttachments?: VpcAttachment[] | undefined;
116
+ }
117
+ export interface CreateVpnGatewayResult {
118
+ VpnGateway?: VpnGateway | undefined;
119
+ }
69
120
  export interface DeleteCarrierGatewayRequest {
70
121
  CarrierGatewayId: string | undefined;
71
122
  DryRun?: boolean | undefined;
@@ -1538,59 +1589,12 @@ export type FastLaunchResourceType =
1538
1589
  export interface FastLaunchSnapshotConfigurationResponse {
1539
1590
  TargetResourceCount?: number | undefined;
1540
1591
  }
1541
- export declare const FastLaunchStateCode: {
1542
- readonly disabling: "disabling";
1543
- readonly disabling_failed: "disabling-failed";
1544
- readonly enabled: "enabled";
1545
- readonly enabled_failed: "enabled-failed";
1546
- readonly enabling: "enabling";
1547
- readonly enabling_failed: "enabling-failed";
1548
- };
1549
- export type FastLaunchStateCode =
1550
- (typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
1551
- export interface DescribeFastLaunchImagesSuccessItem {
1552
- ImageId?: string | undefined;
1553
- ResourceType?: FastLaunchResourceType | undefined;
1554
- SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
1555
- LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
1556
- MaxParallelLaunches?: number | undefined;
1557
- OwnerId?: string | undefined;
1558
- State?: FastLaunchStateCode | undefined;
1559
- StateTransitionReason?: string | undefined;
1560
- StateTransitionTime?: Date | undefined;
1561
- }
1562
- export interface DescribeFastLaunchImagesResult {
1563
- FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[] | undefined;
1564
- NextToken?: string | undefined;
1565
- }
1566
- export interface DescribeFastSnapshotRestoresRequest {
1567
- Filters?: Filter[] | undefined;
1568
- MaxResults?: number | undefined;
1569
- NextToken?: string | undefined;
1570
- DryRun?: boolean | undefined;
1571
- }
1572
- export declare const FastSnapshotRestoreStateCode: {
1573
- readonly disabled: "disabled";
1574
- readonly disabling: "disabling";
1575
- readonly enabled: "enabled";
1576
- readonly enabling: "enabling";
1577
- readonly optimizing: "optimizing";
1578
- };
1579
- export type FastSnapshotRestoreStateCode =
1580
- (typeof FastSnapshotRestoreStateCode)[keyof typeof FastSnapshotRestoreStateCode];
1581
- export interface DescribeFastSnapshotRestoreSuccessItem {
1582
- SnapshotId?: string | undefined;
1583
- AvailabilityZone?: string | undefined;
1584
- State?: FastSnapshotRestoreStateCode | undefined;
1585
- StateTransitionReason?: string | undefined;
1586
- OwnerId?: string | undefined;
1587
- OwnerAlias?: string | undefined;
1588
- EnablingTime?: Date | undefined;
1589
- OptimizingTime?: Date | undefined;
1590
- EnabledTime?: Date | undefined;
1591
- DisablingTime?: Date | undefined;
1592
- DisabledTime?: Date | undefined;
1593
- }
1592
+ export declare const VpnConnectionFilterSensitiveLog: (
1593
+ obj: VpnConnection
1594
+ ) => any;
1595
+ export declare const CreateVpnConnectionResultFilterSensitiveLog: (
1596
+ obj: CreateVpnConnectionResult
1597
+ ) => any;
1594
1598
  export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1595
1599
  obj: DeleteVerifiedAccessTrustProviderResult
1596
1600
  ) => any;
@@ -47,19 +47,18 @@ import {
47
47
  LaunchTemplate,
48
48
  LaunchTemplateAndOverridesResponse,
49
49
  LaunchTemplateVersion,
50
- LocalGatewayRouteTable,
51
50
  LogDestinationType,
52
51
  OperatorResponse,
53
52
  Placement,
54
53
  PlatformValues,
55
54
  SpotAllocationStrategy,
56
55
  SpotInstanceInterruptionBehavior,
57
- StateReason,
58
56
  TargetCapacityUnitType,
59
57
  TrafficType,
60
58
  } from "./models_1";
61
59
  import {
62
60
  GroupIdentifier,
61
+ LocalGatewayRouteTable,
63
62
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
64
63
  LocalGatewayRouteTableVpcAssociation,
65
64
  ManagedPrefixList,
@@ -72,15 +71,71 @@ import {
72
71
  NetworkInterfacePermission,
73
72
  NetworkInterfaceStatus,
74
73
  PlacementGroup,
74
+ StateReason,
75
75
  } from "./models_2";
76
76
  import {
77
77
  Byoasn,
78
- DescribeFastSnapshotRestoreSuccessItem,
78
+ FastLaunchLaunchTemplateSpecificationResponse,
79
+ FastLaunchResourceType,
80
+ FastLaunchSnapshotConfigurationResponse,
79
81
  Filter,
80
82
  FleetStateCode,
81
83
  IdFormat,
82
84
  InstanceTagNotificationAttribute,
83
85
  } from "./models_3";
86
+ export declare const FastLaunchStateCode: {
87
+ readonly disabling: "disabling";
88
+ readonly disabling_failed: "disabling-failed";
89
+ readonly enabled: "enabled";
90
+ readonly enabled_failed: "enabled-failed";
91
+ readonly enabling: "enabling";
92
+ readonly enabling_failed: "enabling-failed";
93
+ };
94
+ export type FastLaunchStateCode =
95
+ (typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
96
+ export interface DescribeFastLaunchImagesSuccessItem {
97
+ ImageId?: string | undefined;
98
+ ResourceType?: FastLaunchResourceType | undefined;
99
+ SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
100
+ LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
101
+ MaxParallelLaunches?: number | undefined;
102
+ OwnerId?: string | undefined;
103
+ State?: FastLaunchStateCode | undefined;
104
+ StateTransitionReason?: string | undefined;
105
+ StateTransitionTime?: Date | undefined;
106
+ }
107
+ export interface DescribeFastLaunchImagesResult {
108
+ FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[] | undefined;
109
+ NextToken?: string | undefined;
110
+ }
111
+ export interface DescribeFastSnapshotRestoresRequest {
112
+ Filters?: Filter[] | undefined;
113
+ MaxResults?: number | undefined;
114
+ NextToken?: string | undefined;
115
+ DryRun?: boolean | undefined;
116
+ }
117
+ export declare const FastSnapshotRestoreStateCode: {
118
+ readonly disabled: "disabled";
119
+ readonly disabling: "disabling";
120
+ readonly enabled: "enabled";
121
+ readonly enabling: "enabling";
122
+ readonly optimizing: "optimizing";
123
+ };
124
+ export type FastSnapshotRestoreStateCode =
125
+ (typeof FastSnapshotRestoreStateCode)[keyof typeof FastSnapshotRestoreStateCode];
126
+ export interface DescribeFastSnapshotRestoreSuccessItem {
127
+ SnapshotId?: string | undefined;
128
+ AvailabilityZone?: string | undefined;
129
+ State?: FastSnapshotRestoreStateCode | undefined;
130
+ StateTransitionReason?: string | undefined;
131
+ OwnerId?: string | undefined;
132
+ OwnerAlias?: string | undefined;
133
+ EnablingTime?: Date | undefined;
134
+ OptimizingTime?: Date | undefined;
135
+ EnabledTime?: Date | undefined;
136
+ DisablingTime?: Date | undefined;
137
+ DisabledTime?: Date | undefined;
138
+ }
84
139
  export interface DescribeFastSnapshotRestoresResult {
85
140
  FastSnapshotRestores?: DescribeFastSnapshotRestoreSuccessItem[] | undefined;
86
141
  NextToken?: string | undefined;
@@ -2073,41 +2128,6 @@ export interface PrincipalIdFormat {
2073
2128
  Arn?: string | undefined;
2074
2129
  Statuses?: IdFormat[] | undefined;
2075
2130
  }
2076
- export interface DescribePrincipalIdFormatResult {
2077
- Principals?: PrincipalIdFormat[] | undefined;
2078
- NextToken?: string | undefined;
2079
- }
2080
- export interface DescribePublicIpv4PoolsRequest {
2081
- PoolIds?: string[] | undefined;
2082
- NextToken?: string | undefined;
2083
- MaxResults?: number | undefined;
2084
- Filters?: Filter[] | undefined;
2085
- }
2086
- export interface PublicIpv4PoolRange {
2087
- FirstAddress?: string | undefined;
2088
- LastAddress?: string | undefined;
2089
- AddressCount?: number | undefined;
2090
- AvailableAddressCount?: number | undefined;
2091
- }
2092
- export interface PublicIpv4Pool {
2093
- PoolId?: string | undefined;
2094
- Description?: string | undefined;
2095
- PoolAddressRanges?: PublicIpv4PoolRange[] | undefined;
2096
- TotalAddressCount?: number | undefined;
2097
- TotalAvailableAddressCount?: number | undefined;
2098
- NetworkBorderGroup?: string | undefined;
2099
- Tags?: Tag[] | undefined;
2100
- }
2101
- export interface DescribePublicIpv4PoolsResult {
2102
- PublicIpv4Pools?: PublicIpv4Pool[] | undefined;
2103
- NextToken?: string | undefined;
2104
- }
2105
- export interface DescribeRegionsRequest {
2106
- RegionNames?: string[] | undefined;
2107
- AllRegions?: boolean | undefined;
2108
- DryRun?: boolean | undefined;
2109
- Filters?: Filter[] | undefined;
2110
- }
2111
2131
  export declare const SnapshotDetailFilterSensitiveLog: (
2112
2132
  obj: SnapshotDetail
2113
2133
  ) => any;
@@ -22,13 +22,10 @@ import {
22
22
  SubnetIpv6CidrBlockAssociation,
23
23
  Tag,
24
24
  TagSpecification,
25
- TransitGatewayAssociation,
26
25
  TransitGatewayAssociationState,
27
26
  TransitGatewayAttachmentResourceType,
28
27
  TransitGatewayAttachmentState,
29
- TransitGatewayMulticastDomainAssociations,
30
28
  TransitGatewayPeeringAttachment,
31
- TransitGatewayPolicyTableAssociation,
32
29
  TransitGatewayVpcAttachment,
33
30
  TrunkInterfaceAssociation,
34
31
  UserIdGroupPair,
@@ -90,25 +87,61 @@ import {
90
87
  Volume,
91
88
  VpcBlockPublicAccessExclusion,
92
89
  VpcEndpoint,
93
- VpnConnection,
94
- VpnGateway,
95
90
  } from "./models_2";
96
91
  import {
97
92
  FastLaunchLaunchTemplateSpecificationResponse,
98
93
  FastLaunchResourceType,
99
94
  FastLaunchSnapshotConfigurationResponse,
100
- FastLaunchStateCode,
101
- FastSnapshotRestoreStateCode,
102
95
  Filter,
103
96
  MetricType,
104
97
  StatisticType,
98
+ VpnConnection,
99
+ VpnGateway,
105
100
  } from "./models_3";
106
101
  import {
107
102
  AttributeBooleanValue,
108
103
  EventInformation,
104
+ FastLaunchStateCode,
105
+ FastSnapshotRestoreStateCode,
109
106
  PermissionGroup,
107
+ PrincipalIdFormat,
110
108
  ProductCode,
111
109
  } from "./models_4";
110
+ export interface DescribePrincipalIdFormatResult {
111
+ Principals?: PrincipalIdFormat[] | undefined;
112
+ NextToken?: string | undefined;
113
+ }
114
+ export interface DescribePublicIpv4PoolsRequest {
115
+ PoolIds?: string[] | undefined;
116
+ NextToken?: string | undefined;
117
+ MaxResults?: number | undefined;
118
+ Filters?: Filter[] | undefined;
119
+ }
120
+ export interface PublicIpv4PoolRange {
121
+ FirstAddress?: string | undefined;
122
+ LastAddress?: string | undefined;
123
+ AddressCount?: number | undefined;
124
+ AvailableAddressCount?: number | undefined;
125
+ }
126
+ export interface PublicIpv4Pool {
127
+ PoolId?: string | undefined;
128
+ Description?: string | undefined;
129
+ PoolAddressRanges?: PublicIpv4PoolRange[] | undefined;
130
+ TotalAddressCount?: number | undefined;
131
+ TotalAvailableAddressCount?: number | undefined;
132
+ NetworkBorderGroup?: string | undefined;
133
+ Tags?: Tag[] | undefined;
134
+ }
135
+ export interface DescribePublicIpv4PoolsResult {
136
+ PublicIpv4Pools?: PublicIpv4Pool[] | undefined;
137
+ NextToken?: string | undefined;
138
+ }
139
+ export interface DescribeRegionsRequest {
140
+ RegionNames?: string[] | undefined;
141
+ AllRegions?: boolean | undefined;
142
+ DryRun?: boolean | undefined;
143
+ Filters?: Filter[] | undefined;
144
+ }
112
145
  export interface Region {
113
146
  OptInStatus?: string | undefined;
114
147
  RegionName?: string | undefined;
@@ -1869,31 +1902,6 @@ export interface DisassociateSubnetCidrBlockResult {
1869
1902
  Ipv6CidrBlockAssociation?: SubnetIpv6CidrBlockAssociation | undefined;
1870
1903
  SubnetId?: string | undefined;
1871
1904
  }
1872
- export interface DisassociateTransitGatewayMulticastDomainRequest {
1873
- TransitGatewayMulticastDomainId: string | undefined;
1874
- TransitGatewayAttachmentId: string | undefined;
1875
- SubnetIds: string[] | undefined;
1876
- DryRun?: boolean | undefined;
1877
- }
1878
- export interface DisassociateTransitGatewayMulticastDomainResult {
1879
- Associations?: TransitGatewayMulticastDomainAssociations | undefined;
1880
- }
1881
- export interface DisassociateTransitGatewayPolicyTableRequest {
1882
- TransitGatewayPolicyTableId: string | undefined;
1883
- TransitGatewayAttachmentId: string | undefined;
1884
- DryRun?: boolean | undefined;
1885
- }
1886
- export interface DisassociateTransitGatewayPolicyTableResult {
1887
- Association?: TransitGatewayPolicyTableAssociation | undefined;
1888
- }
1889
- export interface DisassociateTransitGatewayRouteTableRequest {
1890
- TransitGatewayRouteTableId: string | undefined;
1891
- TransitGatewayAttachmentId: string | undefined;
1892
- DryRun?: boolean | undefined;
1893
- }
1894
- export interface DisassociateTransitGatewayRouteTableResult {
1895
- Association?: TransitGatewayAssociation | undefined;
1896
- }
1897
1905
  export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
1898
1906
  obj: SpotFleetLaunchSpecification
1899
1907
  ) => any;