@aws-sdk/client-ec2 3.799.0 → 3.803.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (232) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +856 -208
  3. package/dist-es/EC2.js +12 -0
  4. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceCommand.js +22 -0
  5. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  6. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceCommand.js +22 -0
  7. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  8. package/dist-es/commands/DescribeConversionTasksCommand.js +1 -1
  9. package/dist-es/commands/DescribeOutpostLagsCommand.js +22 -0
  10. package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
  11. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
  12. package/dist-es/commands/ImportImageCommand.js +1 -1
  13. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  14. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
  15. package/dist-es/commands/index.js +6 -0
  16. package/dist-es/models/models_0.js +2 -0
  17. package/dist-es/models/models_1.js +4 -6
  18. package/dist-es/models/models_2.js +20 -9
  19. package/dist-es/models/models_3.js +8 -3
  20. package/dist-es/models/models_4.js +4 -7
  21. package/dist-es/models/models_5.js +12 -3
  22. package/dist-es/models/models_6.js +3 -25
  23. package/dist-es/models/models_7.js +26 -25
  24. package/dist-es/models/models_8.js +23 -0
  25. package/dist-es/protocols/Aws_ec2.js +548 -29
  26. package/dist-types/EC2.d.ts +44 -0
  27. package/dist-types/EC2Client.d.ts +8 -2
  28. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  29. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  31. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  32. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  33. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  34. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  35. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamCommand.d.ts +3 -1
  54. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  60. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  61. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
  65. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
  66. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  72. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
  107. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  108. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -0
  111. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
  112. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
  113. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -13
  114. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
  115. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -2
  119. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -0
  120. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
  122. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
  123. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
  127. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
  128. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  129. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  130. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  131. package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
  132. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  133. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  134. package/dist-types/commands/DisableImageCommand.d.ts +1 -1
  135. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  136. package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -2
  137. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  138. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  139. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
  140. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  141. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  142. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  143. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  144. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  145. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  146. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  147. package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
  148. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  149. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  150. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  151. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  152. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -3
  153. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  154. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  155. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  156. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  157. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  158. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  159. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  160. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  161. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  162. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  163. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  164. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  165. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  166. package/dist-types/commands/StopInstancesCommand.d.ts +23 -27
  167. package/dist-types/commands/TerminateInstancesCommand.d.ts +6 -6
  168. package/dist-types/commands/index.d.ts +6 -0
  169. package/dist-types/models/models_0.d.ts +2 -0
  170. package/dist-types/models/models_1.d.ts +65 -65
  171. package/dist-types/models/models_2.d.ts +317 -240
  172. package/dist-types/models/models_3.d.ts +304 -475
  173. package/dist-types/models/models_4.d.ts +6882 -6870
  174. package/dist-types/models/models_5.d.ts +1250 -944
  175. package/dist-types/models/models_6.d.ts +3471 -3708
  176. package/dist-types/models/models_7.d.ts +4525 -4392
  177. package/dist-types/models/models_8.d.ts +495 -8
  178. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  179. package/dist-types/ts3.4/EC2.d.ts +134 -0
  180. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  181. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  182. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
  184. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
  188. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +4 -2
  192. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
  197. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
  198. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +4 -2
  205. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -4
  206. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -4
  212. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  222. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  223. package/dist-types/ts3.4/models/models_1.d.ts +8 -14
  224. package/dist-types/ts3.4/models/models_2.d.ts +89 -60
  225. package/dist-types/ts3.4/models/models_3.d.ts +81 -102
  226. package/dist-types/ts3.4/models/models_4.d.ts +109 -85
  227. package/dist-types/ts3.4/models/models_5.d.ts +124 -94
  228. package/dist-types/ts3.4/models/models_6.d.ts +87 -134
  229. package/dist-types/ts3.4/models/models_7.d.ts +138 -120
  230. package/dist-types/ts3.4/models/models_8.d.ts +115 -0
  231. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  232. package/package.json +4 -4
@@ -1,12 +1,68 @@
1
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
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, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PayerResponsibility, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, ServiceConfiguration, ServiceConnectivityType, 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, StatisticType, VpnConnection, VpnGateway } from "./models_3";
5
- import { AttributeBooleanValue, EventInformation, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, ProductCode } from "./models_4";
3
+ import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, LocalGatewayVirtualInterface, 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";
5
+ import { AttributeBooleanValue, EventInformation, PermissionGroup, ProductCode } from "./models_4";
6
6
  /**
7
7
  * @public
8
8
  */
9
- export interface DescribeMovingAddressesRequest {
9
+ export interface DescribeLocalGatewayVirtualInterfacesRequest {
10
+ /**
11
+ * <p>The IDs of the virtual interfaces.</p>
12
+ * @public
13
+ */
14
+ LocalGatewayVirtualInterfaceIds?: string[] | undefined;
15
+ /**
16
+ * <p>One or more filters.</p>
17
+ * <ul>
18
+ * <li>
19
+ * <p>
20
+ * <code>local-address</code> - The local address.</p>
21
+ * </li>
22
+ * <li>
23
+ * <p>
24
+ * <code>local-bgp-asn</code> - The Border Gateway Protocol (BGP) Autonomous System Number (ASN)
25
+ * of the local gateway.</p>
26
+ * </li>
27
+ * <li>
28
+ * <p>
29
+ * <code>local-gateway-id</code> - The ID of the local gateway.</p>
30
+ * </li>
31
+ * <li>
32
+ * <p>
33
+ * <code>local-gateway-virtual-interface-id</code> - The ID of the virtual interface.</p>
34
+ * </li>
35
+ * <li>
36
+ * <p>
37
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual interface.</p>
38
+ * </li>
39
+ * <li>
40
+ * <p>
41
+ * <code>peer-address</code> - The peer address.</p>
42
+ * </li>
43
+ * <li>
44
+ * <p>
45
+ * <code>peer-bgp-asn</code> - The peer BGP ASN.</p>
46
+ * </li>
47
+ * <li>
48
+ * <p>
49
+ * <code>vlan</code> - The ID of the VLAN.</p>
50
+ * </li>
51
+ * </ul>
52
+ * @public
53
+ */
54
+ Filters?: Filter[] | undefined;
55
+ /**
56
+ * <p>The maximum number of results to return with a single call.
57
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
58
+ * @public
59
+ */
60
+ MaxResults?: number | undefined;
61
+ /**
62
+ * <p>The token for the next page of results.</p>
63
+ * @public
64
+ */
65
+ NextToken?: string | undefined;
10
66
  /**
11
67
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
12
68
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -14,80 +70,170 @@ export interface DescribeMovingAddressesRequest {
14
70
  * @public
15
71
  */
16
72
  DryRun?: boolean | undefined;
73
+ }
74
+ /**
75
+ * @public
76
+ */
77
+ export interface DescribeLocalGatewayVirtualInterfacesResult {
17
78
  /**
18
- * <p>One or more Elastic IP addresses.</p>
79
+ * <p>Information about the virtual interfaces.</p>
19
80
  * @public
20
81
  */
21
- PublicIps?: string[] | undefined;
82
+ LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[] | undefined;
22
83
  /**
23
- * <p>The token for the next page of results.</p>
84
+ * <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>
24
85
  * @public
25
86
  */
26
87
  NextToken?: string | undefined;
88
+ }
89
+ /**
90
+ * @public
91
+ */
92
+ export interface DescribeLockedSnapshotsRequest {
27
93
  /**
28
- * <p>One or more filters.</p>
94
+ * <p>The filters.</p>
29
95
  * <ul>
30
96
  * <li>
31
97
  * <p>
32
- * <code>moving-status</code> - The status of the Elastic IP address
33
- * (<code>MovingToVpc</code> | <code>RestoringToClassic</code>).</p>
98
+ * <code>lock-state</code> - The state of the snapshot lock (<code>compliance-cooloff</code> |
99
+ * <code>governance</code> | <code>compliance</code> | <code>expired</code>).</p>
34
100
  * </li>
35
101
  * </ul>
36
102
  * @public
37
103
  */
38
104
  Filters?: Filter[] | undefined;
39
105
  /**
40
- * <p>The maximum number of results to return for the request in a single page. The remaining
41
- * results of the initial request can be seen by sending another request with the returned
42
- * <code>NextToken</code> value. This value can be between 5 and 1000; if
43
- * <code>MaxResults</code> is given a value outside of this range, an error is returned.</p>
44
- * <p>Default: If no value is provided, the default is 1000.</p>
106
+ * <p>The maximum number of items to return for this request.
107
+ * To get the next page of items, make another request with the token returned in the output.
108
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
45
109
  * @public
46
110
  */
47
111
  MaxResults?: number | undefined;
112
+ /**
113
+ * <p>The token returned from a previous paginated request.
114
+ * Pagination continues from the end of the items returned by the previous request.</p>
115
+ * @public
116
+ */
117
+ NextToken?: string | undefined;
118
+ /**
119
+ * <p>The IDs of the snapshots for which to view the lock status.</p>
120
+ * @public
121
+ */
122
+ SnapshotIds?: string[] | undefined;
123
+ /**
124
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
125
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
126
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
127
+ * @public
128
+ */
129
+ DryRun?: boolean | undefined;
48
130
  }
49
131
  /**
50
132
  * @public
51
133
  * @enum
52
134
  */
53
- export declare const MoveStatus: {
54
- readonly movingToVpc: "movingToVpc";
55
- readonly restoringToClassic: "restoringToClassic";
135
+ export declare const LockState: {
136
+ readonly compliance: "compliance";
137
+ readonly compliance_cooloff: "compliance-cooloff";
138
+ readonly expired: "expired";
139
+ readonly governance: "governance";
56
140
  };
57
141
  /**
58
142
  * @public
59
143
  */
60
- export type MoveStatus = (typeof MoveStatus)[keyof typeof MoveStatus];
144
+ export type LockState = (typeof LockState)[keyof typeof LockState];
61
145
  /**
62
- * <note>
63
- * <p>This action is deprecated.</p>
64
- * </note>
65
- * <p>Describes the status of a moving Elastic IP address.</p>
146
+ * <p>Information about a locked snapshot.</p>
66
147
  * @public
67
148
  */
68
- export interface MovingAddressStatus {
149
+ export interface LockedSnapshotsInfo {
69
150
  /**
70
- * <p>The status of the Elastic IP address that's being moved or restored.</p>
151
+ * <p>The account ID of the Amazon Web Services account that owns the snapshot.</p>
71
152
  * @public
72
153
  */
73
- MoveStatus?: MoveStatus | undefined;
154
+ OwnerId?: string | undefined;
74
155
  /**
75
- * <p>The Elastic IP address.</p>
156
+ * <p>The ID of the snapshot.</p>
76
157
  * @public
77
158
  */
78
- PublicIp?: string | undefined;
159
+ SnapshotId?: string | undefined;
160
+ /**
161
+ * <p>The state of the snapshot lock. Valid states include:</p>
162
+ * <ul>
163
+ * <li>
164
+ * <p>
165
+ * <code>compliance-cooloff</code> - The snapshot has been locked in
166
+ * compliance mode but it is still within the cooling-off period. The snapshot can't be
167
+ * deleted, but it can be unlocked and the lock settings can be modified by users with
168
+ * appropriate permissions.</p>
169
+ * </li>
170
+ * <li>
171
+ * <p>
172
+ * <code>governance</code> - The snapshot is locked in governance mode. The
173
+ * snapshot can't be deleted, but it can be unlocked and the lock settings can be
174
+ * modified by users with appropriate permissions.</p>
175
+ * </li>
176
+ * <li>
177
+ * <p>
178
+ * <code>compliance</code> - The snapshot is locked in compliance mode and the
179
+ * cooling-off period has expired. The snapshot can't be unlocked or deleted. The lock
180
+ * duration can only be increased by users with appropriate permissions.</p>
181
+ * </li>
182
+ * <li>
183
+ * <p>
184
+ * <code>expired</code> - The snapshot was locked in compliance or governance
185
+ * mode but the lock duration has expired. The snapshot is not locked and can be deleted.</p>
186
+ * </li>
187
+ * </ul>
188
+ * @public
189
+ */
190
+ LockState?: LockState | undefined;
191
+ /**
192
+ * <p>The period of time for which the snapshot is locked, in days.</p>
193
+ * @public
194
+ */
195
+ LockDuration?: number | undefined;
196
+ /**
197
+ * <p>The compliance mode cooling-off period, in hours.</p>
198
+ * @public
199
+ */
200
+ CoolOffPeriod?: number | undefined;
201
+ /**
202
+ * <p>The date and time at which the compliance mode cooling-off period expires, in the UTC time zone
203
+ * (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
204
+ * @public
205
+ */
206
+ CoolOffPeriodExpiresOn?: Date | undefined;
207
+ /**
208
+ * <p>The date and time at which the snapshot was locked, in the UTC time zone (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
209
+ * @public
210
+ */
211
+ LockCreatedOn?: Date | undefined;
212
+ /**
213
+ * <p>The date and time at which the lock duration started, in the UTC time zone (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
214
+ * <p>If you lock a snapshot that is in the <code>pending</code> state, the lock duration
215
+ * starts only once the snapshot enters the <code>completed</code> state.</p>
216
+ * @public
217
+ */
218
+ LockDurationStartTime?: Date | undefined;
219
+ /**
220
+ * <p>The date and time at which the lock will expire, in the UTC time zone (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
221
+ * @public
222
+ */
223
+ LockExpiresOn?: Date | undefined;
79
224
  }
80
225
  /**
81
226
  * @public
82
227
  */
83
- export interface DescribeMovingAddressesResult {
228
+ export interface DescribeLockedSnapshotsResult {
84
229
  /**
85
- * <p>The status for each Elastic IP address.</p>
230
+ * <p>Information about the snapshots.</p>
86
231
  * @public
87
232
  */
88
- MovingAddressStatuses?: MovingAddressStatus[] | undefined;
233
+ Snapshots?: LockedSnapshotsInfo[] | undefined;
89
234
  /**
90
- * <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>
235
+ * <p>The token to include in another request to get the next page of items.
236
+ * This value is <code>null</code> when there are no more items to return.</p>
91
237
  * @public
92
238
  */
93
239
  NextToken?: string | undefined;
@@ -95,96 +241,84 @@ export interface DescribeMovingAddressesResult {
95
241
  /**
96
242
  * @public
97
243
  */
98
- export interface DescribeNatGatewaysRequest {
99
- /**
100
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
101
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
102
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
103
- * @public
104
- */
105
- DryRun?: boolean | undefined;
244
+ export interface DescribeMacHostsRequest {
106
245
  /**
107
246
  * <p>The filters.</p>
108
247
  * <ul>
109
248
  * <li>
110
249
  * <p>
111
- * <code>nat-gateway-id</code> - The ID of the NAT gateway.</p>
112
- * </li>
113
- * <li>
114
- * <p>
115
- * <code>state</code> - The state of the NAT gateway (<code>pending</code> |
116
- * <code>failed</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p>
117
- * </li>
118
- * <li>
119
- * <p>
120
- * <code>subnet-id</code> - The ID of the subnet in which the NAT gateway resides.</p>
121
- * </li>
122
- * <li>
123
- * <p>
124
- * <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
125
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
126
- * </li>
127
- * <li>
128
- * <p>
129
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
250
+ * <code>availability-zone</code> - The Availability Zone of the EC2 Mac Dedicated Host.</p>
130
251
  * </li>
131
252
  * <li>
132
253
  * <p>
133
- * <code>vpc-id</code> - The ID of the VPC in which the NAT gateway resides.</p>
254
+ * <code>instance-type</code> - The instance type size that the EC2 Mac Dedicated Host is
255
+ * configured to support.</p>
134
256
  * </li>
135
257
  * </ul>
136
258
  * @public
137
259
  */
138
- Filter?: Filter[] | undefined;
260
+ Filters?: Filter[] | undefined;
139
261
  /**
140
- * <p>The maximum number of items to return for this request.
141
- * To get the next page of items, make another request with the token returned in the output.
142
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
262
+ * <p>
263
+ * The IDs of the EC2 Mac Dedicated Hosts.
264
+ * </p>
143
265
  * @public
144
266
  */
145
- MaxResults?: number | undefined;
267
+ HostIds?: string[] | undefined;
146
268
  /**
147
- * <p>The IDs of the NAT gateways.</p>
269
+ * <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>
148
270
  * @public
149
271
  */
150
- NatGatewayIds?: string[] | undefined;
272
+ MaxResults?: number | undefined;
151
273
  /**
152
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
274
+ * <p>The token to use to retrieve the next page of results.</p>
153
275
  * @public
154
276
  */
155
277
  NextToken?: string | undefined;
156
278
  }
157
279
  /**
280
+ * <p>
281
+ * Information about the EC2 Mac Dedicated Host.
282
+ * </p>
158
283
  * @public
159
284
  */
160
- export interface DescribeNatGatewaysResult {
285
+ export interface MacHost {
161
286
  /**
162
- * <p>Information about the NAT gateways.</p>
287
+ * <p>
288
+ * The EC2 Mac Dedicated Host ID.
289
+ * </p>
163
290
  * @public
164
291
  */
165
- NatGateways?: NatGateway[] | undefined;
292
+ HostId?: string | undefined;
166
293
  /**
167
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
294
+ * <p>
295
+ * The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.
296
+ * </p>
168
297
  * @public
169
298
  */
170
- NextToken?: string | undefined;
299
+ MacOSLatestSupportedVersions?: string[] | undefined;
171
300
  }
172
301
  /**
173
302
  * @public
174
303
  */
175
- export interface DescribeNetworkAclsRequest {
304
+ export interface DescribeMacHostsResult {
176
305
  /**
177
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
306
+ * <p>
307
+ * Information about the EC2 Mac Dedicated Hosts.
308
+ * </p>
178
309
  * @public
179
310
  */
180
- NextToken?: string | undefined;
311
+ MacHosts?: MacHost[] | undefined;
181
312
  /**
182
- * <p>The maximum number of items to return for this request.
183
- * To get the next page of items, make another request with the token returned in the output.
184
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
313
+ * <p>The token to use to retrieve the next page of results.</p>
185
314
  * @public
186
315
  */
187
- MaxResults?: number | undefined;
316
+ NextToken?: string | undefined;
317
+ }
318
+ /**
319
+ * @public
320
+ */
321
+ export interface DescribeManagedPrefixListsRequest {
188
322
  /**
189
323
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
190
324
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -193,256 +327,139 @@ export interface DescribeNetworkAclsRequest {
193
327
  */
194
328
  DryRun?: boolean | undefined;
195
329
  /**
196
- * <p>The IDs of the network ACLs.</p>
197
- * @public
198
- */
199
- NetworkAclIds?: string[] | undefined;
200
- /**
201
- * <p>The filters.</p>
330
+ * <p>One or more filters.</p>
202
331
  * <ul>
203
332
  * <li>
204
333
  * <p>
205
- * <code>association.association-id</code> - The ID of an association ID for the ACL.</p>
206
- * </li>
207
- * <li>
208
- * <p>
209
- * <code>association.network-acl-id</code> - The ID of the network ACL involved in the association.</p>
210
- * </li>
211
- * <li>
212
- * <p>
213
- * <code>association.subnet-id</code> - The ID of the subnet involved in the association.</p>
214
- * </li>
215
- * <li>
216
- * <p>
217
- * <code>default</code> - Indicates whether the ACL is the default network ACL for the VPC.</p>
218
- * </li>
219
- * <li>
220
- * <p>
221
- * <code>entry.cidr</code> - The IPv4 CIDR range specified in the entry.</p>
222
- * </li>
223
- * <li>
224
- * <p>
225
- * <code>entry.icmp.code</code> - The ICMP code specified in the entry, if any.</p>
226
- * </li>
227
- * <li>
228
- * <p>
229
- * <code>entry.icmp.type</code> - The ICMP type specified in the entry, if any.</p>
230
- * </li>
231
- * <li>
232
- * <p>
233
- * <code>entry.ipv6-cidr</code> - The IPv6 CIDR range specified in the entry.</p>
234
- * </li>
235
- * <li>
236
- * <p>
237
- * <code>entry.port-range.from</code> - The start of the port range specified in the entry. </p>
238
- * </li>
239
- * <li>
240
- * <p>
241
- * <code>entry.port-range.to</code> - The end of the port range specified in the entry. </p>
242
- * </li>
243
- * <li>
244
- * <p>
245
- * <code>entry.protocol</code> - The protocol specified in the entry (<code>tcp</code> | <code>udp</code> | <code>icmp</code> or a protocol number).</p>
246
- * </li>
247
- * <li>
248
- * <p>
249
- * <code>entry.rule-action</code> - Allows or denies the matching traffic (<code>allow</code> | <code>deny</code>).</p>
334
+ * <code>owner-id</code> - The ID of the prefix list owner.</p>
250
335
  * </li>
251
336
  * <li>
252
337
  * <p>
253
- * <code>entry.egress</code> - A Boolean that indicates the type of rule. Specify <code>true</code>
254
- * for egress rules, or <code>false</code> for ingress rules.</p>
338
+ * <code>prefix-list-id</code> - The ID of the prefix list.</p>
255
339
  * </li>
256
340
  * <li>
257
341
  * <p>
258
- * <code>entry.rule-number</code> - The number of an entry (in other words, rule) in
259
- * the set of ACL entries.</p>
260
- * </li>
261
- * <li>
262
- * <p>
263
- * <code>network-acl-id</code> - The ID of the network ACL.</p>
264
- * </li>
265
- * <li>
266
- * <p>
267
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the network ACL.</p>
268
- * </li>
269
- * <li>
270
- * <p>
271
- * <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
272
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
273
- * </li>
274
- * <li>
275
- * <p>
276
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
277
- * </li>
278
- * <li>
279
- * <p>
280
- * <code>vpc-id</code> - The ID of the VPC for the network ACL.</p>
342
+ * <code>prefix-list-name</code> - The name of the prefix list.</p>
281
343
  * </li>
282
344
  * </ul>
283
345
  * @public
284
346
  */
285
347
  Filters?: Filter[] | undefined;
286
- }
287
- /**
288
- * @public
289
- */
290
- export interface DescribeNetworkAclsResult {
291
348
  /**
292
- * <p>Information about the network ACLs.</p>
349
+ * <p>The maximum number of results to return with a single call.
350
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
293
351
  * @public
294
352
  */
295
- NetworkAcls?: NetworkAcl[] | undefined;
353
+ MaxResults?: number | undefined;
296
354
  /**
297
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
355
+ * <p>The token for the next page of results.</p>
298
356
  * @public
299
357
  */
300
358
  NextToken?: string | undefined;
359
+ /**
360
+ * <p>One or more prefix list IDs.</p>
361
+ * @public
362
+ */
363
+ PrefixListIds?: string[] | undefined;
301
364
  }
302
365
  /**
303
366
  * @public
304
367
  */
305
- export interface DescribeNetworkInsightsAccessScopeAnalysesRequest {
306
- /**
307
- * <p>The IDs of the Network Access Scope analyses.</p>
308
- * @public
309
- */
310
- NetworkInsightsAccessScopeAnalysisIds?: string[] | undefined;
368
+ export interface DescribeManagedPrefixListsResult {
311
369
  /**
312
- * <p>The ID of the Network Access Scope.</p>
370
+ * <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>
313
371
  * @public
314
372
  */
315
- NetworkInsightsAccessScopeId?: string | undefined;
373
+ NextToken?: string | undefined;
316
374
  /**
317
- * <p>Filters the results based on the start time. The analysis must have started on or after this time.</p>
375
+ * <p>Information about the prefix lists.</p>
318
376
  * @public
319
377
  */
320
- AnalysisStartTimeBegin?: Date | undefined;
378
+ PrefixLists?: ManagedPrefixList[] | undefined;
379
+ }
380
+ /**
381
+ * @public
382
+ */
383
+ export interface DescribeMovingAddressesRequest {
321
384
  /**
322
- * <p>Filters the results based on the start time. The analysis must have started on or before this time.</p>
385
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
386
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
387
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
323
388
  * @public
324
389
  */
325
- AnalysisStartTimeEnd?: Date | undefined;
390
+ DryRun?: boolean | undefined;
326
391
  /**
327
- * <p>There are no supported filters.</p>
392
+ * <p>One or more Elastic IP addresses.</p>
328
393
  * @public
329
394
  */
330
- Filters?: Filter[] | undefined;
395
+ PublicIps?: string[] | undefined;
331
396
  /**
332
- * <p>The maximum number of results to return with a single call.
333
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
397
+ * <p>The token for the next page of results.</p>
334
398
  * @public
335
399
  */
336
- MaxResults?: number | undefined;
400
+ NextToken?: string | undefined;
337
401
  /**
338
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
339
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
340
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
402
+ * <p>One or more filters.</p>
403
+ * <ul>
404
+ * <li>
405
+ * <p>
406
+ * <code>moving-status</code> - The status of the Elastic IP address
407
+ * (<code>MovingToVpc</code> | <code>RestoringToClassic</code>).</p>
408
+ * </li>
409
+ * </ul>
341
410
  * @public
342
411
  */
343
- DryRun?: boolean | undefined;
412
+ Filters?: Filter[] | undefined;
344
413
  /**
345
- * <p>The token for the next page of results.</p>
414
+ * <p>The maximum number of results to return for the request in a single page. The remaining
415
+ * results of the initial request can be seen by sending another request with the returned
416
+ * <code>NextToken</code> value. This value can be between 5 and 1000; if
417
+ * <code>MaxResults</code> is given a value outside of this range, an error is returned.</p>
418
+ * <p>Default: If no value is provided, the default is 1000.</p>
346
419
  * @public
347
420
  */
348
- NextToken?: string | undefined;
421
+ MaxResults?: number | undefined;
349
422
  }
350
423
  /**
351
424
  * @public
352
425
  * @enum
353
426
  */
354
- export declare const FindingsFound: {
355
- readonly false: "false";
356
- readonly true: "true";
357
- readonly unknown: "unknown";
358
- };
359
- /**
360
- * @public
361
- */
362
- export type FindingsFound = (typeof FindingsFound)[keyof typeof FindingsFound];
363
- /**
364
- * @public
365
- * @enum
366
- */
367
- export declare const AnalysisStatus: {
368
- readonly failed: "failed";
369
- readonly running: "running";
370
- readonly succeeded: "succeeded";
427
+ export declare const MoveStatus: {
428
+ readonly movingToVpc: "movingToVpc";
429
+ readonly restoringToClassic: "restoringToClassic";
371
430
  };
372
431
  /**
373
432
  * @public
374
433
  */
375
- export type AnalysisStatus = (typeof AnalysisStatus)[keyof typeof AnalysisStatus];
434
+ export type MoveStatus = (typeof MoveStatus)[keyof typeof MoveStatus];
376
435
  /**
377
- * <p>Describes a Network Access Scope analysis.</p>
436
+ * <note>
437
+ * <p>This action is deprecated.</p>
438
+ * </note>
439
+ * <p>Describes the status of a moving Elastic IP address.</p>
378
440
  * @public
379
441
  */
380
- export interface NetworkInsightsAccessScopeAnalysis {
381
- /**
382
- * <p>The ID of the Network Access Scope analysis.</p>
383
- * @public
384
- */
385
- NetworkInsightsAccessScopeAnalysisId?: string | undefined;
386
- /**
387
- * <p>The Amazon Resource Name (ARN) of the Network Access Scope analysis.</p>
388
- * @public
389
- */
390
- NetworkInsightsAccessScopeAnalysisArn?: string | undefined;
391
- /**
392
- * <p>The ID of the Network Access Scope.</p>
393
- * @public
394
- */
395
- NetworkInsightsAccessScopeId?: string | undefined;
396
- /**
397
- * <p>The status.</p>
398
- * @public
399
- */
400
- Status?: AnalysisStatus | undefined;
401
- /**
402
- * <p>The status message.</p>
403
- * @public
404
- */
405
- StatusMessage?: string | undefined;
406
- /**
407
- * <p>The warning message.</p>
408
- * @public
409
- */
410
- WarningMessage?: string | undefined;
411
- /**
412
- * <p>The analysis start date.</p>
413
- * @public
414
- */
415
- StartDate?: Date | undefined;
416
- /**
417
- * <p>The analysis end date.</p>
418
- * @public
419
- */
420
- EndDate?: Date | undefined;
421
- /**
422
- * <p>Indicates whether there are findings.</p>
423
- * @public
424
- */
425
- FindingsFound?: FindingsFound | undefined;
442
+ export interface MovingAddressStatus {
426
443
  /**
427
- * <p>The number of network interfaces analyzed.</p>
444
+ * <p>The status of the Elastic IP address that's being moved or restored.</p>
428
445
  * @public
429
446
  */
430
- AnalyzedEniCount?: number | undefined;
447
+ MoveStatus?: MoveStatus | undefined;
431
448
  /**
432
- * <p>The tags.</p>
449
+ * <p>The Elastic IP address.</p>
433
450
  * @public
434
451
  */
435
- Tags?: Tag[] | undefined;
452
+ PublicIp?: string | undefined;
436
453
  }
437
454
  /**
438
455
  * @public
439
456
  */
440
- export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
457
+ export interface DescribeMovingAddressesResult {
441
458
  /**
442
- * <p>The Network Access Scope analyses.</p>
459
+ * <p>The status for each Elastic IP address.</p>
443
460
  * @public
444
461
  */
445
- NetworkInsightsAccessScopeAnalyses?: NetworkInsightsAccessScopeAnalysis[] | undefined;
462
+ MovingAddressStatuses?: MovingAddressStatus[] | undefined;
446
463
  /**
447
464
  * <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>
448
465
  * @public
@@ -452,32 +469,61 @@ export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
452
469
  /**
453
470
  * @public
454
471
  */
455
- export interface DescribeNetworkInsightsAccessScopesRequest {
472
+ export interface DescribeNatGatewaysRequest {
456
473
  /**
457
- * <p>The IDs of the Network Access Scopes.</p>
474
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
475
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
476
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
458
477
  * @public
459
478
  */
460
- NetworkInsightsAccessScopeIds?: string[] | undefined;
479
+ DryRun?: boolean | undefined;
461
480
  /**
462
- * <p>There are no supported filters.</p>
481
+ * <p>The filters.</p>
482
+ * <ul>
483
+ * <li>
484
+ * <p>
485
+ * <code>nat-gateway-id</code> - The ID of the NAT gateway.</p>
486
+ * </li>
487
+ * <li>
488
+ * <p>
489
+ * <code>state</code> - The state of the NAT gateway (<code>pending</code> |
490
+ * <code>failed</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p>
491
+ * </li>
492
+ * <li>
493
+ * <p>
494
+ * <code>subnet-id</code> - The ID of the subnet in which the NAT gateway resides.</p>
495
+ * </li>
496
+ * <li>
497
+ * <p>
498
+ * <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
499
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
500
+ * </li>
501
+ * <li>
502
+ * <p>
503
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
504
+ * </li>
505
+ * <li>
506
+ * <p>
507
+ * <code>vpc-id</code> - The ID of the VPC in which the NAT gateway resides.</p>
508
+ * </li>
509
+ * </ul>
463
510
  * @public
464
511
  */
465
- Filters?: Filter[] | undefined;
512
+ Filter?: Filter[] | undefined;
466
513
  /**
467
- * <p>The maximum number of results to return with a single call.
468
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
514
+ * <p>The maximum number of items to return for this request.
515
+ * To get the next page of items, make another request with the token returned in the output.
516
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
469
517
  * @public
470
518
  */
471
519
  MaxResults?: number | undefined;
472
520
  /**
473
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
474
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
475
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
521
+ * <p>The IDs of the NAT gateways.</p>
476
522
  * @public
477
523
  */
478
- DryRun?: boolean | undefined;
524
+ NatGatewayIds?: string[] | undefined;
479
525
  /**
480
- * <p>The token for the next page of results.</p>
526
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
481
527
  * @public
482
528
  */
483
529
  NextToken?: string | undefined;
@@ -485,14 +531,14 @@ export interface DescribeNetworkInsightsAccessScopesRequest {
485
531
  /**
486
532
  * @public
487
533
  */
488
- export interface DescribeNetworkInsightsAccessScopesResult {
534
+ export interface DescribeNatGatewaysResult {
489
535
  /**
490
- * <p>The Network Access Scopes.</p>
536
+ * <p>Information about the NAT gateways.</p>
491
537
  * @public
492
538
  */
493
- NetworkInsightsAccessScopes?: NetworkInsightsAccessScope[] | undefined;
539
+ NatGateways?: NatGateway[] | undefined;
494
540
  /**
495
- * <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>
541
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
496
542
  * @public
497
543
  */
498
544
  NextToken?: string | undefined;
@@ -500,40 +546,162 @@ export interface DescribeNetworkInsightsAccessScopesResult {
500
546
  /**
501
547
  * @public
502
548
  */
503
- export interface DescribeNetworkInsightsAnalysesRequest {
549
+ export interface DescribeNetworkAclsRequest {
504
550
  /**
505
- * <p>The ID of the network insights analyses. You must specify either analysis IDs or a path ID.</p>
551
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
506
552
  * @public
507
553
  */
508
- NetworkInsightsAnalysisIds?: string[] | undefined;
554
+ NextToken?: string | undefined;
509
555
  /**
510
- * <p>The ID of the path. You must specify either a path ID or analysis IDs.</p>
556
+ * <p>The maximum number of items to return for this request.
557
+ * To get the next page of items, make another request with the token returned in the output.
558
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
511
559
  * @public
512
560
  */
513
- NetworkInsightsPathId?: string | undefined;
561
+ MaxResults?: number | undefined;
514
562
  /**
515
- * <p>The time when the network insights analyses started.</p>
563
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
564
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
565
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
516
566
  * @public
517
567
  */
518
- AnalysisStartTime?: Date | undefined;
568
+ DryRun?: boolean | undefined;
519
569
  /**
520
- * <p>The time when the network insights analyses ended.</p>
570
+ * <p>The IDs of the network ACLs.</p>
521
571
  * @public
522
572
  */
523
- AnalysisEndTime?: Date | undefined;
573
+ NetworkAclIds?: string[] | undefined;
524
574
  /**
525
- * <p>The filters. The following are the possible values:</p>
575
+ * <p>The filters.</p>
526
576
  * <ul>
527
577
  * <li>
528
- * <p>path-found - A Boolean value that indicates whether a feasible path is found.</p>
578
+ * <p>
579
+ * <code>association.association-id</code> - The ID of an association ID for the ACL.</p>
529
580
  * </li>
530
581
  * <li>
531
- * <p>status - The status of the analysis (running | succeeded | failed).</p>
582
+ * <p>
583
+ * <code>association.network-acl-id</code> - The ID of the network ACL involved in the association.</p>
584
+ * </li>
585
+ * <li>
586
+ * <p>
587
+ * <code>association.subnet-id</code> - The ID of the subnet involved in the association.</p>
588
+ * </li>
589
+ * <li>
590
+ * <p>
591
+ * <code>default</code> - Indicates whether the ACL is the default network ACL for the VPC.</p>
592
+ * </li>
593
+ * <li>
594
+ * <p>
595
+ * <code>entry.cidr</code> - The IPv4 CIDR range specified in the entry.</p>
596
+ * </li>
597
+ * <li>
598
+ * <p>
599
+ * <code>entry.icmp.code</code> - The ICMP code specified in the entry, if any.</p>
600
+ * </li>
601
+ * <li>
602
+ * <p>
603
+ * <code>entry.icmp.type</code> - The ICMP type specified in the entry, if any.</p>
604
+ * </li>
605
+ * <li>
606
+ * <p>
607
+ * <code>entry.ipv6-cidr</code> - The IPv6 CIDR range specified in the entry.</p>
608
+ * </li>
609
+ * <li>
610
+ * <p>
611
+ * <code>entry.port-range.from</code> - The start of the port range specified in the entry. </p>
612
+ * </li>
613
+ * <li>
614
+ * <p>
615
+ * <code>entry.port-range.to</code> - The end of the port range specified in the entry. </p>
616
+ * </li>
617
+ * <li>
618
+ * <p>
619
+ * <code>entry.protocol</code> - The protocol specified in the entry (<code>tcp</code> | <code>udp</code> | <code>icmp</code> or a protocol number).</p>
620
+ * </li>
621
+ * <li>
622
+ * <p>
623
+ * <code>entry.rule-action</code> - Allows or denies the matching traffic (<code>allow</code> | <code>deny</code>).</p>
624
+ * </li>
625
+ * <li>
626
+ * <p>
627
+ * <code>entry.egress</code> - A Boolean that indicates the type of rule. Specify <code>true</code>
628
+ * for egress rules, or <code>false</code> for ingress rules.</p>
629
+ * </li>
630
+ * <li>
631
+ * <p>
632
+ * <code>entry.rule-number</code> - The number of an entry (in other words, rule) in
633
+ * the set of ACL entries.</p>
634
+ * </li>
635
+ * <li>
636
+ * <p>
637
+ * <code>network-acl-id</code> - The ID of the network ACL.</p>
638
+ * </li>
639
+ * <li>
640
+ * <p>
641
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the network ACL.</p>
642
+ * </li>
643
+ * <li>
644
+ * <p>
645
+ * <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
646
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
647
+ * </li>
648
+ * <li>
649
+ * <p>
650
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
651
+ * </li>
652
+ * <li>
653
+ * <p>
654
+ * <code>vpc-id</code> - The ID of the VPC for the network ACL.</p>
532
655
  * </li>
533
656
  * </ul>
534
657
  * @public
535
658
  */
536
659
  Filters?: Filter[] | undefined;
660
+ }
661
+ /**
662
+ * @public
663
+ */
664
+ export interface DescribeNetworkAclsResult {
665
+ /**
666
+ * <p>Information about the network ACLs.</p>
667
+ * @public
668
+ */
669
+ NetworkAcls?: NetworkAcl[] | undefined;
670
+ /**
671
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
672
+ * @public
673
+ */
674
+ NextToken?: string | undefined;
675
+ }
676
+ /**
677
+ * @public
678
+ */
679
+ export interface DescribeNetworkInsightsAccessScopeAnalysesRequest {
680
+ /**
681
+ * <p>The IDs of the Network Access Scope analyses.</p>
682
+ * @public
683
+ */
684
+ NetworkInsightsAccessScopeAnalysisIds?: string[] | undefined;
685
+ /**
686
+ * <p>The ID of the Network Access Scope.</p>
687
+ * @public
688
+ */
689
+ NetworkInsightsAccessScopeId?: string | undefined;
690
+ /**
691
+ * <p>Filters the results based on the start time. The analysis must have started on or after this time.</p>
692
+ * @public
693
+ */
694
+ AnalysisStartTimeBegin?: Date | undefined;
695
+ /**
696
+ * <p>Filters the results based on the start time. The analysis must have started on or before this time.</p>
697
+ * @public
698
+ */
699
+ AnalysisStartTimeEnd?: Date | undefined;
700
+ /**
701
+ * <p>There are no supported filters.</p>
702
+ * @public
703
+ */
704
+ Filters?: Filter[] | undefined;
537
705
  /**
538
706
  * <p>The maximum number of results to return with a single call.
539
707
  * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
@@ -554,100 +722,149 @@ export interface DescribeNetworkInsightsAnalysesRequest {
554
722
  NextToken?: string | undefined;
555
723
  }
556
724
  /**
557
- * <p>Describes a network insights analysis.</p>
558
725
  * @public
726
+ * @enum
559
727
  */
560
- export interface NetworkInsightsAnalysis {
728
+ export declare const FindingsFound: {
729
+ readonly false: "false";
730
+ readonly true: "true";
731
+ readonly unknown: "unknown";
732
+ };
733
+ /**
734
+ * @public
735
+ */
736
+ export type FindingsFound = (typeof FindingsFound)[keyof typeof FindingsFound];
737
+ /**
738
+ * @public
739
+ * @enum
740
+ */
741
+ export declare const AnalysisStatus: {
742
+ readonly failed: "failed";
743
+ readonly running: "running";
744
+ readonly succeeded: "succeeded";
745
+ };
746
+ /**
747
+ * @public
748
+ */
749
+ export type AnalysisStatus = (typeof AnalysisStatus)[keyof typeof AnalysisStatus];
750
+ /**
751
+ * <p>Describes a Network Access Scope analysis.</p>
752
+ * @public
753
+ */
754
+ export interface NetworkInsightsAccessScopeAnalysis {
561
755
  /**
562
- * <p>The ID of the network insights analysis.</p>
756
+ * <p>The ID of the Network Access Scope analysis.</p>
563
757
  * @public
564
758
  */
565
- NetworkInsightsAnalysisId?: string | undefined;
759
+ NetworkInsightsAccessScopeAnalysisId?: string | undefined;
566
760
  /**
567
- * <p>The Amazon Resource Name (ARN) of the network insights analysis.</p>
761
+ * <p>The Amazon Resource Name (ARN) of the Network Access Scope analysis.</p>
568
762
  * @public
569
763
  */
570
- NetworkInsightsAnalysisArn?: string | undefined;
764
+ NetworkInsightsAccessScopeAnalysisArn?: string | undefined;
571
765
  /**
572
- * <p>The ID of the path.</p>
766
+ * <p>The ID of the Network Access Scope.</p>
573
767
  * @public
574
768
  */
575
- NetworkInsightsPathId?: string | undefined;
769
+ NetworkInsightsAccessScopeId?: string | undefined;
576
770
  /**
577
- * <p>The member accounts that contain resources that the path can traverse.</p>
771
+ * <p>The status.</p>
578
772
  * @public
579
773
  */
580
- AdditionalAccounts?: string[] | undefined;
774
+ Status?: AnalysisStatus | undefined;
581
775
  /**
582
- * <p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>
776
+ * <p>The status message.</p>
583
777
  * @public
584
778
  */
585
- FilterInArns?: string[] | undefined;
779
+ StatusMessage?: string | undefined;
586
780
  /**
587
- * <p>The time the analysis started.</p>
781
+ * <p>The warning message.</p>
782
+ * @public
783
+ */
784
+ WarningMessage?: string | undefined;
785
+ /**
786
+ * <p>The analysis start date.</p>
588
787
  * @public
589
788
  */
590
789
  StartDate?: Date | undefined;
591
790
  /**
592
- * <p>The status of the network insights analysis.</p>
791
+ * <p>The analysis end date.</p>
593
792
  * @public
594
793
  */
595
- Status?: AnalysisStatus | undefined;
794
+ EndDate?: Date | undefined;
596
795
  /**
597
- * <p>The status message, if the status is <code>failed</code>.</p>
796
+ * <p>Indicates whether there are findings.</p>
598
797
  * @public
599
798
  */
600
- StatusMessage?: string | undefined;
799
+ FindingsFound?: FindingsFound | undefined;
601
800
  /**
602
- * <p>The warning message.</p>
801
+ * <p>The number of network interfaces analyzed.</p>
603
802
  * @public
604
803
  */
605
- WarningMessage?: string | undefined;
804
+ AnalyzedEniCount?: number | undefined;
606
805
  /**
607
- * <p>Indicates whether the destination is reachable from the source.</p>
806
+ * <p>The tags.</p>
608
807
  * @public
609
808
  */
610
- NetworkPathFound?: boolean | undefined;
809
+ Tags?: Tag[] | undefined;
810
+ }
811
+ /**
812
+ * @public
813
+ */
814
+ export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
611
815
  /**
612
- * <p>The components in the path from source to destination.</p>
816
+ * <p>The Network Access Scope analyses.</p>
613
817
  * @public
614
818
  */
615
- ForwardPathComponents?: PathComponent[] | undefined;
819
+ NetworkInsightsAccessScopeAnalyses?: NetworkInsightsAccessScopeAnalysis[] | undefined;
616
820
  /**
617
- * <p>The components in the path from destination to source.</p>
821
+ * <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>
618
822
  * @public
619
823
  */
620
- ReturnPathComponents?: PathComponent[] | undefined;
824
+ NextToken?: string | undefined;
825
+ }
826
+ /**
827
+ * @public
828
+ */
829
+ export interface DescribeNetworkInsightsAccessScopesRequest {
621
830
  /**
622
- * <p>The explanations. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/reachability/explanation-codes.html">Reachability Analyzer explanation codes</a>.</p>
831
+ * <p>The IDs of the Network Access Scopes.</p>
623
832
  * @public
624
833
  */
625
- Explanations?: Explanation[] | undefined;
834
+ NetworkInsightsAccessScopeIds?: string[] | undefined;
626
835
  /**
627
- * <p>Potential intermediate components.</p>
836
+ * <p>There are no supported filters.</p>
628
837
  * @public
629
838
  */
630
- AlternatePathHints?: AlternatePathHint[] | undefined;
839
+ Filters?: Filter[] | undefined;
631
840
  /**
632
- * <p>Potential intermediate accounts.</p>
841
+ * <p>The maximum number of results to return with a single call.
842
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
633
843
  * @public
634
844
  */
635
- SuggestedAccounts?: string[] | undefined;
845
+ MaxResults?: number | undefined;
636
846
  /**
637
- * <p>The tags.</p>
847
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
848
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
849
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
638
850
  * @public
639
851
  */
640
- Tags?: Tag[] | undefined;
852
+ DryRun?: boolean | undefined;
853
+ /**
854
+ * <p>The token for the next page of results.</p>
855
+ * @public
856
+ */
857
+ NextToken?: string | undefined;
641
858
  }
642
859
  /**
643
860
  * @public
644
861
  */
645
- export interface DescribeNetworkInsightsAnalysesResult {
862
+ export interface DescribeNetworkInsightsAccessScopesResult {
646
863
  /**
647
- * <p>Information about the network insights analyses.</p>
864
+ * <p>The Network Access Scopes.</p>
648
865
  * @public
649
866
  */
650
- NetworkInsightsAnalyses?: NetworkInsightsAnalysis[] | undefined;
867
+ NetworkInsightsAccessScopes?: NetworkInsightsAccessScope[] | undefined;
651
868
  /**
652
869
  * <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>
653
870
  * @public
@@ -657,12 +874,169 @@ export interface DescribeNetworkInsightsAnalysesResult {
657
874
  /**
658
875
  * @public
659
876
  */
660
- export interface DescribeNetworkInsightsPathsRequest {
877
+ export interface DescribeNetworkInsightsAnalysesRequest {
661
878
  /**
662
- * <p>The IDs of the paths.</p>
879
+ * <p>The ID of the network insights analyses. You must specify either analysis IDs or a path ID.</p>
663
880
  * @public
664
881
  */
665
- NetworkInsightsPathIds?: string[] | undefined;
882
+ NetworkInsightsAnalysisIds?: string[] | undefined;
883
+ /**
884
+ * <p>The ID of the path. You must specify either a path ID or analysis IDs.</p>
885
+ * @public
886
+ */
887
+ NetworkInsightsPathId?: string | undefined;
888
+ /**
889
+ * <p>The time when the network insights analyses started.</p>
890
+ * @public
891
+ */
892
+ AnalysisStartTime?: Date | undefined;
893
+ /**
894
+ * <p>The time when the network insights analyses ended.</p>
895
+ * @public
896
+ */
897
+ AnalysisEndTime?: Date | undefined;
898
+ /**
899
+ * <p>The filters. The following are the possible values:</p>
900
+ * <ul>
901
+ * <li>
902
+ * <p>path-found - A Boolean value that indicates whether a feasible path is found.</p>
903
+ * </li>
904
+ * <li>
905
+ * <p>status - The status of the analysis (running | succeeded | failed).</p>
906
+ * </li>
907
+ * </ul>
908
+ * @public
909
+ */
910
+ Filters?: Filter[] | undefined;
911
+ /**
912
+ * <p>The maximum number of results to return with a single call.
913
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
914
+ * @public
915
+ */
916
+ MaxResults?: number | undefined;
917
+ /**
918
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
919
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
920
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
921
+ * @public
922
+ */
923
+ DryRun?: boolean | undefined;
924
+ /**
925
+ * <p>The token for the next page of results.</p>
926
+ * @public
927
+ */
928
+ NextToken?: string | undefined;
929
+ }
930
+ /**
931
+ * <p>Describes a network insights analysis.</p>
932
+ * @public
933
+ */
934
+ export interface NetworkInsightsAnalysis {
935
+ /**
936
+ * <p>The ID of the network insights analysis.</p>
937
+ * @public
938
+ */
939
+ NetworkInsightsAnalysisId?: string | undefined;
940
+ /**
941
+ * <p>The Amazon Resource Name (ARN) of the network insights analysis.</p>
942
+ * @public
943
+ */
944
+ NetworkInsightsAnalysisArn?: string | undefined;
945
+ /**
946
+ * <p>The ID of the path.</p>
947
+ * @public
948
+ */
949
+ NetworkInsightsPathId?: string | undefined;
950
+ /**
951
+ * <p>The member accounts that contain resources that the path can traverse.</p>
952
+ * @public
953
+ */
954
+ AdditionalAccounts?: string[] | undefined;
955
+ /**
956
+ * <p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>
957
+ * @public
958
+ */
959
+ FilterInArns?: string[] | undefined;
960
+ /**
961
+ * <p>The time the analysis started.</p>
962
+ * @public
963
+ */
964
+ StartDate?: Date | undefined;
965
+ /**
966
+ * <p>The status of the network insights analysis.</p>
967
+ * @public
968
+ */
969
+ Status?: AnalysisStatus | undefined;
970
+ /**
971
+ * <p>The status message, if the status is <code>failed</code>.</p>
972
+ * @public
973
+ */
974
+ StatusMessage?: string | undefined;
975
+ /**
976
+ * <p>The warning message.</p>
977
+ * @public
978
+ */
979
+ WarningMessage?: string | undefined;
980
+ /**
981
+ * <p>Indicates whether the destination is reachable from the source.</p>
982
+ * @public
983
+ */
984
+ NetworkPathFound?: boolean | undefined;
985
+ /**
986
+ * <p>The components in the path from source to destination.</p>
987
+ * @public
988
+ */
989
+ ForwardPathComponents?: PathComponent[] | undefined;
990
+ /**
991
+ * <p>The components in the path from destination to source.</p>
992
+ * @public
993
+ */
994
+ ReturnPathComponents?: PathComponent[] | undefined;
995
+ /**
996
+ * <p>The explanations. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/reachability/explanation-codes.html">Reachability Analyzer explanation codes</a>.</p>
997
+ * @public
998
+ */
999
+ Explanations?: Explanation[] | undefined;
1000
+ /**
1001
+ * <p>Potential intermediate components.</p>
1002
+ * @public
1003
+ */
1004
+ AlternatePathHints?: AlternatePathHint[] | undefined;
1005
+ /**
1006
+ * <p>Potential intermediate accounts.</p>
1007
+ * @public
1008
+ */
1009
+ SuggestedAccounts?: string[] | undefined;
1010
+ /**
1011
+ * <p>The tags.</p>
1012
+ * @public
1013
+ */
1014
+ Tags?: Tag[] | undefined;
1015
+ }
1016
+ /**
1017
+ * @public
1018
+ */
1019
+ export interface DescribeNetworkInsightsAnalysesResult {
1020
+ /**
1021
+ * <p>Information about the network insights analyses.</p>
1022
+ * @public
1023
+ */
1024
+ NetworkInsightsAnalyses?: NetworkInsightsAnalysis[] | undefined;
1025
+ /**
1026
+ * <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>
1027
+ * @public
1028
+ */
1029
+ NextToken?: string | undefined;
1030
+ }
1031
+ /**
1032
+ * @public
1033
+ */
1034
+ export interface DescribeNetworkInsightsPathsRequest {
1035
+ /**
1036
+ * <p>The IDs of the paths.</p>
1037
+ * @public
1038
+ */
1039
+ NetworkInsightsPathIds?: string[] | undefined;
666
1040
  /**
667
1041
  * <p>The filters. The following are the possible values:</p>
668
1042
  * <ul>
@@ -1113,110 +1487,59 @@ export interface DescribeNetworkInterfacesResult {
1113
1487
  /**
1114
1488
  * @public
1115
1489
  */
1116
- export interface DescribePlacementGroupsRequest {
1117
- /**
1118
- * <p>The IDs of the placement groups.</p>
1119
- * @public
1120
- */
1121
- GroupIds?: string[] | undefined;
1490
+ export interface DescribeOutpostLagsRequest {
1122
1491
  /**
1123
- * <p>Checks whether you have the required permissions for the operation, without actually making the
1124
- * request, and provides an error response. If you have the required permissions, the error response is
1125
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1492
+ * <p>The IDs of the Outpost LAGs.</p>
1126
1493
  * @public
1127
1494
  */
1128
- DryRun?: boolean | undefined;
1495
+ OutpostLagIds?: string[] | undefined;
1129
1496
  /**
1130
- * <p>The names of the placement groups.</p>
1131
- * <p>Constraints:</p>
1497
+ * <p>The filters to use for narrowing down the request. The following filters are
1498
+ * supported:</p>
1132
1499
  * <ul>
1133
1500
  * <li>
1134
- * <p>You can specify a name only if the placement group is owned by your
1135
- * account.</p>
1501
+ * <p>
1502
+ * <code>service-link-virtual-interface-id</code> - The ID of the service link virtual interface.</p>
1136
1503
  * </li>
1137
1504
  * <li>
1138
- * <p>If a placement group is <i>shared</i> with your account,
1139
- * specifying the name results in an error. You must use the <code>GroupId</code>
1140
- * parameter instead.</p>
1505
+ * <p>
1506
+ * <code>service-link-virtual-interface-arn</code> - The ARN of the service link virtual interface.</p>
1141
1507
  * </li>
1142
- * </ul>
1143
- * @public
1144
- */
1145
- GroupNames?: string[] | undefined;
1146
- /**
1147
- * <p>The filters.</p>
1148
- * <ul>
1149
1508
  * <li>
1150
1509
  * <p>
1151
- * <code>group-name</code> - The name of the placement group.</p>
1510
+ * <code>outpost-id</code> - The Outpost ID.</p>
1152
1511
  * </li>
1153
1512
  * <li>
1154
1513
  * <p>
1155
- * <code>group-arn</code> - The Amazon Resource Name (ARN) of the placement
1156
- * group.</p>
1514
+ * <code>outpost-arn</code> - The Outpost ARN.</p>
1157
1515
  * </li>
1158
1516
  * <li>
1159
1517
  * <p>
1160
- * <code>spread-level</code> - The spread level for the placement group
1161
- * (<code>host</code> | <code>rack</code>). </p>
1518
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the service link virtual interface.</p>
1162
1519
  * </li>
1163
1520
  * <li>
1164
1521
  * <p>
1165
- * <code>state</code> - The state of the placement group (<code>pending</code> |
1166
- * <code>available</code> | <code>deleting</code> |
1167
- * <code>deleted</code>).</p>
1522
+ * <code>vlan</code> - The ID of the address pool.</p>
1168
1523
  * </li>
1169
1524
  * <li>
1170
1525
  * <p>
1171
- * <code>strategy</code> - The strategy of the placement group
1172
- * (<code>cluster</code> | <code>spread</code> |
1173
- * <code>partition</code>).</p>
1526
+ * <code>local-address</code> - The local address.</p>
1174
1527
  * </li>
1175
1528
  * <li>
1176
1529
  * <p>
1177
- * <code>tag:<key></code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
1178
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
1530
+ * <code>peer-address</code> - The peer address.</p>
1179
1531
  * </li>
1180
1532
  * <li>
1181
1533
  * <p>
1182
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</p>
1534
+ * <code>peer-bgp-asn</code> - The peer BGP ASN.</p>
1183
1535
  * </li>
1184
- * </ul>
1185
- * @public
1186
- */
1187
- Filters?: Filter[] | undefined;
1188
- }
1189
- /**
1190
- * @public
1191
- */
1192
- export interface DescribePlacementGroupsResult {
1193
- /**
1194
- * <p>Information about the placement groups.</p>
1195
- * @public
1196
- */
1197
- PlacementGroups?: PlacementGroup[] | undefined;
1198
- }
1199
- /**
1200
- * @public
1201
- */
1202
- export interface DescribePrefixListsRequest {
1203
- /**
1204
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
1205
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1206
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1207
- * @public
1208
- */
1209
- DryRun?: boolean | undefined;
1210
- /**
1211
- * <p>One or more filters.</p>
1212
- * <ul>
1213
1536
  * <li>
1214
1537
  * <p>
1215
- * <code>prefix-list-id</code>: The ID of a prefix list.</p>
1538
+ * <code>outpost-lag-id</code> - The Outpost LAG ID.</p>
1216
1539
  * </li>
1217
1540
  * <li>
1218
1541
  * <p>
1219
- * <code>prefix-list-name</code>: The name of a prefix list.</p>
1542
+ * <code>configuration-state</code> - The configuration state of the service link virtual interface.</p>
1220
1543
  * </li>
1221
1544
  * </ul>
1222
1545
  * @public
@@ -1234,48 +1557,235 @@ export interface DescribePrefixListsRequest {
1234
1557
  */
1235
1558
  NextToken?: string | undefined;
1236
1559
  /**
1237
- * <p>One or more prefix list IDs.</p>
1560
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1561
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1562
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1238
1563
  * @public
1239
1564
  */
1240
- PrefixListIds?: string[] | undefined;
1565
+ DryRun?: boolean | undefined;
1241
1566
  }
1242
1567
  /**
1243
- * <p>Describes prefixes for Amazon Web Services services.</p>
1568
+ * <p>Describes an Outpost link aggregation group (LAG).</p>
1244
1569
  * @public
1245
1570
  */
1246
- export interface PrefixList {
1571
+ export interface OutpostLag {
1247
1572
  /**
1248
- * <p>The IP address range of the Amazon Web Services service.</p>
1573
+ * <p>The Amazon Resource Number (ARN) of the Outpost LAG.</p>
1249
1574
  * @public
1250
1575
  */
1251
- Cidrs?: string[] | undefined;
1576
+ OutpostArn?: string | undefined;
1252
1577
  /**
1253
- * <p>The ID of the prefix.</p>
1578
+ * <p>The ID of the Outpost LAG owner.</p>
1254
1579
  * @public
1255
1580
  */
1256
- PrefixListId?: string | undefined;
1581
+ OwnerId?: string | undefined;
1257
1582
  /**
1258
- * <p>The name of the prefix.</p>
1583
+ * <p>The current state of the Outpost LAG.</p>
1259
1584
  * @public
1260
1585
  */
1261
- PrefixListName?: string | undefined;
1262
- }
1263
- /**
1264
- * @public
1265
- */
1266
- export interface DescribePrefixListsResult {
1586
+ State?: string | undefined;
1267
1587
  /**
1268
- * <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>
1588
+ * <p>The ID of the Outpost LAG.</p>
1269
1589
  * @public
1270
1590
  */
1271
- NextToken?: string | undefined;
1591
+ OutpostLagId?: string | undefined;
1272
1592
  /**
1273
- * <p>All available prefix lists.</p>
1593
+ * <p>The IDs of the local gateway virtual interfaces associated with the Outpost LAG.</p>
1274
1594
  * @public
1275
1595
  */
1276
- PrefixLists?: PrefixList[] | undefined;
1277
- }
1278
- /**
1596
+ LocalGatewayVirtualInterfaceIds?: string[] | undefined;
1597
+ /**
1598
+ * <p>The service link virtual interface IDs associated with the Outpost LAG.</p>
1599
+ * @public
1600
+ */
1601
+ ServiceLinkVirtualInterfaceIds?: string[] | undefined;
1602
+ /**
1603
+ * <p>The tags associated with the Outpost LAG.</p>
1604
+ * @public
1605
+ */
1606
+ Tags?: Tag[] | undefined;
1607
+ }
1608
+ /**
1609
+ * @public
1610
+ */
1611
+ export interface DescribeOutpostLagsResult {
1612
+ /**
1613
+ * <p>The Outpost LAGs.</p>
1614
+ * @public
1615
+ */
1616
+ OutpostLags?: OutpostLag[] | undefined;
1617
+ /**
1618
+ * <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>
1619
+ * @public
1620
+ */
1621
+ NextToken?: string | undefined;
1622
+ }
1623
+ /**
1624
+ * @public
1625
+ */
1626
+ export interface DescribePlacementGroupsRequest {
1627
+ /**
1628
+ * <p>The IDs of the placement groups.</p>
1629
+ * @public
1630
+ */
1631
+ GroupIds?: string[] | undefined;
1632
+ /**
1633
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
1634
+ * request, and provides an error response. If you have the required permissions, the error response is
1635
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1636
+ * @public
1637
+ */
1638
+ DryRun?: boolean | undefined;
1639
+ /**
1640
+ * <p>The names of the placement groups.</p>
1641
+ * <p>Constraints:</p>
1642
+ * <ul>
1643
+ * <li>
1644
+ * <p>You can specify a name only if the placement group is owned by your
1645
+ * account.</p>
1646
+ * </li>
1647
+ * <li>
1648
+ * <p>If a placement group is <i>shared</i> with your account,
1649
+ * specifying the name results in an error. You must use the <code>GroupId</code>
1650
+ * parameter instead.</p>
1651
+ * </li>
1652
+ * </ul>
1653
+ * @public
1654
+ */
1655
+ GroupNames?: string[] | undefined;
1656
+ /**
1657
+ * <p>The filters.</p>
1658
+ * <ul>
1659
+ * <li>
1660
+ * <p>
1661
+ * <code>group-name</code> - The name of the placement group.</p>
1662
+ * </li>
1663
+ * <li>
1664
+ * <p>
1665
+ * <code>group-arn</code> - The Amazon Resource Name (ARN) of the placement
1666
+ * group.</p>
1667
+ * </li>
1668
+ * <li>
1669
+ * <p>
1670
+ * <code>spread-level</code> - The spread level for the placement group
1671
+ * (<code>host</code> | <code>rack</code>). </p>
1672
+ * </li>
1673
+ * <li>
1674
+ * <p>
1675
+ * <code>state</code> - The state of the placement group (<code>pending</code> |
1676
+ * <code>available</code> | <code>deleting</code> |
1677
+ * <code>deleted</code>).</p>
1678
+ * </li>
1679
+ * <li>
1680
+ * <p>
1681
+ * <code>strategy</code> - The strategy of the placement group
1682
+ * (<code>cluster</code> | <code>spread</code> |
1683
+ * <code>partition</code>).</p>
1684
+ * </li>
1685
+ * <li>
1686
+ * <p>
1687
+ * <code>tag:<key></code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
1688
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
1689
+ * </li>
1690
+ * <li>
1691
+ * <p>
1692
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</p>
1693
+ * </li>
1694
+ * </ul>
1695
+ * @public
1696
+ */
1697
+ Filters?: Filter[] | undefined;
1698
+ }
1699
+ /**
1700
+ * @public
1701
+ */
1702
+ export interface DescribePlacementGroupsResult {
1703
+ /**
1704
+ * <p>Information about the placement groups.</p>
1705
+ * @public
1706
+ */
1707
+ PlacementGroups?: PlacementGroup[] | undefined;
1708
+ }
1709
+ /**
1710
+ * @public
1711
+ */
1712
+ export interface DescribePrefixListsRequest {
1713
+ /**
1714
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1715
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1716
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1717
+ * @public
1718
+ */
1719
+ DryRun?: boolean | undefined;
1720
+ /**
1721
+ * <p>One or more filters.</p>
1722
+ * <ul>
1723
+ * <li>
1724
+ * <p>
1725
+ * <code>prefix-list-id</code>: The ID of a prefix list.</p>
1726
+ * </li>
1727
+ * <li>
1728
+ * <p>
1729
+ * <code>prefix-list-name</code>: The name of a prefix list.</p>
1730
+ * </li>
1731
+ * </ul>
1732
+ * @public
1733
+ */
1734
+ Filters?: Filter[] | undefined;
1735
+ /**
1736
+ * <p>The maximum number of results to return with a single call.
1737
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
1738
+ * @public
1739
+ */
1740
+ MaxResults?: number | undefined;
1741
+ /**
1742
+ * <p>The token for the next page of results.</p>
1743
+ * @public
1744
+ */
1745
+ NextToken?: string | undefined;
1746
+ /**
1747
+ * <p>One or more prefix list IDs.</p>
1748
+ * @public
1749
+ */
1750
+ PrefixListIds?: string[] | undefined;
1751
+ }
1752
+ /**
1753
+ * <p>Describes prefixes for Amazon Web Services services.</p>
1754
+ * @public
1755
+ */
1756
+ export interface PrefixList {
1757
+ /**
1758
+ * <p>The IP address range of the Amazon Web Services service.</p>
1759
+ * @public
1760
+ */
1761
+ Cidrs?: string[] | undefined;
1762
+ /**
1763
+ * <p>The ID of the prefix.</p>
1764
+ * @public
1765
+ */
1766
+ PrefixListId?: string | undefined;
1767
+ /**
1768
+ * <p>The name of the prefix.</p>
1769
+ * @public
1770
+ */
1771
+ PrefixListName?: string | undefined;
1772
+ }
1773
+ /**
1774
+ * @public
1775
+ */
1776
+ export interface DescribePrefixListsResult {
1777
+ /**
1778
+ * <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>
1779
+ * @public
1780
+ */
1781
+ NextToken?: string | undefined;
1782
+ /**
1783
+ * <p>All available prefix lists.</p>
1784
+ * @public
1785
+ */
1786
+ PrefixLists?: PrefixList[] | undefined;
1787
+ }
1788
+ /**
1279
1789
  * @public
1280
1790
  */
1281
1791
  export interface DescribePrincipalIdFormatRequest {
@@ -3588,32 +4098,62 @@ export interface DescribeSecurityGroupVpcAssociationsResult {
3588
4098
  */
3589
4099
  NextToken?: string | undefined;
3590
4100
  }
3591
- /**
3592
- * @public
3593
- * @enum
3594
- */
3595
- export declare const SnapshotAttributeName: {
3596
- readonly createVolumePermission: "createVolumePermission";
3597
- readonly productCodes: "productCodes";
3598
- };
3599
- /**
3600
- * @public
3601
- */
3602
- export type SnapshotAttributeName = (typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
3603
4101
  /**
3604
4102
  * @public
3605
4103
  */
3606
- export interface DescribeSnapshotAttributeRequest {
4104
+ export interface DescribeServiceLinkVirtualInterfacesRequest {
3607
4105
  /**
3608
- * <p>The snapshot attribute you would like to view.</p>
4106
+ * <p>The IDs of the service link virtual interfaces.</p>
3609
4107
  * @public
3610
4108
  */
3611
- Attribute: SnapshotAttributeName | undefined;
4109
+ ServiceLinkVirtualInterfaceIds?: string[] | undefined;
3612
4110
  /**
3613
- * <p>The ID of the EBS snapshot.</p>
4111
+ * <p>The filters to use for narrowing down the request. The following filters are
4112
+ * supported:</p>
4113
+ * <ul>
4114
+ * <li>
4115
+ * <p>
4116
+ * <code>outpost-lag-id</code> - The ID of the Outpost LAG.</p>
4117
+ * </li>
4118
+ * <li>
4119
+ * <p>
4120
+ * <code>outpost-arn</code> - The Outpost ARN.</p>
4121
+ * </li>
4122
+ * <li>
4123
+ * <p>
4124
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the service link virtual interface.</p>
4125
+ * </li>
4126
+ * <li>
4127
+ * <p>
4128
+ * <code>state</code> - The state of the Outpost LAG.</p>
4129
+ * </li>
4130
+ * <li>
4131
+ * <p>
4132
+ * <code>vlan</code> - The ID of the address pool.</p>
4133
+ * </li>
4134
+ * <li>
4135
+ * <p>
4136
+ * <code>service-link-virtual-interface-id</code> - The ID of the service link virtual interface.</p>
4137
+ * </li>
4138
+ * <li>
4139
+ * <p>
4140
+ * <code>local-gateway-virtual-interface-id</code> - The ID of the local gateway virtual interface.</p>
4141
+ * </li>
4142
+ * </ul>
3614
4143
  * @public
3615
4144
  */
3616
- SnapshotId: string | undefined;
4145
+ Filters?: Filter[] | undefined;
4146
+ /**
4147
+ * <p>The maximum number of results to return with a single call.
4148
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
4149
+ * @public
4150
+ */
4151
+ MaxResults?: number | undefined;
4152
+ /**
4153
+ * <p>The token for the next page of results.</p>
4154
+ * @public
4155
+ */
4156
+ NextToken?: string | undefined;
3617
4157
  /**
3618
4158
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
3619
4159
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -3623,24 +4163,153 @@ export interface DescribeSnapshotAttributeRequest {
3623
4163
  DryRun?: boolean | undefined;
3624
4164
  }
3625
4165
  /**
3626
- * <p>Describes the user or group to be added or removed from the list of create volume
3627
- * permissions for a volume.</p>
3628
4166
  * @public
4167
+ * @enum
3629
4168
  */
3630
- export interface CreateVolumePermission {
4169
+ export declare const ServiceLinkVirtualInterfaceConfigurationState: {
4170
+ readonly available: "available";
4171
+ readonly deleted: "deleted";
4172
+ readonly deleting: "deleting";
4173
+ readonly pending: "pending";
4174
+ };
4175
+ /**
4176
+ * @public
4177
+ */
4178
+ export type ServiceLinkVirtualInterfaceConfigurationState = (typeof ServiceLinkVirtualInterfaceConfigurationState)[keyof typeof ServiceLinkVirtualInterfaceConfigurationState];
4179
+ /**
4180
+ * <p>Describes the service link virtual interfaces that establish connectivity between Amazon Web Services Outpost and on-premises networks.</p>
4181
+ * @public
4182
+ */
4183
+ export interface ServiceLinkVirtualInterface {
3631
4184
  /**
3632
- * <p>The ID of the Amazon Web Services account to be added or removed.</p>
4185
+ * <p>The ID of the service link virtual interface.</p>
3633
4186
  * @public
3634
4187
  */
3635
- UserId?: string | undefined;
4188
+ ServiceLinkVirtualInterfaceId?: string | undefined;
3636
4189
  /**
3637
- * <p>The group to be added or removed. The possible value is <code>all</code>.</p>
4190
+ * <p>The Amazon Resource Number (ARN) for the service link virtual interface. </p>
3638
4191
  * @public
3639
4192
  */
3640
- Group?: PermissionGroup | undefined;
3641
- }
3642
- /**
3643
- * @public
4193
+ ServiceLinkVirtualInterfaceArn?: string | undefined;
4194
+ /**
4195
+ * <p>The Outpost ID for the service link virtual interface.</p>
4196
+ * @public
4197
+ */
4198
+ OutpostId?: string | undefined;
4199
+ /**
4200
+ * <p>The Outpost Amazon Resource Number (ARN) for the service link virtual interface.</p>
4201
+ * @public
4202
+ */
4203
+ OutpostArn?: string | undefined;
4204
+ /**
4205
+ * <p>The ID of the Amazon Web Services account that owns the service link virtual interface..</p>
4206
+ * @public
4207
+ */
4208
+ OwnerId?: string | undefined;
4209
+ /**
4210
+ * <p>The IPv4 address assigned to the local gateway virtual interface on the Outpost side.</p>
4211
+ * @public
4212
+ */
4213
+ LocalAddress?: string | undefined;
4214
+ /**
4215
+ * <p>The IPv4 peer address for the service link virtual interface.</p>
4216
+ * @public
4217
+ */
4218
+ PeerAddress?: string | undefined;
4219
+ /**
4220
+ * <p>The ASN for the Border Gateway Protocol (BGP) associated with the service link virtual interface.</p>
4221
+ * @public
4222
+ */
4223
+ PeerBgpAsn?: number | undefined;
4224
+ /**
4225
+ * <p>The virtual local area network for the service link virtual interface.</p>
4226
+ * @public
4227
+ */
4228
+ Vlan?: number | undefined;
4229
+ /**
4230
+ * <p>The link aggregation group (LAG) ID for the service link virtual interface.</p>
4231
+ * @public
4232
+ */
4233
+ OutpostLagId?: string | undefined;
4234
+ /**
4235
+ * <p>The tags associated with the service link virtual interface.</p>
4236
+ * @public
4237
+ */
4238
+ Tags?: Tag[] | undefined;
4239
+ /**
4240
+ * <p>The current state of the service link virtual interface.</p>
4241
+ * @public
4242
+ */
4243
+ ConfigurationState?: ServiceLinkVirtualInterfaceConfigurationState | undefined;
4244
+ }
4245
+ /**
4246
+ * @public
4247
+ */
4248
+ export interface DescribeServiceLinkVirtualInterfacesResult {
4249
+ /**
4250
+ * <p>Describes the service link virtual interfaces.</p>
4251
+ * @public
4252
+ */
4253
+ ServiceLinkVirtualInterfaces?: ServiceLinkVirtualInterface[] | undefined;
4254
+ /**
4255
+ * <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>
4256
+ * @public
4257
+ */
4258
+ NextToken?: string | undefined;
4259
+ }
4260
+ /**
4261
+ * @public
4262
+ * @enum
4263
+ */
4264
+ export declare const SnapshotAttributeName: {
4265
+ readonly createVolumePermission: "createVolumePermission";
4266
+ readonly productCodes: "productCodes";
4267
+ };
4268
+ /**
4269
+ * @public
4270
+ */
4271
+ export type SnapshotAttributeName = (typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
4272
+ /**
4273
+ * @public
4274
+ */
4275
+ export interface DescribeSnapshotAttributeRequest {
4276
+ /**
4277
+ * <p>The snapshot attribute you would like to view.</p>
4278
+ * @public
4279
+ */
4280
+ Attribute: SnapshotAttributeName | undefined;
4281
+ /**
4282
+ * <p>The ID of the EBS snapshot.</p>
4283
+ * @public
4284
+ */
4285
+ SnapshotId: string | undefined;
4286
+ /**
4287
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
4288
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
4289
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4290
+ * @public
4291
+ */
4292
+ DryRun?: boolean | undefined;
4293
+ }
4294
+ /**
4295
+ * <p>Describes the user or group to be added or removed from the list of create volume
4296
+ * permissions for a volume.</p>
4297
+ * @public
4298
+ */
4299
+ export interface CreateVolumePermission {
4300
+ /**
4301
+ * <p>The ID of the Amazon Web Services account to be added or removed.</p>
4302
+ * @public
4303
+ */
4304
+ UserId?: string | undefined;
4305
+ /**
4306
+ * <p>The group to be added or removed. The possible value is <code>all</code>.</p>
4307
+ * @public
4308
+ */
4309
+ Group?: PermissionGroup | undefined;
4310
+ }
4311
+ /**
4312
+ * @public
3644
4313
  */
3645
4314
  export interface DescribeSnapshotAttributeResult {
3646
4315
  /**
@@ -10139,319 +10808,29 @@ export interface DescribeVpnGatewaysRequest {
10139
10808
  */
10140
10809
  VpnGatewayIds?: string[] | undefined;
10141
10810
  /**
10142
- * <p>Checks whether you have the required permissions for the action, without actually
10143
- * making the request, and provides an error response. If you have the required
10144
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
10145
- * <code>UnauthorizedOperation</code>.</p>
10146
- * @public
10147
- */
10148
- DryRun?: boolean | undefined;
10149
- }
10150
- /**
10151
- * <p>Contains the output of DescribeVpnGateways.</p>
10152
- * @public
10153
- */
10154
- export interface DescribeVpnGatewaysResult {
10155
- /**
10156
- * <p>Information about one or more virtual private gateways.</p>
10157
- * @public
10158
- */
10159
- VpnGateways?: VpnGateway[] | undefined;
10160
- }
10161
- /**
10162
- * @public
10163
- */
10164
- export interface DetachClassicLinkVpcRequest {
10165
- /**
10166
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10167
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10168
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10169
- * @public
10170
- */
10171
- DryRun?: boolean | undefined;
10172
- /**
10173
- * <p>The ID of the instance to unlink from the VPC.</p>
10174
- * @public
10175
- */
10176
- InstanceId: string | undefined;
10177
- /**
10178
- * <p>The ID of the VPC to which the instance is linked.</p>
10179
- * @public
10180
- */
10181
- VpcId: string | undefined;
10182
- }
10183
- /**
10184
- * @public
10185
- */
10186
- export interface DetachClassicLinkVpcResult {
10187
- /**
10188
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
10189
- * @public
10190
- */
10191
- Return?: boolean | undefined;
10192
- }
10193
- /**
10194
- * @public
10195
- */
10196
- export interface DetachInternetGatewayRequest {
10197
- /**
10198
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10199
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10200
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10201
- * @public
10202
- */
10203
- DryRun?: boolean | undefined;
10204
- /**
10205
- * <p>The ID of the internet gateway.</p>
10206
- * @public
10207
- */
10208
- InternetGatewayId: string | undefined;
10209
- /**
10210
- * <p>The ID of the VPC.</p>
10211
- * @public
10212
- */
10213
- VpcId: string | undefined;
10214
- }
10215
- /**
10216
- * <p>Contains the parameters for DetachNetworkInterface.</p>
10217
- * @public
10218
- */
10219
- export interface DetachNetworkInterfaceRequest {
10220
- /**
10221
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10222
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10223
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10224
- * @public
10225
- */
10226
- DryRun?: boolean | undefined;
10227
- /**
10228
- * <p>The ID of the attachment.</p>
10229
- * @public
10230
- */
10231
- AttachmentId: string | undefined;
10232
- /**
10233
- * <p>Specifies whether to force a detachment.</p>
10234
- * <note>
10235
- * <ul>
10236
- * <li>
10237
- * <p>Use the <code>Force</code> parameter only as a last resort to detach a network interface from a failed instance. </p>
10238
- * </li>
10239
- * <li>
10240
- * <p>If you use the <code>Force</code> parameter to detach a network interface, you might not be able to attach a different network interface to the same index on the instance without first stopping and starting the instance.</p>
10241
- * </li>
10242
- * <li>
10243
- * <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 metadata</a>
10244
- * might not get updated. This means that the attributes associated
10245
- * with the detached network interface might still be visible. The
10246
- * instance metadata will get updated when you stop and start the
10247
- * instance.</p>
10248
- * </li>
10249
- * </ul>
10250
- * </note>
10251
- * @public
10252
- */
10253
- Force?: boolean | undefined;
10254
- }
10255
- /**
10256
- * @public
10257
- */
10258
- export interface DetachVerifiedAccessTrustProviderRequest {
10259
- /**
10260
- * <p>The ID of the Verified Access instance.</p>
10261
- * @public
10262
- */
10263
- VerifiedAccessInstanceId: string | undefined;
10264
- /**
10265
- * <p>The ID of the Verified Access trust provider.</p>
10266
- * @public
10267
- */
10268
- VerifiedAccessTrustProviderId: string | undefined;
10269
- /**
10270
- * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
10271
- * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
10272
- * @public
10273
- */
10274
- ClientToken?: string | undefined;
10275
- /**
10276
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10277
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10278
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10279
- * @public
10280
- */
10281
- DryRun?: boolean | undefined;
10282
- }
10283
- /**
10284
- * @public
10285
- */
10286
- export interface DetachVerifiedAccessTrustProviderResult {
10287
- /**
10288
- * <p>Details about the Verified Access trust provider.</p>
10289
- * @public
10290
- */
10291
- VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
10292
- /**
10293
- * <p>Details about the Verified Access instance.</p>
10294
- * @public
10295
- */
10296
- VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
10297
- }
10298
- /**
10299
- * @public
10300
- */
10301
- export interface DetachVolumeRequest {
10302
- /**
10303
- * <p>The device name.</p>
10304
- * @public
10305
- */
10306
- Device?: string | undefined;
10307
- /**
10308
- * <p>Forces detachment if the previous detachment attempt did not occur cleanly (for example,
10309
- * logging into an instance, unmounting the volume, and detaching normally). This option can lead
10310
- * to data loss or a corrupted file system. Use this option only as a last resort to detach a
10311
- * volume from a failed instance. The instance won't have an opportunity to flush file system
10312
- * caches or file system metadata. If you use this option, you must perform file system check and
10313
- * repair procedures.</p>
10314
- * @public
10315
- */
10316
- Force?: boolean | undefined;
10317
- /**
10318
- * <p>The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.</p>
10319
- * @public
10320
- */
10321
- InstanceId?: string | undefined;
10322
- /**
10323
- * <p>The ID of the volume.</p>
10324
- * @public
10325
- */
10326
- VolumeId: string | undefined;
10327
- /**
10328
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10329
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10330
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10331
- * @public
10332
- */
10333
- DryRun?: boolean | undefined;
10334
- }
10335
- /**
10336
- * <p>Contains the parameters for DetachVpnGateway.</p>
10337
- * @public
10338
- */
10339
- export interface DetachVpnGatewayRequest {
10340
- /**
10341
- * <p>The ID of the VPC.</p>
10342
- * @public
10343
- */
10344
- VpcId: string | undefined;
10345
- /**
10346
- * <p>The ID of the virtual private gateway.</p>
10347
- * @public
10348
- */
10349
- VpnGatewayId: string | undefined;
10350
- /**
10351
- * <p>Checks whether you have the required permissions for the action, without actually
10352
- * making the request, and provides an error response. If you have the required
10353
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
10354
- * <code>UnauthorizedOperation</code>.</p>
10355
- * @public
10356
- */
10357
- DryRun?: boolean | undefined;
10358
- }
10359
- /**
10360
- * @public
10361
- */
10362
- export interface DisableAddressTransferRequest {
10363
- /**
10364
- * <p>The allocation ID of an Elastic IP address.</p>
10365
- * @public
10366
- */
10367
- AllocationId: string | undefined;
10368
- /**
10369
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10370
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10371
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10372
- * @public
10373
- */
10374
- DryRun?: boolean | undefined;
10375
- }
10376
- /**
10377
- * @public
10378
- */
10379
- export interface DisableAddressTransferResult {
10380
- /**
10381
- * <p>An Elastic IP address transfer.</p>
10382
- * @public
10383
- */
10384
- AddressTransfer?: AddressTransfer | undefined;
10385
- }
10386
- /**
10387
- * @public
10388
- */
10389
- export interface DisableAllowedImagesSettingsRequest {
10390
- /**
10391
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10392
- * and provides an error response. If you have the required permissions, the error response is
10393
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10394
- * @public
10395
- */
10396
- DryRun?: boolean | undefined;
10397
- }
10398
- /**
10399
- * @public
10400
- */
10401
- export interface DisableAllowedImagesSettingsResult {
10402
- /**
10403
- * <p>Returns <code>disabled</code> if the request succeeds; otherwise, it returns an
10404
- * error.</p>
10405
- * @public
10406
- */
10407
- AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
10408
- }
10409
- /**
10410
- * @public
10411
- */
10412
- export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
10413
- /**
10414
- * <p>The source Region or Availability Zone that the metric subscription is disabled for. For example, <code>us-east-1</code>.</p>
10415
- * @public
10416
- */
10417
- Source?: string | undefined;
10418
- /**
10419
- * <p>The target Region or Availability Zone that the metric subscription is disabled for. For example, <code>eu-north-1</code>.</p>
10420
- * @public
10421
- */
10422
- Destination?: string | undefined;
10423
- /**
10424
- * <p>The metric used for the disabled subscription.</p>
10425
- * @public
10426
- */
10427
- Metric?: MetricType | undefined;
10428
- /**
10429
- * <p>The statistic used for the disabled subscription. </p>
10430
- * @public
10431
- */
10432
- Statistic?: StatisticType | undefined;
10433
- /**
10434
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10435
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10436
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10811
+ * <p>Checks whether you have the required permissions for the action, without actually
10812
+ * making the request, and provides an error response. If you have the required
10813
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
10814
+ * <code>UnauthorizedOperation</code>.</p>
10437
10815
  * @public
10438
10816
  */
10439
10817
  DryRun?: boolean | undefined;
10440
10818
  }
10441
10819
  /**
10820
+ * <p>Contains the output of DescribeVpnGateways.</p>
10442
10821
  * @public
10443
10822
  */
10444
- export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
10823
+ export interface DescribeVpnGatewaysResult {
10445
10824
  /**
10446
- * <p>Indicates whether the unsubscribe action was successful.</p>
10825
+ * <p>Information about one or more virtual private gateways.</p>
10447
10826
  * @public
10448
10827
  */
10449
- Output?: boolean | undefined;
10828
+ VpnGateways?: VpnGateway[] | undefined;
10450
10829
  }
10451
10830
  /**
10452
10831
  * @public
10453
10832
  */
10454
- export interface DisableEbsEncryptionByDefaultRequest {
10833
+ export interface DetachClassicLinkVpcRequest {
10455
10834
  /**
10456
10835
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
10457
10836
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -10459,109 +10838,109 @@ export interface DisableEbsEncryptionByDefaultRequest {
10459
10838
  * @public
10460
10839
  */
10461
10840
  DryRun?: boolean | undefined;
10841
+ /**
10842
+ * <p>The ID of the instance to unlink from the VPC.</p>
10843
+ * @public
10844
+ */
10845
+ InstanceId: string | undefined;
10846
+ /**
10847
+ * <p>The ID of the VPC to which the instance is linked.</p>
10848
+ * @public
10849
+ */
10850
+ VpcId: string | undefined;
10462
10851
  }
10463
10852
  /**
10464
10853
  * @public
10465
10854
  */
10466
- export interface DisableEbsEncryptionByDefaultResult {
10855
+ export interface DetachClassicLinkVpcResult {
10467
10856
  /**
10468
- * <p>The updated status of encryption by default.</p>
10857
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
10469
10858
  * @public
10470
10859
  */
10471
- EbsEncryptionByDefault?: boolean | undefined;
10860
+ Return?: boolean | undefined;
10472
10861
  }
10473
10862
  /**
10474
10863
  * @public
10475
10864
  */
10476
- export interface DisableFastLaunchRequest {
10865
+ export interface DetachInternetGatewayRequest {
10477
10866
  /**
10478
- * <p>Specify the ID of the image for which to disable Windows fast launch.</p>
10867
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
10868
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10869
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10479
10870
  * @public
10480
10871
  */
10481
- ImageId: string | undefined;
10872
+ DryRun?: boolean | undefined;
10482
10873
  /**
10483
- * <p>Forces the image settings to turn off Windows fast launch for your Windows AMI. This
10484
- * parameter overrides any errors that are encountered while cleaning up resources in your
10485
- * account.</p>
10874
+ * <p>The ID of the internet gateway.</p>
10486
10875
  * @public
10487
10876
  */
10488
- Force?: boolean | undefined;
10877
+ InternetGatewayId: string | undefined;
10489
10878
  /**
10490
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10491
- * and provides an error response. If you have the required permissions, the error response is
10492
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10879
+ * <p>The ID of the VPC.</p>
10493
10880
  * @public
10494
10881
  */
10495
- DryRun?: boolean | undefined;
10882
+ VpcId: string | undefined;
10496
10883
  }
10497
10884
  /**
10885
+ * <p>Contains the parameters for DetachNetworkInterface.</p>
10498
10886
  * @public
10499
10887
  */
10500
- export interface DisableFastLaunchResult {
10501
- /**
10502
- * <p>The ID of the image for which Windows fast launch was disabled.</p>
10503
- * @public
10504
- */
10505
- ImageId?: string | undefined;
10506
- /**
10507
- * <p>The pre-provisioning resource type that must be cleaned after turning off Windows fast
10508
- * launch for the Windows AMI. Supported values include: <code>snapshot</code>.</p>
10509
- * @public
10510
- */
10511
- ResourceType?: FastLaunchResourceType | undefined;
10512
- /**
10513
- * <p>Parameters that were used for Windows fast launch for the Windows AMI before Windows fast
10514
- * launch was disabled. This informs the clean-up process.</p>
10515
- * @public
10516
- */
10517
- SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
10518
- /**
10519
- * <p>The launch template that was used to launch Windows instances from pre-provisioned
10520
- * snapshots.</p>
10521
- * @public
10522
- */
10523
- LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
10524
- /**
10525
- * <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
10526
- * pre-provisioned snapshots for Windows fast launch.</p>
10527
- * @public
10528
- */
10529
- MaxParallelLaunches?: number | undefined;
10530
- /**
10531
- * <p>The owner of the Windows AMI for which Windows fast launch was disabled.</p>
10532
- * @public
10533
- */
10534
- OwnerId?: string | undefined;
10888
+ export interface DetachNetworkInterfaceRequest {
10535
10889
  /**
10536
- * <p>The current state of Windows fast launch for the specified Windows AMI.</p>
10890
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
10891
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10892
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10537
10893
  * @public
10538
10894
  */
10539
- State?: FastLaunchStateCode | undefined;
10895
+ DryRun?: boolean | undefined;
10540
10896
  /**
10541
- * <p>The reason that the state changed for Windows fast launch for the Windows AMI.</p>
10897
+ * <p>The ID of the attachment.</p>
10542
10898
  * @public
10543
10899
  */
10544
- StateTransitionReason?: string | undefined;
10900
+ AttachmentId: string | undefined;
10545
10901
  /**
10546
- * <p>The time that the state changed for Windows fast launch for the Windows AMI.</p>
10902
+ * <p>Specifies whether to force a detachment.</p>
10903
+ * <note>
10904
+ * <ul>
10905
+ * <li>
10906
+ * <p>Use the <code>Force</code> parameter only as a last resort to detach a network interface from a failed instance. </p>
10907
+ * </li>
10908
+ * <li>
10909
+ * <p>If you use the <code>Force</code> parameter to detach a network interface, you might not be able to attach a different network interface to the same index on the instance without first stopping and starting the instance.</p>
10910
+ * </li>
10911
+ * <li>
10912
+ * <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 metadata</a>
10913
+ * might not get updated. This means that the attributes associated
10914
+ * with the detached network interface might still be visible. The
10915
+ * instance metadata will get updated when you stop and start the
10916
+ * instance.</p>
10917
+ * </li>
10918
+ * </ul>
10919
+ * </note>
10547
10920
  * @public
10548
10921
  */
10549
- StateTransitionTime?: Date | undefined;
10922
+ Force?: boolean | undefined;
10550
10923
  }
10551
10924
  /**
10552
10925
  * @public
10553
10926
  */
10554
- export interface DisableFastSnapshotRestoresRequest {
10927
+ export interface DetachVerifiedAccessTrustProviderRequest {
10928
+ /**
10929
+ * <p>The ID of the Verified Access instance.</p>
10930
+ * @public
10931
+ */
10932
+ VerifiedAccessInstanceId: string | undefined;
10555
10933
  /**
10556
- * <p>One or more Availability Zones. For example, <code>us-east-2a</code>.</p>
10934
+ * <p>The ID of the Verified Access trust provider.</p>
10557
10935
  * @public
10558
10936
  */
10559
- AvailabilityZones: string[] | undefined;
10937
+ VerifiedAccessTrustProviderId: string | undefined;
10560
10938
  /**
10561
- * <p>The IDs of one or more snapshots. For example, <code>snap-1234567890abcdef0</code>.</p>
10939
+ * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
10940
+ * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
10562
10941
  * @public
10563
10942
  */
10564
- SourceSnapshotIds: string[] | undefined;
10943
+ ClientToken?: string | undefined;
10565
10944
  /**
10566
10945
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
10567
10946
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -10571,150 +10950,112 @@ export interface DisableFastSnapshotRestoresRequest {
10571
10950
  DryRun?: boolean | undefined;
10572
10951
  }
10573
10952
  /**
10574
- * <p>Describes fast snapshot restores that were successfully disabled.</p>
10575
10953
  * @public
10576
10954
  */
10577
- export interface DisableFastSnapshotRestoreSuccessItem {
10578
- /**
10579
- * <p>The ID of the snapshot.</p>
10580
- * @public
10581
- */
10582
- SnapshotId?: string | undefined;
10583
- /**
10584
- * <p>The Availability Zone.</p>
10585
- * @public
10586
- */
10587
- AvailabilityZone?: string | undefined;
10588
- /**
10589
- * <p>The state of fast snapshot restores for the snapshot.</p>
10590
- * @public
10591
- */
10592
- State?: FastSnapshotRestoreStateCode | undefined;
10593
- /**
10594
- * <p>The reason for the state transition. The possible values are as follows:</p>
10595
- * <ul>
10596
- * <li>
10597
- * <p>
10598
- * <code>Client.UserInitiated</code> - The state successfully transitioned to <code>enabling</code> or
10599
- * <code>disabling</code>.</p>
10600
- * </li>
10601
- * <li>
10602
- * <p>
10603
- * <code>Client.UserInitiated - Lifecycle state transition</code> - The state successfully transitioned
10604
- * to <code>optimizing</code>, <code>enabled</code>, or <code>disabled</code>.</p>
10605
- * </li>
10606
- * </ul>
10607
- * @public
10608
- */
10609
- StateTransitionReason?: string | undefined;
10955
+ export interface DetachVerifiedAccessTrustProviderResult {
10610
10956
  /**
10611
- * <p>The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.</p>
10957
+ * <p>Details about the Verified Access trust provider.</p>
10612
10958
  * @public
10613
10959
  */
10614
- OwnerId?: string | undefined;
10960
+ VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
10615
10961
  /**
10616
- * <p>The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.</p>
10962
+ * <p>Details about the Verified Access instance.</p>
10617
10963
  * @public
10618
10964
  */
10619
- OwnerAlias?: string | undefined;
10965
+ VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
10966
+ }
10967
+ /**
10968
+ * @public
10969
+ */
10970
+ export interface DetachVolumeRequest {
10620
10971
  /**
10621
- * <p>The time at which fast snapshot restores entered the <code>enabling</code> state.</p>
10972
+ * <p>The device name.</p>
10622
10973
  * @public
10623
10974
  */
10624
- EnablingTime?: Date | undefined;
10975
+ Device?: string | undefined;
10625
10976
  /**
10626
- * <p>The time at which fast snapshot restores entered the <code>optimizing</code> state.</p>
10977
+ * <p>Forces detachment if the previous detachment attempt did not occur cleanly (for example,
10978
+ * logging into an instance, unmounting the volume, and detaching normally). This option can lead
10979
+ * to data loss or a corrupted file system. Use this option only as a last resort to detach a
10980
+ * volume from a failed instance. The instance won't have an opportunity to flush file system
10981
+ * caches or file system metadata. If you use this option, you must perform file system check and
10982
+ * repair procedures.</p>
10627
10983
  * @public
10628
10984
  */
10629
- OptimizingTime?: Date | undefined;
10985
+ Force?: boolean | undefined;
10630
10986
  /**
10631
- * <p>The time at which fast snapshot restores entered the <code>enabled</code> state.</p>
10987
+ * <p>The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.</p>
10632
10988
  * @public
10633
10989
  */
10634
- EnabledTime?: Date | undefined;
10990
+ InstanceId?: string | undefined;
10635
10991
  /**
10636
- * <p>The time at which fast snapshot restores entered the <code>disabling</code> state.</p>
10992
+ * <p>The ID of the volume.</p>
10637
10993
  * @public
10638
10994
  */
10639
- DisablingTime?: Date | undefined;
10995
+ VolumeId: string | undefined;
10640
10996
  /**
10641
- * <p>The time at which fast snapshot restores entered the <code>disabled</code> state.</p>
10997
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
10998
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10999
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10642
11000
  * @public
10643
11001
  */
10644
- DisabledTime?: Date | undefined;
11002
+ DryRun?: boolean | undefined;
10645
11003
  }
10646
11004
  /**
10647
- * <p>Describes an error that occurred when disabling fast snapshot restores.</p>
11005
+ * <p>Contains the parameters for DetachVpnGateway.</p>
10648
11006
  * @public
10649
11007
  */
10650
- export interface DisableFastSnapshotRestoreStateError {
10651
- /**
10652
- * <p>The error code.</p>
10653
- * @public
10654
- */
10655
- Code?: string | undefined;
11008
+ export interface DetachVpnGatewayRequest {
10656
11009
  /**
10657
- * <p>The error message.</p>
11010
+ * <p>The ID of the VPC.</p>
10658
11011
  * @public
10659
11012
  */
10660
- Message?: string | undefined;
10661
- }
10662
- /**
10663
- * <p>Contains information about an error that occurred when disabling fast snapshot restores.</p>
10664
- * @public
10665
- */
10666
- export interface DisableFastSnapshotRestoreStateErrorItem {
11013
+ VpcId: string | undefined;
10667
11014
  /**
10668
- * <p>The Availability Zone.</p>
11015
+ * <p>The ID of the virtual private gateway.</p>
10669
11016
  * @public
10670
11017
  */
10671
- AvailabilityZone?: string | undefined;
11018
+ VpnGatewayId: string | undefined;
10672
11019
  /**
10673
- * <p>The error.</p>
11020
+ * <p>Checks whether you have the required permissions for the action, without actually
11021
+ * making the request, and provides an error response. If you have the required
11022
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
11023
+ * <code>UnauthorizedOperation</code>.</p>
10674
11024
  * @public
10675
11025
  */
10676
- Error?: DisableFastSnapshotRestoreStateError | undefined;
11026
+ DryRun?: boolean | undefined;
10677
11027
  }
10678
11028
  /**
10679
- * <p>Contains information about the errors that occurred when disabling fast snapshot restores.</p>
10680
11029
  * @public
10681
11030
  */
10682
- export interface DisableFastSnapshotRestoreErrorItem {
11031
+ export interface DisableAddressTransferRequest {
10683
11032
  /**
10684
- * <p>The ID of the snapshot.</p>
11033
+ * <p>The allocation ID of an Elastic IP address.</p>
10685
11034
  * @public
10686
11035
  */
10687
- SnapshotId?: string | undefined;
11036
+ AllocationId: string | undefined;
10688
11037
  /**
10689
- * <p>The errors.</p>
11038
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
11039
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11040
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10690
11041
  * @public
10691
11042
  */
10692
- FastSnapshotRestoreStateErrors?: DisableFastSnapshotRestoreStateErrorItem[] | undefined;
11043
+ DryRun?: boolean | undefined;
10693
11044
  }
10694
11045
  /**
10695
11046
  * @public
10696
11047
  */
10697
- export interface DisableFastSnapshotRestoresResult {
10698
- /**
10699
- * <p>Information about the snapshots for which fast snapshot restores were successfully disabled.</p>
10700
- * @public
10701
- */
10702
- Successful?: DisableFastSnapshotRestoreSuccessItem[] | undefined;
11048
+ export interface DisableAddressTransferResult {
10703
11049
  /**
10704
- * <p>Information about the snapshots for which fast snapshot restores could not be disabled.</p>
11050
+ * <p>An Elastic IP address transfer.</p>
10705
11051
  * @public
10706
11052
  */
10707
- Unsuccessful?: DisableFastSnapshotRestoreErrorItem[] | undefined;
11053
+ AddressTransfer?: AddressTransfer | undefined;
10708
11054
  }
10709
11055
  /**
10710
11056
  * @public
10711
11057
  */
10712
- export interface DisableImageRequest {
10713
- /**
10714
- * <p>The ID of the AMI.</p>
10715
- * @public
10716
- */
10717
- ImageId: string | undefined;
11058
+ export interface DisableAllowedImagesSettingsRequest {
10718
11059
  /**
10719
11060
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
10720
11061
  * and provides an error response. If you have the required permissions, the error response is
@@ -10726,90 +11067,55 @@ export interface DisableImageRequest {
10726
11067
  /**
10727
11068
  * @public
10728
11069
  */
10729
- export interface DisableImageResult {
11070
+ export interface DisableAllowedImagesSettingsResult {
10730
11071
  /**
10731
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
11072
+ * <p>Returns <code>disabled</code> if the request succeeds; otherwise, it returns an
11073
+ * error.</p>
10732
11074
  * @public
10733
11075
  */
10734
- Return?: boolean | undefined;
11076
+ AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
10735
11077
  }
10736
11078
  /**
10737
11079
  * @public
10738
11080
  */
10739
- export interface DisableImageBlockPublicAccessRequest {
11081
+ export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
10740
11082
  /**
10741
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10742
- * and provides an error response. If you have the required permissions, the error response is
10743
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11083
+ * <p>The source Region or Availability Zone that the metric subscription is disabled for. For example, <code>us-east-1</code>.</p>
10744
11084
  * @public
10745
11085
  */
10746
- DryRun?: boolean | undefined;
10747
- }
10748
- /**
10749
- * @public
10750
- * @enum
10751
- */
10752
- export declare const ImageBlockPublicAccessDisabledState: {
10753
- readonly unblocked: "unblocked";
10754
- };
10755
- /**
10756
- * @public
10757
- */
10758
- export type ImageBlockPublicAccessDisabledState = (typeof ImageBlockPublicAccessDisabledState)[keyof typeof ImageBlockPublicAccessDisabledState];
10759
- /**
10760
- * @public
10761
- */
10762
- export interface DisableImageBlockPublicAccessResult {
11086
+ Source?: string | undefined;
10763
11087
  /**
10764
- * <p>Returns <code>unblocked</code> if the request succeeds; otherwise, it returns an
10765
- * error.</p>
11088
+ * <p>The target Region or Availability Zone that the metric subscription is disabled for. For example, <code>eu-north-1</code>.</p>
10766
11089
  * @public
10767
11090
  */
10768
- ImageBlockPublicAccessState?: ImageBlockPublicAccessDisabledState | undefined;
10769
- }
10770
- /**
10771
- * @public
10772
- */
10773
- export interface DisableImageDeprecationRequest {
11091
+ Destination?: string | undefined;
10774
11092
  /**
10775
- * <p>The ID of the AMI.</p>
11093
+ * <p>The metric used for the disabled subscription.</p>
10776
11094
  * @public
10777
11095
  */
10778
- ImageId: string | undefined;
11096
+ Metric?: MetricType | undefined;
10779
11097
  /**
10780
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10781
- * and provides an error response. If you have the required permissions, the error response is
10782
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11098
+ * <p>The statistic used for the disabled subscription. </p>
10783
11099
  * @public
10784
11100
  */
10785
- DryRun?: boolean | undefined;
10786
- }
10787
- /**
10788
- * @public
10789
- */
10790
- export interface DisableImageDeprecationResult {
11101
+ Statistic?: StatisticType | undefined;
10791
11102
  /**
10792
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
11103
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
11104
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11105
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10793
11106
  * @public
10794
11107
  */
10795
- Return?: boolean | undefined;
11108
+ DryRun?: boolean | undefined;
10796
11109
  }
10797
11110
  /**
10798
11111
  * @public
10799
11112
  */
10800
- export interface DisableImageDeregistrationProtectionRequest {
10801
- /**
10802
- * <p>The ID of the AMI.</p>
10803
- * @public
10804
- */
10805
- ImageId: string | undefined;
11113
+ export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
10806
11114
  /**
10807
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10808
- * and provides an error response. If you have the required permissions, the error response is
10809
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11115
+ * <p>Indicates whether the unsubscribe action was successful.</p>
10810
11116
  * @public
10811
11117
  */
10812
- DryRun?: boolean | undefined;
11118
+ Output?: boolean | undefined;
10813
11119
  }
10814
11120
  /**
10815
11121
  * @internal