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.GroupSummary

Description

 
Synopsis

Documentation

data GroupSummary Source #

A structure containing some information about a group.

See: newGroupSummary smart constructor.

Constructors

GroupSummary' 

Fields

Instances

Instances details
FromJSON GroupSummary Source # 
Instance details

Defined in Amazonka.Synthetics.Types.GroupSummary

Generic GroupSummary Source # 
Instance details

Defined in Amazonka.Synthetics.Types.GroupSummary

Associated Types

type Rep GroupSummary :: Type -> Type #

Read GroupSummary Source # 
Instance details

Defined in Amazonka.Synthetics.Types.GroupSummary

Show GroupSummary Source # 
Instance details

Defined in Amazonka.Synthetics.Types.GroupSummary

NFData GroupSummary Source # 
Instance details

Defined in Amazonka.Synthetics.Types.GroupSummary

Methods

rnf :: GroupSummary -> () #

Eq GroupSummary Source # 
Instance details

Defined in Amazonka.Synthetics.Types.GroupSummary

Hashable GroupSummary Source # 
Instance details

Defined in Amazonka.Synthetics.Types.GroupSummary

type Rep GroupSummary Source # 
Instance details

Defined in Amazonka.Synthetics.Types.GroupSummary

type Rep GroupSummary = D1 ('MetaData "GroupSummary" "Amazonka.Synthetics.Types.GroupSummary" "amazonka-synthetics-2.0-3I8gICXDswl2F1HDbijRHZ" 'False) (C1 ('MetaCons "GroupSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newGroupSummary :: GroupSummary Source #

Create a value of GroupSummary 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:GroupSummary', groupSummary_arn - The ARN of the group.

$sel:id:GroupSummary', groupSummary_id - The unique ID of the group.

$sel:name:GroupSummary', groupSummary_name - The name of the group.

groupSummary_id :: Lens' GroupSummary (Maybe Text) Source #

The unique ID of the group.