@aws-sdk/client-ec2 3.812.0 → 3.814.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 (227) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +916 -483
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/commands/CreateDelegateMacVolumeOwnershipTaskCommand.js +23 -0
  5. package/dist-es/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.js +23 -0
  6. package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +1 -1
  7. package/dist-es/commands/DescribeMacModificationTasksCommand.js +22 -0
  8. package/dist-es/commands/DetachVerifiedAccessTrustProviderCommand.js +1 -1
  9. package/dist-es/commands/ReportInstanceStatusCommand.js +1 -1
  10. package/dist-es/commands/index.js +3 -0
  11. package/dist-es/models/models_0.js +1 -0
  12. package/dist-es/models/models_1.js +18 -4
  13. package/dist-es/models/models_2.js +8 -24
  14. package/dist-es/models/models_3.js +23 -4
  15. package/dist-es/models/models_4.js +12 -7
  16. package/dist-es/models/models_5.js +7 -6
  17. package/dist-es/models/models_6.js +8 -1
  18. package/dist-es/models/models_7.js +0 -19
  19. package/dist-es/models/models_8.js +19 -0
  20. package/dist-es/pagination/DescribeMacModificationTasksPaginator.js +4 -0
  21. package/dist-es/pagination/index.js +1 -0
  22. package/dist-es/protocols/Aws_ec2.js +366 -34
  23. package/dist-types/EC2.d.ts +22 -0
  24. package/dist-types/EC2Client.d.ts +5 -2
  25. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  27. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  28. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  30. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  31. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  32. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +109 -0
  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 +1 -1
  63. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +161 -0
  65. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  71. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  72. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
  106. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -3
  107. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  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/DescribeImagesCommand.d.ts +5 -0
  111. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +34 -19
  112. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -0
  113. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  114. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  115. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -2
  119. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +112 -0
  121. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +3 -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/DescribeVpnGatewaysCommand.d.ts +2 -1
  125. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  126. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  127. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  128. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  129. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  130. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  131. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  132. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  133. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -2
  134. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  135. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  136. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
  137. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  138. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  139. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  140. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  141. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  142. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  143. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  144. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  145. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +4 -0
  146. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  147. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  148. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  149. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  150. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +2 -1
  151. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  152. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  153. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  154. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  155. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  156. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  157. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  158. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  159. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  160. package/dist-types/commands/RunInstancesCommand.d.ts +2 -1
  161. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  162. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  163. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  164. package/dist-types/commands/index.d.ts +3 -0
  165. package/dist-types/models/models_0.d.ts +1 -0
  166. package/dist-types/models/models_1.d.ts +223 -480
  167. package/dist-types/models/models_2.d.ts +624 -222
  168. package/dist-types/models/models_3.d.ts +224 -169
  169. package/dist-types/models/models_4.d.ts +234 -563
  170. package/dist-types/models/models_5.d.ts +663 -337
  171. package/dist-types/models/models_6.d.ts +302 -373
  172. package/dist-types/models/models_7.d.ts +1475 -1496
  173. package/dist-types/models/models_8.d.ts +442 -2
  174. package/dist-types/pagination/DescribeMacModificationTasksPaginator.d.ts +7 -0
  175. package/dist-types/pagination/index.d.ts +1 -0
  176. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  177. package/dist-types/ts3.4/EC2.d.ts +64 -0
  178. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  179. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +51 -0
  180. package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -4
  182. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -2
  188. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +51 -0
  190. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +4 -2
  200. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -4
  201. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +2 -4
  207. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  215. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  216. package/dist-types/ts3.4/models/models_1.d.ts +54 -99
  217. package/dist-types/ts3.4/models/models_2.d.ts +152 -65
  218. package/dist-types/ts3.4/models/models_3.d.ts +65 -47
  219. package/dist-types/ts3.4/models/models_4.d.ts +58 -92
  220. package/dist-types/ts3.4/models/models_5.d.ts +103 -75
  221. package/dist-types/ts3.4/models/models_6.d.ts +71 -81
  222. package/dist-types/ts3.4/models/models_7.d.ts +87 -107
  223. package/dist-types/ts3.4/models/models_8.d.ts +105 -0
  224. package/dist-types/ts3.4/pagination/DescribeMacModificationTasksPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  226. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  227. package/package.json +1 -1
@@ -1,7 +1,174 @@
1
1
  import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, CurrencyCodeValues, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, Tag } from "./models_0";
2
- import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LogDestinationType, OperatorResponse, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
- import { GroupIdentifier, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, NetworkInterfaceStatus, StateReason } from "./models_2";
4
- import { AssociatedTargetNetwork, Byoasn, ClientConnectResponseOptions, ClientLoginBannerResponseOptions, ClientRouteEnforcementResponseOptions, ClientVpnAuthentication, Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
2
+ import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LogDestinationType, OperatorResponse, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
+ import { GroupIdentifier, NetworkInterfaceStatus, StateReason } from "./models_2";
4
+ import { AssociatedNetworkType, Byoasn, Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
5
+ /**
6
+ * <p>Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.</p>
7
+ * @public
8
+ */
9
+ export interface AssociatedTargetNetwork {
10
+ /**
11
+ * <p>The ID of the subnet.</p>
12
+ * @public
13
+ */
14
+ NetworkId?: string | undefined;
15
+ /**
16
+ * <p>The target network type.</p>
17
+ * @public
18
+ */
19
+ NetworkType?: AssociatedNetworkType | undefined;
20
+ }
21
+ /**
22
+ * <p>Describes an Active Directory.</p>
23
+ * @public
24
+ */
25
+ export interface DirectoryServiceAuthentication {
26
+ /**
27
+ * <p>The ID of the Active Directory used for authentication.</p>
28
+ * @public
29
+ */
30
+ DirectoryId?: string | undefined;
31
+ }
32
+ /**
33
+ * <p>Describes the IAM SAML identity providers used for federated authentication.</p>
34
+ * @public
35
+ */
36
+ export interface FederatedAuthentication {
37
+ /**
38
+ * <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider.</p>
39
+ * @public
40
+ */
41
+ SamlProviderArn?: string | undefined;
42
+ /**
43
+ * <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.</p>
44
+ * @public
45
+ */
46
+ SelfServiceSamlProviderArn?: string | undefined;
47
+ }
48
+ /**
49
+ * <p>Information about the client certificate used for authentication.</p>
50
+ * @public
51
+ */
52
+ export interface CertificateAuthentication {
53
+ /**
54
+ * <p>The ARN of the client certificate. </p>
55
+ * @public
56
+ */
57
+ ClientRootCertificateChain?: string | undefined;
58
+ }
59
+ /**
60
+ * <p>Describes the authentication methods used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/client-authentication.html">Authentication</a>
61
+ * in the <i>Client VPN Administrator Guide</i>.</p>
62
+ * @public
63
+ */
64
+ export interface ClientVpnAuthentication {
65
+ /**
66
+ * <p>The authentication type used.</p>
67
+ * @public
68
+ */
69
+ Type?: ClientVpnAuthenticationType | undefined;
70
+ /**
71
+ * <p>Information about the Active Directory, if applicable.</p>
72
+ * @public
73
+ */
74
+ ActiveDirectory?: DirectoryServiceAuthentication | undefined;
75
+ /**
76
+ * <p>Information about the authentication certificates, if applicable.</p>
77
+ * @public
78
+ */
79
+ MutualAuthentication?: CertificateAuthentication | undefined;
80
+ /**
81
+ * <p>Information about the IAM SAML identity provider, if applicable.</p>
82
+ * @public
83
+ */
84
+ FederatedAuthentication?: FederatedAuthentication | undefined;
85
+ }
86
+ /**
87
+ * @public
88
+ * @enum
89
+ */
90
+ export declare const ClientVpnEndpointAttributeStatusCode: {
91
+ readonly applied: "applied";
92
+ readonly applying: "applying";
93
+ };
94
+ /**
95
+ * @public
96
+ */
97
+ export type ClientVpnEndpointAttributeStatusCode = (typeof ClientVpnEndpointAttributeStatusCode)[keyof typeof ClientVpnEndpointAttributeStatusCode];
98
+ /**
99
+ * <p>Describes the status of the Client VPN endpoint attribute.</p>
100
+ * @public
101
+ */
102
+ export interface ClientVpnEndpointAttributeStatus {
103
+ /**
104
+ * <p>The status code.</p>
105
+ * @public
106
+ */
107
+ Code?: ClientVpnEndpointAttributeStatusCode | undefined;
108
+ /**
109
+ * <p>The status message.</p>
110
+ * @public
111
+ */
112
+ Message?: string | undefined;
113
+ }
114
+ /**
115
+ * <p>The options for managing connection authorization for new client connections.</p>
116
+ * @public
117
+ */
118
+ export interface ClientConnectResponseOptions {
119
+ /**
120
+ * <p>Indicates whether client connect options are enabled.</p>
121
+ * @public
122
+ */
123
+ Enabled?: boolean | undefined;
124
+ /**
125
+ * <p>The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.</p>
126
+ * @public
127
+ */
128
+ LambdaFunctionArn?: string | undefined;
129
+ /**
130
+ * <p>The status of any updates to the client connect options.</p>
131
+ * @public
132
+ */
133
+ Status?: ClientVpnEndpointAttributeStatus | undefined;
134
+ }
135
+ /**
136
+ * <p>Current state of options for customizable text banner that will be displayed on
137
+ * Amazon Web Services provided clients when a VPN session is established.</p>
138
+ * @public
139
+ */
140
+ export interface ClientLoginBannerResponseOptions {
141
+ /**
142
+ * <p>Current state of text banner feature.</p>
143
+ * <p>Valid values: <code>true | false</code>
144
+ * </p>
145
+ * @public
146
+ */
147
+ Enabled?: boolean | undefined;
148
+ /**
149
+ * <p>Customizable text that will be displayed in a banner on Amazon Web Services provided
150
+ * clients when a VPN session is established. UTF-8 encoded
151
+ * characters only. Maximum of 1400 characters.</p>
152
+ * @public
153
+ */
154
+ BannerText?: string | undefined;
155
+ }
156
+ /**
157
+ * <p>The current status of Client Route Enforcement. </p>
158
+ * @public
159
+ */
160
+ export interface ClientRouteEnforcementResponseOptions {
161
+ /**
162
+ * <p>Status of the client route enforcement feature, indicating whether Client Route Enforcement
163
+ * is <code>true</code> (enabled) or <code>false</code> (disabled).</p>
164
+ * <p>Valid values: <code>true | false</code>
165
+ * </p>
166
+ * <p>Default value: <code>false</code>
167
+ * </p>
168
+ * @public
169
+ */
170
+ Enforced?: boolean | undefined;
171
+ }
5
172
  /**
6
173
  * <p>Information about the client connection logging options for a Client VPN endpoint.</p>
7
174
  * @public
@@ -6819,6 +6986,18 @@ export declare const InstanceAutoRecoveryState: {
6819
6986
  * @public
6820
6987
  */
6821
6988
  export type InstanceAutoRecoveryState = (typeof InstanceAutoRecoveryState)[keyof typeof InstanceAutoRecoveryState];
6989
+ /**
6990
+ * @public
6991
+ * @enum
6992
+ */
6993
+ export declare const InstanceRebootMigrationState: {
6994
+ readonly default: "default";
6995
+ readonly disabled: "disabled";
6996
+ };
6997
+ /**
6998
+ * @public
6999
+ */
7000
+ export type InstanceRebootMigrationState = (typeof InstanceRebootMigrationState)[keyof typeof InstanceRebootMigrationState];
6822
7001
  /**
6823
7002
  * <p>The maintenance options for the instance.</p>
6824
7003
  * @public
@@ -6830,6 +7009,30 @@ export interface InstanceMaintenanceOptions {
6830
7009
  * @public
6831
7010
  */
6832
7011
  AutoRecovery?: InstanceAutoRecoveryState | undefined;
7012
+ /**
7013
+ * <p>Specifies whether to attempt reboot migration during a user-initiated reboot of an
7014
+ * instance that has a scheduled <code>system-reboot</code> event:</p>
7015
+ * <ul>
7016
+ * <li>
7017
+ * <p>
7018
+ * <code>default</code> - Amazon EC2 attempts to migrate the instance to
7019
+ * new hardware (reboot migration). If successful, the <code>system-reboot</code>
7020
+ * event is cleared. If unsuccessful, an in-place reboot occurs and the event
7021
+ * remains scheduled.</p>
7022
+ * </li>
7023
+ * <li>
7024
+ * <p>
7025
+ * <code>disabled</code> - Amazon EC2 keeps the instance on the same
7026
+ * hardware (in-place reboot). The <code>system-reboot</code> event remains
7027
+ * scheduled.</p>
7028
+ * </li>
7029
+ * </ul>
7030
+ * <p>This setting only applies to supported instances that have a scheduled reboot event.
7031
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/schedevents_actions_reboot.html#reboot-migration">Enable or disable reboot migration</a> in the
7032
+ * <i>Amazon EC2 User Guide</i>.</p>
7033
+ * @public
7034
+ */
7035
+ RebootMigration?: InstanceRebootMigrationState | undefined;
6833
7036
  }
6834
7037
  /**
6835
7038
  * @public
@@ -8588,6 +8791,11 @@ export interface DescribeInstanceTypesRequest {
8588
8791
  * </li>
8589
8792
  * <li>
8590
8793
  * <p>
8794
+ * <code>reboot-migration-support</code> - Indicates whether enabling reboot migration is
8795
+ * supported (<code>supported</code> | <code>unsupported</code>).</p>
8796
+ * </li>
8797
+ * <li>
8798
+ * <p>
8591
8799
  * <code>supported-boot-mode</code> - The boot mode (<code>legacy-bios</code> |
8592
8800
  * <code>uefi</code>).</p>
8593
8801
  * </li>
@@ -9456,6 +9664,18 @@ export interface ProcessorInfo {
9456
9664
  */
9457
9665
  Manufacturer?: string | undefined;
9458
9666
  }
9667
+ /**
9668
+ * @public
9669
+ * @enum
9670
+ */
9671
+ export declare const RebootMigrationSupport: {
9672
+ readonly SUPPORTED: "supported";
9673
+ readonly UNSUPPORTED: "unsupported";
9674
+ };
9675
+ /**
9676
+ * @public
9677
+ */
9678
+ export type RebootMigrationSupport = (typeof RebootMigrationSupport)[keyof typeof RebootMigrationSupport];
9459
9679
  /**
9460
9680
  * @public
9461
9681
  * @enum
@@ -9685,6 +9905,14 @@ export interface InstanceTypeInfo {
9685
9905
  * @public
9686
9906
  */
9687
9907
  PhcSupport?: PhcSupport | undefined;
9908
+ /**
9909
+ * <p>Indicates whether reboot migration during a user-initiated reboot is supported for
9910
+ * instances that have a scheduled <code>system-reboot</code> event. For more information,
9911
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/schedevents_actions_reboot.html#reboot-migration">Enable or disable reboot migration</a> in the
9912
+ * <i>Amazon EC2 User Guide</i>.</p>
9913
+ * @public
9914
+ */
9915
+ RebootMigrationSupport?: RebootMigrationSupport | undefined;
9688
9916
  }
9689
9917
  /**
9690
9918
  * @public
@@ -10453,564 +10681,11 @@ export interface DescribeLaunchTemplatesResult {
10453
10681
  NextToken?: string | undefined;
10454
10682
  }
10455
10683
  /**
10456
- * @public
10684
+ * @internal
10457
10685
  */
10458
- export interface DescribeLaunchTemplateVersionsRequest {
10459
- /**
10460
- * <p>Checks whether you have the required permissions for the action, without actually
10461
- * making the request, and provides an error response. If you have the required
10462
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
10463
- * <code>UnauthorizedOperation</code>.</p>
10464
- * @public
10465
- */
10466
- DryRun?: boolean | undefined;
10467
- /**
10468
- * <p>The ID of the launch template.</p>
10469
- * <p>To describe one or more versions of a specified launch template, you must specify
10470
- * either the launch template ID or the launch template name, but not both.</p>
10471
- * <p>To describe all the latest or default launch template versions in your account, you
10472
- * must omit this parameter.</p>
10473
- * @public
10474
- */
10475
- LaunchTemplateId?: string | undefined;
10476
- /**
10477
- * <p>The name of the launch template.</p>
10478
- * <p>To describe one or more versions of a specified launch template, you must specify
10479
- * either the launch template name or the launch template ID, but not both.</p>
10480
- * <p>To describe all the latest or default launch template versions in your account, you
10481
- * must omit this parameter.</p>
10482
- * @public
10483
- */
10484
- LaunchTemplateName?: string | undefined;
10485
- /**
10486
- * <p>One or more versions of the launch template. Valid values depend on whether you are
10487
- * describing a specified launch template (by ID or name) or all launch templates in your
10488
- * account.</p>
10489
- * <p>To describe one or more versions of a specified launch template, valid values are
10490
- * <code>$Latest</code>, <code>$Default</code>, and numbers.</p>
10491
- * <p>To describe all launch templates in your account that are defined as the latest
10492
- * version, the valid value is <code>$Latest</code>. To describe all launch templates in
10493
- * your account that are defined as the default version, the valid value is
10494
- * <code>$Default</code>. You can specify <code>$Latest</code> and
10495
- * <code>$Default</code> in the same request. You cannot specify numbers.</p>
10496
- * @public
10497
- */
10498
- Versions?: string[] | undefined;
10499
- /**
10500
- * <p>The version number after which to describe launch template versions.</p>
10501
- * @public
10502
- */
10503
- MinVersion?: string | undefined;
10504
- /**
10505
- * <p>The version number up to which to describe launch template versions.</p>
10506
- * @public
10507
- */
10508
- MaxVersion?: string | undefined;
10509
- /**
10510
- * <p>The token to request the next page of results.</p>
10511
- * @public
10512
- */
10513
- NextToken?: string | undefined;
10514
- /**
10515
- * <p>The maximum number of results to return in a single call. To retrieve the remaining
10516
- * results, make another call with the returned <code>NextToken</code> value. This value
10517
- * can be between 1 and 200.</p>
10518
- * @public
10519
- */
10520
- MaxResults?: number | undefined;
10521
- /**
10522
- * <p>One or more filters.</p>
10523
- * <ul>
10524
- * <li>
10525
- * <p>
10526
- * <code>create-time</code> - The time the launch template version was
10527
- * created.</p>
10528
- * </li>
10529
- * <li>
10530
- * <p>
10531
- * <code>ebs-optimized</code> - A boolean that indicates whether the instance is
10532
- * optimized for Amazon EBS I/O.</p>
10533
- * </li>
10534
- * <li>
10535
- * <p>
10536
- * <code>http-endpoint</code> - Indicates whether the HTTP metadata endpoint on
10537
- * your instances is enabled (<code>enabled</code> | <code>disabled</code>).</p>
10538
- * </li>
10539
- * <li>
10540
- * <p>
10541
- * <code>http-protocol-ipv4</code> - Indicates whether the IPv4 endpoint for the
10542
- * instance metadata service is enabled (<code>enabled</code> |
10543
- * <code>disabled</code>).</p>
10544
- * </li>
10545
- * <li>
10546
- * <p>
10547
- * <code>host-resource-group-arn</code> - The ARN of the host resource group in
10548
- * which to launch the instances.</p>
10549
- * </li>
10550
- * <li>
10551
- * <p>
10552
- * <code>http-tokens</code> - The state of token usage for your instance metadata
10553
- * requests (<code>optional</code> | <code>required</code>).</p>
10554
- * </li>
10555
- * <li>
10556
- * <p>
10557
- * <code>iam-instance-profile</code> - The ARN of the IAM instance
10558
- * profile.</p>
10559
- * </li>
10560
- * <li>
10561
- * <p>
10562
- * <code>image-id</code> - The ID of the AMI.</p>
10563
- * </li>
10564
- * <li>
10565
- * <p>
10566
- * <code>instance-type</code> - The instance type.</p>
10567
- * </li>
10568
- * <li>
10569
- * <p>
10570
- * <code>is-default-version</code> - A boolean that indicates whether the launch
10571
- * template version is the default version.</p>
10572
- * </li>
10573
- * <li>
10574
- * <p>
10575
- * <code>kernel-id</code> - The kernel ID.</p>
10576
- * </li>
10577
- * <li>
10578
- * <p>
10579
- * <code>license-configuration-arn</code> - The ARN of the license
10580
- * configuration.</p>
10581
- * </li>
10582
- * <li>
10583
- * <p>
10584
- * <code>network-card-index</code> - The index of the network card.</p>
10585
- * </li>
10586
- * <li>
10587
- * <p>
10588
- * <code>ram-disk-id</code> - The RAM disk ID.</p>
10589
- * </li>
10590
- * </ul>
10591
- * @public
10592
- */
10593
- Filters?: Filter[] | undefined;
10594
- /**
10595
- * <p>If <code>true</code>, and if a Systems Manager parameter is specified for
10596
- * <code>ImageId</code>, the AMI ID is displayed in the response for
10597
- * <code>imageId</code>.</p>
10598
- * <p>If <code>false</code>, and if a Systems Manager parameter is specified for
10599
- * <code>ImageId</code>, the parameter is displayed in the response for
10600
- * <code>imageId</code>.</p>
10601
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id">Use a Systems Manager parameter instead of an AMI ID</a> in the
10602
- * <i>Amazon EC2 User Guide</i>.</p>
10603
- * <p>Default: <code>false</code>
10604
- * </p>
10605
- * @public
10606
- */
10607
- ResolveAlias?: boolean | undefined;
10608
- }
10686
+ export declare const DiskImageDescriptionFilterSensitiveLog: (obj: DiskImageDescription) => any;
10609
10687
  /**
10610
- * @public
10611
- */
10612
- export interface DescribeLaunchTemplateVersionsResult {
10613
- /**
10614
- * <p>Information about the launch template versions.</p>
10615
- * @public
10616
- */
10617
- LaunchTemplateVersions?: LaunchTemplateVersion[] | undefined;
10618
- /**
10619
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
10620
- * when there are no more results to return.</p>
10621
- * @public
10622
- */
10623
- NextToken?: string | undefined;
10624
- }
10625
- /**
10626
- * @public
10627
- */
10628
- export interface DescribeLocalGatewayRouteTablesRequest {
10629
- /**
10630
- * <p>The IDs of the local gateway route tables.</p>
10631
- * @public
10632
- */
10633
- LocalGatewayRouteTableIds?: string[] | undefined;
10634
- /**
10635
- * <p>One or more filters.</p>
10636
- * <ul>
10637
- * <li>
10638
- * <p>
10639
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
10640
- * </li>
10641
- * <li>
10642
- * <p>
10643
- * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the
10644
- * local gateway route table.</p>
10645
- * </li>
10646
- * <li>
10647
- * <p>
10648
- * <code>local-gateway-route-table-id</code> - The ID of a local gateway route table.</p>
10649
- * </li>
10650
- * <li>
10651
- * <p>
10652
- * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
10653
- * </li>
10654
- * <li>
10655
- * <p>
10656
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table.</p>
10657
- * </li>
10658
- * <li>
10659
- * <p>
10660
- * <code>state</code> - The state of the local gateway route table.</p>
10661
- * </li>
10662
- * </ul>
10663
- * @public
10664
- */
10665
- Filters?: Filter[] | undefined;
10666
- /**
10667
- * <p>The maximum number of results to return with a single call.
10668
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10669
- * @public
10670
- */
10671
- MaxResults?: number | undefined;
10672
- /**
10673
- * <p>The token for the next page of results.</p>
10674
- * @public
10675
- */
10676
- NextToken?: string | undefined;
10677
- /**
10678
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10679
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10680
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10681
- * @public
10682
- */
10683
- DryRun?: boolean | undefined;
10684
- }
10685
- /**
10686
- * @public
10687
- */
10688
- export interface DescribeLocalGatewayRouteTablesResult {
10689
- /**
10690
- * <p>Information about the local gateway route tables.</p>
10691
- * @public
10692
- */
10693
- LocalGatewayRouteTables?: LocalGatewayRouteTable[] | undefined;
10694
- /**
10695
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
10696
- * @public
10697
- */
10698
- NextToken?: string | undefined;
10699
- }
10700
- /**
10701
- * @public
10702
- */
10703
- export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
10704
- /**
10705
- * <p>The IDs of the associations.</p>
10706
- * @public
10707
- */
10708
- LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?: string[] | undefined;
10709
- /**
10710
- * <p>One or more filters.</p>
10711
- * <ul>
10712
- * <li>
10713
- * <p>
10714
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
10715
- * </li>
10716
- * <li>
10717
- * <p>
10718
- * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
10719
- * gateway route table for the virtual interface group.</p>
10720
- * </li>
10721
- * <li>
10722
- * <p>
10723
- * <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
10724
- * </li>
10725
- * <li>
10726
- * <p>
10727
- * <code>local-gateway-route-table-virtual-interface-group-association-id</code> - The ID of the association.</p>
10728
- * </li>
10729
- * <li>
10730
- * <p>
10731
- * <code>local-gateway-route-table-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
10732
- * </li>
10733
- * <li>
10734
- * <p>
10735
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual
10736
- * interface group association.</p>
10737
- * </li>
10738
- * <li>
10739
- * <p>
10740
- * <code>state</code> - The state of the association.</p>
10741
- * </li>
10742
- * </ul>
10743
- * @public
10744
- */
10745
- Filters?: Filter[] | undefined;
10746
- /**
10747
- * <p>The maximum number of results to return with a single call.
10748
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10749
- * @public
10750
- */
10751
- MaxResults?: number | undefined;
10752
- /**
10753
- * <p>The token for the next page of results.</p>
10754
- * @public
10755
- */
10756
- NextToken?: string | undefined;
10757
- /**
10758
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10759
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10760
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10761
- * @public
10762
- */
10763
- DryRun?: boolean | undefined;
10764
- }
10765
- /**
10766
- * @public
10767
- */
10768
- export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
10769
- /**
10770
- * <p>Information about the associations.</p>
10771
- * @public
10772
- */
10773
- LocalGatewayRouteTableVirtualInterfaceGroupAssociations?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation[] | undefined;
10774
- /**
10775
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
10776
- * @public
10777
- */
10778
- NextToken?: string | undefined;
10779
- }
10780
- /**
10781
- * @public
10782
- */
10783
- export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
10784
- /**
10785
- * <p>The IDs of the associations.</p>
10786
- * @public
10787
- */
10788
- LocalGatewayRouteTableVpcAssociationIds?: string[] | undefined;
10789
- /**
10790
- * <p>One or more filters.</p>
10791
- * <ul>
10792
- * <li>
10793
- * <p>
10794
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
10795
- * </li>
10796
- * <li>
10797
- * <p>
10798
- * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
10799
- * gateway route table for the association.</p>
10800
- * </li>
10801
- * <li>
10802
- * <p>
10803
- * <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
10804
- * </li>
10805
- * <li>
10806
- * <p>
10807
- * <code>local-gateway-route-table-vpc-association-id</code> - The ID of the association.</p>
10808
- * </li>
10809
- * <li>
10810
- * <p>
10811
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table
10812
- * for the association.</p>
10813
- * </li>
10814
- * <li>
10815
- * <p>
10816
- * <code>state</code> - The state of the association.</p>
10817
- * </li>
10818
- * <li>
10819
- * <p>
10820
- * <code>vpc-id</code> - The ID of the VPC.</p>
10821
- * </li>
10822
- * </ul>
10823
- * @public
10824
- */
10825
- Filters?: Filter[] | undefined;
10826
- /**
10827
- * <p>The maximum number of results to return with a single call.
10828
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10829
- * @public
10830
- */
10831
- MaxResults?: number | undefined;
10832
- /**
10833
- * <p>The token for the next page of results.</p>
10834
- * @public
10835
- */
10836
- NextToken?: string | undefined;
10837
- /**
10838
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10839
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10840
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10841
- * @public
10842
- */
10843
- DryRun?: boolean | undefined;
10844
- }
10845
- /**
10846
- * @public
10847
- */
10848
- export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
10849
- /**
10850
- * <p>Information about the associations.</p>
10851
- * @public
10852
- */
10853
- LocalGatewayRouteTableVpcAssociations?: LocalGatewayRouteTableVpcAssociation[] | undefined;
10854
- /**
10855
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
10856
- * @public
10857
- */
10858
- NextToken?: string | undefined;
10859
- }
10860
- /**
10861
- * @public
10862
- */
10863
- export interface DescribeLocalGatewaysRequest {
10864
- /**
10865
- * <p>The IDs of the local gateways.</p>
10866
- * @public
10867
- */
10868
- LocalGatewayIds?: string[] | undefined;
10869
- /**
10870
- * <p>One or more filters.</p>
10871
- * <ul>
10872
- * <li>
10873
- * <p>
10874
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
10875
- * </li>
10876
- * <li>
10877
- * <p>
10878
- * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
10879
- * </li>
10880
- * <li>
10881
- * <p>
10882
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway.</p>
10883
- * </li>
10884
- * <li>
10885
- * <p>
10886
- * <code>state</code> - The state of the association.</p>
10887
- * </li>
10888
- * </ul>
10889
- * @public
10890
- */
10891
- Filters?: Filter[] | undefined;
10892
- /**
10893
- * <p>The maximum number of results to return with a single call.
10894
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10895
- * @public
10896
- */
10897
- MaxResults?: number | undefined;
10898
- /**
10899
- * <p>The token for the next page of results.</p>
10900
- * @public
10901
- */
10902
- NextToken?: string | undefined;
10903
- /**
10904
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10905
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10906
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10907
- * @public
10908
- */
10909
- DryRun?: boolean | undefined;
10910
- }
10911
- /**
10912
- * <p>Describes a local gateway.</p>
10913
- * @public
10914
- */
10915
- export interface LocalGateway {
10916
- /**
10917
- * <p>The ID of the local gateway.</p>
10918
- * @public
10919
- */
10920
- LocalGatewayId?: string | undefined;
10921
- /**
10922
- * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
10923
- * @public
10924
- */
10925
- OutpostArn?: string | undefined;
10926
- /**
10927
- * <p>The ID of the Amazon Web Services account that owns the local gateway.</p>
10928
- * @public
10929
- */
10930
- OwnerId?: string | undefined;
10931
- /**
10932
- * <p>The state of the local gateway.</p>
10933
- * @public
10934
- */
10935
- State?: string | undefined;
10936
- /**
10937
- * <p>The tags assigned to the local gateway.</p>
10938
- * @public
10939
- */
10940
- Tags?: Tag[] | undefined;
10941
- }
10942
- /**
10943
- * @public
10944
- */
10945
- export interface DescribeLocalGatewaysResult {
10946
- /**
10947
- * <p>Information about the local gateways.</p>
10948
- * @public
10949
- */
10950
- LocalGateways?: LocalGateway[] | undefined;
10951
- /**
10952
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
10953
- * @public
10954
- */
10955
- NextToken?: string | undefined;
10956
- }
10957
- /**
10958
- * @public
10959
- */
10960
- export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
10961
- /**
10962
- * <p>The IDs of the virtual interface groups.</p>
10963
- * @public
10964
- */
10965
- LocalGatewayVirtualInterfaceGroupIds?: string[] | undefined;
10966
- /**
10967
- * <p>One or more filters.</p>
10968
- * <ul>
10969
- * <li>
10970
- * <p>
10971
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
10972
- * </li>
10973
- * <li>
10974
- * <p>
10975
- * <code>local-gateway-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
10976
- * </li>
10977
- * <li>
10978
- * <p>
10979
- * <code>local-gateway-virtual-interface-id</code> - The ID of the virtual interface.</p>
10980
- * </li>
10981
- * <li>
10982
- * <p>
10983
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual interface group.</p>
10984
- * </li>
10985
- * </ul>
10986
- * @public
10987
- */
10988
- Filters?: Filter[] | undefined;
10989
- /**
10990
- * <p>The maximum number of results to return with a single call.
10991
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10992
- * @public
10993
- */
10994
- MaxResults?: number | undefined;
10995
- /**
10996
- * <p>The token for the next page of results.</p>
10997
- * @public
10998
- */
10999
- NextToken?: string | undefined;
11000
- /**
11001
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11002
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11003
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11004
- * @public
11005
- */
11006
- DryRun?: boolean | undefined;
11007
- }
11008
- /**
11009
- * @internal
11010
- */
11011
- export declare const DiskImageDescriptionFilterSensitiveLog: (obj: DiskImageDescription) => any;
11012
- /**
11013
- * @internal
10688
+ * @internal
11014
10689
  */
11015
10690
  export declare const ImportInstanceVolumeDetailItemFilterSensitiveLog: (obj: ImportInstanceVolumeDetailItem) => any;
11016
10691
  /**
@@ -11053,7 +10728,3 @@ export declare const ImportSnapshotTaskFilterSensitiveLog: (obj: ImportSnapshotT
11053
10728
  * @internal
11054
10729
  */
11055
10730
  export declare const DescribeImportSnapshotTasksResultFilterSensitiveLog: (obj: DescribeImportSnapshotTasksResult) => any;
11056
- /**
11057
- * @internal
11058
- */
11059
- export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (obj: DescribeLaunchTemplateVersionsResult) => any;