@aws-sdk/client-ec2 3.799.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 (232) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +856 -208
  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/DescribeConversionTasksCommand.js +1 -1
  9. package/dist-es/commands/DescribeOutpostLagsCommand.js +22 -0
  10. package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
  11. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
  12. package/dist-es/commands/ImportImageCommand.js +1 -1
  13. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  14. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
  15. package/dist-es/commands/index.js +6 -0
  16. package/dist-es/models/models_0.js +2 -0
  17. package/dist-es/models/models_1.js +4 -6
  18. package/dist-es/models/models_2.js +20 -9
  19. package/dist-es/models/models_3.js +8 -3
  20. package/dist-es/models/models_4.js +4 -7
  21. package/dist-es/models/models_5.js +12 -3
  22. package/dist-es/models/models_6.js +3 -25
  23. package/dist-es/models/models_7.js +26 -25
  24. package/dist-es/models/models_8.js +23 -0
  25. package/dist-es/protocols/Aws_ec2.js +548 -29
  26. package/dist-types/EC2.d.ts +44 -0
  27. package/dist-types/EC2Client.d.ts +8 -2
  28. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  29. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  31. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  32. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  33. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  34. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  35. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamCommand.d.ts +3 -1
  54. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  60. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  61. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
  65. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
  66. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  72. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
  107. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  108. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -0
  111. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
  112. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
  113. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -13
  114. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
  115. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -2
  119. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -0
  120. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
  122. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
  123. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
  127. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
  128. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  129. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  130. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  131. package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
  132. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  133. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  134. package/dist-types/commands/DisableImageCommand.d.ts +1 -1
  135. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  136. package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -2
  137. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  138. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  139. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
  140. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  141. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  142. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  143. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  144. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  145. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  146. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  147. package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
  148. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  149. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  150. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  151. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  152. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -3
  153. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  154. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  155. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  156. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  157. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  158. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  159. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  160. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  161. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  162. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  163. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  164. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  165. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  166. package/dist-types/commands/StopInstancesCommand.d.ts +23 -27
  167. package/dist-types/commands/TerminateInstancesCommand.d.ts +6 -6
  168. package/dist-types/commands/index.d.ts +6 -0
  169. package/dist-types/models/models_0.d.ts +2 -0
  170. package/dist-types/models/models_1.d.ts +65 -65
  171. package/dist-types/models/models_2.d.ts +317 -240
  172. package/dist-types/models/models_3.d.ts +304 -475
  173. package/dist-types/models/models_4.d.ts +6882 -6870
  174. package/dist-types/models/models_5.d.ts +1250 -944
  175. package/dist-types/models/models_6.d.ts +3471 -3708
  176. package/dist-types/models/models_7.d.ts +4525 -4392
  177. package/dist-types/models/models_8.d.ts +495 -8
  178. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  179. package/dist-types/ts3.4/EC2.d.ts +134 -0
  180. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  181. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  182. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
  184. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
  188. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +4 -2
  192. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
  197. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
  198. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +4 -2
  205. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -4
  206. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -4
  212. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  222. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  223. package/dist-types/ts3.4/models/models_1.d.ts +8 -14
  224. package/dist-types/ts3.4/models/models_2.d.ts +89 -60
  225. package/dist-types/ts3.4/models/models_3.d.ts +81 -102
  226. package/dist-types/ts3.4/models/models_4.d.ts +109 -85
  227. package/dist-types/ts3.4/models/models_5.d.ts +124 -94
  228. package/dist-types/ts3.4/models/models_6.d.ts +87 -134
  229. package/dist-types/ts3.4/models/models_7.d.ts +138 -120
  230. package/dist-types/ts3.4/models/models_8.d.ts +115 -0
  231. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  232. package/package.json +4 -4
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DescribeOutpostLagsRequest,
10
+ DescribeOutpostLagsResult,
11
+ } from "../models/models_5";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeOutpostLagsCommandInput
15
+ extends DescribeOutpostLagsRequest {}
16
+ export interface DescribeOutpostLagsCommandOutput
17
+ extends DescribeOutpostLagsResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeOutpostLagsCommand_base: {
20
+ new (
21
+ input: DescribeOutpostLagsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeOutpostLagsCommandInput,
24
+ DescribeOutpostLagsCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeOutpostLagsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeOutpostLagsCommandInput,
33
+ DescribeOutpostLagsCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeOutpostLagsCommand extends DescribeOutpostLagsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeOutpostLagsRequest;
44
+ output: DescribeOutpostLagsResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeOutpostLagsCommandInput;
48
+ output: DescribeOutpostLagsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DescribeServiceLinkVirtualInterfacesRequest,
10
+ DescribeServiceLinkVirtualInterfacesResult,
11
+ } from "../models/models_5";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeServiceLinkVirtualInterfacesCommandInput
15
+ extends DescribeServiceLinkVirtualInterfacesRequest {}
16
+ export interface DescribeServiceLinkVirtualInterfacesCommandOutput
17
+ extends DescribeServiceLinkVirtualInterfacesResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeServiceLinkVirtualInterfacesCommand_base: {
20
+ new (
21
+ input: DescribeServiceLinkVirtualInterfacesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeServiceLinkVirtualInterfacesCommandInput,
24
+ DescribeServiceLinkVirtualInterfacesCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeServiceLinkVirtualInterfacesCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeServiceLinkVirtualInterfacesCommandInput,
33
+ DescribeServiceLinkVirtualInterfacesCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeServiceLinkVirtualInterfacesCommand extends DescribeServiceLinkVirtualInterfacesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeServiceLinkVirtualInterfacesRequest;
44
+ output: DescribeServiceLinkVirtualInterfacesResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeServiceLinkVirtualInterfacesCommandInput;
48
+ output: DescribeServiceLinkVirtualInterfacesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DisableEbsEncryptionByDefaultRequest,
10
10
  DisableEbsEncryptionByDefaultResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DisableEbsEncryptionByDefaultCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DisableFastLaunchRequest,
10
10
  DisableFastLaunchResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DisableFastLaunchCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DisableFastSnapshotRestoresRequest,
10
10
  DisableFastSnapshotRestoresResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DisableFastSnapshotRestoresCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DisableImageBlockPublicAccessRequest,
10
10
  DisableImageBlockPublicAccessResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DisableImageBlockPublicAccessCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DisableImageRequest, DisableImageResult } from "../models/models_5";
8
+ import { DisableImageRequest, DisableImageResult } from "../models/models_6";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DisableImageCommandInput extends DisableImageRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DisableImageDeprecationRequest,
10
10
  DisableImageDeprecationResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DisableImageDeprecationCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DisableImageDeregistrationProtectionRequest } from "../models/models_5";
9
- import { DisableImageDeregistrationProtectionResult } from "../models/models_6";
8
+ import {
9
+ DisableImageDeregistrationProtectionRequest,
10
+ DisableImageDeregistrationProtectionResult,
11
+ } from "../models/models_6";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DisableImageDeregistrationProtectionCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- GetVerifiedAccessGroupPolicyRequest,
10
- GetVerifiedAccessGroupPolicyResult,
11
- } from "../models/models_6";
8
+ import { GetVerifiedAccessGroupPolicyRequest } from "../models/models_6";
9
+ import { GetVerifiedAccessGroupPolicyResult } from "../models/models_7";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface GetVerifiedAccessGroupPolicyCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetVpnConnectionDeviceSampleConfigurationRequest,
10
10
  GetVpnConnectionDeviceSampleConfigurationResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetVpnConnectionDeviceSampleConfigurationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetVpnConnectionDeviceTypesRequest,
10
10
  GetVpnConnectionDeviceTypesResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetVpnConnectionDeviceTypesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetVpnTunnelReplacementStatusRequest,
10
10
  GetVpnTunnelReplacementStatusResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetVpnTunnelReplacementStatusCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ImportClientVpnClientCertificateRevocationListRequest,
10
10
  ImportClientVpnClientCertificateRevocationListResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ImportClientVpnClientCertificateRevocationListCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ImportImageRequest, ImportImageResult } from "../models/models_6";
8
+ import { ImportImageRequest, ImportImageResult } from "../models/models_7";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ImportImageCommandInput extends ImportImageRequest {}
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- RequestSpotFleetRequest,
10
- RequestSpotFleetResponse,
11
- } from "../models/models_7";
8
+ import { RequestSpotFleetRequest } from "../models/models_7";
9
+ import { RequestSpotFleetResponse } from "../models/models_8";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface RequestSpotFleetCommandInput extends RequestSpotFleetRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  RequestSpotInstancesRequest,
10
10
  RequestSpotInstancesResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface RequestSpotInstancesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ResetAddressAttributeRequest,
10
10
  ResetAddressAttributeResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ResetAddressAttributeCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ResetEbsDefaultKmsKeyIdRequest,
10
10
  ResetEbsDefaultKmsKeyIdResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ResetEbsDefaultKmsKeyIdCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ResetFpgaImageAttributeRequest,
10
10
  ResetFpgaImageAttributeResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ResetFpgaImageAttributeCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ResetImageAttributeRequest } from "../models/models_7";
8
+ import { ResetImageAttributeRequest } from "../models/models_8";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ResetImageAttributeCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ResetInstanceAttributeRequest } from "../models/models_7";
8
+ import { ResetInstanceAttributeRequest } from "../models/models_8";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ResetInstanceAttributeCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ResetNetworkInterfaceAttributeRequest } from "../models/models_7";
8
+ import { ResetNetworkInterfaceAttributeRequest } from "../models/models_8";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ResetNetworkInterfaceAttributeCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ResetSnapshotAttributeRequest } from "../models/models_7";
8
+ import { ResetSnapshotAttributeRequest } from "../models/models_8";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ResetSnapshotAttributeCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  RestoreAddressToClassicRequest,
10
10
  RestoreAddressToClassicResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface RestoreAddressToClassicCommandInput
@@ -91,6 +91,8 @@ export * from "./CreateLocalGatewayRouteCommand";
91
91
  export * from "./CreateLocalGatewayRouteTableCommand";
92
92
  export * from "./CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand";
93
93
  export * from "./CreateLocalGatewayRouteTableVpcAssociationCommand";
94
+ export * from "./CreateLocalGatewayVirtualInterfaceCommand";
95
+ export * from "./CreateLocalGatewayVirtualInterfaceGroupCommand";
94
96
  export * from "./CreateManagedPrefixListCommand";
95
97
  export * from "./CreateNatGatewayCommand";
96
98
  export * from "./CreateNetworkAclCommand";
@@ -172,6 +174,8 @@ export * from "./DeleteLocalGatewayRouteCommand";
172
174
  export * from "./DeleteLocalGatewayRouteTableCommand";
173
175
  export * from "./DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand";
174
176
  export * from "./DeleteLocalGatewayRouteTableVpcAssociationCommand";
177
+ export * from "./DeleteLocalGatewayVirtualInterfaceCommand";
178
+ export * from "./DeleteLocalGatewayVirtualInterfaceGroupCommand";
175
179
  export * from "./DeleteManagedPrefixListCommand";
176
180
  export * from "./DeleteNatGatewayCommand";
177
181
  export * from "./DeleteNetworkAclCommand";
@@ -324,6 +328,7 @@ export * from "./DescribeNetworkInsightsPathsCommand";
324
328
  export * from "./DescribeNetworkInterfaceAttributeCommand";
325
329
  export * from "./DescribeNetworkInterfacePermissionsCommand";
326
330
  export * from "./DescribeNetworkInterfacesCommand";
331
+ export * from "./DescribeOutpostLagsCommand";
327
332
  export * from "./DescribePlacementGroupsCommand";
328
333
  export * from "./DescribePrefixListsCommand";
329
334
  export * from "./DescribePrincipalIdFormatCommand";
@@ -344,6 +349,7 @@ export * from "./DescribeSecurityGroupReferencesCommand";
344
349
  export * from "./DescribeSecurityGroupRulesCommand";
345
350
  export * from "./DescribeSecurityGroupVpcAssociationsCommand";
346
351
  export * from "./DescribeSecurityGroupsCommand";
352
+ export * from "./DescribeServiceLinkVirtualInterfacesCommand";
347
353
  export * from "./DescribeSnapshotAttributeCommand";
348
354
  export * from "./DescribeSnapshotTierStatusCommand";
349
355
  export * from "./DescribeSnapshotsCommand";
@@ -94,6 +94,7 @@ export declare const ResourceType: {
94
94
  readonly network_insights_analysis: "network-insights-analysis";
95
95
  readonly network_insights_path: "network-insights-path";
96
96
  readonly network_interface: "network-interface";
97
+ readonly outpost_lag: "outpost-lag";
97
98
  readonly placement_group: "placement-group";
98
99
  readonly prefix_list: "prefix-list";
99
100
  readonly replace_root_volume_task: "replace-root-volume-task";
@@ -104,6 +105,7 @@ export declare const ResourceType: {
104
105
  readonly route_table: "route-table";
105
106
  readonly security_group: "security-group";
106
107
  readonly security_group_rule: "security-group-rule";
108
+ readonly service_link_virtual_interface: "service-link-virtual-interface";
107
109
  readonly snapshot: "snapshot";
108
110
  readonly spot_fleet_request: "spot-fleet-request";
109
111
  readonly spot_instances_request: "spot-instances-request";
@@ -2157,6 +2157,12 @@ export interface InternetGateway {
2157
2157
  export interface CreateInternetGatewayResult {
2158
2158
  InternetGateway?: InternetGateway | undefined;
2159
2159
  }
2160
+ export declare const IpamMeteredAccount: {
2161
+ readonly ipam_owner: "ipam-owner";
2162
+ readonly resource_owner: "resource-owner";
2163
+ };
2164
+ export type IpamMeteredAccount =
2165
+ (typeof IpamMeteredAccount)[keyof typeof IpamMeteredAccount];
2160
2166
  export declare const IpamTier: {
2161
2167
  readonly advanced: "advanced";
2162
2168
  readonly free: "free";
@@ -2170,6 +2176,7 @@ export interface CreateIpamRequest {
2170
2176
  ClientToken?: string | undefined;
2171
2177
  Tier?: IpamTier | undefined;
2172
2178
  EnablePrivateGua?: boolean | undefined;
2179
+ MeteredAccount?: IpamMeteredAccount | undefined;
2173
2180
  }
2174
2181
  export interface IpamOperatingRegion {
2175
2182
  RegionName?: string | undefined;
@@ -2207,6 +2214,7 @@ export interface Ipam {
2207
2214
  StateMessage?: string | undefined;
2208
2215
  Tier?: IpamTier | undefined;
2209
2216
  EnablePrivateGua?: boolean | undefined;
2217
+ MeteredAccount?: IpamMeteredAccount | undefined;
2210
2218
  }
2211
2219
  export interface CreateIpamResult {
2212
2220
  Ipam?: Ipam | undefined;
@@ -2979,17 +2987,6 @@ export interface ResponseLaunchTemplateData {
2979
2987
  | LaunchTemplateNetworkPerformanceOptions
2980
2988
  | undefined;
2981
2989
  }
2982
- export interface LaunchTemplateVersion {
2983
- LaunchTemplateId?: string | undefined;
2984
- LaunchTemplateName?: string | undefined;
2985
- VersionNumber?: number | undefined;
2986
- VersionDescription?: string | undefined;
2987
- CreateTime?: Date | undefined;
2988
- CreatedBy?: string | undefined;
2989
- DefaultVersion?: boolean | undefined;
2990
- LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
2991
- Operator?: OperatorResponse | undefined;
2992
- }
2993
2990
  export declare const CopySnapshotRequestFilterSensitiveLog: (
2994
2991
  obj: CopySnapshotRequest
2995
2992
  ) => any;
@@ -3006,6 +3003,3 @@ export declare const CreateLaunchTemplateVersionRequestFilterSensitiveLog: (
3006
3003
  export declare const ResponseLaunchTemplateDataFilterSensitiveLog: (
3007
3004
  obj: ResponseLaunchTemplateData
3008
3005
  ) => any;
3009
- export declare const LaunchTemplateVersionFilterSensitiveLog: (
3010
- obj: LaunchTemplateVersion
3011
- ) => any;
@@ -28,23 +28,33 @@ import {
28
28
  VerifiedAccessSseSpecificationResponse,
29
29
  VerifiedAccessTrustProvider,
30
30
  VolumeAttachment,
31
- VpcPeeringConnection,
32
31
  } from "./models_0";
33
32
  import {
34
33
  ConnectionTrackingSpecificationRequest,
35
34
  InstanceIpv6Address,
36
35
  Ipv4PrefixSpecificationRequest,
37
36
  Ipv6PrefixSpecificationRequest,
38
- LaunchTemplateVersion,
39
37
  OperatorRequest,
40
38
  OperatorResponse,
41
39
  PrivateIpAddressSpecification,
40
+ ResponseLaunchTemplateData,
42
41
  Subnet,
43
42
  Tenancy,
44
43
  ValidationWarning,
45
44
  VolumeType,
46
45
  Vpc,
47
46
  } from "./models_1";
47
+ export interface LaunchTemplateVersion {
48
+ LaunchTemplateId?: string | undefined;
49
+ LaunchTemplateName?: string | undefined;
50
+ VersionNumber?: number | undefined;
51
+ VersionDescription?: string | undefined;
52
+ CreateTime?: Date | undefined;
53
+ CreatedBy?: string | undefined;
54
+ DefaultVersion?: boolean | undefined;
55
+ LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
56
+ Operator?: OperatorResponse | undefined;
57
+ }
48
58
  export interface CreateLaunchTemplateVersionResult {
49
59
  LaunchTemplateVersion?: LaunchTemplateVersion | undefined;
50
60
  Warning?: ValidationWarning | undefined;
@@ -160,6 +170,80 @@ export interface CreateLocalGatewayRouteTableVpcAssociationResult {
160
170
  | LocalGatewayRouteTableVpcAssociation
161
171
  | undefined;
162
172
  }
173
+ export interface CreateLocalGatewayVirtualInterfaceRequest {
174
+ LocalGatewayVirtualInterfaceGroupId: string | undefined;
175
+ OutpostLagId: string | undefined;
176
+ Vlan: number | undefined;
177
+ LocalAddress: string | undefined;
178
+ PeerAddress: string | undefined;
179
+ PeerBgpAsn?: number | undefined;
180
+ TagSpecifications?: TagSpecification[] | undefined;
181
+ DryRun?: boolean | undefined;
182
+ PeerBgpAsnExtended?: number | undefined;
183
+ }
184
+ export declare const LocalGatewayVirtualInterfaceConfigurationState: {
185
+ readonly available: "available";
186
+ readonly deleted: "deleted";
187
+ readonly deleting: "deleting";
188
+ readonly pending: "pending";
189
+ };
190
+ export type LocalGatewayVirtualInterfaceConfigurationState =
191
+ (typeof LocalGatewayVirtualInterfaceConfigurationState)[keyof typeof LocalGatewayVirtualInterfaceConfigurationState];
192
+ export interface LocalGatewayVirtualInterface {
193
+ LocalGatewayVirtualInterfaceId?: string | undefined;
194
+ LocalGatewayId?: string | undefined;
195
+ LocalGatewayVirtualInterfaceGroupId?: string | undefined;
196
+ LocalGatewayVirtualInterfaceArn?: string | undefined;
197
+ OutpostLagId?: string | undefined;
198
+ Vlan?: number | undefined;
199
+ LocalAddress?: string | undefined;
200
+ PeerAddress?: string | undefined;
201
+ LocalBgpAsn?: number | undefined;
202
+ PeerBgpAsn?: number | undefined;
203
+ PeerBgpAsnExtended?: number | undefined;
204
+ OwnerId?: string | undefined;
205
+ Tags?: Tag[] | undefined;
206
+ ConfigurationState?:
207
+ | LocalGatewayVirtualInterfaceConfigurationState
208
+ | undefined;
209
+ }
210
+ export interface CreateLocalGatewayVirtualInterfaceResult {
211
+ LocalGatewayVirtualInterface?: LocalGatewayVirtualInterface | undefined;
212
+ }
213
+ export interface CreateLocalGatewayVirtualInterfaceGroupRequest {
214
+ LocalGatewayId: string | undefined;
215
+ LocalBgpAsn?: number | undefined;
216
+ LocalBgpAsnExtended?: number | undefined;
217
+ TagSpecifications?: TagSpecification[] | undefined;
218
+ DryRun?: boolean | undefined;
219
+ }
220
+ export declare const LocalGatewayVirtualInterfaceGroupConfigurationState: {
221
+ readonly available: "available";
222
+ readonly deleted: "deleted";
223
+ readonly deleting: "deleting";
224
+ readonly incomplete: "incomplete";
225
+ readonly pending: "pending";
226
+ };
227
+ export type LocalGatewayVirtualInterfaceGroupConfigurationState =
228
+ (typeof LocalGatewayVirtualInterfaceGroupConfigurationState)[keyof typeof LocalGatewayVirtualInterfaceGroupConfigurationState];
229
+ export interface LocalGatewayVirtualInterfaceGroup {
230
+ LocalGatewayVirtualInterfaceGroupId?: string | undefined;
231
+ LocalGatewayVirtualInterfaceIds?: string[] | undefined;
232
+ LocalGatewayId?: string | undefined;
233
+ OwnerId?: string | undefined;
234
+ LocalBgpAsn?: number | undefined;
235
+ LocalBgpAsnExtended?: number | undefined;
236
+ LocalGatewayVirtualInterfaceGroupArn?: string | undefined;
237
+ Tags?: Tag[] | undefined;
238
+ ConfigurationState?:
239
+ | LocalGatewayVirtualInterfaceGroupConfigurationState
240
+ | undefined;
241
+ }
242
+ export interface CreateLocalGatewayVirtualInterfaceGroupResult {
243
+ LocalGatewayVirtualInterfaceGroup?:
244
+ | LocalGatewayVirtualInterfaceGroup
245
+ | undefined;
246
+ }
163
247
  export interface CreateManagedPrefixListRequest {
164
248
  DryRun?: boolean | undefined;
165
249
  PrefixListName: string | undefined;
@@ -2166,64 +2250,9 @@ export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
2166
2250
  export interface ServiceTypeDetail {
2167
2251
  ServiceType?: ServiceType | undefined;
2168
2252
  }
2169
- export declare const ServiceConnectivityType: {
2170
- readonly ipv4: "ipv4";
2171
- readonly ipv6: "ipv6";
2172
- };
2173
- export type ServiceConnectivityType =
2174
- (typeof ServiceConnectivityType)[keyof typeof ServiceConnectivityType];
2175
- export interface SupportedRegionDetail {
2176
- Region?: string | undefined;
2177
- ServiceState?: string | undefined;
2178
- }
2179
- export interface ServiceConfiguration {
2180
- ServiceType?: ServiceTypeDetail[] | undefined;
2181
- ServiceId?: string | undefined;
2182
- ServiceName?: string | undefined;
2183
- ServiceState?: ServiceState | undefined;
2184
- AvailabilityZones?: string[] | undefined;
2185
- AcceptanceRequired?: boolean | undefined;
2186
- ManagesVpcEndpoints?: boolean | undefined;
2187
- NetworkLoadBalancerArns?: string[] | undefined;
2188
- GatewayLoadBalancerArns?: string[] | undefined;
2189
- SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
2190
- BaseEndpointDnsNames?: string[] | undefined;
2191
- PrivateDnsName?: string | undefined;
2192
- PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration | undefined;
2193
- PayerResponsibility?: PayerResponsibility | undefined;
2194
- Tags?: Tag[] | undefined;
2195
- SupportedRegions?: SupportedRegionDetail[] | undefined;
2196
- RemoteAccessEnabled?: boolean | undefined;
2197
- }
2198
- export interface CreateVpcEndpointServiceConfigurationResult {
2199
- ServiceConfiguration?: ServiceConfiguration | undefined;
2200
- ClientToken?: string | undefined;
2201
- }
2202
- export interface CreateVpcPeeringConnectionRequest {
2203
- PeerRegion?: string | undefined;
2204
- TagSpecifications?: TagSpecification[] | undefined;
2205
- DryRun?: boolean | undefined;
2206
- VpcId: string | undefined;
2207
- PeerVpcId?: string | undefined;
2208
- PeerOwnerId?: string | undefined;
2209
- }
2210
- export interface CreateVpcPeeringConnectionResult {
2211
- VpcPeeringConnection?: VpcPeeringConnection | undefined;
2212
- }
2213
- export declare const TunnelInsideIpVersion: {
2214
- readonly ipv4: "ipv4";
2215
- readonly ipv6: "ipv6";
2216
- };
2217
- export type TunnelInsideIpVersion =
2218
- (typeof TunnelInsideIpVersion)[keyof typeof TunnelInsideIpVersion];
2219
- export interface IKEVersionsRequestListValue {
2220
- Value?: string | undefined;
2221
- }
2222
- export interface CloudWatchLogOptionsSpecification {
2223
- LogEnabled?: boolean | undefined;
2224
- LogGroupArn?: string | undefined;
2225
- LogOutputFormat?: string | undefined;
2226
- }
2253
+ export declare const LaunchTemplateVersionFilterSensitiveLog: (
2254
+ obj: LaunchTemplateVersion
2255
+ ) => any;
2227
2256
  export declare const CreateLaunchTemplateVersionResultFilterSensitiveLog: (
2228
2257
  obj: CreateLaunchTemplateVersionResult
2229
2258
  ) => any;