{-# 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.DevOpsGuru.Types.TagCostEstimationResourceCollectionFilter
-- 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.DevOpsGuru.Types.TagCostEstimationResourceCollectionFilter 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

-- | Information about a collection of Amazon Web Services resources that are
-- identified by an Amazon Web Services tag. This collection of resources
-- is used to create a monthly cost estimate for DevOps Guru to analyze
-- Amazon Web Services resources. The maximum number of tags you can
-- specify for a cost estimate is one. The estimate created is for the cost
-- to analyze the Amazon Web Services resources defined by the tag. For
-- more information, see
-- <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html Stacks>
-- in the /Amazon Web Services CloudFormation User Guide/.
--
-- /See:/ 'newTagCostEstimationResourceCollectionFilter' smart constructor.
data TagCostEstimationResourceCollectionFilter = TagCostEstimationResourceCollectionFilter'
  { -- | An Amazon Web Services tag /key/ that is used to identify the Amazon Web
    -- Services resources that DevOps Guru analyzes. All Amazon Web Services
    -- resources in your account and Region tagged with this /key/ make up your
    -- DevOps Guru application and analysis boundary.
    --
    -- The string used for a /key/ in a tag that you use to define your
    -- resource coverage must begin with the prefix @Devops-guru-@. The tag
    -- /key/ might be @DevOps-Guru-deployment-application@ or
    -- @devops-guru-rds-application@. When you create a /key/, the case of
    -- characters in the /key/ can be whatever you choose. After you create a
    -- /key/, it is case-sensitive. For example, DevOps Guru works with a /key/
    -- named @devops-guru-rds@ and a /key/ named @DevOps-Guru-RDS@, and these
    -- act as two different /keys/. Possible /key/\//value/ pairs in your
    -- application might be @Devops-Guru-production-application\/RDS@ or
    -- @Devops-Guru-production-application\/containers@.
    TagCostEstimationResourceCollectionFilter -> Text
appBoundaryKey :: Prelude.Text,
    -- | The values in an Amazon Web Services tag collection.
    --
    -- The tag\'s /value/ is an optional field used to associate a string with
    -- the tag /key/ (for example, @111122223333@, @Production@, or a team
    -- name). The /key/ and /value/ are the tag\'s /key/ pair. Omitting the tag
    -- /value/ is the same as using an empty string. Like tag /keys/, tag
    -- /values/ are case-sensitive. You can specify a maximum of 256 characters
    -- for a tag value.
    TagCostEstimationResourceCollectionFilter -> NonEmpty Text
tagValues :: Prelude.NonEmpty Prelude.Text
  }
  deriving (TagCostEstimationResourceCollectionFilter
-> TagCostEstimationResourceCollectionFilter -> Bool
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: TagCostEstimationResourceCollectionFilter
-> TagCostEstimationResourceCollectionFilter -> Bool
$c/= :: TagCostEstimationResourceCollectionFilter
-> TagCostEstimationResourceCollectionFilter -> Bool
== :: TagCostEstimationResourceCollectionFilter
-> TagCostEstimationResourceCollectionFilter -> Bool
$c== :: TagCostEstimationResourceCollectionFilter
-> TagCostEstimationResourceCollectionFilter -> Bool
Prelude.Eq, ReadPrec [TagCostEstimationResourceCollectionFilter]
ReadPrec TagCostEstimationResourceCollectionFilter
Int -> ReadS TagCostEstimationResourceCollectionFilter
ReadS [TagCostEstimationResourceCollectionFilter]
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [TagCostEstimationResourceCollectionFilter]
$creadListPrec :: ReadPrec [TagCostEstimationResourceCollectionFilter]
readPrec :: ReadPrec TagCostEstimationResourceCollectionFilter
$creadPrec :: ReadPrec TagCostEstimationResourceCollectionFilter
readList :: ReadS [TagCostEstimationResourceCollectionFilter]
$creadList :: ReadS [TagCostEstimationResourceCollectionFilter]
readsPrec :: Int -> ReadS TagCostEstimationResourceCollectionFilter
$creadsPrec :: Int -> ReadS TagCostEstimationResourceCollectionFilter
Prelude.Read, Int -> TagCostEstimationResourceCollectionFilter -> ShowS
[TagCostEstimationResourceCollectionFilter] -> ShowS
TagCostEstimationResourceCollectionFilter -> String
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [TagCostEstimationResourceCollectionFilter] -> ShowS
$cshowList :: [TagCostEstimationResourceCollectionFilter] -> ShowS
show :: TagCostEstimationResourceCollectionFilter -> String
$cshow :: TagCostEstimationResourceCollectionFilter -> String
showsPrec :: Int -> TagCostEstimationResourceCollectionFilter -> ShowS
$cshowsPrec :: Int -> TagCostEstimationResourceCollectionFilter -> ShowS
Prelude.Show, forall x.
Rep TagCostEstimationResourceCollectionFilter x
-> TagCostEstimationResourceCollectionFilter
forall x.
TagCostEstimationResourceCollectionFilter
-> Rep TagCostEstimationResourceCollectionFilter x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep TagCostEstimationResourceCollectionFilter x
-> TagCostEstimationResourceCollectionFilter
$cfrom :: forall x.
TagCostEstimationResourceCollectionFilter
-> Rep TagCostEstimationResourceCollectionFilter x
Prelude.Generic)

-- |
-- Create a value of 'TagCostEstimationResourceCollectionFilter' 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:
--
-- 'appBoundaryKey', 'tagCostEstimationResourceCollectionFilter_appBoundaryKey' - An Amazon Web Services tag /key/ that is used to identify the Amazon Web
-- Services resources that DevOps Guru analyzes. All Amazon Web Services
-- resources in your account and Region tagged with this /key/ make up your
-- DevOps Guru application and analysis boundary.
--
-- The string used for a /key/ in a tag that you use to define your
-- resource coverage must begin with the prefix @Devops-guru-@. The tag
-- /key/ might be @DevOps-Guru-deployment-application@ or
-- @devops-guru-rds-application@. When you create a /key/, the case of
-- characters in the /key/ can be whatever you choose. After you create a
-- /key/, it is case-sensitive. For example, DevOps Guru works with a /key/
-- named @devops-guru-rds@ and a /key/ named @DevOps-Guru-RDS@, and these
-- act as two different /keys/. Possible /key/\//value/ pairs in your
-- application might be @Devops-Guru-production-application\/RDS@ or
-- @Devops-Guru-production-application\/containers@.
--
-- 'tagValues', 'tagCostEstimationResourceCollectionFilter_tagValues' - The values in an Amazon Web Services tag collection.
--
-- The tag\'s /value/ is an optional field used to associate a string with
-- the tag /key/ (for example, @111122223333@, @Production@, or a team
-- name). The /key/ and /value/ are the tag\'s /key/ pair. Omitting the tag
-- /value/ is the same as using an empty string. Like tag /keys/, tag
-- /values/ are case-sensitive. You can specify a maximum of 256 characters
-- for a tag value.
newTagCostEstimationResourceCollectionFilter ::
  -- | 'appBoundaryKey'
  Prelude.Text ->
  -- | 'tagValues'
  Prelude.NonEmpty Prelude.Text ->
  TagCostEstimationResourceCollectionFilter
newTagCostEstimationResourceCollectionFilter :: Text -> NonEmpty Text -> TagCostEstimationResourceCollectionFilter
newTagCostEstimationResourceCollectionFilter
  Text
pAppBoundaryKey_
  NonEmpty Text
pTagValues_ =
    TagCostEstimationResourceCollectionFilter'
      { $sel:appBoundaryKey:TagCostEstimationResourceCollectionFilter' :: Text
appBoundaryKey =
          Text
pAppBoundaryKey_,
        $sel:tagValues:TagCostEstimationResourceCollectionFilter' :: NonEmpty Text
tagValues =
          forall s t a b. (Coercible s a, Coercible t b) => Iso s t a b
Lens.coerced
            forall t b. AReview t b -> b -> t
Lens.# NonEmpty Text
pTagValues_
      }

-- | An Amazon Web Services tag /key/ that is used to identify the Amazon Web
-- Services resources that DevOps Guru analyzes. All Amazon Web Services
-- resources in your account and Region tagged with this /key/ make up your
-- DevOps Guru application and analysis boundary.
--
-- The string used for a /key/ in a tag that you use to define your
-- resource coverage must begin with the prefix @Devops-guru-@. The tag
-- /key/ might be @DevOps-Guru-deployment-application@ or
-- @devops-guru-rds-application@. When you create a /key/, the case of
-- characters in the /key/ can be whatever you choose. After you create a
-- /key/, it is case-sensitive. For example, DevOps Guru works with a /key/
-- named @devops-guru-rds@ and a /key/ named @DevOps-Guru-RDS@, and these
-- act as two different /keys/. Possible /key/\//value/ pairs in your
-- application might be @Devops-Guru-production-application\/RDS@ or
-- @Devops-Guru-production-application\/containers@.
tagCostEstimationResourceCollectionFilter_appBoundaryKey :: Lens.Lens' TagCostEstimationResourceCollectionFilter Prelude.Text
tagCostEstimationResourceCollectionFilter_appBoundaryKey :: Lens' TagCostEstimationResourceCollectionFilter Text
tagCostEstimationResourceCollectionFilter_appBoundaryKey = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\TagCostEstimationResourceCollectionFilter' {Text
appBoundaryKey :: Text
$sel:appBoundaryKey:TagCostEstimationResourceCollectionFilter' :: TagCostEstimationResourceCollectionFilter -> Text
appBoundaryKey} -> Text
appBoundaryKey) (\s :: TagCostEstimationResourceCollectionFilter
s@TagCostEstimationResourceCollectionFilter' {} Text
a -> TagCostEstimationResourceCollectionFilter
s {$sel:appBoundaryKey:TagCostEstimationResourceCollectionFilter' :: Text
appBoundaryKey = Text
a} :: TagCostEstimationResourceCollectionFilter)

-- | The values in an Amazon Web Services tag collection.
--
-- The tag\'s /value/ is an optional field used to associate a string with
-- the tag /key/ (for example, @111122223333@, @Production@, or a team
-- name). The /key/ and /value/ are the tag\'s /key/ pair. Omitting the tag
-- /value/ is the same as using an empty string. Like tag /keys/, tag
-- /values/ are case-sensitive. You can specify a maximum of 256 characters
-- for a tag value.
tagCostEstimationResourceCollectionFilter_tagValues :: Lens.Lens' TagCostEstimationResourceCollectionFilter (Prelude.NonEmpty Prelude.Text)
tagCostEstimationResourceCollectionFilter_tagValues :: Lens' TagCostEstimationResourceCollectionFilter (NonEmpty Text)
tagCostEstimationResourceCollectionFilter_tagValues = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\TagCostEstimationResourceCollectionFilter' {NonEmpty Text
tagValues :: NonEmpty Text
$sel:tagValues:TagCostEstimationResourceCollectionFilter' :: TagCostEstimationResourceCollectionFilter -> NonEmpty Text
tagValues} -> NonEmpty Text
tagValues) (\s :: TagCostEstimationResourceCollectionFilter
s@TagCostEstimationResourceCollectionFilter' {} NonEmpty Text
a -> TagCostEstimationResourceCollectionFilter
s {$sel:tagValues:TagCostEstimationResourceCollectionFilter' :: NonEmpty Text
tagValues = NonEmpty Text
a} :: TagCostEstimationResourceCollectionFilter) forall b c a. (b -> c) -> (a -> b) -> a -> c
Prelude.. forall s t a b. (Coercible s a, Coercible t b) => Iso s t a b
Lens.coerced

instance
  Data.FromJSON
    TagCostEstimationResourceCollectionFilter
  where
  parseJSON :: Value -> Parser TagCostEstimationResourceCollectionFilter
parseJSON =
    forall a. String -> (Object -> Parser a) -> Value -> Parser a
Data.withObject
      String
"TagCostEstimationResourceCollectionFilter"
      ( \Object
x ->
          Text -> NonEmpty Text -> TagCostEstimationResourceCollectionFilter
TagCostEstimationResourceCollectionFilter'
            forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> (Object
x forall a. FromJSON a => Object -> Key -> Parser a
Data..: Key
"AppBoundaryKey")
            forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Object
x forall a. FromJSON a => Object -> Key -> Parser a
Data..: Key
"TagValues")
      )

instance
  Prelude.Hashable
    TagCostEstimationResourceCollectionFilter
  where
  hashWithSalt :: Int -> TagCostEstimationResourceCollectionFilter -> Int
hashWithSalt
    Int
_salt
    TagCostEstimationResourceCollectionFilter' {NonEmpty Text
Text
tagValues :: NonEmpty Text
appBoundaryKey :: Text
$sel:tagValues:TagCostEstimationResourceCollectionFilter' :: TagCostEstimationResourceCollectionFilter -> NonEmpty Text
$sel:appBoundaryKey:TagCostEstimationResourceCollectionFilter' :: TagCostEstimationResourceCollectionFilter -> Text
..} =
      Int
_salt
        forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Text
appBoundaryKey
        forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` NonEmpty Text
tagValues

instance
  Prelude.NFData
    TagCostEstimationResourceCollectionFilter
  where
  rnf :: TagCostEstimationResourceCollectionFilter -> ()
rnf TagCostEstimationResourceCollectionFilter' {NonEmpty Text
Text
tagValues :: NonEmpty Text
appBoundaryKey :: Text
$sel:tagValues:TagCostEstimationResourceCollectionFilter' :: TagCostEstimationResourceCollectionFilter -> NonEmpty Text
$sel:appBoundaryKey:TagCostEstimationResourceCollectionFilter' :: TagCostEstimationResourceCollectionFilter -> Text
..} =
    forall a. NFData a => a -> ()
Prelude.rnf Text
appBoundaryKey
      seq :: forall a b. a -> b -> b
`Prelude.seq` forall a. NFData a => a -> ()
Prelude.rnf NonEmpty Text
tagValues

instance
  Data.ToJSON
    TagCostEstimationResourceCollectionFilter
  where
  toJSON :: TagCostEstimationResourceCollectionFilter -> Value
toJSON TagCostEstimationResourceCollectionFilter' {NonEmpty Text
Text
tagValues :: NonEmpty Text
appBoundaryKey :: Text
$sel:tagValues:TagCostEstimationResourceCollectionFilter' :: TagCostEstimationResourceCollectionFilter -> NonEmpty Text
$sel:appBoundaryKey:TagCostEstimationResourceCollectionFilter' :: TagCostEstimationResourceCollectionFilter -> Text
..} =
    [Pair] -> Value
Data.object
      ( forall a. [Maybe a] -> [a]
Prelude.catMaybes
          [ forall a. a -> Maybe a
Prelude.Just
              (Key
"AppBoundaryKey" forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
Data..= Text
appBoundaryKey),
            forall a. a -> Maybe a
Prelude.Just (Key
"TagValues" forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
Data..= NonEmpty Text
tagValues)
          ]
      )