{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-unused-binds #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}

-- Derived from AWS service descriptions, licensed under Apache 2.0.

-- |
-- Module      : Amazonka.EC2.DescribeNetworkInterfaces
-- Copyright   : (c) 2013-2023 Brendan Hay
-- License     : Mozilla Public License, v. 2.0.
-- Maintainer  : Brendan Hay
-- Stability   : auto-generated
-- Portability : non-portable (GHC extensions)
--
-- Describes one or more of your network interfaces.
--
-- This operation returns paginated results.
module Amazonka.EC2.DescribeNetworkInterfaces
  ( -- * Creating a Request
    DescribeNetworkInterfaces (..),
    newDescribeNetworkInterfaces,

    -- * Request Lenses
    describeNetworkInterfaces_dryRun,
    describeNetworkInterfaces_filters,
    describeNetworkInterfaces_maxResults,
    describeNetworkInterfaces_networkInterfaceIds,
    describeNetworkInterfaces_nextToken,

    -- * Destructuring the Response
    DescribeNetworkInterfacesResponse (..),
    newDescribeNetworkInterfacesResponse,

    -- * Response Lenses
    describeNetworkInterfacesResponse_networkInterfaces,
    describeNetworkInterfacesResponse_nextToken,
    describeNetworkInterfacesResponse_httpStatus,
  )
where

import qualified Amazonka.Core as Core
import qualified Amazonka.Core.Lens.Internal as Lens
import qualified Amazonka.Data as Data
import Amazonka.EC2.Types
import qualified Amazonka.Prelude as Prelude
import qualified Amazonka.Request as Request
import qualified Amazonka.Response as Response

-- | Contains the parameters for DescribeNetworkInterfaces.
--
-- /See:/ 'newDescribeNetworkInterfaces' smart constructor.
data DescribeNetworkInterfaces = DescribeNetworkInterfaces'
  { -- | Checks whether you have the required permissions for the action, without
    -- actually making the request, and provides an error response. If you have
    -- the required permissions, the error response is @DryRunOperation@.
    -- Otherwise, it is @UnauthorizedOperation@.
    DescribeNetworkInterfaces -> Maybe Bool
dryRun :: Prelude.Maybe Prelude.Bool,
    -- | One or more filters.
    --
    -- -   @addresses.private-ip-address@ - The private IPv4 addresses
    --     associated with the network interface.
    --
    -- -   @addresses.primary@ - Whether the private IPv4 address is the
    --     primary IP address associated with the network interface.
    --
    -- -   @addresses.association.public-ip@ - The association ID returned when
    --     the network interface was associated with the Elastic IP address
    --     (IPv4).
    --
    -- -   @addresses.association.owner-id@ - The owner ID of the addresses
    --     associated with the network interface.
    --
    -- -   @association.association-id@ - The association ID returned when the
    --     network interface was associated with an IPv4 address.
    --
    -- -   @association.allocation-id@ - The allocation ID returned when you
    --     allocated the Elastic IP address (IPv4) for your network interface.
    --
    -- -   @association.ip-owner-id@ - The owner of the Elastic IP address
    --     (IPv4) associated with the network interface.
    --
    -- -   @association.public-ip@ - The address of the Elastic IP address
    --     (IPv4) bound to the network interface.
    --
    -- -   @association.public-dns-name@ - The public DNS name for the network
    --     interface (IPv4).
    --
    -- -   @attachment.attachment-id@ - The ID of the interface attachment.
    --
    -- -   @attachment.attach-time@ - The time that the network interface was
    --     attached to an instance.
    --
    -- -   @attachment.delete-on-termination@ - Indicates whether the
    --     attachment is deleted when an instance is terminated.
    --
    -- -   @attachment.device-index@ - The device index to which the network
    --     interface is attached.
    --
    -- -   @attachment.instance-id@ - The ID of the instance to which the
    --     network interface is attached.
    --
    -- -   @attachment.instance-owner-id@ - The owner ID of the instance to
    --     which the network interface is attached.
    --
    -- -   @attachment.status@ - The status of the attachment (@attaching@ |
    --     @attached@ | @detaching@ | @detached@).
    --
    -- -   @availability-zone@ - The Availability Zone of the network
    --     interface.
    --
    -- -   @description@ - The description of the network interface.
    --
    -- -   @group-id@ - The ID of a security group associated with the network
    --     interface.
    --
    -- -   @group-name@ - The name of a security group associated with the
    --     network interface.
    --
    -- -   @ipv6-addresses.ipv6-address@ - An IPv6 address associated with the
    --     network interface.
    --
    -- -   @interface-type@ - The type of network interface
    --     (@api_gateway_managed@ | @aws_codestar_connections_managed@ |
    --     @branch@ | @efa@ | @gateway_load_balancer@ |
    --     @gateway_load_balancer_endpoint@ | @global_accelerator_managed@ |
    --     @interface@ | @iot_rules_managed@ | @lambda@ | @load_balancer@ |
    --     @nat_gateway@ | @network_load_balancer@ | @quicksight@ |
    --     @transit_gateway@ | @trunk@ | @vpc_endpoint@).
    --
    -- -   @mac-address@ - The MAC address of the network interface.
    --
    -- -   @network-interface-id@ - The ID of the network interface.
    --
    -- -   @owner-id@ - The Amazon Web Services account ID of the network
    --     interface owner.
    --
    -- -   @private-ip-address@ - The private IPv4 address or addresses of the
    --     network interface.
    --
    -- -   @private-dns-name@ - The private DNS name of the network interface
    --     (IPv4).
    --
    -- -   @requester-id@ - The alias or Amazon Web Services account ID of the
    --     principal or service that created the network interface.
    --
    -- -   @requester-managed@ - Indicates whether the network interface is
    --     being managed by an Amazon Web Service (for example, Amazon Web
    --     Services Management Console, Auto Scaling, and so on).
    --
    -- -   @source-dest-check@ - Indicates whether the network interface
    --     performs source\/destination checking. A value of @true@ means
    --     checking is enabled, and @false@ means checking is disabled. The
    --     value must be @false@ for the network interface to perform network
    --     address translation (NAT) in your VPC.
    --
    -- -   @status@ - The status of the network interface. If the network
    --     interface is not attached to an instance, the status is @available@;
    --     if a network interface is attached to an instance the status is
    --     @in-use@.
    --
    -- -   @subnet-id@ - The ID of the subnet for the network interface.
    --
    -- -   @tag@:\<key> - 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. For example, to find all resources that have a tag
    --     with the key @Owner@ and the value @TeamA@, specify @tag:Owner@ for
    --     the filter name and @TeamA@ for the filter value.
    --
    -- -   @tag-key@ - 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.
    --
    -- -   @vpc-id@ - The ID of the VPC for the network interface.
    DescribeNetworkInterfaces -> Maybe [Filter]
filters :: Prelude.Maybe [Filter],
    -- | The maximum number of items to return for this request. The request
    -- returns a token that you can specify in a subsequent call to get the
    -- next set of results. You cannot specify this parameter and the network
    -- interface IDs parameter in the same request.
    DescribeNetworkInterfaces -> Maybe Natural
maxResults :: Prelude.Maybe Prelude.Natural,
    -- | The network interface IDs.
    --
    -- Default: Describes all your network interfaces.
    DescribeNetworkInterfaces -> Maybe [Text]
networkInterfaceIds :: Prelude.Maybe [Prelude.Text],
    -- | The token to retrieve the next page of results.
    DescribeNetworkInterfaces -> Maybe Text
nextToken :: Prelude.Maybe Prelude.Text
  }
  deriving (DescribeNetworkInterfaces -> DescribeNetworkInterfaces -> Bool
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: DescribeNetworkInterfaces -> DescribeNetworkInterfaces -> Bool
$c/= :: DescribeNetworkInterfaces -> DescribeNetworkInterfaces -> Bool
== :: DescribeNetworkInterfaces -> DescribeNetworkInterfaces -> Bool
$c== :: DescribeNetworkInterfaces -> DescribeNetworkInterfaces -> Bool
Prelude.Eq, ReadPrec [DescribeNetworkInterfaces]
ReadPrec DescribeNetworkInterfaces
Int -> ReadS DescribeNetworkInterfaces
ReadS [DescribeNetworkInterfaces]
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [DescribeNetworkInterfaces]
$creadListPrec :: ReadPrec [DescribeNetworkInterfaces]
readPrec :: ReadPrec DescribeNetworkInterfaces
$creadPrec :: ReadPrec DescribeNetworkInterfaces
readList :: ReadS [DescribeNetworkInterfaces]
$creadList :: ReadS [DescribeNetworkInterfaces]
readsPrec :: Int -> ReadS DescribeNetworkInterfaces
$creadsPrec :: Int -> ReadS DescribeNetworkInterfaces
Prelude.Read, Int -> DescribeNetworkInterfaces -> ShowS
[DescribeNetworkInterfaces] -> ShowS
DescribeNetworkInterfaces -> String
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [DescribeNetworkInterfaces] -> ShowS
$cshowList :: [DescribeNetworkInterfaces] -> ShowS
show :: DescribeNetworkInterfaces -> String
$cshow :: DescribeNetworkInterfaces -> String
showsPrec :: Int -> DescribeNetworkInterfaces -> ShowS
$cshowsPrec :: Int -> DescribeNetworkInterfaces -> ShowS
Prelude.Show, forall x.
Rep DescribeNetworkInterfaces x -> DescribeNetworkInterfaces
forall x.
DescribeNetworkInterfaces -> Rep DescribeNetworkInterfaces x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep DescribeNetworkInterfaces x -> DescribeNetworkInterfaces
$cfrom :: forall x.
DescribeNetworkInterfaces -> Rep DescribeNetworkInterfaces x
Prelude.Generic)

-- |
-- Create a value of 'DescribeNetworkInterfaces' with all optional fields omitted.
--
-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.
--
-- The following record fields are available, with the corresponding lenses provided
-- for backwards compatibility:
--
-- 'dryRun', 'describeNetworkInterfaces_dryRun' - Checks whether you have the required permissions for the action, without
-- actually making the request, and provides an error response. If you have
-- the required permissions, the error response is @DryRunOperation@.
-- Otherwise, it is @UnauthorizedOperation@.
--
-- 'filters', 'describeNetworkInterfaces_filters' - One or more filters.
--
-- -   @addresses.private-ip-address@ - The private IPv4 addresses
--     associated with the network interface.
--
-- -   @addresses.primary@ - Whether the private IPv4 address is the
--     primary IP address associated with the network interface.
--
-- -   @addresses.association.public-ip@ - The association ID returned when
--     the network interface was associated with the Elastic IP address
--     (IPv4).
--
-- -   @addresses.association.owner-id@ - The owner ID of the addresses
--     associated with the network interface.
--
-- -   @association.association-id@ - The association ID returned when the
--     network interface was associated with an IPv4 address.
--
-- -   @association.allocation-id@ - The allocation ID returned when you
--     allocated the Elastic IP address (IPv4) for your network interface.
--
-- -   @association.ip-owner-id@ - The owner of the Elastic IP address
--     (IPv4) associated with the network interface.
--
-- -   @association.public-ip@ - The address of the Elastic IP address
--     (IPv4) bound to the network interface.
--
-- -   @association.public-dns-name@ - The public DNS name for the network
--     interface (IPv4).
--
-- -   @attachment.attachment-id@ - The ID of the interface attachment.
--
-- -   @attachment.attach-time@ - The time that the network interface was
--     attached to an instance.
--
-- -   @attachment.delete-on-termination@ - Indicates whether the
--     attachment is deleted when an instance is terminated.
--
-- -   @attachment.device-index@ - The device index to which the network
--     interface is attached.
--
-- -   @attachment.instance-id@ - The ID of the instance to which the
--     network interface is attached.
--
-- -   @attachment.instance-owner-id@ - The owner ID of the instance to
--     which the network interface is attached.
--
-- -   @attachment.status@ - The status of the attachment (@attaching@ |
--     @attached@ | @detaching@ | @detached@).
--
-- -   @availability-zone@ - The Availability Zone of the network
--     interface.
--
-- -   @description@ - The description of the network interface.
--
-- -   @group-id@ - The ID of a security group associated with the network
--     interface.
--
-- -   @group-name@ - The name of a security group associated with the
--     network interface.
--
-- -   @ipv6-addresses.ipv6-address@ - An IPv6 address associated with the
--     network interface.
--
-- -   @interface-type@ - The type of network interface
--     (@api_gateway_managed@ | @aws_codestar_connections_managed@ |
--     @branch@ | @efa@ | @gateway_load_balancer@ |
--     @gateway_load_balancer_endpoint@ | @global_accelerator_managed@ |
--     @interface@ | @iot_rules_managed@ | @lambda@ | @load_balancer@ |
--     @nat_gateway@ | @network_load_balancer@ | @quicksight@ |
--     @transit_gateway@ | @trunk@ | @vpc_endpoint@).
--
-- -   @mac-address@ - The MAC address of the network interface.
--
-- -   @network-interface-id@ - The ID of the network interface.
--
-- -   @owner-id@ - The Amazon Web Services account ID of the network
--     interface owner.
--
-- -   @private-ip-address@ - The private IPv4 address or addresses of the
--     network interface.
--
-- -   @private-dns-name@ - The private DNS name of the network interface
--     (IPv4).
--
-- -   @requester-id@ - The alias or Amazon Web Services account ID of the
--     principal or service that created the network interface.
--
-- -   @requester-managed@ - Indicates whether the network interface is
--     being managed by an Amazon Web Service (for example, Amazon Web
--     Services Management Console, Auto Scaling, and so on).
--
-- -   @source-dest-check@ - Indicates whether the network interface
--     performs source\/destination checking. A value of @true@ means
--     checking is enabled, and @false@ means checking is disabled. The
--     value must be @false@ for the network interface to perform network
--     address translation (NAT) in your VPC.
--
-- -   @status@ - The status of the network interface. If the network
--     interface is not attached to an instance, the status is @available@;
--     if a network interface is attached to an instance the status is
--     @in-use@.
--
-- -   @subnet-id@ - The ID of the subnet for the network interface.
--
-- -   @tag@:\<key> - 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. For example, to find all resources that have a tag
--     with the key @Owner@ and the value @TeamA@, specify @tag:Owner@ for
--     the filter name and @TeamA@ for the filter value.
--
-- -   @tag-key@ - 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.
--
-- -   @vpc-id@ - The ID of the VPC for the network interface.
--
-- 'maxResults', 'describeNetworkInterfaces_maxResults' - The maximum number of items to return for this request. The request
-- returns a token that you can specify in a subsequent call to get the
-- next set of results. You cannot specify this parameter and the network
-- interface IDs parameter in the same request.
--
-- 'networkInterfaceIds', 'describeNetworkInterfaces_networkInterfaceIds' - The network interface IDs.
--
-- Default: Describes all your network interfaces.
--
-- 'nextToken', 'describeNetworkInterfaces_nextToken' - The token to retrieve the next page of results.
newDescribeNetworkInterfaces ::
  DescribeNetworkInterfaces
newDescribeNetworkInterfaces :: DescribeNetworkInterfaces
newDescribeNetworkInterfaces =
  DescribeNetworkInterfaces'
    { $sel:dryRun:DescribeNetworkInterfaces' :: Maybe Bool
dryRun =
        forall a. Maybe a
Prelude.Nothing,
      $sel:filters:DescribeNetworkInterfaces' :: Maybe [Filter]
filters = forall a. Maybe a
Prelude.Nothing,
      $sel:maxResults:DescribeNetworkInterfaces' :: Maybe Natural
maxResults = forall a. Maybe a
Prelude.Nothing,
      $sel:networkInterfaceIds:DescribeNetworkInterfaces' :: Maybe [Text]
networkInterfaceIds = forall a. Maybe a
Prelude.Nothing,
      $sel:nextToken:DescribeNetworkInterfaces' :: Maybe Text
nextToken = forall a. Maybe a
Prelude.Nothing
    }

-- | Checks whether you have the required permissions for the action, without
-- actually making the request, and provides an error response. If you have
-- the required permissions, the error response is @DryRunOperation@.
-- Otherwise, it is @UnauthorizedOperation@.
describeNetworkInterfaces_dryRun :: Lens.Lens' DescribeNetworkInterfaces (Prelude.Maybe Prelude.Bool)
describeNetworkInterfaces_dryRun :: Lens' DescribeNetworkInterfaces (Maybe Bool)
describeNetworkInterfaces_dryRun = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\DescribeNetworkInterfaces' {Maybe Bool
dryRun :: Maybe Bool
$sel:dryRun:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe Bool
dryRun} -> Maybe Bool
dryRun) (\s :: DescribeNetworkInterfaces
s@DescribeNetworkInterfaces' {} Maybe Bool
a -> DescribeNetworkInterfaces
s {$sel:dryRun:DescribeNetworkInterfaces' :: Maybe Bool
dryRun = Maybe Bool
a} :: DescribeNetworkInterfaces)

-- | One or more filters.
--
-- -   @addresses.private-ip-address@ - The private IPv4 addresses
--     associated with the network interface.
--
-- -   @addresses.primary@ - Whether the private IPv4 address is the
--     primary IP address associated with the network interface.
--
-- -   @addresses.association.public-ip@ - The association ID returned when
--     the network interface was associated with the Elastic IP address
--     (IPv4).
--
-- -   @addresses.association.owner-id@ - The owner ID of the addresses
--     associated with the network interface.
--
-- -   @association.association-id@ - The association ID returned when the
--     network interface was associated with an IPv4 address.
--
-- -   @association.allocation-id@ - The allocation ID returned when you
--     allocated the Elastic IP address (IPv4) for your network interface.
--
-- -   @association.ip-owner-id@ - The owner of the Elastic IP address
--     (IPv4) associated with the network interface.
--
-- -   @association.public-ip@ - The address of the Elastic IP address
--     (IPv4) bound to the network interface.
--
-- -   @association.public-dns-name@ - The public DNS name for the network
--     interface (IPv4).
--
-- -   @attachment.attachment-id@ - The ID of the interface attachment.
--
-- -   @attachment.attach-time@ - The time that the network interface was
--     attached to an instance.
--
-- -   @attachment.delete-on-termination@ - Indicates whether the
--     attachment is deleted when an instance is terminated.
--
-- -   @attachment.device-index@ - The device index to which the network
--     interface is attached.
--
-- -   @attachment.instance-id@ - The ID of the instance to which the
--     network interface is attached.
--
-- -   @attachment.instance-owner-id@ - The owner ID of the instance to
--     which the network interface is attached.
--
-- -   @attachment.status@ - The status of the attachment (@attaching@ |
--     @attached@ | @detaching@ | @detached@).
--
-- -   @availability-zone@ - The Availability Zone of the network
--     interface.
--
-- -   @description@ - The description of the network interface.
--
-- -   @group-id@ - The ID of a security group associated with the network
--     interface.
--
-- -   @group-name@ - The name of a security group associated with the
--     network interface.
--
-- -   @ipv6-addresses.ipv6-address@ - An IPv6 address associated with the
--     network interface.
--
-- -   @interface-type@ - The type of network interface
--     (@api_gateway_managed@ | @aws_codestar_connections_managed@ |
--     @branch@ | @efa@ | @gateway_load_balancer@ |
--     @gateway_load_balancer_endpoint@ | @global_accelerator_managed@ |
--     @interface@ | @iot_rules_managed@ | @lambda@ | @load_balancer@ |
--     @nat_gateway@ | @network_load_balancer@ | @quicksight@ |
--     @transit_gateway@ | @trunk@ | @vpc_endpoint@).
--
-- -   @mac-address@ - The MAC address of the network interface.
--
-- -   @network-interface-id@ - The ID of the network interface.
--
-- -   @owner-id@ - The Amazon Web Services account ID of the network
--     interface owner.
--
-- -   @private-ip-address@ - The private IPv4 address or addresses of the
--     network interface.
--
-- -   @private-dns-name@ - The private DNS name of the network interface
--     (IPv4).
--
-- -   @requester-id@ - The alias or Amazon Web Services account ID of the
--     principal or service that created the network interface.
--
-- -   @requester-managed@ - Indicates whether the network interface is
--     being managed by an Amazon Web Service (for example, Amazon Web
--     Services Management Console, Auto Scaling, and so on).
--
-- -   @source-dest-check@ - Indicates whether the network interface
--     performs source\/destination checking. A value of @true@ means
--     checking is enabled, and @false@ means checking is disabled. The
--     value must be @false@ for the network interface to perform network
--     address translation (NAT) in your VPC.
--
-- -   @status@ - The status of the network interface. If the network
--     interface is not attached to an instance, the status is @available@;
--     if a network interface is attached to an instance the status is
--     @in-use@.
--
-- -   @subnet-id@ - The ID of the subnet for the network interface.
--
-- -   @tag@:\<key> - 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. For example, to find all resources that have a tag
--     with the key @Owner@ and the value @TeamA@, specify @tag:Owner@ for
--     the filter name and @TeamA@ for the filter value.
--
-- -   @tag-key@ - 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.
--
-- -   @vpc-id@ - The ID of the VPC for the network interface.
describeNetworkInterfaces_filters :: Lens.Lens' DescribeNetworkInterfaces (Prelude.Maybe [Filter])
describeNetworkInterfaces_filters :: Lens' DescribeNetworkInterfaces (Maybe [Filter])
describeNetworkInterfaces_filters = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\DescribeNetworkInterfaces' {Maybe [Filter]
filters :: Maybe [Filter]
$sel:filters:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe [Filter]
filters} -> Maybe [Filter]
filters) (\s :: DescribeNetworkInterfaces
s@DescribeNetworkInterfaces' {} Maybe [Filter]
a -> DescribeNetworkInterfaces
s {$sel:filters:DescribeNetworkInterfaces' :: Maybe [Filter]
filters = Maybe [Filter]
a} :: DescribeNetworkInterfaces) forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. forall (f :: * -> *) (g :: * -> *) s t a b.
(Functor f, Functor g) =>
AnIso s t a b -> Iso (f s) (g t) (f a) (g b)
Lens.mapping forall s t a b. (Coercible s a, Coercible t b) => Iso s t a b
Lens.coerced

-- | The maximum number of items to return for this request. The request
-- returns a token that you can specify in a subsequent call to get the
-- next set of results. You cannot specify this parameter and the network
-- interface IDs parameter in the same request.
describeNetworkInterfaces_maxResults :: Lens.Lens' DescribeNetworkInterfaces (Prelude.Maybe Prelude.Natural)
describeNetworkInterfaces_maxResults :: Lens' DescribeNetworkInterfaces (Maybe Natural)
describeNetworkInterfaces_maxResults = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\DescribeNetworkInterfaces' {Maybe Natural
maxResults :: Maybe Natural
$sel:maxResults:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe Natural
maxResults} -> Maybe Natural
maxResults) (\s :: DescribeNetworkInterfaces
s@DescribeNetworkInterfaces' {} Maybe Natural
a -> DescribeNetworkInterfaces
s {$sel:maxResults:DescribeNetworkInterfaces' :: Maybe Natural
maxResults = Maybe Natural
a} :: DescribeNetworkInterfaces)

-- | The network interface IDs.
--
-- Default: Describes all your network interfaces.
describeNetworkInterfaces_networkInterfaceIds :: Lens.Lens' DescribeNetworkInterfaces (Prelude.Maybe [Prelude.Text])
describeNetworkInterfaces_networkInterfaceIds :: Lens' DescribeNetworkInterfaces (Maybe [Text])
describeNetworkInterfaces_networkInterfaceIds = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\DescribeNetworkInterfaces' {Maybe [Text]
networkInterfaceIds :: Maybe [Text]
$sel:networkInterfaceIds:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe [Text]
networkInterfaceIds} -> Maybe [Text]
networkInterfaceIds) (\s :: DescribeNetworkInterfaces
s@DescribeNetworkInterfaces' {} Maybe [Text]
a -> DescribeNetworkInterfaces
s {$sel:networkInterfaceIds:DescribeNetworkInterfaces' :: Maybe [Text]
networkInterfaceIds = Maybe [Text]
a} :: DescribeNetworkInterfaces) forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. forall (f :: * -> *) (g :: * -> *) s t a b.
(Functor f, Functor g) =>
AnIso s t a b -> Iso (f s) (g t) (f a) (g b)
Lens.mapping forall s t a b. (Coercible s a, Coercible t b) => Iso s t a b
Lens.coerced

-- | The token to retrieve the next page of results.
describeNetworkInterfaces_nextToken :: Lens.Lens' DescribeNetworkInterfaces (Prelude.Maybe Prelude.Text)
describeNetworkInterfaces_nextToken :: Lens' DescribeNetworkInterfaces (Maybe Text)
describeNetworkInterfaces_nextToken = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\DescribeNetworkInterfaces' {Maybe Text
nextToken :: Maybe Text
$sel:nextToken:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe Text
nextToken} -> Maybe Text
nextToken) (\s :: DescribeNetworkInterfaces
s@DescribeNetworkInterfaces' {} Maybe Text
a -> DescribeNetworkInterfaces
s {$sel:nextToken:DescribeNetworkInterfaces' :: Maybe Text
nextToken = Maybe Text
a} :: DescribeNetworkInterfaces)

instance Core.AWSPager DescribeNetworkInterfaces where
  page :: DescribeNetworkInterfaces
-> AWSResponse DescribeNetworkInterfaces
-> Maybe DescribeNetworkInterfaces
page DescribeNetworkInterfaces
rq AWSResponse DescribeNetworkInterfaces
rs
    | forall a. AWSTruncated a => a -> Bool
Core.stop
        ( AWSResponse DescribeNetworkInterfaces
rs
            forall s a. s -> Getting (First a) s a -> Maybe a
Lens.^? Lens' DescribeNetworkInterfacesResponse (Maybe Text)
describeNetworkInterfacesResponse_nextToken
            forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. forall a b. Prism (Maybe a) (Maybe b) a b
Lens._Just
        ) =
        forall a. Maybe a
Prelude.Nothing
    | forall a. AWSTruncated a => a -> Bool
Core.stop
        ( AWSResponse DescribeNetworkInterfaces
rs
            forall s a. s -> Getting (First a) s a -> Maybe a
Lens.^? Lens' DescribeNetworkInterfacesResponse (Maybe [NetworkInterface])
describeNetworkInterfacesResponse_networkInterfaces
            forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. forall a b. Prism (Maybe a) (Maybe b) a b
Lens._Just
        ) =
        forall a. Maybe a
Prelude.Nothing
    | Bool
Prelude.otherwise =
        forall a. a -> Maybe a
Prelude.Just
          forall a b. (a -> b) -> a -> b
Prelude.$ DescribeNetworkInterfaces
rq
          forall a b. a -> (a -> b) -> b
Prelude.& Lens' DescribeNetworkInterfaces (Maybe Text)
describeNetworkInterfaces_nextToken
          forall s t a b. ASetter s t a b -> b -> s -> t
Lens..~ AWSResponse DescribeNetworkInterfaces
rs
          forall s a. s -> Getting (First a) s a -> Maybe a
Lens.^? Lens' DescribeNetworkInterfacesResponse (Maybe Text)
describeNetworkInterfacesResponse_nextToken
          forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. forall a b. Prism (Maybe a) (Maybe b) a b
Lens._Just

instance Core.AWSRequest DescribeNetworkInterfaces where
  type
    AWSResponse DescribeNetworkInterfaces =
      DescribeNetworkInterfacesResponse
  request :: (Service -> Service)
-> DescribeNetworkInterfaces -> Request DescribeNetworkInterfaces
request Service -> Service
overrides =
    forall a. ToRequest a => Service -> a -> Request a
Request.postQuery (Service -> Service
overrides Service
defaultService)
  response :: forall (m :: * -> *).
MonadResource m =>
(ByteStringLazy -> IO ByteStringLazy)
-> Service
-> Proxy DescribeNetworkInterfaces
-> ClientResponse ClientBody
-> m (Either
        Error (ClientResponse (AWSResponse DescribeNetworkInterfaces)))
response =
    forall (m :: * -> *) a.
MonadResource m =>
(Int -> ResponseHeaders -> [Node] -> Either String (AWSResponse a))
-> (ByteStringLazy -> IO ByteStringLazy)
-> Service
-> Proxy a
-> ClientResponse ClientBody
-> m (Either Error (ClientResponse (AWSResponse a)))
Response.receiveXML
      ( \Int
s ResponseHeaders
h [Node]
x ->
          Maybe [NetworkInterface]
-> Maybe Text -> Int -> DescribeNetworkInterfacesResponse
DescribeNetworkInterfacesResponse'
            forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> ( [Node]
x
                            forall a. FromXML a => [Node] -> Text -> Either String (Maybe a)
Data..@? Text
"networkInterfaceSet"
                            forall (f :: * -> *) a. Functor f => f (Maybe a) -> a -> f a
Core..!@ forall a. Monoid a => a
Prelude.mempty
                            forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
Prelude.>>= forall (f :: * -> *) a b.
Applicative f =>
([a] -> f b) -> [a] -> f (Maybe b)
Core.may (forall a. FromXML a => Text -> [Node] -> Either String [a]
Data.parseXMLList Text
"item")
                        )
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> ([Node]
x forall a. FromXML a => [Node] -> Text -> Either String (Maybe a)
Data..@? Text
"nextToken")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure (forall a. Enum a => a -> Int
Prelude.fromEnum Int
s))
      )

instance Prelude.Hashable DescribeNetworkInterfaces where
  hashWithSalt :: Int -> DescribeNetworkInterfaces -> Int
hashWithSalt Int
_salt DescribeNetworkInterfaces' {Maybe Bool
Maybe Natural
Maybe [Text]
Maybe [Filter]
Maybe Text
nextToken :: Maybe Text
networkInterfaceIds :: Maybe [Text]
maxResults :: Maybe Natural
filters :: Maybe [Filter]
dryRun :: Maybe Bool
$sel:nextToken:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe Text
$sel:networkInterfaceIds:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe [Text]
$sel:maxResults:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe Natural
$sel:filters:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe [Filter]
$sel:dryRun:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe Bool
..} =
    Int
_salt
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Bool
dryRun
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe [Filter]
filters
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Natural
maxResults
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe [Text]
networkInterfaceIds
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
nextToken

instance Prelude.NFData DescribeNetworkInterfaces where
  rnf :: DescribeNetworkInterfaces -> ()
rnf DescribeNetworkInterfaces' {Maybe Bool
Maybe Natural
Maybe [Text]
Maybe [Filter]
Maybe Text
nextToken :: Maybe Text
networkInterfaceIds :: Maybe [Text]
maxResults :: Maybe Natural
filters :: Maybe [Filter]
dryRun :: Maybe Bool
$sel:nextToken:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe Text
$sel:networkInterfaceIds:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe [Text]
$sel:maxResults:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe Natural
$sel:filters:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe [Filter]
$sel:dryRun:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe Bool
..} =
    forall a. NFData a => a -> ()
Prelude.rnf Maybe Bool
dryRun
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe [Filter]
filters
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Natural
maxResults
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe [Text]
networkInterfaceIds
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
nextToken

instance Data.ToHeaders DescribeNetworkInterfaces where
  toHeaders :: DescribeNetworkInterfaces -> ResponseHeaders
toHeaders = forall a b. a -> b -> a
Prelude.const forall a. Monoid a => a
Prelude.mempty

instance Data.ToPath DescribeNetworkInterfaces where
  toPath :: DescribeNetworkInterfaces -> ByteString
toPath = forall a b. a -> b -> a
Prelude.const ByteString
"/"

instance Data.ToQuery DescribeNetworkInterfaces where
  toQuery :: DescribeNetworkInterfaces -> QueryString
toQuery DescribeNetworkInterfaces' {Maybe Bool
Maybe Natural
Maybe [Text]
Maybe [Filter]
Maybe Text
nextToken :: Maybe Text
networkInterfaceIds :: Maybe [Text]
maxResults :: Maybe Natural
filters :: Maybe [Filter]
dryRun :: Maybe Bool
$sel:nextToken:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe Text
$sel:networkInterfaceIds:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe [Text]
$sel:maxResults:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe Natural
$sel:filters:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe [Filter]
$sel:dryRun:DescribeNetworkInterfaces' :: DescribeNetworkInterfaces -> Maybe Bool
..} =
    forall a. Monoid a => [a] -> a
Prelude.mconcat
      [ ByteString
"Action"
          forall a. ToQuery a => ByteString -> a -> QueryString
Data.=: (ByteString
"DescribeNetworkInterfaces" :: Prelude.ByteString),
        ByteString
"Version"
          forall a. ToQuery a => ByteString -> a -> QueryString
Data.=: (ByteString
"2016-11-15" :: Prelude.ByteString),
        ByteString
"DryRun" forall a. ToQuery a => ByteString -> a -> QueryString
Data.=: Maybe Bool
dryRun,
        forall a. ToQuery a => a -> QueryString
Data.toQuery
          (forall a.
(IsList a, ToQuery (Item a)) =>
ByteString -> a -> QueryString
Data.toQueryList ByteString
"Filter" forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Filter]
filters),
        ByteString
"MaxResults" forall a. ToQuery a => ByteString -> a -> QueryString
Data.=: Maybe Natural
maxResults,
        forall a. ToQuery a => a -> QueryString
Data.toQuery
          ( forall a.
(IsList a, ToQuery (Item a)) =>
ByteString -> a -> QueryString
Data.toQueryList ByteString
"NetworkInterfaceId"
              forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Text]
networkInterfaceIds
          ),
        ByteString
"NextToken" forall a. ToQuery a => ByteString -> a -> QueryString
Data.=: Maybe Text
nextToken
      ]

-- | Contains the output of DescribeNetworkInterfaces.
--
-- /See:/ 'newDescribeNetworkInterfacesResponse' smart constructor.
data DescribeNetworkInterfacesResponse = DescribeNetworkInterfacesResponse'
  { -- | Information about one or more network interfaces.
    DescribeNetworkInterfacesResponse -> Maybe [NetworkInterface]
networkInterfaces :: Prelude.Maybe [NetworkInterface],
    -- | The token to use to retrieve the next page of results. This value is
    -- @null@ when there are no more results to return.
    DescribeNetworkInterfacesResponse -> Maybe Text
nextToken :: Prelude.Maybe Prelude.Text,
    -- | The response's http status code.
    DescribeNetworkInterfacesResponse -> Int
httpStatus :: Prelude.Int
  }
  deriving (DescribeNetworkInterfacesResponse
-> DescribeNetworkInterfacesResponse -> Bool
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: DescribeNetworkInterfacesResponse
-> DescribeNetworkInterfacesResponse -> Bool
$c/= :: DescribeNetworkInterfacesResponse
-> DescribeNetworkInterfacesResponse -> Bool
== :: DescribeNetworkInterfacesResponse
-> DescribeNetworkInterfacesResponse -> Bool
$c== :: DescribeNetworkInterfacesResponse
-> DescribeNetworkInterfacesResponse -> Bool
Prelude.Eq, ReadPrec [DescribeNetworkInterfacesResponse]
ReadPrec DescribeNetworkInterfacesResponse
Int -> ReadS DescribeNetworkInterfacesResponse
ReadS [DescribeNetworkInterfacesResponse]
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [DescribeNetworkInterfacesResponse]
$creadListPrec :: ReadPrec [DescribeNetworkInterfacesResponse]
readPrec :: ReadPrec DescribeNetworkInterfacesResponse
$creadPrec :: ReadPrec DescribeNetworkInterfacesResponse
readList :: ReadS [DescribeNetworkInterfacesResponse]
$creadList :: ReadS [DescribeNetworkInterfacesResponse]
readsPrec :: Int -> ReadS DescribeNetworkInterfacesResponse
$creadsPrec :: Int -> ReadS DescribeNetworkInterfacesResponse
Prelude.Read, Int -> DescribeNetworkInterfacesResponse -> ShowS
[DescribeNetworkInterfacesResponse] -> ShowS
DescribeNetworkInterfacesResponse -> String
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [DescribeNetworkInterfacesResponse] -> ShowS
$cshowList :: [DescribeNetworkInterfacesResponse] -> ShowS
show :: DescribeNetworkInterfacesResponse -> String
$cshow :: DescribeNetworkInterfacesResponse -> String
showsPrec :: Int -> DescribeNetworkInterfacesResponse -> ShowS
$cshowsPrec :: Int -> DescribeNetworkInterfacesResponse -> ShowS
Prelude.Show, forall x.
Rep DescribeNetworkInterfacesResponse x
-> DescribeNetworkInterfacesResponse
forall x.
DescribeNetworkInterfacesResponse
-> Rep DescribeNetworkInterfacesResponse x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep DescribeNetworkInterfacesResponse x
-> DescribeNetworkInterfacesResponse
$cfrom :: forall x.
DescribeNetworkInterfacesResponse
-> Rep DescribeNetworkInterfacesResponse x
Prelude.Generic)

-- |
-- Create a value of 'DescribeNetworkInterfacesResponse' with all optional fields omitted.
--
-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.
--
-- The following record fields are available, with the corresponding lenses provided
-- for backwards compatibility:
--
-- 'networkInterfaces', 'describeNetworkInterfacesResponse_networkInterfaces' - Information about one or more network interfaces.
--
-- 'nextToken', 'describeNetworkInterfacesResponse_nextToken' - The token to use to retrieve the next page of results. This value is
-- @null@ when there are no more results to return.
--
-- 'httpStatus', 'describeNetworkInterfacesResponse_httpStatus' - The response's http status code.
newDescribeNetworkInterfacesResponse ::
  -- | 'httpStatus'
  Prelude.Int ->
  DescribeNetworkInterfacesResponse
newDescribeNetworkInterfacesResponse :: Int -> DescribeNetworkInterfacesResponse
newDescribeNetworkInterfacesResponse Int
pHttpStatus_ =
  DescribeNetworkInterfacesResponse'
    { $sel:networkInterfaces:DescribeNetworkInterfacesResponse' :: Maybe [NetworkInterface]
networkInterfaces =
        forall a. Maybe a
Prelude.Nothing,
      $sel:nextToken:DescribeNetworkInterfacesResponse' :: Maybe Text
nextToken = forall a. Maybe a
Prelude.Nothing,
      $sel:httpStatus:DescribeNetworkInterfacesResponse' :: Int
httpStatus = Int
pHttpStatus_
    }

-- | Information about one or more network interfaces.
describeNetworkInterfacesResponse_networkInterfaces :: Lens.Lens' DescribeNetworkInterfacesResponse (Prelude.Maybe [NetworkInterface])
describeNetworkInterfacesResponse_networkInterfaces :: Lens' DescribeNetworkInterfacesResponse (Maybe [NetworkInterface])
describeNetworkInterfacesResponse_networkInterfaces = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\DescribeNetworkInterfacesResponse' {Maybe [NetworkInterface]
networkInterfaces :: Maybe [NetworkInterface]
$sel:networkInterfaces:DescribeNetworkInterfacesResponse' :: DescribeNetworkInterfacesResponse -> Maybe [NetworkInterface]
networkInterfaces} -> Maybe [NetworkInterface]
networkInterfaces) (\s :: DescribeNetworkInterfacesResponse
s@DescribeNetworkInterfacesResponse' {} Maybe [NetworkInterface]
a -> DescribeNetworkInterfacesResponse
s {$sel:networkInterfaces:DescribeNetworkInterfacesResponse' :: Maybe [NetworkInterface]
networkInterfaces = Maybe [NetworkInterface]
a} :: DescribeNetworkInterfacesResponse) forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. forall (f :: * -> *) (g :: * -> *) s t a b.
(Functor f, Functor g) =>
AnIso s t a b -> Iso (f s) (g t) (f a) (g b)
Lens.mapping forall s t a b. (Coercible s a, Coercible t b) => Iso s t a b
Lens.coerced

-- | The token to use to retrieve the next page of results. This value is
-- @null@ when there are no more results to return.
describeNetworkInterfacesResponse_nextToken :: Lens.Lens' DescribeNetworkInterfacesResponse (Prelude.Maybe Prelude.Text)
describeNetworkInterfacesResponse_nextToken :: Lens' DescribeNetworkInterfacesResponse (Maybe Text)
describeNetworkInterfacesResponse_nextToken = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\DescribeNetworkInterfacesResponse' {Maybe Text
nextToken :: Maybe Text
$sel:nextToken:DescribeNetworkInterfacesResponse' :: DescribeNetworkInterfacesResponse -> Maybe Text
nextToken} -> Maybe Text
nextToken) (\s :: DescribeNetworkInterfacesResponse
s@DescribeNetworkInterfacesResponse' {} Maybe Text
a -> DescribeNetworkInterfacesResponse
s {$sel:nextToken:DescribeNetworkInterfacesResponse' :: Maybe Text
nextToken = Maybe Text
a} :: DescribeNetworkInterfacesResponse)

-- | The response's http status code.
describeNetworkInterfacesResponse_httpStatus :: Lens.Lens' DescribeNetworkInterfacesResponse Prelude.Int
describeNetworkInterfacesResponse_httpStatus :: Lens' DescribeNetworkInterfacesResponse Int
describeNetworkInterfacesResponse_httpStatus = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\DescribeNetworkInterfacesResponse' {Int
httpStatus :: Int
$sel:httpStatus:DescribeNetworkInterfacesResponse' :: DescribeNetworkInterfacesResponse -> Int
httpStatus} -> Int
httpStatus) (\s :: DescribeNetworkInterfacesResponse
s@DescribeNetworkInterfacesResponse' {} Int
a -> DescribeNetworkInterfacesResponse
s {$sel:httpStatus:DescribeNetworkInterfacesResponse' :: Int
httpStatus = Int
a} :: DescribeNetworkInterfacesResponse)

instance
  Prelude.NFData
    DescribeNetworkInterfacesResponse
  where
  rnf :: DescribeNetworkInterfacesResponse -> ()
rnf DescribeNetworkInterfacesResponse' {Int
Maybe [NetworkInterface]
Maybe Text
httpStatus :: Int
nextToken :: Maybe Text
networkInterfaces :: Maybe [NetworkInterface]
$sel:httpStatus:DescribeNetworkInterfacesResponse' :: DescribeNetworkInterfacesResponse -> Int
$sel:nextToken:DescribeNetworkInterfacesResponse' :: DescribeNetworkInterfacesResponse -> Maybe Text
$sel:networkInterfaces:DescribeNetworkInterfacesResponse' :: DescribeNetworkInterfacesResponse -> Maybe [NetworkInterface]
..} =
    forall a. NFData a => a -> ()
Prelude.rnf Maybe [NetworkInterface]
networkInterfaces
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
nextToken
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Int
httpStatus