amazonka-synthetics-2.0: Amazon Synthetics SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Synthetics.Types.Group

Description

 
Synopsis

Documentation

data Group Source #

This structure contains information about one group.

See: newGroup smart constructor.

Constructors

Group' 

Fields

Instances

Instances details
FromJSON Group Source # 
Instance details

Defined in Amazonka.Synthetics.Types.Group

Generic Group Source # 
Instance details

Defined in Amazonka.Synthetics.Types.Group

Associated Types

type Rep Group :: Type -> Type #

Methods

from :: Group -> Rep Group x #

to :: Rep Group x -> Group #

Read Group Source # 
Instance details

Defined in Amazonka.Synthetics.Types.Group

Show Group Source # 
Instance details

Defined in Amazonka.Synthetics.Types.Group

Methods

showsPrec :: Int -> Group -> ShowS #

show :: Group -> String #

showList :: [Group] -> ShowS #

NFData Group Source # 
Instance details

Defined in Amazonka.Synthetics.Types.Group

Methods

rnf :: Group -> () #

Eq Group Source # 
Instance details

Defined in Amazonka.Synthetics.Types.Group

Methods

(==) :: Group -> Group -> Bool #

(/=) :: Group -> Group -> Bool #

Hashable Group Source # 
Instance details

Defined in Amazonka.Synthetics.Types.Group

Methods

hashWithSalt :: Int -> Group -> Int #

hash :: Group -> Int #

type Rep Group Source # 
Instance details

Defined in Amazonka.Synthetics.Types.Group

newGroup :: Group Source #

Create a value of Group with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:Group', group_arn - The ARN of the group.

$sel:createdTime:Group', group_createdTime - The date and time that the group was created.

$sel:id:Group', group_id - The unique ID of the group.

$sel:lastModifiedTime:Group', group_lastModifiedTime - The date and time that the group was most recently updated.

$sel:name:Group', group_name - The name of the group.

$sel:tags:Group', group_tags - The list of key-value pairs that are associated with the canary.

group_arn :: Lens' Group (Maybe Text) Source #

The ARN of the group.

group_createdTime :: Lens' Group (Maybe UTCTime) Source #

The date and time that the group was created.

group_id :: Lens' Group (Maybe Text) Source #

The unique ID of the group.

group_lastModifiedTime :: Lens' Group (Maybe UTCTime) Source #

The date and time that the group was most recently updated.

group_name :: Lens' Group (Maybe Text) Source #

The name of the group.

group_tags :: Lens' Group (Maybe (HashMap Text Text)) Source #

The list of key-value pairs that are associated with the canary.