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

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

-- |
-- Module      : Amazonka.ServiceCatalog.Types.ProductViewSummary
-- Copyright   : (c) 2013-2023 Brendan Hay
-- License     : Mozilla Public License, v. 2.0.
-- Maintainer  : Brendan Hay
-- Stability   : auto-generated
-- Portability : non-portable (GHC extensions)
module Amazonka.ServiceCatalog.Types.ProductViewSummary where

import qualified Amazonka.Core as Core
import qualified Amazonka.Core.Lens.Internal as Lens
import qualified Amazonka.Data as Data
import qualified Amazonka.Prelude as Prelude
import Amazonka.ServiceCatalog.Types.ProductType

-- | Summary information about a product view.
--
-- /See:/ 'newProductViewSummary' smart constructor.
data ProductViewSummary = ProductViewSummary'
  { -- | The distributor of the product. Contact the product administrator for
    -- the significance of this value.
    ProductViewSummary -> Maybe Text
distributor :: Prelude.Maybe Prelude.Text,
    -- | Indicates whether the product has a default path. If the product does
    -- not have a default path, call ListLaunchPaths to disambiguate between
    -- paths. Otherwise, ListLaunchPaths is not required, and the output of
    -- ProductViewSummary can be used directly with
    -- DescribeProvisioningParameters.
    ProductViewSummary -> Maybe Bool
hasDefaultPath :: Prelude.Maybe Prelude.Bool,
    -- | The product view identifier.
    ProductViewSummary -> Maybe Text
id :: Prelude.Maybe Prelude.Text,
    -- | The name of the product.
    ProductViewSummary -> Maybe Text
name :: Prelude.Maybe Prelude.Text,
    -- | The owner of the product. Contact the product administrator for the
    -- significance of this value.
    ProductViewSummary -> Maybe Text
owner :: Prelude.Maybe Prelude.Text,
    -- | The product identifier.
    ProductViewSummary -> Maybe Text
productId :: Prelude.Maybe Prelude.Text,
    -- | Short description of the product.
    ProductViewSummary -> Maybe Text
shortDescription :: Prelude.Maybe Prelude.Text,
    -- | The description of the support for this Product.
    ProductViewSummary -> Maybe Text
supportDescription :: Prelude.Maybe Prelude.Text,
    -- | The email contact information to obtain support for this Product.
    ProductViewSummary -> Maybe Text
supportEmail :: Prelude.Maybe Prelude.Text,
    -- | The URL information to obtain support for this Product.
    ProductViewSummary -> Maybe Text
supportUrl :: Prelude.Maybe Prelude.Text,
    -- | The product type. Contact the product administrator for the significance
    -- of this value. If this value is @MARKETPLACE@, the product was created
    -- by Amazon Web Services Marketplace.
    ProductViewSummary -> Maybe ProductType
type' :: Prelude.Maybe ProductType
  }
  deriving (ProductViewSummary -> ProductViewSummary -> Bool
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: ProductViewSummary -> ProductViewSummary -> Bool
$c/= :: ProductViewSummary -> ProductViewSummary -> Bool
== :: ProductViewSummary -> ProductViewSummary -> Bool
$c== :: ProductViewSummary -> ProductViewSummary -> Bool
Prelude.Eq, ReadPrec [ProductViewSummary]
ReadPrec ProductViewSummary
Int -> ReadS ProductViewSummary
ReadS [ProductViewSummary]
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [ProductViewSummary]
$creadListPrec :: ReadPrec [ProductViewSummary]
readPrec :: ReadPrec ProductViewSummary
$creadPrec :: ReadPrec ProductViewSummary
readList :: ReadS [ProductViewSummary]
$creadList :: ReadS [ProductViewSummary]
readsPrec :: Int -> ReadS ProductViewSummary
$creadsPrec :: Int -> ReadS ProductViewSummary
Prelude.Read, Int -> ProductViewSummary -> ShowS
[ProductViewSummary] -> ShowS
ProductViewSummary -> String
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [ProductViewSummary] -> ShowS
$cshowList :: [ProductViewSummary] -> ShowS
show :: ProductViewSummary -> String
$cshow :: ProductViewSummary -> String
showsPrec :: Int -> ProductViewSummary -> ShowS
$cshowsPrec :: Int -> ProductViewSummary -> ShowS
Prelude.Show, forall x. Rep ProductViewSummary x -> ProductViewSummary
forall x. ProductViewSummary -> Rep ProductViewSummary x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x. Rep ProductViewSummary x -> ProductViewSummary
$cfrom :: forall x. ProductViewSummary -> Rep ProductViewSummary x
Prelude.Generic)

-- |
-- Create a value of 'ProductViewSummary' 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:
--
-- 'distributor', 'productViewSummary_distributor' - The distributor of the product. Contact the product administrator for
-- the significance of this value.
--
-- 'hasDefaultPath', 'productViewSummary_hasDefaultPath' - Indicates whether the product has a default path. If the product does
-- not have a default path, call ListLaunchPaths to disambiguate between
-- paths. Otherwise, ListLaunchPaths is not required, and the output of
-- ProductViewSummary can be used directly with
-- DescribeProvisioningParameters.
--
-- 'id', 'productViewSummary_id' - The product view identifier.
--
-- 'name', 'productViewSummary_name' - The name of the product.
--
-- 'owner', 'productViewSummary_owner' - The owner of the product. Contact the product administrator for the
-- significance of this value.
--
-- 'productId', 'productViewSummary_productId' - The product identifier.
--
-- 'shortDescription', 'productViewSummary_shortDescription' - Short description of the product.
--
-- 'supportDescription', 'productViewSummary_supportDescription' - The description of the support for this Product.
--
-- 'supportEmail', 'productViewSummary_supportEmail' - The email contact information to obtain support for this Product.
--
-- 'supportUrl', 'productViewSummary_supportUrl' - The URL information to obtain support for this Product.
--
-- 'type'', 'productViewSummary_type' - The product type. Contact the product administrator for the significance
-- of this value. If this value is @MARKETPLACE@, the product was created
-- by Amazon Web Services Marketplace.
newProductViewSummary ::
  ProductViewSummary
newProductViewSummary :: ProductViewSummary
newProductViewSummary =
  ProductViewSummary'
    { $sel:distributor:ProductViewSummary' :: Maybe Text
distributor = forall a. Maybe a
Prelude.Nothing,
      $sel:hasDefaultPath:ProductViewSummary' :: Maybe Bool
hasDefaultPath = forall a. Maybe a
Prelude.Nothing,
      $sel:id:ProductViewSummary' :: Maybe Text
id = forall a. Maybe a
Prelude.Nothing,
      $sel:name:ProductViewSummary' :: Maybe Text
name = forall a. Maybe a
Prelude.Nothing,
      $sel:owner:ProductViewSummary' :: Maybe Text
owner = forall a. Maybe a
Prelude.Nothing,
      $sel:productId:ProductViewSummary' :: Maybe Text
productId = forall a. Maybe a
Prelude.Nothing,
      $sel:shortDescription:ProductViewSummary' :: Maybe Text
shortDescription = forall a. Maybe a
Prelude.Nothing,
      $sel:supportDescription:ProductViewSummary' :: Maybe Text
supportDescription = forall a. Maybe a
Prelude.Nothing,
      $sel:supportEmail:ProductViewSummary' :: Maybe Text
supportEmail = forall a. Maybe a
Prelude.Nothing,
      $sel:supportUrl:ProductViewSummary' :: Maybe Text
supportUrl = forall a. Maybe a
Prelude.Nothing,
      $sel:type':ProductViewSummary' :: Maybe ProductType
type' = forall a. Maybe a
Prelude.Nothing
    }

-- | The distributor of the product. Contact the product administrator for
-- the significance of this value.
productViewSummary_distributor :: Lens.Lens' ProductViewSummary (Prelude.Maybe Prelude.Text)
productViewSummary_distributor :: Lens' ProductViewSummary (Maybe Text)
productViewSummary_distributor = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ProductViewSummary' {Maybe Text
distributor :: Maybe Text
$sel:distributor:ProductViewSummary' :: ProductViewSummary -> Maybe Text
distributor} -> Maybe Text
distributor) (\s :: ProductViewSummary
s@ProductViewSummary' {} Maybe Text
a -> ProductViewSummary
s {$sel:distributor:ProductViewSummary' :: Maybe Text
distributor = Maybe Text
a} :: ProductViewSummary)

-- | Indicates whether the product has a default path. If the product does
-- not have a default path, call ListLaunchPaths to disambiguate between
-- paths. Otherwise, ListLaunchPaths is not required, and the output of
-- ProductViewSummary can be used directly with
-- DescribeProvisioningParameters.
productViewSummary_hasDefaultPath :: Lens.Lens' ProductViewSummary (Prelude.Maybe Prelude.Bool)
productViewSummary_hasDefaultPath :: Lens' ProductViewSummary (Maybe Bool)
productViewSummary_hasDefaultPath = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ProductViewSummary' {Maybe Bool
hasDefaultPath :: Maybe Bool
$sel:hasDefaultPath:ProductViewSummary' :: ProductViewSummary -> Maybe Bool
hasDefaultPath} -> Maybe Bool
hasDefaultPath) (\s :: ProductViewSummary
s@ProductViewSummary' {} Maybe Bool
a -> ProductViewSummary
s {$sel:hasDefaultPath:ProductViewSummary' :: Maybe Bool
hasDefaultPath = Maybe Bool
a} :: ProductViewSummary)

-- | The product view identifier.
productViewSummary_id :: Lens.Lens' ProductViewSummary (Prelude.Maybe Prelude.Text)
productViewSummary_id :: Lens' ProductViewSummary (Maybe Text)
productViewSummary_id = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ProductViewSummary' {Maybe Text
id :: Maybe Text
$sel:id:ProductViewSummary' :: ProductViewSummary -> Maybe Text
id} -> Maybe Text
id) (\s :: ProductViewSummary
s@ProductViewSummary' {} Maybe Text
a -> ProductViewSummary
s {$sel:id:ProductViewSummary' :: Maybe Text
id = Maybe Text
a} :: ProductViewSummary)

-- | The name of the product.
productViewSummary_name :: Lens.Lens' ProductViewSummary (Prelude.Maybe Prelude.Text)
productViewSummary_name :: Lens' ProductViewSummary (Maybe Text)
productViewSummary_name = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ProductViewSummary' {Maybe Text
name :: Maybe Text
$sel:name:ProductViewSummary' :: ProductViewSummary -> Maybe Text
name} -> Maybe Text
name) (\s :: ProductViewSummary
s@ProductViewSummary' {} Maybe Text
a -> ProductViewSummary
s {$sel:name:ProductViewSummary' :: Maybe Text
name = Maybe Text
a} :: ProductViewSummary)

-- | The owner of the product. Contact the product administrator for the
-- significance of this value.
productViewSummary_owner :: Lens.Lens' ProductViewSummary (Prelude.Maybe Prelude.Text)
productViewSummary_owner :: Lens' ProductViewSummary (Maybe Text)
productViewSummary_owner = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ProductViewSummary' {Maybe Text
owner :: Maybe Text
$sel:owner:ProductViewSummary' :: ProductViewSummary -> Maybe Text
owner} -> Maybe Text
owner) (\s :: ProductViewSummary
s@ProductViewSummary' {} Maybe Text
a -> ProductViewSummary
s {$sel:owner:ProductViewSummary' :: Maybe Text
owner = Maybe Text
a} :: ProductViewSummary)

-- | The product identifier.
productViewSummary_productId :: Lens.Lens' ProductViewSummary (Prelude.Maybe Prelude.Text)
productViewSummary_productId :: Lens' ProductViewSummary (Maybe Text)
productViewSummary_productId = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ProductViewSummary' {Maybe Text
productId :: Maybe Text
$sel:productId:ProductViewSummary' :: ProductViewSummary -> Maybe Text
productId} -> Maybe Text
productId) (\s :: ProductViewSummary
s@ProductViewSummary' {} Maybe Text
a -> ProductViewSummary
s {$sel:productId:ProductViewSummary' :: Maybe Text
productId = Maybe Text
a} :: ProductViewSummary)

-- | Short description of the product.
productViewSummary_shortDescription :: Lens.Lens' ProductViewSummary (Prelude.Maybe Prelude.Text)
productViewSummary_shortDescription :: Lens' ProductViewSummary (Maybe Text)
productViewSummary_shortDescription = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ProductViewSummary' {Maybe Text
shortDescription :: Maybe Text
$sel:shortDescription:ProductViewSummary' :: ProductViewSummary -> Maybe Text
shortDescription} -> Maybe Text
shortDescription) (\s :: ProductViewSummary
s@ProductViewSummary' {} Maybe Text
a -> ProductViewSummary
s {$sel:shortDescription:ProductViewSummary' :: Maybe Text
shortDescription = Maybe Text
a} :: ProductViewSummary)

-- | The description of the support for this Product.
productViewSummary_supportDescription :: Lens.Lens' ProductViewSummary (Prelude.Maybe Prelude.Text)
productViewSummary_supportDescription :: Lens' ProductViewSummary (Maybe Text)
productViewSummary_supportDescription = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ProductViewSummary' {Maybe Text
supportDescription :: Maybe Text
$sel:supportDescription:ProductViewSummary' :: ProductViewSummary -> Maybe Text
supportDescription} -> Maybe Text
supportDescription) (\s :: ProductViewSummary
s@ProductViewSummary' {} Maybe Text
a -> ProductViewSummary
s {$sel:supportDescription:ProductViewSummary' :: Maybe Text
supportDescription = Maybe Text
a} :: ProductViewSummary)

-- | The email contact information to obtain support for this Product.
productViewSummary_supportEmail :: Lens.Lens' ProductViewSummary (Prelude.Maybe Prelude.Text)
productViewSummary_supportEmail :: Lens' ProductViewSummary (Maybe Text)
productViewSummary_supportEmail = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ProductViewSummary' {Maybe Text
supportEmail :: Maybe Text
$sel:supportEmail:ProductViewSummary' :: ProductViewSummary -> Maybe Text
supportEmail} -> Maybe Text
supportEmail) (\s :: ProductViewSummary
s@ProductViewSummary' {} Maybe Text
a -> ProductViewSummary
s {$sel:supportEmail:ProductViewSummary' :: Maybe Text
supportEmail = Maybe Text
a} :: ProductViewSummary)

-- | The URL information to obtain support for this Product.
productViewSummary_supportUrl :: Lens.Lens' ProductViewSummary (Prelude.Maybe Prelude.Text)
productViewSummary_supportUrl :: Lens' ProductViewSummary (Maybe Text)
productViewSummary_supportUrl = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ProductViewSummary' {Maybe Text
supportUrl :: Maybe Text
$sel:supportUrl:ProductViewSummary' :: ProductViewSummary -> Maybe Text
supportUrl} -> Maybe Text
supportUrl) (\s :: ProductViewSummary
s@ProductViewSummary' {} Maybe Text
a -> ProductViewSummary
s {$sel:supportUrl:ProductViewSummary' :: Maybe Text
supportUrl = Maybe Text
a} :: ProductViewSummary)

-- | The product type. Contact the product administrator for the significance
-- of this value. If this value is @MARKETPLACE@, the product was created
-- by Amazon Web Services Marketplace.
productViewSummary_type :: Lens.Lens' ProductViewSummary (Prelude.Maybe ProductType)
productViewSummary_type :: Lens' ProductViewSummary (Maybe ProductType)
productViewSummary_type = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\ProductViewSummary' {Maybe ProductType
type' :: Maybe ProductType
$sel:type':ProductViewSummary' :: ProductViewSummary -> Maybe ProductType
type'} -> Maybe ProductType
type') (\s :: ProductViewSummary
s@ProductViewSummary' {} Maybe ProductType
a -> ProductViewSummary
s {$sel:type':ProductViewSummary' :: Maybe ProductType
type' = Maybe ProductType
a} :: ProductViewSummary)

instance Data.FromJSON ProductViewSummary where
  parseJSON :: Value -> Parser ProductViewSummary
parseJSON =
    forall a. String -> (Object -> Parser a) -> Value -> Parser a
Data.withObject
      String
"ProductViewSummary"
      ( \Object
x ->
          Maybe Text
-> Maybe Bool
-> Maybe Text
-> Maybe Text
-> Maybe Text
-> Maybe Text
-> Maybe Text
-> Maybe Text
-> Maybe Text
-> Maybe Text
-> Maybe ProductType
-> ProductViewSummary
ProductViewSummary'
            forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"Distributor")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"HasDefaultPath")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"Id")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"Name")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"Owner")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"ProductId")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"ShortDescription")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"SupportDescription")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"SupportEmail")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"SupportUrl")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Data..:? Key
"Type")
      )

instance Prelude.Hashable ProductViewSummary where
  hashWithSalt :: Int -> ProductViewSummary -> Int
hashWithSalt Int
_salt ProductViewSummary' {Maybe Bool
Maybe Text
Maybe ProductType
type' :: Maybe ProductType
supportUrl :: Maybe Text
supportEmail :: Maybe Text
supportDescription :: Maybe Text
shortDescription :: Maybe Text
productId :: Maybe Text
owner :: Maybe Text
name :: Maybe Text
id :: Maybe Text
hasDefaultPath :: Maybe Bool
distributor :: Maybe Text
$sel:type':ProductViewSummary' :: ProductViewSummary -> Maybe ProductType
$sel:supportUrl:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:supportEmail:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:supportDescription:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:shortDescription:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:productId:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:owner:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:name:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:id:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:hasDefaultPath:ProductViewSummary' :: ProductViewSummary -> Maybe Bool
$sel:distributor:ProductViewSummary' :: ProductViewSummary -> Maybe Text
..} =
    Int
_salt
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
distributor
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Bool
hasDefaultPath
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
id
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
name
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
owner
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
productId
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
shortDescription
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
supportDescription
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
supportEmail
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe Text
supportUrl
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Maybe ProductType
type'

instance Prelude.NFData ProductViewSummary where
  rnf :: ProductViewSummary -> ()
rnf ProductViewSummary' {Maybe Bool
Maybe Text
Maybe ProductType
type' :: Maybe ProductType
supportUrl :: Maybe Text
supportEmail :: Maybe Text
supportDescription :: Maybe Text
shortDescription :: Maybe Text
productId :: Maybe Text
owner :: Maybe Text
name :: Maybe Text
id :: Maybe Text
hasDefaultPath :: Maybe Bool
distributor :: Maybe Text
$sel:type':ProductViewSummary' :: ProductViewSummary -> Maybe ProductType
$sel:supportUrl:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:supportEmail:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:supportDescription:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:shortDescription:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:productId:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:owner:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:name:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:id:ProductViewSummary' :: ProductViewSummary -> Maybe Text
$sel:hasDefaultPath:ProductViewSummary' :: ProductViewSummary -> Maybe Bool
$sel:distributor:ProductViewSummary' :: ProductViewSummary -> Maybe Text
..} =
    forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
distributor
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Bool
hasDefaultPath
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
id
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
name
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
owner
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
productId
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
shortDescription
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
supportDescription
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
supportEmail
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe Text
supportUrl
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf Maybe ProductType
type'