@aws-sdk/client-ec2 3.800.0 → 3.803.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 (219) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +827 -196
  3. package/dist-es/EC2.js +12 -0
  4. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceCommand.js +22 -0
  5. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  6. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceCommand.js +22 -0
  7. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  8. package/dist-es/commands/DescribeOutpostLagsCommand.js +22 -0
  9. package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
  10. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
  11. package/dist-es/commands/ImportImageCommand.js +1 -1
  12. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  13. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
  14. package/dist-es/commands/index.js +6 -0
  15. package/dist-es/models/models_0.js +2 -0
  16. package/dist-es/models/models_2.js +13 -8
  17. package/dist-es/models/models_3.js +8 -3
  18. package/dist-es/models/models_4.js +3 -6
  19. package/dist-es/models/models_5.js +12 -3
  20. package/dist-es/models/models_6.js +3 -21
  21. package/dist-es/models/models_7.js +22 -24
  22. package/dist-es/models/models_8.js +23 -0
  23. package/dist-es/protocols/Aws_ec2.js +537 -29
  24. package/dist-types/EC2.d.ts +44 -0
  25. package/dist-types/EC2Client.d.ts +8 -2
  26. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  27. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  29. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  30. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  31. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  32. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  33. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  58. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  59. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
  63. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
  64. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  70. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
  105. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  106. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  108. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
  109. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
  110. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
  111. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
  116. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
  117. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -2
  120. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
  121. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
  122. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  123. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  124. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  125. package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
  126. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  127. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  128. package/dist-types/commands/DisableImageCommand.d.ts +1 -1
  129. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  130. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  131. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  132. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
  133. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  134. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  135. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  136. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  138. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  139. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  140. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  141. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  142. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  143. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  144. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -3
  145. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  146. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  147. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  148. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  149. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  150. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  151. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  152. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  153. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -2
  154. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  155. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  156. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  157. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  158. package/dist-types/commands/index.d.ts +6 -0
  159. package/dist-types/models/models_0.d.ts +2 -0
  160. package/dist-types/models/models_1.d.ts +1 -1
  161. package/dist-types/models/models_2.d.ts +263 -214
  162. package/dist-types/models/models_3.d.ts +270 -454
  163. package/dist-types/models/models_4.d.ts +3916 -3906
  164. package/dist-types/models/models_5.d.ts +1257 -949
  165. package/dist-types/models/models_6.d.ts +3406 -3631
  166. package/dist-types/models/models_7.d.ts +1826 -1723
  167. package/dist-types/models/models_8.d.ts +471 -3
  168. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  169. package/dist-types/ts3.4/EC2.d.ts +134 -0
  170. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  171. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  172. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  173. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  176. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  177. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
  178. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +4 -2
  185. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -4
  194. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -4
  200. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +4 -2
  209. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  210. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  211. package/dist-types/ts3.4/models/models_2.d.ts +74 -54
  212. package/dist-types/ts3.4/models/models_3.d.ts +76 -97
  213. package/dist-types/ts3.4/models/models_4.d.ts +104 -79
  214. package/dist-types/ts3.4/models/models_5.d.ts +119 -90
  215. package/dist-types/ts3.4/models/models_6.d.ts +83 -126
  216. package/dist-types/ts3.4/models/models_7.d.ts +127 -115
  217. package/dist-types/ts3.4/models/models_8.d.ts +110 -0
  218. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  219. package/package.json +4 -4
@@ -5,7 +5,6 @@ import {
5
5
  AddressAttribute,
6
6
  AddressAttributeName,
7
7
  AddressTransfer,
8
- AssociationStatus,
9
8
  BundleTask,
10
9
  ByoipCidr,
11
10
  CapacityReservationFleetState,
@@ -19,6 +18,7 @@ import {
19
18
  VerifiedAccessInstance,
20
19
  VerifiedAccessTrustProvider,
21
20
  VpcAttachment,
21
+ VpcPeeringConnection,
22
22
  } from "./models_0";
23
23
  import {
24
24
  CapacityReservation,
@@ -40,19 +40,23 @@ import {
40
40
  IpamResourceDiscovery,
41
41
  IpamScope,
42
42
  LaunchTemplate,
43
- TransportProtocol,
44
43
  } from "./models_1";
45
44
  import {
46
45
  GroupIdentifier,
47
- IKEVersionsRequestListValue,
48
46
  LocalGatewayRoute,
49
47
  LocalGatewayRouteTable,
50
48
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
51
49
  LocalGatewayRouteTableVpcAssociation,
50
+ LocalGatewayVirtualInterface,
51
+ LocalGatewayVirtualInterfaceGroup,
52
52
  ManagedPrefixList,
53
+ PayerResponsibility,
54
+ PrivateDnsNameConfiguration,
53
55
  RouteServer,
54
56
  RouteServerEndpoint,
55
57
  RouteServerPeer,
58
+ ServiceState,
59
+ ServiceTypeDetail,
56
60
  SubnetCidrReservation,
57
61
  TransitGateway,
58
62
  TransitGatewayConnect,
@@ -63,11 +67,63 @@ import {
63
67
  TransitGatewayRoute,
64
68
  TransitGatewayRouteTable,
65
69
  TransitGatewayRouteTableAnnouncement,
66
- TunnelInsideIpVersion,
67
70
  VerifiedAccessEndpoint,
68
71
  VerifiedAccessGroup,
69
72
  VpcBlockPublicAccessExclusion,
70
73
  } from "./models_2";
74
+ export declare const ServiceConnectivityType: {
75
+ readonly ipv4: "ipv4";
76
+ readonly ipv6: "ipv6";
77
+ };
78
+ export type ServiceConnectivityType =
79
+ (typeof ServiceConnectivityType)[keyof typeof ServiceConnectivityType];
80
+ export interface SupportedRegionDetail {
81
+ Region?: string | undefined;
82
+ ServiceState?: string | undefined;
83
+ }
84
+ export interface ServiceConfiguration {
85
+ ServiceType?: ServiceTypeDetail[] | undefined;
86
+ ServiceId?: string | undefined;
87
+ ServiceName?: string | undefined;
88
+ ServiceState?: ServiceState | undefined;
89
+ AvailabilityZones?: string[] | undefined;
90
+ AcceptanceRequired?: boolean | undefined;
91
+ ManagesVpcEndpoints?: boolean | undefined;
92
+ NetworkLoadBalancerArns?: string[] | undefined;
93
+ GatewayLoadBalancerArns?: string[] | undefined;
94
+ SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
95
+ BaseEndpointDnsNames?: string[] | undefined;
96
+ PrivateDnsName?: string | undefined;
97
+ PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration | undefined;
98
+ PayerResponsibility?: PayerResponsibility | undefined;
99
+ Tags?: Tag[] | undefined;
100
+ SupportedRegions?: SupportedRegionDetail[] | undefined;
101
+ RemoteAccessEnabled?: boolean | undefined;
102
+ }
103
+ export interface CreateVpcEndpointServiceConfigurationResult {
104
+ ServiceConfiguration?: ServiceConfiguration | undefined;
105
+ ClientToken?: string | undefined;
106
+ }
107
+ export interface CreateVpcPeeringConnectionRequest {
108
+ PeerRegion?: string | undefined;
109
+ TagSpecifications?: TagSpecification[] | undefined;
110
+ DryRun?: boolean | undefined;
111
+ VpcId: string | undefined;
112
+ PeerVpcId?: string | undefined;
113
+ PeerOwnerId?: string | undefined;
114
+ }
115
+ export interface CreateVpcPeeringConnectionResult {
116
+ VpcPeeringConnection?: VpcPeeringConnection | undefined;
117
+ }
118
+ export declare const TunnelInsideIpVersion: {
119
+ readonly ipv4: "ipv4";
120
+ readonly ipv6: "ipv6";
121
+ };
122
+ export type TunnelInsideIpVersion =
123
+ (typeof TunnelInsideIpVersion)[keyof typeof TunnelInsideIpVersion];
124
+ export interface IKEVersionsRequestListValue {
125
+ Value?: string | undefined;
126
+ }
71
127
  export interface CloudWatchLogOptionsSpecification {
72
128
  LogEnabled?: boolean | undefined;
73
129
  LogGroupArn?: string | undefined;
@@ -555,6 +611,22 @@ export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
555
611
  | LocalGatewayRouteTableVpcAssociation
556
612
  | undefined;
557
613
  }
614
+ export interface DeleteLocalGatewayVirtualInterfaceRequest {
615
+ LocalGatewayVirtualInterfaceId: string | undefined;
616
+ DryRun?: boolean | undefined;
617
+ }
618
+ export interface DeleteLocalGatewayVirtualInterfaceResult {
619
+ LocalGatewayVirtualInterface?: LocalGatewayVirtualInterface | undefined;
620
+ }
621
+ export interface DeleteLocalGatewayVirtualInterfaceGroupRequest {
622
+ LocalGatewayVirtualInterfaceGroupId: string | undefined;
623
+ DryRun?: boolean | undefined;
624
+ }
625
+ export interface DeleteLocalGatewayVirtualInterfaceGroupResult {
626
+ LocalGatewayVirtualInterfaceGroup?:
627
+ | LocalGatewayVirtualInterfaceGroup
628
+ | undefined;
629
+ }
558
630
  export interface DeleteManagedPrefixListRequest {
559
631
  DryRun?: boolean | undefined;
560
632
  PrefixListId: string | undefined;
@@ -1502,99 +1574,6 @@ export interface ClientLoginBannerResponseOptions {
1502
1574
  export interface ClientRouteEnforcementResponseOptions {
1503
1575
  Enforced?: boolean | undefined;
1504
1576
  }
1505
- export interface ConnectionLogResponseOptions {
1506
- Enabled?: boolean | undefined;
1507
- CloudwatchLogGroup?: string | undefined;
1508
- CloudwatchLogStream?: string | undefined;
1509
- }
1510
- export declare const VpnProtocol: {
1511
- readonly openvpn: "openvpn";
1512
- };
1513
- export type VpnProtocol = (typeof VpnProtocol)[keyof typeof VpnProtocol];
1514
- export interface ClientVpnEndpoint {
1515
- ClientVpnEndpointId?: string | undefined;
1516
- Description?: string | undefined;
1517
- Status?: ClientVpnEndpointStatus | undefined;
1518
- CreationTime?: string | undefined;
1519
- DeletionTime?: string | undefined;
1520
- DnsName?: string | undefined;
1521
- ClientCidrBlock?: string | undefined;
1522
- DnsServers?: string[] | undefined;
1523
- SplitTunnel?: boolean | undefined;
1524
- VpnProtocol?: VpnProtocol | undefined;
1525
- TransportProtocol?: TransportProtocol | undefined;
1526
- VpnPort?: number | undefined;
1527
- AssociatedTargetNetworks?: AssociatedTargetNetwork[] | undefined;
1528
- ServerCertificateArn?: string | undefined;
1529
- AuthenticationOptions?: ClientVpnAuthentication[] | undefined;
1530
- ConnectionLogOptions?: ConnectionLogResponseOptions | undefined;
1531
- Tags?: Tag[] | undefined;
1532
- SecurityGroupIds?: string[] | undefined;
1533
- VpcId?: string | undefined;
1534
- SelfServicePortalUrl?: string | undefined;
1535
- ClientConnectOptions?: ClientConnectResponseOptions | undefined;
1536
- SessionTimeoutHours?: number | undefined;
1537
- ClientLoginBannerOptions?: ClientLoginBannerResponseOptions | undefined;
1538
- ClientRouteEnforcementOptions?:
1539
- | ClientRouteEnforcementResponseOptions
1540
- | undefined;
1541
- DisconnectOnSessionTimeout?: boolean | undefined;
1542
- }
1543
- export interface DescribeClientVpnEndpointsResult {
1544
- ClientVpnEndpoints?: ClientVpnEndpoint[] | undefined;
1545
- NextToken?: string | undefined;
1546
- }
1547
- export interface DescribeClientVpnRoutesRequest {
1548
- ClientVpnEndpointId: string | undefined;
1549
- Filters?: Filter[] | undefined;
1550
- MaxResults?: number | undefined;
1551
- NextToken?: string | undefined;
1552
- DryRun?: boolean | undefined;
1553
- }
1554
- export interface ClientVpnRoute {
1555
- ClientVpnEndpointId?: string | undefined;
1556
- DestinationCidr?: string | undefined;
1557
- TargetSubnet?: string | undefined;
1558
- Type?: string | undefined;
1559
- Origin?: string | undefined;
1560
- Status?: ClientVpnRouteStatus | undefined;
1561
- Description?: string | undefined;
1562
- }
1563
- export interface DescribeClientVpnRoutesResult {
1564
- Routes?: ClientVpnRoute[] | undefined;
1565
- NextToken?: string | undefined;
1566
- }
1567
- export interface DescribeClientVpnTargetNetworksRequest {
1568
- ClientVpnEndpointId: string | undefined;
1569
- AssociationIds?: string[] | undefined;
1570
- MaxResults?: number | undefined;
1571
- NextToken?: string | undefined;
1572
- Filters?: Filter[] | undefined;
1573
- DryRun?: boolean | undefined;
1574
- }
1575
- export interface TargetNetwork {
1576
- AssociationId?: string | undefined;
1577
- VpcId?: string | undefined;
1578
- TargetNetworkId?: string | undefined;
1579
- ClientVpnEndpointId?: string | undefined;
1580
- Status?: AssociationStatus | undefined;
1581
- SecurityGroups?: string[] | undefined;
1582
- }
1583
- export interface DescribeClientVpnTargetNetworksResult {
1584
- ClientVpnTargetNetworks?: TargetNetwork[] | undefined;
1585
- NextToken?: string | undefined;
1586
- }
1587
- export interface DescribeCoipPoolsRequest {
1588
- PoolIds?: string[] | undefined;
1589
- Filters?: Filter[] | undefined;
1590
- MaxResults?: number | undefined;
1591
- NextToken?: string | undefined;
1592
- DryRun?: boolean | undefined;
1593
- }
1594
- export interface DescribeCoipPoolsResult {
1595
- CoipPools?: CoipPool[] | undefined;
1596
- NextToken?: string | undefined;
1597
- }
1598
1577
  export declare const VpnTunnelOptionsSpecificationFilterSensitiveLog: (
1599
1578
  obj: VpnTunnelOptionsSpecification
1600
1579
  ) => any;
@@ -2,6 +2,7 @@ import {
2
2
  ActiveInstance,
3
3
  AllocationState,
4
4
  AllowsMultipleInstanceTypes,
5
+ AssociationStatus,
5
6
  AttachmentStatus,
6
7
  AutoPlacement,
7
8
  CurrencyCodeValues,
@@ -20,6 +21,9 @@ import {
20
21
  BlockDeviceMapping,
21
22
  CapacityReservationPreference,
22
23
  CapacityReservationTargetResponse,
24
+ ClientVpnEndpointStatus,
25
+ ClientVpnRouteStatus,
26
+ CoipPool,
23
27
  CustomerGateway,
24
28
  DefaultTargetCapacityType,
25
29
  DestinationFileFormat,
@@ -56,6 +60,7 @@ import {
56
60
  SpotInstanceInterruptionBehavior,
57
61
  TargetCapacityUnitType,
58
62
  TrafficType,
63
+ TransportProtocol,
59
64
  } from "./models_1";
60
65
  import {
61
66
  GroupIdentifier,
@@ -63,16 +68,115 @@ import {
63
68
  LocalGatewayRouteTable,
64
69
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
65
70
  LocalGatewayRouteTableVpcAssociation,
71
+ LocalGatewayVirtualInterfaceGroup,
66
72
  NetworkInterfaceStatus,
67
73
  StateReason,
68
74
  } from "./models_2";
69
75
  import {
76
+ AssociatedTargetNetwork,
70
77
  Byoasn,
78
+ ClientConnectResponseOptions,
79
+ ClientLoginBannerResponseOptions,
80
+ ClientRouteEnforcementResponseOptions,
81
+ ClientVpnAuthentication,
71
82
  Filter,
72
83
  FleetStateCode,
73
84
  IdFormat,
74
85
  InstanceTagNotificationAttribute,
75
86
  } from "./models_3";
87
+ export interface ConnectionLogResponseOptions {
88
+ Enabled?: boolean | undefined;
89
+ CloudwatchLogGroup?: string | undefined;
90
+ CloudwatchLogStream?: string | undefined;
91
+ }
92
+ export declare const VpnProtocol: {
93
+ readonly openvpn: "openvpn";
94
+ };
95
+ export type VpnProtocol = (typeof VpnProtocol)[keyof typeof VpnProtocol];
96
+ export interface ClientVpnEndpoint {
97
+ ClientVpnEndpointId?: string | undefined;
98
+ Description?: string | undefined;
99
+ Status?: ClientVpnEndpointStatus | undefined;
100
+ CreationTime?: string | undefined;
101
+ DeletionTime?: string | undefined;
102
+ DnsName?: string | undefined;
103
+ ClientCidrBlock?: string | undefined;
104
+ DnsServers?: string[] | undefined;
105
+ SplitTunnel?: boolean | undefined;
106
+ VpnProtocol?: VpnProtocol | undefined;
107
+ TransportProtocol?: TransportProtocol | undefined;
108
+ VpnPort?: number | undefined;
109
+ AssociatedTargetNetworks?: AssociatedTargetNetwork[] | undefined;
110
+ ServerCertificateArn?: string | undefined;
111
+ AuthenticationOptions?: ClientVpnAuthentication[] | undefined;
112
+ ConnectionLogOptions?: ConnectionLogResponseOptions | undefined;
113
+ Tags?: Tag[] | undefined;
114
+ SecurityGroupIds?: string[] | undefined;
115
+ VpcId?: string | undefined;
116
+ SelfServicePortalUrl?: string | undefined;
117
+ ClientConnectOptions?: ClientConnectResponseOptions | undefined;
118
+ SessionTimeoutHours?: number | undefined;
119
+ ClientLoginBannerOptions?: ClientLoginBannerResponseOptions | undefined;
120
+ ClientRouteEnforcementOptions?:
121
+ | ClientRouteEnforcementResponseOptions
122
+ | undefined;
123
+ DisconnectOnSessionTimeout?: boolean | undefined;
124
+ }
125
+ export interface DescribeClientVpnEndpointsResult {
126
+ ClientVpnEndpoints?: ClientVpnEndpoint[] | undefined;
127
+ NextToken?: string | undefined;
128
+ }
129
+ export interface DescribeClientVpnRoutesRequest {
130
+ ClientVpnEndpointId: string | undefined;
131
+ Filters?: Filter[] | undefined;
132
+ MaxResults?: number | undefined;
133
+ NextToken?: string | undefined;
134
+ DryRun?: boolean | undefined;
135
+ }
136
+ export interface ClientVpnRoute {
137
+ ClientVpnEndpointId?: string | undefined;
138
+ DestinationCidr?: string | undefined;
139
+ TargetSubnet?: string | undefined;
140
+ Type?: string | undefined;
141
+ Origin?: string | undefined;
142
+ Status?: ClientVpnRouteStatus | undefined;
143
+ Description?: string | undefined;
144
+ }
145
+ export interface DescribeClientVpnRoutesResult {
146
+ Routes?: ClientVpnRoute[] | undefined;
147
+ NextToken?: string | undefined;
148
+ }
149
+ export interface DescribeClientVpnTargetNetworksRequest {
150
+ ClientVpnEndpointId: string | undefined;
151
+ AssociationIds?: string[] | undefined;
152
+ MaxResults?: number | undefined;
153
+ NextToken?: string | undefined;
154
+ Filters?: Filter[] | undefined;
155
+ DryRun?: boolean | undefined;
156
+ }
157
+ export interface TargetNetwork {
158
+ AssociationId?: string | undefined;
159
+ VpcId?: string | undefined;
160
+ TargetNetworkId?: string | undefined;
161
+ ClientVpnEndpointId?: string | undefined;
162
+ Status?: AssociationStatus | undefined;
163
+ SecurityGroups?: string[] | undefined;
164
+ }
165
+ export interface DescribeClientVpnTargetNetworksResult {
166
+ ClientVpnTargetNetworks?: TargetNetwork[] | undefined;
167
+ NextToken?: string | undefined;
168
+ }
169
+ export interface DescribeCoipPoolsRequest {
170
+ PoolIds?: string[] | undefined;
171
+ Filters?: Filter[] | undefined;
172
+ MaxResults?: number | undefined;
173
+ NextToken?: string | undefined;
174
+ DryRun?: boolean | undefined;
175
+ }
176
+ export interface DescribeCoipPoolsResult {
177
+ CoipPools?: CoipPool[] | undefined;
178
+ NextToken?: string | undefined;
179
+ }
76
180
  export interface DescribeConversionTasksRequest {
77
181
  DryRun?: boolean | undefined;
78
182
  ConversionTaskIds?: string[] | undefined;
@@ -2013,91 +2117,12 @@ export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
2013
2117
  NextToken?: string | undefined;
2014
2118
  DryRun?: boolean | undefined;
2015
2119
  }
2016
- export interface LocalGatewayVirtualInterfaceGroup {
2017
- LocalGatewayVirtualInterfaceGroupId?: string | undefined;
2018
- LocalGatewayVirtualInterfaceIds?: string[] | undefined;
2019
- LocalGatewayId?: string | undefined;
2020
- OwnerId?: string | undefined;
2021
- Tags?: Tag[] | undefined;
2022
- }
2023
2120
  export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
2024
2121
  LocalGatewayVirtualInterfaceGroups?:
2025
2122
  | LocalGatewayVirtualInterfaceGroup[]
2026
2123
  | undefined;
2027
2124
  NextToken?: string | undefined;
2028
2125
  }
2029
- export interface DescribeLocalGatewayVirtualInterfacesRequest {
2030
- LocalGatewayVirtualInterfaceIds?: string[] | undefined;
2031
- Filters?: Filter[] | undefined;
2032
- MaxResults?: number | undefined;
2033
- NextToken?: string | undefined;
2034
- DryRun?: boolean | undefined;
2035
- }
2036
- export interface LocalGatewayVirtualInterface {
2037
- LocalGatewayVirtualInterfaceId?: string | undefined;
2038
- LocalGatewayId?: string | undefined;
2039
- Vlan?: number | undefined;
2040
- LocalAddress?: string | undefined;
2041
- PeerAddress?: string | undefined;
2042
- LocalBgpAsn?: number | undefined;
2043
- PeerBgpAsn?: number | undefined;
2044
- OwnerId?: string | undefined;
2045
- Tags?: Tag[] | undefined;
2046
- }
2047
- export interface DescribeLocalGatewayVirtualInterfacesResult {
2048
- LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[] | undefined;
2049
- NextToken?: string | undefined;
2050
- }
2051
- export interface DescribeLockedSnapshotsRequest {
2052
- Filters?: Filter[] | undefined;
2053
- MaxResults?: number | undefined;
2054
- NextToken?: string | undefined;
2055
- SnapshotIds?: string[] | undefined;
2056
- DryRun?: boolean | undefined;
2057
- }
2058
- export declare const LockState: {
2059
- readonly compliance: "compliance";
2060
- readonly compliance_cooloff: "compliance-cooloff";
2061
- readonly expired: "expired";
2062
- readonly governance: "governance";
2063
- };
2064
- export type LockState = (typeof LockState)[keyof typeof LockState];
2065
- export interface LockedSnapshotsInfo {
2066
- OwnerId?: string | undefined;
2067
- SnapshotId?: string | undefined;
2068
- LockState?: LockState | undefined;
2069
- LockDuration?: number | undefined;
2070
- CoolOffPeriod?: number | undefined;
2071
- CoolOffPeriodExpiresOn?: Date | undefined;
2072
- LockCreatedOn?: Date | undefined;
2073
- LockDurationStartTime?: Date | undefined;
2074
- LockExpiresOn?: Date | undefined;
2075
- }
2076
- export interface DescribeLockedSnapshotsResult {
2077
- Snapshots?: LockedSnapshotsInfo[] | undefined;
2078
- NextToken?: string | undefined;
2079
- }
2080
- export interface DescribeMacHostsRequest {
2081
- Filters?: Filter[] | undefined;
2082
- HostIds?: string[] | undefined;
2083
- MaxResults?: number | undefined;
2084
- NextToken?: string | undefined;
2085
- }
2086
- export interface MacHost {
2087
- HostId?: string | undefined;
2088
- MacOSLatestSupportedVersions?: string[] | undefined;
2089
- }
2090
- export interface DescribeMacHostsResult {
2091
- MacHosts?: MacHost[] | undefined;
2092
- NextToken?: string | undefined;
2093
- }
2094
- export interface DescribeManagedPrefixListsRequest {
2095
- DryRun?: boolean | undefined;
2096
- Filters?: Filter[] | undefined;
2097
- MaxResults?: number | undefined;
2098
- NextToken?: string | undefined;
2099
- PrefixListIds?: string[] | undefined;
2100
- }
2101
2126
  export declare const DiskImageDescriptionFilterSensitiveLog: (
2102
2127
  obj: DiskImageDescription
2103
2128
  ) => any;