{-# 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.UpdateTagCollectionFilter
-- 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.UpdateTagCollectionFilter 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

-- | A new collection of Amazon Web Services resources that are defined by an
-- Amazon Web Services tag or tag /key/\//value/ pair.
--
-- /See:/ 'newUpdateTagCollectionFilter' smart constructor.
data UpdateTagCollectionFilter = UpdateTagCollectionFilter'
  { -- | 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@.
    UpdateTagCollectionFilter -> 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.
    UpdateTagCollectionFilter -> [Text]
tagValues :: [Prelude.Text]
  }
  deriving (UpdateTagCollectionFilter -> UpdateTagCollectionFilter -> Bool
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: UpdateTagCollectionFilter -> UpdateTagCollectionFilter -> Bool
$c/= :: UpdateTagCollectionFilter -> UpdateTagCollectionFilter -> Bool
== :: UpdateTagCollectionFilter -> UpdateTagCollectionFilter -> Bool
$c== :: UpdateTagCollectionFilter -> UpdateTagCollectionFilter -> Bool
Prelude.Eq, ReadPrec [UpdateTagCollectionFilter]
ReadPrec UpdateTagCollectionFilter
Int -> ReadS UpdateTagCollectionFilter
ReadS [UpdateTagCollectionFilter]
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [UpdateTagCollectionFilter]
$creadListPrec :: ReadPrec [UpdateTagCollectionFilter]
readPrec :: ReadPrec UpdateTagCollectionFilter
$creadPrec :: ReadPrec UpdateTagCollectionFilter
readList :: ReadS [UpdateTagCollectionFilter]
$creadList :: ReadS [UpdateTagCollectionFilter]
readsPrec :: Int -> ReadS UpdateTagCollectionFilter
$creadsPrec :: Int -> ReadS UpdateTagCollectionFilter
Prelude.Read, Int -> UpdateTagCollectionFilter -> ShowS
[UpdateTagCollectionFilter] -> ShowS
UpdateTagCollectionFilter -> String
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [UpdateTagCollectionFilter] -> ShowS
$cshowList :: [UpdateTagCollectionFilter] -> ShowS
show :: UpdateTagCollectionFilter -> String
$cshow :: UpdateTagCollectionFilter -> String
showsPrec :: Int -> UpdateTagCollectionFilter -> ShowS
$cshowsPrec :: Int -> UpdateTagCollectionFilter -> ShowS
Prelude.Show, forall x.
Rep UpdateTagCollectionFilter x -> UpdateTagCollectionFilter
forall x.
UpdateTagCollectionFilter -> Rep UpdateTagCollectionFilter x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep UpdateTagCollectionFilter x -> UpdateTagCollectionFilter
$cfrom :: forall x.
UpdateTagCollectionFilter -> Rep UpdateTagCollectionFilter x
Prelude.Generic)

-- |
-- Create a value of 'UpdateTagCollectionFilter' 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', 'updateTagCollectionFilter_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', 'updateTagCollectionFilter_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.
newUpdateTagCollectionFilter ::
  -- | 'appBoundaryKey'
  Prelude.Text ->
  UpdateTagCollectionFilter
newUpdateTagCollectionFilter :: Text -> UpdateTagCollectionFilter
newUpdateTagCollectionFilter Text
pAppBoundaryKey_ =
  UpdateTagCollectionFilter'
    { $sel:appBoundaryKey:UpdateTagCollectionFilter' :: Text
appBoundaryKey =
        Text
pAppBoundaryKey_,
      $sel:tagValues:UpdateTagCollectionFilter' :: [Text]
tagValues = forall a. Monoid a => a
Prelude.mempty
    }

-- | 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@.
updateTagCollectionFilter_appBoundaryKey :: Lens.Lens' UpdateTagCollectionFilter Prelude.Text
updateTagCollectionFilter_appBoundaryKey :: Lens' UpdateTagCollectionFilter Text
updateTagCollectionFilter_appBoundaryKey = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\UpdateTagCollectionFilter' {Text
appBoundaryKey :: Text
$sel:appBoundaryKey:UpdateTagCollectionFilter' :: UpdateTagCollectionFilter -> Text
appBoundaryKey} -> Text
appBoundaryKey) (\s :: UpdateTagCollectionFilter
s@UpdateTagCollectionFilter' {} Text
a -> UpdateTagCollectionFilter
s {$sel:appBoundaryKey:UpdateTagCollectionFilter' :: Text
appBoundaryKey = Text
a} :: UpdateTagCollectionFilter)

-- | 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.
updateTagCollectionFilter_tagValues :: Lens.Lens' UpdateTagCollectionFilter [Prelude.Text]
updateTagCollectionFilter_tagValues :: Lens' UpdateTagCollectionFilter [Text]
updateTagCollectionFilter_tagValues = forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\UpdateTagCollectionFilter' {[Text]
tagValues :: [Text]
$sel:tagValues:UpdateTagCollectionFilter' :: UpdateTagCollectionFilter -> [Text]
tagValues} -> [Text]
tagValues) (\s :: UpdateTagCollectionFilter
s@UpdateTagCollectionFilter' {} [Text]
a -> UpdateTagCollectionFilter
s {$sel:tagValues:UpdateTagCollectionFilter' :: [Text]
tagValues = [Text]
a} :: UpdateTagCollectionFilter) 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 Prelude.Hashable UpdateTagCollectionFilter where
  hashWithSalt :: Int -> UpdateTagCollectionFilter -> Int
hashWithSalt Int
_salt UpdateTagCollectionFilter' {[Text]
Text
tagValues :: [Text]
appBoundaryKey :: Text
$sel:tagValues:UpdateTagCollectionFilter' :: UpdateTagCollectionFilter -> [Text]
$sel:appBoundaryKey:UpdateTagCollectionFilter' :: UpdateTagCollectionFilter -> Text
..} =
    Int
_salt
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` Text
appBoundaryKey
      forall a. Hashable a => Int -> a -> Int
`Prelude.hashWithSalt` [Text]
tagValues

instance Prelude.NFData UpdateTagCollectionFilter where
  rnf :: UpdateTagCollectionFilter -> ()
rnf UpdateTagCollectionFilter' {[Text]
Text
tagValues :: [Text]
appBoundaryKey :: Text
$sel:tagValues:UpdateTagCollectionFilter' :: UpdateTagCollectionFilter -> [Text]
$sel:appBoundaryKey:UpdateTagCollectionFilter' :: UpdateTagCollectionFilter -> 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 [Text]
tagValues

instance Data.ToJSON UpdateTagCollectionFilter where
  toJSON :: UpdateTagCollectionFilter -> Value
toJSON UpdateTagCollectionFilter' {[Text]
Text
tagValues :: [Text]
appBoundaryKey :: Text
$sel:tagValues:UpdateTagCollectionFilter' :: UpdateTagCollectionFilter -> [Text]
$sel:appBoundaryKey:UpdateTagCollectionFilter' :: UpdateTagCollectionFilter -> 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..= [Text]
tagValues)
          ]
      )