@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,8 +1,561 @@
1
- import { ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedImagesSettingsDisabledState, AllowedPrincipal, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcPeeringConnection } from "./models_0";
2
- import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
3
- import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PayerResponsibility, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, ServiceTypeDetail, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
4
- import { Filter, IdFormat, MetricType, ServiceConfiguration, ServiceConnectivityType, StatisticType, VpnConnection, VpnGateway } from "./models_3";
1
+ import { ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcPeeringConnection } from "./models_0";
2
+ import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, MacModificationTask, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
3
+ import { DnsEntry, GroupIdentifier, IpAddressType, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
4
+ import { ConnectionNotification, DnsNameState, Filter, IdFormat, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, VpnConnection } from "./models_3";
5
5
  import { AttributeBooleanValue, EventInformation, PermissionGroup, ProductCode } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeLaunchTemplateVersionsRequest {
10
+ /**
11
+ * <p>Checks whether you have the required permissions for the action, without actually
12
+ * making the request, and provides an error response. If you have the required
13
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
14
+ * <code>UnauthorizedOperation</code>.</p>
15
+ * @public
16
+ */
17
+ DryRun?: boolean | undefined;
18
+ /**
19
+ * <p>The ID of the launch template.</p>
20
+ * <p>To describe one or more versions of a specified launch template, you must specify
21
+ * either the launch template ID or the launch template name, but not both.</p>
22
+ * <p>To describe all the latest or default launch template versions in your account, you
23
+ * must omit this parameter.</p>
24
+ * @public
25
+ */
26
+ LaunchTemplateId?: string | undefined;
27
+ /**
28
+ * <p>The name of the launch template.</p>
29
+ * <p>To describe one or more versions of a specified launch template, you must specify
30
+ * either the launch template name or the launch template ID, but not both.</p>
31
+ * <p>To describe all the latest or default launch template versions in your account, you
32
+ * must omit this parameter.</p>
33
+ * @public
34
+ */
35
+ LaunchTemplateName?: string | undefined;
36
+ /**
37
+ * <p>One or more versions of the launch template. Valid values depend on whether you are
38
+ * describing a specified launch template (by ID or name) or all launch templates in your
39
+ * account.</p>
40
+ * <p>To describe one or more versions of a specified launch template, valid values are
41
+ * <code>$Latest</code>, <code>$Default</code>, and numbers.</p>
42
+ * <p>To describe all launch templates in your account that are defined as the latest
43
+ * version, the valid value is <code>$Latest</code>. To describe all launch templates in
44
+ * your account that are defined as the default version, the valid value is
45
+ * <code>$Default</code>. You can specify <code>$Latest</code> and
46
+ * <code>$Default</code> in the same request. You cannot specify numbers.</p>
47
+ * @public
48
+ */
49
+ Versions?: string[] | undefined;
50
+ /**
51
+ * <p>The version number after which to describe launch template versions.</p>
52
+ * @public
53
+ */
54
+ MinVersion?: string | undefined;
55
+ /**
56
+ * <p>The version number up to which to describe launch template versions.</p>
57
+ * @public
58
+ */
59
+ MaxVersion?: string | undefined;
60
+ /**
61
+ * <p>The token to request the next page of results.</p>
62
+ * @public
63
+ */
64
+ NextToken?: string | undefined;
65
+ /**
66
+ * <p>The maximum number of results to return in a single call. To retrieve the remaining
67
+ * results, make another call with the returned <code>NextToken</code> value. This value
68
+ * can be between 1 and 200.</p>
69
+ * @public
70
+ */
71
+ MaxResults?: number | undefined;
72
+ /**
73
+ * <p>One or more filters.</p>
74
+ * <ul>
75
+ * <li>
76
+ * <p>
77
+ * <code>create-time</code> - The time the launch template version was
78
+ * created.</p>
79
+ * </li>
80
+ * <li>
81
+ * <p>
82
+ * <code>ebs-optimized</code> - A boolean that indicates whether the instance is
83
+ * optimized for Amazon EBS I/O.</p>
84
+ * </li>
85
+ * <li>
86
+ * <p>
87
+ * <code>http-endpoint</code> - Indicates whether the HTTP metadata endpoint on
88
+ * your instances is enabled (<code>enabled</code> | <code>disabled</code>).</p>
89
+ * </li>
90
+ * <li>
91
+ * <p>
92
+ * <code>http-protocol-ipv4</code> - Indicates whether the IPv4 endpoint for the
93
+ * instance metadata service is enabled (<code>enabled</code> |
94
+ * <code>disabled</code>).</p>
95
+ * </li>
96
+ * <li>
97
+ * <p>
98
+ * <code>host-resource-group-arn</code> - The ARN of the host resource group in
99
+ * which to launch the instances.</p>
100
+ * </li>
101
+ * <li>
102
+ * <p>
103
+ * <code>http-tokens</code> - The state of token usage for your instance metadata
104
+ * requests (<code>optional</code> | <code>required</code>).</p>
105
+ * </li>
106
+ * <li>
107
+ * <p>
108
+ * <code>iam-instance-profile</code> - The ARN of the IAM instance
109
+ * profile.</p>
110
+ * </li>
111
+ * <li>
112
+ * <p>
113
+ * <code>image-id</code> - The ID of the AMI.</p>
114
+ * </li>
115
+ * <li>
116
+ * <p>
117
+ * <code>instance-type</code> - The instance type.</p>
118
+ * </li>
119
+ * <li>
120
+ * <p>
121
+ * <code>is-default-version</code> - A boolean that indicates whether the launch
122
+ * template version is the default version.</p>
123
+ * </li>
124
+ * <li>
125
+ * <p>
126
+ * <code>kernel-id</code> - The kernel ID.</p>
127
+ * </li>
128
+ * <li>
129
+ * <p>
130
+ * <code>license-configuration-arn</code> - The ARN of the license
131
+ * configuration.</p>
132
+ * </li>
133
+ * <li>
134
+ * <p>
135
+ * <code>network-card-index</code> - The index of the network card.</p>
136
+ * </li>
137
+ * <li>
138
+ * <p>
139
+ * <code>ram-disk-id</code> - The RAM disk ID.</p>
140
+ * </li>
141
+ * </ul>
142
+ * @public
143
+ */
144
+ Filters?: Filter[] | undefined;
145
+ /**
146
+ * <p>If <code>true</code>, and if a Systems Manager parameter is specified for
147
+ * <code>ImageId</code>, the AMI ID is displayed in the response for
148
+ * <code>imageId</code>.</p>
149
+ * <p>If <code>false</code>, and if a Systems Manager parameter is specified for
150
+ * <code>ImageId</code>, the parameter is displayed in the response for
151
+ * <code>imageId</code>.</p>
152
+ * <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
153
+ * <i>Amazon EC2 User Guide</i>.</p>
154
+ * <p>Default: <code>false</code>
155
+ * </p>
156
+ * @public
157
+ */
158
+ ResolveAlias?: boolean | undefined;
159
+ }
160
+ /**
161
+ * @public
162
+ */
163
+ export interface DescribeLaunchTemplateVersionsResult {
164
+ /**
165
+ * <p>Information about the launch template versions.</p>
166
+ * @public
167
+ */
168
+ LaunchTemplateVersions?: LaunchTemplateVersion[] | undefined;
169
+ /**
170
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
171
+ * when there are no more results to return.</p>
172
+ * @public
173
+ */
174
+ NextToken?: string | undefined;
175
+ }
176
+ /**
177
+ * @public
178
+ */
179
+ export interface DescribeLocalGatewayRouteTablesRequest {
180
+ /**
181
+ * <p>The IDs of the local gateway route tables.</p>
182
+ * @public
183
+ */
184
+ LocalGatewayRouteTableIds?: string[] | undefined;
185
+ /**
186
+ * <p>One or more filters.</p>
187
+ * <ul>
188
+ * <li>
189
+ * <p>
190
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
191
+ * </li>
192
+ * <li>
193
+ * <p>
194
+ * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the
195
+ * local gateway route table.</p>
196
+ * </li>
197
+ * <li>
198
+ * <p>
199
+ * <code>local-gateway-route-table-id</code> - The ID of a local gateway route table.</p>
200
+ * </li>
201
+ * <li>
202
+ * <p>
203
+ * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
204
+ * </li>
205
+ * <li>
206
+ * <p>
207
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table.</p>
208
+ * </li>
209
+ * <li>
210
+ * <p>
211
+ * <code>state</code> - The state of the local gateway route table.</p>
212
+ * </li>
213
+ * </ul>
214
+ * @public
215
+ */
216
+ Filters?: Filter[] | undefined;
217
+ /**
218
+ * <p>The maximum number of results to return with a single call.
219
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
220
+ * @public
221
+ */
222
+ MaxResults?: number | undefined;
223
+ /**
224
+ * <p>The token for the next page of results.</p>
225
+ * @public
226
+ */
227
+ NextToken?: string | undefined;
228
+ /**
229
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
230
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
231
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
232
+ * @public
233
+ */
234
+ DryRun?: boolean | undefined;
235
+ }
236
+ /**
237
+ * @public
238
+ */
239
+ export interface DescribeLocalGatewayRouteTablesResult {
240
+ /**
241
+ * <p>Information about the local gateway route tables.</p>
242
+ * @public
243
+ */
244
+ LocalGatewayRouteTables?: LocalGatewayRouteTable[] | undefined;
245
+ /**
246
+ * <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>
247
+ * @public
248
+ */
249
+ NextToken?: string | undefined;
250
+ }
251
+ /**
252
+ * @public
253
+ */
254
+ export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
255
+ /**
256
+ * <p>The IDs of the associations.</p>
257
+ * @public
258
+ */
259
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?: string[] | undefined;
260
+ /**
261
+ * <p>One or more filters.</p>
262
+ * <ul>
263
+ * <li>
264
+ * <p>
265
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
266
+ * </li>
267
+ * <li>
268
+ * <p>
269
+ * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
270
+ * gateway route table for the virtual interface group.</p>
271
+ * </li>
272
+ * <li>
273
+ * <p>
274
+ * <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
275
+ * </li>
276
+ * <li>
277
+ * <p>
278
+ * <code>local-gateway-route-table-virtual-interface-group-association-id</code> - The ID of the association.</p>
279
+ * </li>
280
+ * <li>
281
+ * <p>
282
+ * <code>local-gateway-route-table-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
283
+ * </li>
284
+ * <li>
285
+ * <p>
286
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual
287
+ * interface group association.</p>
288
+ * </li>
289
+ * <li>
290
+ * <p>
291
+ * <code>state</code> - The state of the association.</p>
292
+ * </li>
293
+ * </ul>
294
+ * @public
295
+ */
296
+ Filters?: Filter[] | undefined;
297
+ /**
298
+ * <p>The maximum number of results to return with a single call.
299
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
300
+ * @public
301
+ */
302
+ MaxResults?: number | undefined;
303
+ /**
304
+ * <p>The token for the next page of results.</p>
305
+ * @public
306
+ */
307
+ NextToken?: string | undefined;
308
+ /**
309
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
310
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
311
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
312
+ * @public
313
+ */
314
+ DryRun?: boolean | undefined;
315
+ }
316
+ /**
317
+ * @public
318
+ */
319
+ export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
320
+ /**
321
+ * <p>Information about the associations.</p>
322
+ * @public
323
+ */
324
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociations?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation[] | undefined;
325
+ /**
326
+ * <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>
327
+ * @public
328
+ */
329
+ NextToken?: string | undefined;
330
+ }
331
+ /**
332
+ * @public
333
+ */
334
+ export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
335
+ /**
336
+ * <p>The IDs of the associations.</p>
337
+ * @public
338
+ */
339
+ LocalGatewayRouteTableVpcAssociationIds?: string[] | undefined;
340
+ /**
341
+ * <p>One or more filters.</p>
342
+ * <ul>
343
+ * <li>
344
+ * <p>
345
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
346
+ * </li>
347
+ * <li>
348
+ * <p>
349
+ * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
350
+ * gateway route table for the association.</p>
351
+ * </li>
352
+ * <li>
353
+ * <p>
354
+ * <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
355
+ * </li>
356
+ * <li>
357
+ * <p>
358
+ * <code>local-gateway-route-table-vpc-association-id</code> - The ID of the association.</p>
359
+ * </li>
360
+ * <li>
361
+ * <p>
362
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table
363
+ * for the association.</p>
364
+ * </li>
365
+ * <li>
366
+ * <p>
367
+ * <code>state</code> - The state of the association.</p>
368
+ * </li>
369
+ * <li>
370
+ * <p>
371
+ * <code>vpc-id</code> - The ID of the VPC.</p>
372
+ * </li>
373
+ * </ul>
374
+ * @public
375
+ */
376
+ Filters?: Filter[] | undefined;
377
+ /**
378
+ * <p>The maximum number of results to return with a single call.
379
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
380
+ * @public
381
+ */
382
+ MaxResults?: number | undefined;
383
+ /**
384
+ * <p>The token for the next page of results.</p>
385
+ * @public
386
+ */
387
+ NextToken?: string | undefined;
388
+ /**
389
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
390
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
391
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
392
+ * @public
393
+ */
394
+ DryRun?: boolean | undefined;
395
+ }
396
+ /**
397
+ * @public
398
+ */
399
+ export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
400
+ /**
401
+ * <p>Information about the associations.</p>
402
+ * @public
403
+ */
404
+ LocalGatewayRouteTableVpcAssociations?: LocalGatewayRouteTableVpcAssociation[] | undefined;
405
+ /**
406
+ * <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>
407
+ * @public
408
+ */
409
+ NextToken?: string | undefined;
410
+ }
411
+ /**
412
+ * @public
413
+ */
414
+ export interface DescribeLocalGatewaysRequest {
415
+ /**
416
+ * <p>The IDs of the local gateways.</p>
417
+ * @public
418
+ */
419
+ LocalGatewayIds?: string[] | undefined;
420
+ /**
421
+ * <p>One or more filters.</p>
422
+ * <ul>
423
+ * <li>
424
+ * <p>
425
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
426
+ * </li>
427
+ * <li>
428
+ * <p>
429
+ * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
430
+ * </li>
431
+ * <li>
432
+ * <p>
433
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway.</p>
434
+ * </li>
435
+ * <li>
436
+ * <p>
437
+ * <code>state</code> - The state of the association.</p>
438
+ * </li>
439
+ * </ul>
440
+ * @public
441
+ */
442
+ Filters?: Filter[] | undefined;
443
+ /**
444
+ * <p>The maximum number of results to return with a single call.
445
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
446
+ * @public
447
+ */
448
+ MaxResults?: number | undefined;
449
+ /**
450
+ * <p>The token for the next page of results.</p>
451
+ * @public
452
+ */
453
+ NextToken?: string | undefined;
454
+ /**
455
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
456
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
457
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
458
+ * @public
459
+ */
460
+ DryRun?: boolean | undefined;
461
+ }
462
+ /**
463
+ * <p>Describes a local gateway.</p>
464
+ * @public
465
+ */
466
+ export interface LocalGateway {
467
+ /**
468
+ * <p>The ID of the local gateway.</p>
469
+ * @public
470
+ */
471
+ LocalGatewayId?: string | undefined;
472
+ /**
473
+ * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
474
+ * @public
475
+ */
476
+ OutpostArn?: string | undefined;
477
+ /**
478
+ * <p>The ID of the Amazon Web Services account that owns the local gateway.</p>
479
+ * @public
480
+ */
481
+ OwnerId?: string | undefined;
482
+ /**
483
+ * <p>The state of the local gateway.</p>
484
+ * @public
485
+ */
486
+ State?: string | undefined;
487
+ /**
488
+ * <p>The tags assigned to the local gateway.</p>
489
+ * @public
490
+ */
491
+ Tags?: Tag[] | undefined;
492
+ }
493
+ /**
494
+ * @public
495
+ */
496
+ export interface DescribeLocalGatewaysResult {
497
+ /**
498
+ * <p>Information about the local gateways.</p>
499
+ * @public
500
+ */
501
+ LocalGateways?: LocalGateway[] | undefined;
502
+ /**
503
+ * <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>
504
+ * @public
505
+ */
506
+ NextToken?: string | undefined;
507
+ }
508
+ /**
509
+ * @public
510
+ */
511
+ export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
512
+ /**
513
+ * <p>The IDs of the virtual interface groups.</p>
514
+ * @public
515
+ */
516
+ LocalGatewayVirtualInterfaceGroupIds?: string[] | undefined;
517
+ /**
518
+ * <p>One or more filters.</p>
519
+ * <ul>
520
+ * <li>
521
+ * <p>
522
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
523
+ * </li>
524
+ * <li>
525
+ * <p>
526
+ * <code>local-gateway-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
527
+ * </li>
528
+ * <li>
529
+ * <p>
530
+ * <code>local-gateway-virtual-interface-id</code> - The ID of the virtual interface.</p>
531
+ * </li>
532
+ * <li>
533
+ * <p>
534
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual interface group.</p>
535
+ * </li>
536
+ * </ul>
537
+ * @public
538
+ */
539
+ Filters?: Filter[] | undefined;
540
+ /**
541
+ * <p>The maximum number of results to return with a single call.
542
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
543
+ * @public
544
+ */
545
+ MaxResults?: number | undefined;
546
+ /**
547
+ * <p>The token for the next page of results.</p>
548
+ * @public
549
+ */
550
+ NextToken?: string | undefined;
551
+ /**
552
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
553
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
554
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
555
+ * @public
556
+ */
557
+ DryRun?: boolean | undefined;
558
+ }
6
559
  /**
7
560
  * @public
8
561
  */
@@ -262,24 +815,117 @@ export interface DescribeMacHostsRequest {
262
815
  * <ul>
263
816
  * <li>
264
817
  * <p>
265
- * <code>availability-zone</code> - The Availability Zone of the EC2 Mac Dedicated Host.</p>
818
+ * <code>availability-zone</code> - The Availability Zone of the EC2 Mac Dedicated Host.</p>
819
+ * </li>
820
+ * <li>
821
+ * <p>
822
+ * <code>instance-type</code> - The instance type size that the EC2 Mac Dedicated Host is
823
+ * configured to support.</p>
824
+ * </li>
825
+ * </ul>
826
+ * @public
827
+ */
828
+ Filters?: Filter[] | undefined;
829
+ /**
830
+ * <p>
831
+ * The IDs of the EC2 Mac Dedicated Hosts.
832
+ * </p>
833
+ * @public
834
+ */
835
+ HostIds?: string[] | undefined;
836
+ /**
837
+ * <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
838
+ * @public
839
+ */
840
+ MaxResults?: number | undefined;
841
+ /**
842
+ * <p>The token to use to retrieve the next page of results.</p>
843
+ * @public
844
+ */
845
+ NextToken?: string | undefined;
846
+ }
847
+ /**
848
+ * <p>
849
+ * Information about the EC2 Mac Dedicated Host.
850
+ * </p>
851
+ * @public
852
+ */
853
+ export interface MacHost {
854
+ /**
855
+ * <p>
856
+ * The EC2 Mac Dedicated Host ID.
857
+ * </p>
858
+ * @public
859
+ */
860
+ HostId?: string | undefined;
861
+ /**
862
+ * <p>
863
+ * The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.
864
+ * </p>
865
+ * @public
866
+ */
867
+ MacOSLatestSupportedVersions?: string[] | undefined;
868
+ }
869
+ /**
870
+ * @public
871
+ */
872
+ export interface DescribeMacHostsResult {
873
+ /**
874
+ * <p>
875
+ * Information about the EC2 Mac Dedicated Hosts.
876
+ * </p>
877
+ * @public
878
+ */
879
+ MacHosts?: MacHost[] | undefined;
880
+ /**
881
+ * <p>The token to use to retrieve the next page of results.</p>
882
+ * @public
883
+ */
884
+ NextToken?: string | undefined;
885
+ }
886
+ /**
887
+ * @public
888
+ */
889
+ export interface DescribeMacModificationTasksRequest {
890
+ /**
891
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
892
+ * @public
893
+ */
894
+ DryRun?: boolean | undefined;
895
+ /**
896
+ * <p>Specifies one or more filters for the request:</p>
897
+ * <ul>
898
+ * <li>
899
+ * <p>
900
+ * <code>instance-id</code> - The ID of the instance for which the task was created.</p>
901
+ * </li>
902
+ * <li>
903
+ * <p>
904
+ * <code>task-state</code> - The state of the task (<code>successful</code> | <code>failed</code> |
905
+ * <code>in-progress</code> | <code>pending</code>).</p>
266
906
  * </li>
267
907
  * <li>
268
908
  * <p>
269
- * <code>instance-type</code> - The instance type size that the EC2 Mac Dedicated Host is
270
- * configured to support.</p>
909
+ * <code>mac-system-integrity-protection-configuration.sip-status</code> - The overall SIP
910
+ * state requested in the task (<code>enabled</code> | <code>disabled</code>).</p>
911
+ * </li>
912
+ * <li>
913
+ * <p>
914
+ * <code>start-time</code> - The date and time the task was created.</p>
915
+ * </li>
916
+ * <li>
917
+ * <p>
918
+ * <code>task-type</code> - The type of task (<code>sip-modification</code> | <code>volume-ownership-delegation</code>).</p>
271
919
  * </li>
272
920
  * </ul>
273
921
  * @public
274
922
  */
275
923
  Filters?: Filter[] | undefined;
276
924
  /**
277
- * <p>
278
- * The IDs of the EC2 Mac Dedicated Hosts.
279
- * </p>
925
+ * <p>The ID of task.</p>
280
926
  * @public
281
927
  */
282
- HostIds?: string[] | undefined;
928
+ MacModificationTaskIds?: string[] | undefined;
283
929
  /**
284
930
  * <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
285
931
  * @public
@@ -291,41 +937,17 @@ export interface DescribeMacHostsRequest {
291
937
  */
292
938
  NextToken?: string | undefined;
293
939
  }
294
- /**
295
- * <p>
296
- * Information about the EC2 Mac Dedicated Host.
297
- * </p>
298
- * @public
299
- */
300
- export interface MacHost {
301
- /**
302
- * <p>
303
- * The EC2 Mac Dedicated Host ID.
304
- * </p>
305
- * @public
306
- */
307
- HostId?: string | undefined;
308
- /**
309
- * <p>
310
- * The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.
311
- * </p>
312
- * @public
313
- */
314
- MacOSLatestSupportedVersions?: string[] | undefined;
315
- }
316
940
  /**
317
941
  * @public
318
942
  */
319
- export interface DescribeMacHostsResult {
943
+ export interface DescribeMacModificationTasksResult {
320
944
  /**
321
- * <p>
322
- * Information about the EC2 Mac Dedicated Hosts.
323
- * </p>
945
+ * <p>Information about the tasks.</p>
324
946
  * @public
325
947
  */
326
- MacHosts?: MacHost[] | undefined;
948
+ MacModificationTasks?: MacModificationTask[] | undefined;
327
949
  /**
328
- * <p>The token to use to retrieve the next page of results.</p>
950
+ * <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>
329
951
  * @public
330
952
  */
331
953
  NextToken?: string | undefined;
@@ -10949,301 +11571,9 @@ export interface DescribeVpnGatewaysRequest {
10949
11571
  DryRun?: boolean | undefined;
10950
11572
  }
10951
11573
  /**
10952
- * <p>Contains the output of DescribeVpnGateways.</p>
10953
- * @public
10954
- */
10955
- export interface DescribeVpnGatewaysResult {
10956
- /**
10957
- * <p>Information about one or more virtual private gateways.</p>
10958
- * @public
10959
- */
10960
- VpnGateways?: VpnGateway[] | undefined;
10961
- }
10962
- /**
10963
- * @public
10964
- */
10965
- export interface DetachClassicLinkVpcRequest {
10966
- /**
10967
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10968
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10969
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10970
- * @public
10971
- */
10972
- DryRun?: boolean | undefined;
10973
- /**
10974
- * <p>The ID of the instance to unlink from the VPC.</p>
10975
- * @public
10976
- */
10977
- InstanceId: string | undefined;
10978
- /**
10979
- * <p>The ID of the VPC to which the instance is linked.</p>
10980
- * @public
10981
- */
10982
- VpcId: string | undefined;
10983
- }
10984
- /**
10985
- * @public
10986
- */
10987
- export interface DetachClassicLinkVpcResult {
10988
- /**
10989
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
10990
- * @public
10991
- */
10992
- Return?: boolean | undefined;
10993
- }
10994
- /**
10995
- * @public
10996
- */
10997
- export interface DetachInternetGatewayRequest {
10998
- /**
10999
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11000
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11001
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11002
- * @public
11003
- */
11004
- DryRun?: boolean | undefined;
11005
- /**
11006
- * <p>The ID of the internet gateway.</p>
11007
- * @public
11008
- */
11009
- InternetGatewayId: string | undefined;
11010
- /**
11011
- * <p>The ID of the VPC.</p>
11012
- * @public
11013
- */
11014
- VpcId: string | undefined;
11015
- }
11016
- /**
11017
- * <p>Contains the parameters for DetachNetworkInterface.</p>
11018
- * @public
11019
- */
11020
- export interface DetachNetworkInterfaceRequest {
11021
- /**
11022
- * <p>Checks whether you have the required permissions for the action, without actually
11023
- * making the request, and provides an error response. If you have the required
11024
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
11025
- * <code>UnauthorizedOperation</code>.</p>
11026
- * @public
11027
- */
11028
- DryRun?: boolean | undefined;
11029
- /**
11030
- * <p>The ID of the attachment.</p>
11031
- * @public
11032
- */
11033
- AttachmentId: string | undefined;
11034
- /**
11035
- * <p>Specifies whether to force a detachment.</p>
11036
- * <note>
11037
- * <ul>
11038
- * <li>
11039
- * <p>Use the <code>Force</code> parameter only as a last resort to detach a
11040
- * network interface from a failed instance. </p>
11041
- * </li>
11042
- * <li>
11043
- * <p>If you use the <code>Force</code> parameter to detach a network interface,
11044
- * you might not be able to attach a different network interface to the same
11045
- * index on the instance without first stopping and starting the
11046
- * instance.</p>
11047
- * </li>
11048
- * <li>
11049
- * <p>If you force the detachment of a network interface, the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">instance
11050
- * metadata</a> might not get updated. This means that the attributes
11051
- * associated with the detached network interface might still be visible. The
11052
- * instance metadata will get updated when you stop and start the
11053
- * instance.</p>
11054
- * </li>
11055
- * </ul>
11056
- * </note>
11057
- * @public
11058
- */
11059
- Force?: boolean | undefined;
11060
- }
11061
- /**
11062
- * @public
11063
- */
11064
- export interface DetachVerifiedAccessTrustProviderRequest {
11065
- /**
11066
- * <p>The ID of the Verified Access instance.</p>
11067
- * @public
11068
- */
11069
- VerifiedAccessInstanceId: string | undefined;
11070
- /**
11071
- * <p>The ID of the Verified Access trust provider.</p>
11072
- * @public
11073
- */
11074
- VerifiedAccessTrustProviderId: string | undefined;
11075
- /**
11076
- * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
11077
- * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
11078
- * @public
11079
- */
11080
- ClientToken?: string | undefined;
11081
- /**
11082
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11083
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11084
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11085
- * @public
11086
- */
11087
- DryRun?: boolean | undefined;
11088
- }
11089
- /**
11090
- * @public
11091
- */
11092
- export interface DetachVerifiedAccessTrustProviderResult {
11093
- /**
11094
- * <p>Details about the Verified Access trust provider.</p>
11095
- * @public
11096
- */
11097
- VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
11098
- /**
11099
- * <p>Details about the Verified Access instance.</p>
11100
- * @public
11101
- */
11102
- VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
11103
- }
11104
- /**
11105
- * @public
11106
- */
11107
- export interface DetachVolumeRequest {
11108
- /**
11109
- * <p>The device name.</p>
11110
- * @public
11111
- */
11112
- Device?: string | undefined;
11113
- /**
11114
- * <p>Forces detachment if the previous detachment attempt did not occur cleanly (for example,
11115
- * logging into an instance, unmounting the volume, and detaching normally). This option can lead
11116
- * to data loss or a corrupted file system. Use this option only as a last resort to detach a
11117
- * volume from a failed instance. The instance won't have an opportunity to flush file system
11118
- * caches or file system metadata. If you use this option, you must perform file system check and
11119
- * repair procedures.</p>
11120
- * @public
11121
- */
11122
- Force?: boolean | undefined;
11123
- /**
11124
- * <p>The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.</p>
11125
- * @public
11126
- */
11127
- InstanceId?: string | undefined;
11128
- /**
11129
- * <p>The ID of the volume.</p>
11130
- * @public
11131
- */
11132
- VolumeId: string | undefined;
11133
- /**
11134
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11135
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11136
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11137
- * @public
11138
- */
11139
- DryRun?: boolean | undefined;
11140
- }
11141
- /**
11142
- * <p>Contains the parameters for DetachVpnGateway.</p>
11143
- * @public
11144
- */
11145
- export interface DetachVpnGatewayRequest {
11146
- /**
11147
- * <p>The ID of the VPC.</p>
11148
- * @public
11149
- */
11150
- VpcId: string | undefined;
11151
- /**
11152
- * <p>The ID of the virtual private gateway.</p>
11153
- * @public
11154
- */
11155
- VpnGatewayId: string | undefined;
11156
- /**
11157
- * <p>Checks whether you have the required permissions for the action, without actually
11158
- * making the request, and provides an error response. If you have the required
11159
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
11160
- * <code>UnauthorizedOperation</code>.</p>
11161
- * @public
11162
- */
11163
- DryRun?: boolean | undefined;
11164
- }
11165
- /**
11166
- * @public
11167
- */
11168
- export interface DisableAddressTransferRequest {
11169
- /**
11170
- * <p>The allocation ID of an Elastic IP address.</p>
11171
- * @public
11172
- */
11173
- AllocationId: string | undefined;
11174
- /**
11175
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11176
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11177
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11178
- * @public
11179
- */
11180
- DryRun?: boolean | undefined;
11181
- }
11182
- /**
11183
- * @public
11184
- */
11185
- export interface DisableAddressTransferResult {
11186
- /**
11187
- * <p>An Elastic IP address transfer.</p>
11188
- * @public
11189
- */
11190
- AddressTransfer?: AddressTransfer | undefined;
11191
- }
11192
- /**
11193
- * @public
11194
- */
11195
- export interface DisableAllowedImagesSettingsRequest {
11196
- /**
11197
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11198
- * and provides an error response. If you have the required permissions, the error response is
11199
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11200
- * @public
11201
- */
11202
- DryRun?: boolean | undefined;
11203
- }
11204
- /**
11205
- * @public
11206
- */
11207
- export interface DisableAllowedImagesSettingsResult {
11208
- /**
11209
- * <p>Returns <code>disabled</code> if the request succeeds; otherwise, it returns an
11210
- * error.</p>
11211
- * @public
11212
- */
11213
- AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
11214
- }
11215
- /**
11216
- * @public
11574
+ * @internal
11217
11575
  */
11218
- export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
11219
- /**
11220
- * <p>The source Region or Availability Zone that the metric subscription is disabled for. For example, <code>us-east-1</code>.</p>
11221
- * @public
11222
- */
11223
- Source?: string | undefined;
11224
- /**
11225
- * <p>The target Region or Availability Zone that the metric subscription is disabled for. For example, <code>eu-north-1</code>.</p>
11226
- * @public
11227
- */
11228
- Destination?: string | undefined;
11229
- /**
11230
- * <p>The metric used for the disabled subscription.</p>
11231
- * @public
11232
- */
11233
- Metric?: MetricType | undefined;
11234
- /**
11235
- * <p>The statistic used for the disabled subscription. </p>
11236
- * @public
11237
- */
11238
- Statistic?: StatisticType | undefined;
11239
- /**
11240
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11241
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11242
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11243
- * @public
11244
- */
11245
- DryRun?: boolean | undefined;
11246
- }
11576
+ export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (obj: DescribeLaunchTemplateVersionsResult) => any;
11247
11577
  /**
11248
11578
  * @internal
11249
11579
  */
@@ -11280,7 +11610,3 @@ export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLo
11280
11610
  * @internal
11281
11611
  */
11282
11612
  export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (obj: DescribeVpnConnectionsResult) => any;
11283
- /**
11284
- * @internal
11285
- */
11286
- export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (obj: DetachVerifiedAccessTrustProviderResult) => any;