@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
package/dist-es/EC2.js CHANGED
@@ -92,6 +92,8 @@ import { CreateLocalGatewayRouteCommand, } from "./commands/CreateLocalGatewayRo
92
92
  import { CreateLocalGatewayRouteTableCommand, } from "./commands/CreateLocalGatewayRouteTableCommand";
93
93
  import { CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand, } from "./commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand";
94
94
  import { CreateLocalGatewayRouteTableVpcAssociationCommand, } from "./commands/CreateLocalGatewayRouteTableVpcAssociationCommand";
95
+ import { CreateLocalGatewayVirtualInterfaceCommand, } from "./commands/CreateLocalGatewayVirtualInterfaceCommand";
96
+ import { CreateLocalGatewayVirtualInterfaceGroupCommand, } from "./commands/CreateLocalGatewayVirtualInterfaceGroupCommand";
95
97
  import { CreateManagedPrefixListCommand, } from "./commands/CreateManagedPrefixListCommand";
96
98
  import { CreateNatGatewayCommand, } from "./commands/CreateNatGatewayCommand";
97
99
  import { CreateNetworkAclCommand, } from "./commands/CreateNetworkAclCommand";
@@ -173,6 +175,8 @@ import { DeleteLocalGatewayRouteCommand, } from "./commands/DeleteLocalGatewayRo
173
175
  import { DeleteLocalGatewayRouteTableCommand, } from "./commands/DeleteLocalGatewayRouteTableCommand";
174
176
  import { DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand, } from "./commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand";
175
177
  import { DeleteLocalGatewayRouteTableVpcAssociationCommand, } from "./commands/DeleteLocalGatewayRouteTableVpcAssociationCommand";
178
+ import { DeleteLocalGatewayVirtualInterfaceCommand, } from "./commands/DeleteLocalGatewayVirtualInterfaceCommand";
179
+ import { DeleteLocalGatewayVirtualInterfaceGroupCommand, } from "./commands/DeleteLocalGatewayVirtualInterfaceGroupCommand";
176
180
  import { DeleteManagedPrefixListCommand, } from "./commands/DeleteManagedPrefixListCommand";
177
181
  import { DeleteNatGatewayCommand, } from "./commands/DeleteNatGatewayCommand";
178
182
  import { DeleteNetworkAclCommand, } from "./commands/DeleteNetworkAclCommand";
@@ -325,6 +329,7 @@ import { DescribeNetworkInsightsPathsCommand, } from "./commands/DescribeNetwork
325
329
  import { DescribeNetworkInterfaceAttributeCommand, } from "./commands/DescribeNetworkInterfaceAttributeCommand";
326
330
  import { DescribeNetworkInterfacePermissionsCommand, } from "./commands/DescribeNetworkInterfacePermissionsCommand";
327
331
  import { DescribeNetworkInterfacesCommand, } from "./commands/DescribeNetworkInterfacesCommand";
332
+ import { DescribeOutpostLagsCommand, } from "./commands/DescribeOutpostLagsCommand";
328
333
  import { DescribePlacementGroupsCommand, } from "./commands/DescribePlacementGroupsCommand";
329
334
  import { DescribePrefixListsCommand, } from "./commands/DescribePrefixListsCommand";
330
335
  import { DescribePrincipalIdFormatCommand, } from "./commands/DescribePrincipalIdFormatCommand";
@@ -345,6 +350,7 @@ import { DescribeSecurityGroupReferencesCommand, } from "./commands/DescribeSecu
345
350
  import { DescribeSecurityGroupRulesCommand, } from "./commands/DescribeSecurityGroupRulesCommand";
346
351
  import { DescribeSecurityGroupsCommand, } from "./commands/DescribeSecurityGroupsCommand";
347
352
  import { DescribeSecurityGroupVpcAssociationsCommand, } from "./commands/DescribeSecurityGroupVpcAssociationsCommand";
353
+ import { DescribeServiceLinkVirtualInterfacesCommand, } from "./commands/DescribeServiceLinkVirtualInterfacesCommand";
348
354
  import { DescribeSnapshotAttributeCommand, } from "./commands/DescribeSnapshotAttributeCommand";
349
355
  import { DescribeSnapshotsCommand, } from "./commands/DescribeSnapshotsCommand";
350
356
  import { DescribeSnapshotTierStatusCommand, } from "./commands/DescribeSnapshotTierStatusCommand";
@@ -769,6 +775,8 @@ const commands = {
769
775
  CreateLocalGatewayRouteTableCommand,
770
776
  CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
771
777
  CreateLocalGatewayRouteTableVpcAssociationCommand,
778
+ CreateLocalGatewayVirtualInterfaceCommand,
779
+ CreateLocalGatewayVirtualInterfaceGroupCommand,
772
780
  CreateManagedPrefixListCommand,
773
781
  CreateNatGatewayCommand,
774
782
  CreateNetworkAclCommand,
@@ -850,6 +858,8 @@ const commands = {
850
858
  DeleteLocalGatewayRouteTableCommand,
851
859
  DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
852
860
  DeleteLocalGatewayRouteTableVpcAssociationCommand,
861
+ DeleteLocalGatewayVirtualInterfaceCommand,
862
+ DeleteLocalGatewayVirtualInterfaceGroupCommand,
853
863
  DeleteManagedPrefixListCommand,
854
864
  DeleteNatGatewayCommand,
855
865
  DeleteNetworkAclCommand,
@@ -1002,6 +1012,7 @@ const commands = {
1002
1012
  DescribeNetworkInterfaceAttributeCommand,
1003
1013
  DescribeNetworkInterfacePermissionsCommand,
1004
1014
  DescribeNetworkInterfacesCommand,
1015
+ DescribeOutpostLagsCommand,
1005
1016
  DescribePlacementGroupsCommand,
1006
1017
  DescribePrefixListsCommand,
1007
1018
  DescribePrincipalIdFormatCommand,
@@ -1022,6 +1033,7 @@ const commands = {
1022
1033
  DescribeSecurityGroupRulesCommand,
1023
1034
  DescribeSecurityGroupsCommand,
1024
1035
  DescribeSecurityGroupVpcAssociationsCommand,
1036
+ DescribeServiceLinkVirtualInterfacesCommand,
1025
1037
  DescribeSnapshotAttributeCommand,
1026
1038
  DescribeSnapshotsCommand,
1027
1039
  DescribeSnapshotTierStatusCommand,
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateLocalGatewayVirtualInterfaceCommand, se_CreateLocalGatewayVirtualInterfaceCommand, } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class CreateLocalGatewayVirtualInterfaceCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "CreateLocalGatewayVirtualInterface", {})
17
+ .n("EC2Client", "CreateLocalGatewayVirtualInterfaceCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_CreateLocalGatewayVirtualInterfaceCommand)
20
+ .de(de_CreateLocalGatewayVirtualInterfaceCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateLocalGatewayVirtualInterfaceGroupCommand, se_CreateLocalGatewayVirtualInterfaceGroupCommand, } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class CreateLocalGatewayVirtualInterfaceGroupCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "CreateLocalGatewayVirtualInterfaceGroup", {})
17
+ .n("EC2Client", "CreateLocalGatewayVirtualInterfaceGroupCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_CreateLocalGatewayVirtualInterfaceGroupCommand)
20
+ .de(de_CreateLocalGatewayVirtualInterfaceGroupCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteLocalGatewayVirtualInterfaceCommand, se_DeleteLocalGatewayVirtualInterfaceCommand, } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class DeleteLocalGatewayVirtualInterfaceCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "DeleteLocalGatewayVirtualInterface", {})
17
+ .n("EC2Client", "DeleteLocalGatewayVirtualInterfaceCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteLocalGatewayVirtualInterfaceCommand)
20
+ .de(de_DeleteLocalGatewayVirtualInterfaceCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteLocalGatewayVirtualInterfaceGroupCommand, se_DeleteLocalGatewayVirtualInterfaceGroupCommand, } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class DeleteLocalGatewayVirtualInterfaceGroupCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "DeleteLocalGatewayVirtualInterfaceGroup", {})
17
+ .n("EC2Client", "DeleteLocalGatewayVirtualInterfaceGroupCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteLocalGatewayVirtualInterfaceGroupCommand)
20
+ .de(de_DeleteLocalGatewayVirtualInterfaceGroupCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeOutpostLagsCommand, se_DescribeOutpostLagsCommand } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class DescribeOutpostLagsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "DescribeOutpostLags", {})
17
+ .n("EC2Client", "DescribeOutpostLagsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeOutpostLagsCommand)
20
+ .de(de_DescribeOutpostLagsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeServiceLinkVirtualInterfacesCommand, se_DescribeServiceLinkVirtualInterfacesCommand, } from "../protocols/Aws_ec2";
6
+ export { $Command };
7
+ export class DescribeServiceLinkVirtualInterfacesCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonEC2", "DescribeServiceLinkVirtualInterfaces", {})
17
+ .n("EC2Client", "DescribeServiceLinkVirtualInterfacesCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeServiceLinkVirtualInterfacesCommand)
20
+ .de(de_DescribeServiceLinkVirtualInterfacesCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog, } from "../models/models_6";
5
+ import { GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog, } from "../models/models_7";
6
6
  import { de_GetVpnConnectionDeviceSampleConfigurationCommand, se_GetVpnConnectionDeviceSampleConfigurationCommand, } from "../protocols/Aws_ec2";
7
7
  export { $Command };
8
8
  export class GetVpnConnectionDeviceSampleConfigurationCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ImportImageRequestFilterSensitiveLog, ImportImageResultFilterSensitiveLog, } from "../models/models_6";
5
+ import { ImportImageRequestFilterSensitiveLog, ImportImageResultFilterSensitiveLog, } from "../models/models_7";
6
6
  import { de_ImportImageCommand, se_ImportImageCommand } from "../protocols/Aws_ec2";
7
7
  export { $Command };
8
8
  export class ImportImageCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { RequestSpotFleetRequestFilterSensitiveLog, } from "../models/models_7";
5
+ import { RequestSpotFleetRequestFilterSensitiveLog } from "../models/models_7";
6
6
  import { de_RequestSpotFleetCommand, se_RequestSpotFleetCommand } from "../protocols/Aws_ec2";
7
7
  export { $Command };
8
8
  export class RequestSpotFleetCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { RequestSpotInstancesRequestFilterSensitiveLog, RequestSpotInstancesResultFilterSensitiveLog, } from "../models/models_7";
5
+ import { RequestSpotInstancesRequestFilterSensitiveLog, RequestSpotInstancesResultFilterSensitiveLog, } from "../models/models_8";
6
6
  import { de_RequestSpotInstancesCommand, se_RequestSpotInstancesCommand } from "../protocols/Aws_ec2";
7
7
  export { $Command };
8
8
  export class RequestSpotInstancesCommand extends $Command
@@ -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";
@@ -73,6 +73,7 @@ export const ResourceType = {
73
73
  network_insights_analysis: "network-insights-analysis",
74
74
  network_insights_path: "network-insights-path",
75
75
  network_interface: "network-interface",
76
+ outpost_lag: "outpost-lag",
76
77
  placement_group: "placement-group",
77
78
  prefix_list: "prefix-list",
78
79
  replace_root_volume_task: "replace-root-volume-task",
@@ -83,6 +84,7 @@ export const ResourceType = {
83
84
  route_table: "route-table",
84
85
  security_group: "security-group",
85
86
  security_group_rule: "security-group-rule",
87
+ service_link_virtual_interface: "service-link-virtual-interface",
86
88
  snapshot: "snapshot",
87
89
  spot_fleet_request: "spot-fleet-request",
88
90
  spot_instances_request: "spot-instances-request",
@@ -16,6 +16,19 @@ export const LocalGatewayRouteTableMode = {
16
16
  coip: "coip",
17
17
  direct_vpc_routing: "direct-vpc-routing",
18
18
  };
19
+ export const LocalGatewayVirtualInterfaceConfigurationState = {
20
+ available: "available",
21
+ deleted: "deleted",
22
+ deleting: "deleting",
23
+ pending: "pending",
24
+ };
25
+ export const LocalGatewayVirtualInterfaceGroupConfigurationState = {
26
+ available: "available",
27
+ deleted: "deleted",
28
+ deleting: "deleting",
29
+ incomplete: "incomplete",
30
+ pending: "pending",
31
+ };
19
32
  export const PrefixListState = {
20
33
  create_complete: "create-complete",
21
34
  create_failed: "create-failed",
@@ -420,14 +433,6 @@ export const ServiceType = {
420
433
  GatewayLoadBalancer: "GatewayLoadBalancer",
421
434
  Interface: "Interface",
422
435
  };
423
- export const ServiceConnectivityType = {
424
- ipv4: "ipv4",
425
- ipv6: "ipv6",
426
- };
427
- export const TunnelInsideIpVersion = {
428
- ipv4: "ipv4",
429
- ipv6: "ipv6",
430
- };
431
436
  export const LaunchTemplateVersionFilterSensitiveLog = (obj) => ({
432
437
  ...obj,
433
438
  ...(obj.LaunchTemplateData && {
@@ -1,5 +1,13 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { BundleTaskFilterSensitiveLog, VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
3
+ export const ServiceConnectivityType = {
4
+ ipv4: "ipv4",
5
+ ipv6: "ipv6",
6
+ };
7
+ export const TunnelInsideIpVersion = {
8
+ ipv4: "ipv4",
9
+ ipv6: "ipv6",
10
+ };
3
11
  export const GatewayAssociationState = {
4
12
  associated: "associated",
5
13
  associating: "associating",
@@ -125,9 +133,6 @@ export const ClientVpnEndpointAttributeStatusCode = {
125
133
  applied: "applied",
126
134
  applying: "applying",
127
135
  };
128
- export const VpnProtocol = {
129
- openvpn: "openvpn",
130
- };
131
136
  export const VpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
132
137
  ...obj,
133
138
  ...(obj.PreSharedKey && { PreSharedKey: SENSITIVE_STRING }),
@@ -1,5 +1,8 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { LaunchTemplateVersionFilterSensitiveLog, } from "./models_2";
3
+ export const VpnProtocol = {
4
+ openvpn: "openvpn",
5
+ };
3
6
  export const ConversionTaskState = {
4
7
  active: "active",
5
8
  cancelled: "cancelled",
@@ -313,12 +316,6 @@ export const UsageClassType = {
313
316
  on_demand: "on-demand",
314
317
  spot: "spot",
315
318
  };
316
- export const LockState = {
317
- compliance: "compliance",
318
- compliance_cooloff: "compliance-cooloff",
319
- expired: "expired",
320
- governance: "governance",
321
- };
322
319
  export const DiskImageDescriptionFilterSensitiveLog = (obj) => ({
323
320
  ...obj,
324
321
  ...(obj.ImportManifestUrl && { ImportManifestUrl: SENSITIVE_STRING }),
@@ -1,6 +1,12 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
3
3
  import { VpnConnectionFilterSensitiveLog, } from "./models_3";
4
+ export const LockState = {
5
+ compliance: "compliance",
6
+ compliance_cooloff: "compliance-cooloff",
7
+ expired: "expired",
8
+ governance: "governance",
9
+ };
4
10
  export const MoveStatus = {
5
11
  movingToVpc: "movingToVpc",
6
12
  restoringToClassic: "restoringToClassic",
@@ -55,6 +61,12 @@ export const ReservedInstanceState = {
55
61
  queued_deleted: "queued-deleted",
56
62
  retired: "retired",
57
63
  };
64
+ export const ServiceLinkVirtualInterfaceConfigurationState = {
65
+ available: "available",
66
+ deleted: "deleted",
67
+ deleting: "deleting",
68
+ pending: "pending",
69
+ };
58
70
  export const SnapshotAttributeName = {
59
71
  createVolumePermission: "createVolumePermission",
60
72
  productCodes: "productCodes",
@@ -142,9 +154,6 @@ export const VpcBlockPublicAccessState = {
142
154
  update_complete: "update-complete",
143
155
  update_in_progress: "update-in-progress",
144
156
  };
145
- export const ImageBlockPublicAccessDisabledState = {
146
- unblocked: "unblocked",
147
- };
148
157
  export const SpotFleetLaunchSpecificationFilterSensitiveLog = (obj) => ({
149
158
  ...obj,
150
159
  ...(obj.UserData && { UserData: SENSITIVE_STRING }),
@@ -1,6 +1,8 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { ResponseLaunchTemplateDataFilterSensitiveLog, } from "./models_1";
3
- import { SnapshotDetailFilterSensitiveLog, } from "./models_4";
3
+ export const ImageBlockPublicAccessDisabledState = {
4
+ unblocked: "unblocked",
5
+ };
4
6
  export const RouteServerPropagationState = {
5
7
  AVAILABLE: "available",
6
8
  DELETING: "deleting",
@@ -144,23 +146,3 @@ export const GetPasswordDataResultFilterSensitiveLog = (obj) => ({
144
146
  ...obj,
145
147
  ...(obj.PasswordData && { PasswordData: SENSITIVE_STRING }),
146
148
  });
147
- export const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = (obj) => ({
148
- ...obj,
149
- ...(obj.VpnConnectionDeviceSampleConfiguration && { VpnConnectionDeviceSampleConfiguration: SENSITIVE_STRING }),
150
- });
151
- export const ImageDiskContainerFilterSensitiveLog = (obj) => ({
152
- ...obj,
153
- ...(obj.Url && { Url: SENSITIVE_STRING }),
154
- });
155
- export const ImportImageRequestFilterSensitiveLog = (obj) => ({
156
- ...obj,
157
- ...(obj.DiskContainers && {
158
- DiskContainers: obj.DiskContainers.map((item) => ImageDiskContainerFilterSensitiveLog(item)),
159
- }),
160
- });
161
- export const ImportImageResultFilterSensitiveLog = (obj) => ({
162
- ...obj,
163
- ...(obj.SnapshotDetails && {
164
- SnapshotDetails: obj.SnapshotDetails.map((item) => SnapshotDetailFilterSensitiveLog(item)),
165
- }),
166
- });
@@ -1,8 +1,8 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
3
3
  import { VpnConnectionFilterSensitiveLog, } from "./models_3";
4
- import { ConversionTaskFilterSensitiveLog, SnapshotTaskDetailFilterSensitiveLog, } from "./models_4";
5
- import { SpotFleetRequestConfigDataFilterSensitiveLog, SpotInstanceRequestFilterSensitiveLog, } from "./models_5";
4
+ import { ConversionTaskFilterSensitiveLog, SnapshotDetailFilterSensitiveLog, SnapshotTaskDetailFilterSensitiveLog, } from "./models_4";
5
+ import { SpotFleetRequestConfigDataFilterSensitiveLog, } from "./models_5";
6
6
  export const LockMode = {
7
7
  compliance: "compliance",
8
8
  governance: "governance",
@@ -82,12 +82,26 @@ export const ReportStatusType = {
82
82
  impaired: "impaired",
83
83
  ok: "ok",
84
84
  };
85
- export const ResetFpgaImageAttributeName = {
86
- loadPermission: "loadPermission",
87
- };
88
- export const ResetImageAttributeName = {
89
- launchPermission: "launchPermission",
90
- };
85
+ export const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = (obj) => ({
86
+ ...obj,
87
+ ...(obj.VpnConnectionDeviceSampleConfiguration && { VpnConnectionDeviceSampleConfiguration: SENSITIVE_STRING }),
88
+ });
89
+ export const ImageDiskContainerFilterSensitiveLog = (obj) => ({
90
+ ...obj,
91
+ ...(obj.Url && { Url: SENSITIVE_STRING }),
92
+ });
93
+ export const ImportImageRequestFilterSensitiveLog = (obj) => ({
94
+ ...obj,
95
+ ...(obj.DiskContainers && {
96
+ DiskContainers: obj.DiskContainers.map((item) => ImageDiskContainerFilterSensitiveLog(item)),
97
+ }),
98
+ });
99
+ export const ImportImageResultFilterSensitiveLog = (obj) => ({
100
+ ...obj,
101
+ ...(obj.SnapshotDetails && {
102
+ SnapshotDetails: obj.SnapshotDetails.map((item) => SnapshotDetailFilterSensitiveLog(item)),
103
+ }),
104
+ });
91
105
  export const DiskImageDetailFilterSensitiveLog = (obj) => ({
92
106
  ...obj,
93
107
  ...(obj.ImportManifestUrl && { ImportManifestUrl: SENSITIVE_STRING }),
@@ -191,19 +205,3 @@ export const RequestSpotFleetRequestFilterSensitiveLog = (obj) => ({
191
205
  SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig),
192
206
  }),
193
207
  });
194
- export const RequestSpotLaunchSpecificationFilterSensitiveLog = (obj) => ({
195
- ...obj,
196
- ...(obj.UserData && { UserData: SENSITIVE_STRING }),
197
- });
198
- export const RequestSpotInstancesRequestFilterSensitiveLog = (obj) => ({
199
- ...obj,
200
- ...(obj.LaunchSpecification && {
201
- LaunchSpecification: RequestSpotLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification),
202
- }),
203
- });
204
- export const RequestSpotInstancesResultFilterSensitiveLog = (obj) => ({
205
- ...obj,
206
- ...(obj.SpotInstanceRequests && {
207
- SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item)),
208
- }),
209
- });
@@ -1,8 +1,31 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
+ import { SpotInstanceRequestFilterSensitiveLog, } from "./models_5";
3
+ export const ResetFpgaImageAttributeName = {
4
+ loadPermission: "loadPermission",
5
+ };
6
+ export const ResetImageAttributeName = {
7
+ launchPermission: "launchPermission",
8
+ };
2
9
  export const MembershipType = {
3
10
  igmp: "igmp",
4
11
  static: "static",
5
12
  };
13
+ export const RequestSpotLaunchSpecificationFilterSensitiveLog = (obj) => ({
14
+ ...obj,
15
+ ...(obj.UserData && { UserData: SENSITIVE_STRING }),
16
+ });
17
+ export const RequestSpotInstancesRequestFilterSensitiveLog = (obj) => ({
18
+ ...obj,
19
+ ...(obj.LaunchSpecification && {
20
+ LaunchSpecification: RequestSpotLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification),
21
+ }),
22
+ });
23
+ export const RequestSpotInstancesResultFilterSensitiveLog = (obj) => ({
24
+ ...obj,
25
+ ...(obj.SpotInstanceRequests && {
26
+ SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item)),
27
+ }),
28
+ });
6
29
  export const RunInstancesRequestFilterSensitiveLog = (obj) => ({
7
30
  ...obj,
8
31
  ...(obj.UserData && { UserData: SENSITIVE_STRING }),