@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
@@ -4,7 +4,6 @@ import {
4
4
  AddIpamOrganizationalUnitExclusion,
5
5
  AddPrefixListEntry,
6
6
  AddressAttribute,
7
- AddressAttributeName,
8
7
  Affinity,
9
8
  ApplianceModeSupportValue,
10
9
  AutoPlacement,
@@ -44,15 +43,16 @@ import {
44
43
  ClientRouteEnforcementOptions,
45
44
  ConnectionLogOptions,
46
45
  ConnectionTrackingSpecificationRequest,
46
+ DiskImageFormat,
47
47
  EndDateType,
48
48
  FleetExcessCapacityTerminationPolicy,
49
49
  FleetLaunchTemplateConfigRequest,
50
50
  HostnameType,
51
51
  InstanceBandwidthWeighting,
52
52
  InstanceEventWindowTimeRangeRequest,
53
- InstanceInterruptionBehavior,
54
53
  InstanceMatchCriteria,
55
54
  Ipam,
55
+ IpamMeteredAccount,
56
56
  IpamPool,
57
57
  IpamResourceDiscovery,
58
58
  IpamScope,
@@ -63,7 +63,6 @@ import {
63
63
  RequestIpamResourceTag,
64
64
  SelfServicePortal,
65
65
  ShutdownBehavior,
66
- SpotInstanceType,
67
66
  TargetCapacitySpecificationRequest,
68
67
  VolumeType,
69
68
  } from "./models_1";
@@ -73,7 +72,6 @@ import {
73
72
  DefaultRouteTablePropagationValue,
74
73
  DnsOptionsSpecification,
75
74
  IcmpTypeCode,
76
- IKEVersionsRequestListValue,
77
75
  InternetGatewayExclusionMode,
78
76
  IpAddressType,
79
77
  LocalGatewayRoute,
@@ -103,6 +101,7 @@ import {
103
101
  import {
104
102
  Byoasn,
105
103
  CapacityBlockExtension,
104
+ IKEVersionsRequestListValue,
106
105
  InstanceTagNotificationAttribute,
107
106
  IpamPoolCidr,
108
107
  Phase1DHGroupNumbersRequestListValue,
@@ -123,6 +122,7 @@ import {
123
122
  FpgaImageAttributeName,
124
123
  HttpTokensState,
125
124
  ImdsSupportValues,
125
+ ImportImageLicenseConfigurationResponse,
126
126
  InstanceAttributeName,
127
127
  InstanceAutoRecoveryState,
128
128
  InstanceMetadataEndpointState,
@@ -131,39 +131,149 @@ import {
131
131
  InstanceMetadataTagsState,
132
132
  InstanceStatusEvent,
133
133
  LaunchPermission,
134
- LockState,
135
134
  Monitoring,
136
135
  PermissionGroup,
136
+ SnapshotDetail,
137
137
  SnapshotTaskDetail,
138
138
  TpmSupportValues,
139
139
  } from "./models_4";
140
140
  import {
141
141
  CreateVolumePermission,
142
142
  ExcessCapacityTerminationPolicy,
143
- InstanceNetworkInterfaceSpecification,
144
143
  InternetGatewayBlockMode,
145
144
  LaunchTemplateConfig,
145
+ LockState,
146
146
  PublicIpv4PoolRange,
147
147
  ReservedInstancesConfiguration,
148
- RunInstancesMonitoringEnabled,
149
148
  ScheduledInstance,
150
149
  SnapshotAttributeName,
151
150
  SpotFleetRequestConfigData,
152
- SpotInstanceRequest,
153
- SpotPlacement,
154
151
  VerifiedAccessInstanceLoggingConfiguration,
155
152
  VolumeModification,
156
153
  VpcBlockPublicAccessOptions,
157
154
  } from "./models_5";
158
155
  import {
159
- ClientData,
160
- DiskImageDetail,
161
156
  InstanceFamilyCreditSpecification,
162
157
  IpamResourceCidr,
163
158
  Purchase,
164
159
  UnlimitedSupportedInstanceFamily,
165
- UserBucket,
166
160
  } from "./models_6";
161
+ export interface GetVerifiedAccessGroupPolicyResult {
162
+ PolicyEnabled?: boolean | undefined;
163
+ PolicyDocument?: string | undefined;
164
+ }
165
+ export interface GetVpnConnectionDeviceSampleConfigurationRequest {
166
+ VpnConnectionId: string | undefined;
167
+ VpnConnectionDeviceTypeId: string | undefined;
168
+ InternetKeyExchangeVersion?: string | undefined;
169
+ DryRun?: boolean | undefined;
170
+ }
171
+ export interface GetVpnConnectionDeviceSampleConfigurationResult {
172
+ VpnConnectionDeviceSampleConfiguration?: string | undefined;
173
+ }
174
+ export interface GetVpnConnectionDeviceTypesRequest {
175
+ MaxResults?: number | undefined;
176
+ NextToken?: string | undefined;
177
+ DryRun?: boolean | undefined;
178
+ }
179
+ export interface VpnConnectionDeviceType {
180
+ VpnConnectionDeviceTypeId?: string | undefined;
181
+ Vendor?: string | undefined;
182
+ Platform?: string | undefined;
183
+ Software?: string | undefined;
184
+ }
185
+ export interface GetVpnConnectionDeviceTypesResult {
186
+ VpnConnectionDeviceTypes?: VpnConnectionDeviceType[] | undefined;
187
+ NextToken?: string | undefined;
188
+ }
189
+ export interface GetVpnTunnelReplacementStatusRequest {
190
+ VpnConnectionId: string | undefined;
191
+ VpnTunnelOutsideIpAddress: string | undefined;
192
+ DryRun?: boolean | undefined;
193
+ }
194
+ export interface MaintenanceDetails {
195
+ PendingMaintenance?: string | undefined;
196
+ MaintenanceAutoAppliedAfter?: Date | undefined;
197
+ LastMaintenanceApplied?: Date | undefined;
198
+ }
199
+ export interface GetVpnTunnelReplacementStatusResult {
200
+ VpnConnectionId?: string | undefined;
201
+ TransitGatewayId?: string | undefined;
202
+ CustomerGatewayId?: string | undefined;
203
+ VpnGatewayId?: string | undefined;
204
+ VpnTunnelOutsideIpAddress?: string | undefined;
205
+ MaintenanceDetails?: MaintenanceDetails | undefined;
206
+ }
207
+ export interface ImportClientVpnClientCertificateRevocationListRequest {
208
+ ClientVpnEndpointId: string | undefined;
209
+ CertificateRevocationList: string | undefined;
210
+ DryRun?: boolean | undefined;
211
+ }
212
+ export interface ImportClientVpnClientCertificateRevocationListResult {
213
+ Return?: boolean | undefined;
214
+ }
215
+ export interface ClientData {
216
+ Comment?: string | undefined;
217
+ UploadEnd?: Date | undefined;
218
+ UploadSize?: number | undefined;
219
+ UploadStart?: Date | undefined;
220
+ }
221
+ export interface UserBucket {
222
+ S3Bucket?: string | undefined;
223
+ S3Key?: string | undefined;
224
+ }
225
+ export interface ImageDiskContainer {
226
+ Description?: string | undefined;
227
+ DeviceName?: string | undefined;
228
+ Format?: string | undefined;
229
+ SnapshotId?: string | undefined;
230
+ Url?: string | undefined;
231
+ UserBucket?: UserBucket | undefined;
232
+ }
233
+ export interface ImportImageLicenseConfigurationRequest {
234
+ LicenseConfigurationArn?: string | undefined;
235
+ }
236
+ export interface ImportImageRequest {
237
+ Architecture?: string | undefined;
238
+ ClientData?: ClientData | undefined;
239
+ ClientToken?: string | undefined;
240
+ Description?: string | undefined;
241
+ DiskContainers?: ImageDiskContainer[] | undefined;
242
+ DryRun?: boolean | undefined;
243
+ Encrypted?: boolean | undefined;
244
+ Hypervisor?: string | undefined;
245
+ KmsKeyId?: string | undefined;
246
+ LicenseType?: string | undefined;
247
+ Platform?: string | undefined;
248
+ RoleName?: string | undefined;
249
+ LicenseSpecifications?: ImportImageLicenseConfigurationRequest[] | undefined;
250
+ TagSpecifications?: TagSpecification[] | undefined;
251
+ UsageOperation?: string | undefined;
252
+ BootMode?: BootModeValues | undefined;
253
+ }
254
+ export interface ImportImageResult {
255
+ Architecture?: string | undefined;
256
+ Description?: string | undefined;
257
+ Encrypted?: boolean | undefined;
258
+ Hypervisor?: string | undefined;
259
+ ImageId?: string | undefined;
260
+ ImportTaskId?: string | undefined;
261
+ KmsKeyId?: string | undefined;
262
+ LicenseType?: string | undefined;
263
+ Platform?: string | undefined;
264
+ Progress?: string | undefined;
265
+ SnapshotDetails?: SnapshotDetail[] | undefined;
266
+ Status?: string | undefined;
267
+ StatusMessage?: string | undefined;
268
+ LicenseSpecifications?: ImportImageLicenseConfigurationResponse[] | undefined;
269
+ Tags?: Tag[] | undefined;
270
+ UsageOperation?: string | undefined;
271
+ }
272
+ export interface DiskImageDetail {
273
+ Format: DiskImageFormat | undefined;
274
+ Bytes: number | undefined;
275
+ ImportManifestUrl: string | undefined;
276
+ }
167
277
  export interface VolumeDetail {
168
278
  Size: number | undefined;
169
279
  }
@@ -674,6 +784,7 @@ export interface ModifyIpamRequest {
674
784
  RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
675
785
  Tier?: IpamTier | undefined;
676
786
  EnablePrivateGua?: boolean | undefined;
787
+ MeteredAccount?: IpamMeteredAccount | undefined;
677
788
  }
678
789
  export interface ModifyIpamResult {
679
790
  Ipam?: Ipam | undefined;
@@ -1780,105 +1891,21 @@ export interface RequestSpotFleetRequest {
1780
1891
  DryRun?: boolean | undefined;
1781
1892
  SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
1782
1893
  }
1783
- export interface RequestSpotFleetResponse {
1784
- SpotFleetRequestId?: string | undefined;
1785
- }
1786
- export interface RequestSpotLaunchSpecification {
1787
- SecurityGroupIds?: string[] | undefined;
1788
- SecurityGroups?: string[] | undefined;
1789
- AddressingType?: string | undefined;
1790
- BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
1791
- EbsOptimized?: boolean | undefined;
1792
- IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
1793
- ImageId?: string | undefined;
1794
- InstanceType?: _InstanceType | undefined;
1795
- KernelId?: string | undefined;
1796
- KeyName?: string | undefined;
1797
- Monitoring?: RunInstancesMonitoringEnabled | undefined;
1798
- NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
1799
- Placement?: SpotPlacement | undefined;
1800
- RamdiskId?: string | undefined;
1801
- SubnetId?: string | undefined;
1802
- UserData?: string | undefined;
1803
- }
1804
- export interface RequestSpotInstancesRequest {
1805
- LaunchSpecification?: RequestSpotLaunchSpecification | undefined;
1806
- TagSpecifications?: TagSpecification[] | undefined;
1807
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
1808
- DryRun?: boolean | undefined;
1809
- SpotPrice?: string | undefined;
1810
- ClientToken?: string | undefined;
1811
- InstanceCount?: number | undefined;
1812
- Type?: SpotInstanceType | undefined;
1813
- ValidFrom?: Date | undefined;
1814
- ValidUntil?: Date | undefined;
1815
- LaunchGroup?: string | undefined;
1816
- AvailabilityZoneGroup?: string | undefined;
1817
- BlockDurationMinutes?: number | undefined;
1818
- }
1819
- export interface RequestSpotInstancesResult {
1820
- SpotInstanceRequests?: SpotInstanceRequest[] | undefined;
1821
- }
1822
- export interface ResetAddressAttributeRequest {
1823
- AllocationId: string | undefined;
1824
- Attribute: AddressAttributeName | undefined;
1825
- DryRun?: boolean | undefined;
1826
- }
1827
- export interface ResetAddressAttributeResult {
1828
- Address?: AddressAttribute | undefined;
1829
- }
1830
- export interface ResetEbsDefaultKmsKeyIdRequest {
1831
- DryRun?: boolean | undefined;
1832
- }
1833
- export interface ResetEbsDefaultKmsKeyIdResult {
1834
- KmsKeyId?: string | undefined;
1835
- }
1836
- export declare const ResetFpgaImageAttributeName: {
1837
- readonly loadPermission: "loadPermission";
1838
- };
1839
- export type ResetFpgaImageAttributeName =
1840
- (typeof ResetFpgaImageAttributeName)[keyof typeof ResetFpgaImageAttributeName];
1841
- export interface ResetFpgaImageAttributeRequest {
1842
- DryRun?: boolean | undefined;
1843
- FpgaImageId: string | undefined;
1844
- Attribute?: ResetFpgaImageAttributeName | undefined;
1845
- }
1846
- export interface ResetFpgaImageAttributeResult {
1847
- Return?: boolean | undefined;
1848
- }
1849
- export declare const ResetImageAttributeName: {
1850
- readonly launchPermission: "launchPermission";
1851
- };
1852
- export type ResetImageAttributeName =
1853
- (typeof ResetImageAttributeName)[keyof typeof ResetImageAttributeName];
1854
- export interface ResetImageAttributeRequest {
1855
- Attribute: ResetImageAttributeName | undefined;
1856
- ImageId: string | undefined;
1857
- DryRun?: boolean | undefined;
1858
- }
1859
- export interface ResetInstanceAttributeRequest {
1860
- DryRun?: boolean | undefined;
1861
- InstanceId: string | undefined;
1862
- Attribute: InstanceAttributeName | undefined;
1863
- }
1864
- export interface ResetNetworkInterfaceAttributeRequest {
1865
- DryRun?: boolean | undefined;
1866
- NetworkInterfaceId: string | undefined;
1867
- SourceDestCheck?: string | undefined;
1868
- }
1869
- export interface ResetSnapshotAttributeRequest {
1870
- Attribute: SnapshotAttributeName | undefined;
1871
- SnapshotId: string | undefined;
1872
- DryRun?: boolean | undefined;
1873
- }
1874
- export interface RestoreAddressToClassicRequest {
1875
- DryRun?: boolean | undefined;
1876
- PublicIp: string | undefined;
1877
- }
1878
- export interface RestoreAddressToClassicResult {
1879
- PublicIp?: string | undefined;
1880
- Status?: Status | undefined;
1881
- }
1894
+ export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
1895
+ obj: GetVpnConnectionDeviceSampleConfigurationResult
1896
+ ) => any;
1897
+ export declare const ImageDiskContainerFilterSensitiveLog: (
1898
+ obj: ImageDiskContainer
1899
+ ) => any;
1900
+ export declare const ImportImageRequestFilterSensitiveLog: (
1901
+ obj: ImportImageRequest
1902
+ ) => any;
1903
+ export declare const ImportImageResultFilterSensitiveLog: (
1904
+ obj: ImportImageResult
1905
+ ) => any;
1906
+ export declare const DiskImageDetailFilterSensitiveLog: (
1907
+ obj: DiskImageDetail
1908
+ ) => any;
1882
1909
  export declare const DiskImageFilterSensitiveLog: (obj: DiskImage) => any;
1883
1910
  export declare const UserDataFilterSensitiveLog: (obj: UserData) => any;
1884
1911
  export declare const ImportInstanceLaunchSpecificationFilterSensitiveLog: (
@@ -1941,12 +1968,3 @@ export declare const ReportInstanceStatusRequestFilterSensitiveLog: (
1941
1968
  export declare const RequestSpotFleetRequestFilterSensitiveLog: (
1942
1969
  obj: RequestSpotFleetRequest
1943
1970
  ) => any;
1944
- export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (
1945
- obj: RequestSpotLaunchSpecification
1946
- ) => any;
1947
- export declare const RequestSpotInstancesRequestFilterSensitiveLog: (
1948
- obj: RequestSpotInstancesRequest
1949
- ) => any;
1950
- export declare const RequestSpotInstancesResultFilterSensitiveLog: (
1951
- obj: RequestSpotInstancesResult
1952
- ) => any;
@@ -1,4 +1,6 @@
1
1
  import {
2
+ AddressAttribute,
3
+ AddressAttributeName,
2
4
  ByoipCidr,
3
5
  ClientVpnAuthorizationRuleStatus,
4
6
  IamInstanceProfileSpecification,
@@ -33,6 +35,7 @@ import {
33
35
  import { ClientVpnConnectionStatus, Filter } from "./models_3";
34
36
  import {
35
37
  HttpTokensState,
38
+ InstanceAttributeName,
36
39
  InstanceAutoRecoveryState,
37
40
  InstanceMetadataEndpointState,
38
41
  InstanceMetadataProtocolState,
@@ -44,11 +47,114 @@ import {
44
47
  NetworkInsightsAccessScopeAnalysis,
45
48
  NetworkInsightsAnalysis,
46
49
  RunInstancesMonitoringEnabled,
50
+ SnapshotAttributeName,
51
+ SpotInstanceRequest,
52
+ SpotPlacement,
47
53
  } from "./models_5";
48
54
  import {
49
55
  CapacityReservationSpecification,
50
56
  InstanceMonitoring,
57
+ Status,
51
58
  } from "./models_7";
59
+ export interface RequestSpotFleetResponse {
60
+ SpotFleetRequestId?: string | undefined;
61
+ }
62
+ export interface RequestSpotLaunchSpecification {
63
+ SecurityGroupIds?: string[] | undefined;
64
+ SecurityGroups?: string[] | undefined;
65
+ AddressingType?: string | undefined;
66
+ BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
67
+ EbsOptimized?: boolean | undefined;
68
+ IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
69
+ ImageId?: string | undefined;
70
+ InstanceType?: _InstanceType | undefined;
71
+ KernelId?: string | undefined;
72
+ KeyName?: string | undefined;
73
+ Monitoring?: RunInstancesMonitoringEnabled | undefined;
74
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
75
+ Placement?: SpotPlacement | undefined;
76
+ RamdiskId?: string | undefined;
77
+ SubnetId?: string | undefined;
78
+ UserData?: string | undefined;
79
+ }
80
+ export interface RequestSpotInstancesRequest {
81
+ LaunchSpecification?: RequestSpotLaunchSpecification | undefined;
82
+ TagSpecifications?: TagSpecification[] | undefined;
83
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
84
+ DryRun?: boolean | undefined;
85
+ SpotPrice?: string | undefined;
86
+ ClientToken?: string | undefined;
87
+ InstanceCount?: number | undefined;
88
+ Type?: SpotInstanceType | undefined;
89
+ ValidFrom?: Date | undefined;
90
+ ValidUntil?: Date | undefined;
91
+ LaunchGroup?: string | undefined;
92
+ AvailabilityZoneGroup?: string | undefined;
93
+ BlockDurationMinutes?: number | undefined;
94
+ }
95
+ export interface RequestSpotInstancesResult {
96
+ SpotInstanceRequests?: SpotInstanceRequest[] | undefined;
97
+ }
98
+ export interface ResetAddressAttributeRequest {
99
+ AllocationId: string | undefined;
100
+ Attribute: AddressAttributeName | undefined;
101
+ DryRun?: boolean | undefined;
102
+ }
103
+ export interface ResetAddressAttributeResult {
104
+ Address?: AddressAttribute | undefined;
105
+ }
106
+ export interface ResetEbsDefaultKmsKeyIdRequest {
107
+ DryRun?: boolean | undefined;
108
+ }
109
+ export interface ResetEbsDefaultKmsKeyIdResult {
110
+ KmsKeyId?: string | undefined;
111
+ }
112
+ export declare const ResetFpgaImageAttributeName: {
113
+ readonly loadPermission: "loadPermission";
114
+ };
115
+ export type ResetFpgaImageAttributeName =
116
+ (typeof ResetFpgaImageAttributeName)[keyof typeof ResetFpgaImageAttributeName];
117
+ export interface ResetFpgaImageAttributeRequest {
118
+ DryRun?: boolean | undefined;
119
+ FpgaImageId: string | undefined;
120
+ Attribute?: ResetFpgaImageAttributeName | undefined;
121
+ }
122
+ export interface ResetFpgaImageAttributeResult {
123
+ Return?: boolean | undefined;
124
+ }
125
+ export declare const ResetImageAttributeName: {
126
+ readonly launchPermission: "launchPermission";
127
+ };
128
+ export type ResetImageAttributeName =
129
+ (typeof ResetImageAttributeName)[keyof typeof ResetImageAttributeName];
130
+ export interface ResetImageAttributeRequest {
131
+ Attribute: ResetImageAttributeName | undefined;
132
+ ImageId: string | undefined;
133
+ DryRun?: boolean | undefined;
134
+ }
135
+ export interface ResetInstanceAttributeRequest {
136
+ DryRun?: boolean | undefined;
137
+ InstanceId: string | undefined;
138
+ Attribute: InstanceAttributeName | undefined;
139
+ }
140
+ export interface ResetNetworkInterfaceAttributeRequest {
141
+ DryRun?: boolean | undefined;
142
+ NetworkInterfaceId: string | undefined;
143
+ SourceDestCheck?: string | undefined;
144
+ }
145
+ export interface ResetSnapshotAttributeRequest {
146
+ Attribute: SnapshotAttributeName | undefined;
147
+ SnapshotId: string | undefined;
148
+ DryRun?: boolean | undefined;
149
+ }
150
+ export interface RestoreAddressToClassicRequest {
151
+ DryRun?: boolean | undefined;
152
+ PublicIp: string | undefined;
153
+ }
154
+ export interface RestoreAddressToClassicResult {
155
+ PublicIp?: string | undefined;
156
+ Status?: Status | undefined;
157
+ }
52
158
  export interface RestoreImageFromRecycleBinRequest {
53
159
  ImageId: string | undefined;
54
160
  DryRun?: boolean | undefined;
@@ -536,6 +642,15 @@ export interface WithdrawByoipCidrRequest {
536
642
  export interface WithdrawByoipCidrResult {
537
643
  ByoipCidr?: ByoipCidr | undefined;
538
644
  }
645
+ export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (
646
+ obj: RequestSpotLaunchSpecification
647
+ ) => any;
648
+ export declare const RequestSpotInstancesRequestFilterSensitiveLog: (
649
+ obj: RequestSpotInstancesRequest
650
+ ) => any;
651
+ export declare const RequestSpotInstancesResultFilterSensitiveLog: (
652
+ obj: RequestSpotInstancesResult
653
+ ) => any;
539
654
  export declare const RunInstancesRequestFilterSensitiveLog: (
540
655
  obj: RunInstancesRequest
541
656
  ) => any;
@@ -375,6 +375,14 @@ import {
375
375
  CreateLocalGatewayRouteTableVpcAssociationCommandInput,
376
376
  CreateLocalGatewayRouteTableVpcAssociationCommandOutput,
377
377
  } from "../commands/CreateLocalGatewayRouteTableVpcAssociationCommand";
378
+ import {
379
+ CreateLocalGatewayVirtualInterfaceCommandInput,
380
+ CreateLocalGatewayVirtualInterfaceCommandOutput,
381
+ } from "../commands/CreateLocalGatewayVirtualInterfaceCommand";
382
+ import {
383
+ CreateLocalGatewayVirtualInterfaceGroupCommandInput,
384
+ CreateLocalGatewayVirtualInterfaceGroupCommandOutput,
385
+ } from "../commands/CreateLocalGatewayVirtualInterfaceGroupCommand";
378
386
  import {
379
387
  CreateManagedPrefixListCommandInput,
380
388
  CreateManagedPrefixListCommandOutput,
@@ -699,6 +707,14 @@ import {
699
707
  DeleteLocalGatewayRouteTableVpcAssociationCommandInput,
700
708
  DeleteLocalGatewayRouteTableVpcAssociationCommandOutput,
701
709
  } from "../commands/DeleteLocalGatewayRouteTableVpcAssociationCommand";
710
+ import {
711
+ DeleteLocalGatewayVirtualInterfaceCommandInput,
712
+ DeleteLocalGatewayVirtualInterfaceCommandOutput,
713
+ } from "../commands/DeleteLocalGatewayVirtualInterfaceCommand";
714
+ import {
715
+ DeleteLocalGatewayVirtualInterfaceGroupCommandInput,
716
+ DeleteLocalGatewayVirtualInterfaceGroupCommandOutput,
717
+ } from "../commands/DeleteLocalGatewayVirtualInterfaceGroupCommand";
702
718
  import {
703
719
  DeleteManagedPrefixListCommandInput,
704
720
  DeleteManagedPrefixListCommandOutput,
@@ -1307,6 +1323,10 @@ import {
1307
1323
  DescribeNetworkInterfacesCommandInput,
1308
1324
  DescribeNetworkInterfacesCommandOutput,
1309
1325
  } from "../commands/DescribeNetworkInterfacesCommand";
1326
+ import {
1327
+ DescribeOutpostLagsCommandInput,
1328
+ DescribeOutpostLagsCommandOutput,
1329
+ } from "../commands/DescribeOutpostLagsCommand";
1310
1330
  import {
1311
1331
  DescribePlacementGroupsCommandInput,
1312
1332
  DescribePlacementGroupsCommandOutput,
@@ -1387,6 +1407,10 @@ import {
1387
1407
  DescribeSecurityGroupVpcAssociationsCommandInput,
1388
1408
  DescribeSecurityGroupVpcAssociationsCommandOutput,
1389
1409
  } from "../commands/DescribeSecurityGroupVpcAssociationsCommand";
1410
+ import {
1411
+ DescribeServiceLinkVirtualInterfacesCommandInput,
1412
+ DescribeServiceLinkVirtualInterfacesCommandOutput,
1413
+ } from "../commands/DescribeServiceLinkVirtualInterfacesCommand";
1390
1414
  import {
1391
1415
  DescribeSnapshotAttributeCommandInput,
1392
1416
  DescribeSnapshotAttributeCommandOutput,
@@ -3075,6 +3099,14 @@ export declare const se_CreateLocalGatewayRouteTableVpcAssociationCommand: (
3075
3099
  input: CreateLocalGatewayRouteTableVpcAssociationCommandInput,
3076
3100
  context: __SerdeContext
3077
3101
  ) => Promise<__HttpRequest>;
3102
+ export declare const se_CreateLocalGatewayVirtualInterfaceCommand: (
3103
+ input: CreateLocalGatewayVirtualInterfaceCommandInput,
3104
+ context: __SerdeContext
3105
+ ) => Promise<__HttpRequest>;
3106
+ export declare const se_CreateLocalGatewayVirtualInterfaceGroupCommand: (
3107
+ input: CreateLocalGatewayVirtualInterfaceGroupCommandInput,
3108
+ context: __SerdeContext
3109
+ ) => Promise<__HttpRequest>;
3078
3110
  export declare const se_CreateManagedPrefixListCommand: (
3079
3111
  input: CreateManagedPrefixListCommandInput,
3080
3112
  context: __SerdeContext
@@ -3399,6 +3431,14 @@ export declare const se_DeleteLocalGatewayRouteTableVpcAssociationCommand: (
3399
3431
  input: DeleteLocalGatewayRouteTableVpcAssociationCommandInput,
3400
3432
  context: __SerdeContext
3401
3433
  ) => Promise<__HttpRequest>;
3434
+ export declare const se_DeleteLocalGatewayVirtualInterfaceCommand: (
3435
+ input: DeleteLocalGatewayVirtualInterfaceCommandInput,
3436
+ context: __SerdeContext
3437
+ ) => Promise<__HttpRequest>;
3438
+ export declare const se_DeleteLocalGatewayVirtualInterfaceGroupCommand: (
3439
+ input: DeleteLocalGatewayVirtualInterfaceGroupCommandInput,
3440
+ context: __SerdeContext
3441
+ ) => Promise<__HttpRequest>;
3402
3442
  export declare const se_DeleteManagedPrefixListCommand: (
3403
3443
  input: DeleteManagedPrefixListCommandInput,
3404
3444
  context: __SerdeContext
@@ -4007,6 +4047,10 @@ export declare const se_DescribeNetworkInterfacesCommand: (
4007
4047
  input: DescribeNetworkInterfacesCommandInput,
4008
4048
  context: __SerdeContext
4009
4049
  ) => Promise<__HttpRequest>;
4050
+ export declare const se_DescribeOutpostLagsCommand: (
4051
+ input: DescribeOutpostLagsCommandInput,
4052
+ context: __SerdeContext
4053
+ ) => Promise<__HttpRequest>;
4010
4054
  export declare const se_DescribePlacementGroupsCommand: (
4011
4055
  input: DescribePlacementGroupsCommandInput,
4012
4056
  context: __SerdeContext
@@ -4087,6 +4131,10 @@ export declare const se_DescribeSecurityGroupVpcAssociationsCommand: (
4087
4131
  input: DescribeSecurityGroupVpcAssociationsCommandInput,
4088
4132
  context: __SerdeContext
4089
4133
  ) => Promise<__HttpRequest>;
4134
+ export declare const se_DescribeServiceLinkVirtualInterfacesCommand: (
4135
+ input: DescribeServiceLinkVirtualInterfacesCommandInput,
4136
+ context: __SerdeContext
4137
+ ) => Promise<__HttpRequest>;
4090
4138
  export declare const se_DescribeSnapshotAttributeCommand: (
4091
4139
  input: DescribeSnapshotAttributeCommandInput,
4092
4140
  context: __SerdeContext
@@ -5775,6 +5823,14 @@ export declare const de_CreateLocalGatewayRouteTableVpcAssociationCommand: (
5775
5823
  output: __HttpResponse,
5776
5824
  context: __SerdeContext
5777
5825
  ) => Promise<CreateLocalGatewayRouteTableVpcAssociationCommandOutput>;
5826
+ export declare const de_CreateLocalGatewayVirtualInterfaceCommand: (
5827
+ output: __HttpResponse,
5828
+ context: __SerdeContext
5829
+ ) => Promise<CreateLocalGatewayVirtualInterfaceCommandOutput>;
5830
+ export declare const de_CreateLocalGatewayVirtualInterfaceGroupCommand: (
5831
+ output: __HttpResponse,
5832
+ context: __SerdeContext
5833
+ ) => Promise<CreateLocalGatewayVirtualInterfaceGroupCommandOutput>;
5778
5834
  export declare const de_CreateManagedPrefixListCommand: (
5779
5835
  output: __HttpResponse,
5780
5836
  context: __SerdeContext
@@ -6099,6 +6155,14 @@ export declare const de_DeleteLocalGatewayRouteTableVpcAssociationCommand: (
6099
6155
  output: __HttpResponse,
6100
6156
  context: __SerdeContext
6101
6157
  ) => Promise<DeleteLocalGatewayRouteTableVpcAssociationCommandOutput>;
6158
+ export declare const de_DeleteLocalGatewayVirtualInterfaceCommand: (
6159
+ output: __HttpResponse,
6160
+ context: __SerdeContext
6161
+ ) => Promise<DeleteLocalGatewayVirtualInterfaceCommandOutput>;
6162
+ export declare const de_DeleteLocalGatewayVirtualInterfaceGroupCommand: (
6163
+ output: __HttpResponse,
6164
+ context: __SerdeContext
6165
+ ) => Promise<DeleteLocalGatewayVirtualInterfaceGroupCommandOutput>;
6102
6166
  export declare const de_DeleteManagedPrefixListCommand: (
6103
6167
  output: __HttpResponse,
6104
6168
  context: __SerdeContext
@@ -6707,6 +6771,10 @@ export declare const de_DescribeNetworkInterfacesCommand: (
6707
6771
  output: __HttpResponse,
6708
6772
  context: __SerdeContext
6709
6773
  ) => Promise<DescribeNetworkInterfacesCommandOutput>;
6774
+ export declare const de_DescribeOutpostLagsCommand: (
6775
+ output: __HttpResponse,
6776
+ context: __SerdeContext
6777
+ ) => Promise<DescribeOutpostLagsCommandOutput>;
6710
6778
  export declare const de_DescribePlacementGroupsCommand: (
6711
6779
  output: __HttpResponse,
6712
6780
  context: __SerdeContext
@@ -6787,6 +6855,10 @@ export declare const de_DescribeSecurityGroupVpcAssociationsCommand: (
6787
6855
  output: __HttpResponse,
6788
6856
  context: __SerdeContext
6789
6857
  ) => Promise<DescribeSecurityGroupVpcAssociationsCommandOutput>;
6858
+ export declare const de_DescribeServiceLinkVirtualInterfacesCommand: (
6859
+ output: __HttpResponse,
6860
+ context: __SerdeContext
6861
+ ) => Promise<DescribeServiceLinkVirtualInterfacesCommandOutput>;
6790
6862
  export declare const de_DescribeSnapshotAttributeCommand: (
6791
6863
  output: __HttpResponse,
6792
6864
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.799.0",
4
+ "version": "3.803.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.799.0",
24
- "@aws-sdk/credential-provider-node": "3.799.0",
24
+ "@aws-sdk/credential-provider-node": "3.803.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
@@ -39,7 +39,7 @@
39
39
  "@smithy/invalid-dependency": "^4.0.2",
40
40
  "@smithy/middleware-content-length": "^4.0.2",
41
41
  "@smithy/middleware-endpoint": "^4.1.1",
42
- "@smithy/middleware-retry": "^4.1.1",
42
+ "@smithy/middleware-retry": "^4.1.2",
43
43
  "@smithy/middleware-serde": "^4.0.3",
44
44
  "@smithy/middleware-stack": "^4.0.2",
45
45
  "@smithy/node-config-provider": "^4.0.2",
@@ -55,7 +55,7 @@
55
55
  "@smithy/util-defaults-mode-node": "^4.0.9",
56
56
  "@smithy/util-endpoints": "^3.0.2",
57
57
  "@smithy/util-middleware": "^4.0.2",
58
- "@smithy/util-retry": "^4.0.2",
58
+ "@smithy/util-retry": "^4.0.3",
59
59
  "@smithy/util-utf8": "^4.0.0",
60
60
  "@smithy/util-waiter": "^4.0.3",
61
61
  "@types/uuid": "^9.0.1",