libZSservicesZSamazonka-fmsZSamazonka-fms
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.FMS.Types.AppsListDataSummary

Description

 
Synopsis

Documentation

data AppsListDataSummary Source #

Details of the Firewall Manager applications list.

See: newAppsListDataSummary smart constructor.

Constructors

AppsListDataSummary' 

Fields

Instances

Instances details
Eq AppsListDataSummary Source # 
Instance details

Defined in Amazonka.FMS.Types.AppsListDataSummary

Read AppsListDataSummary Source # 
Instance details

Defined in Amazonka.FMS.Types.AppsListDataSummary

Show AppsListDataSummary Source # 
Instance details

Defined in Amazonka.FMS.Types.AppsListDataSummary

Generic AppsListDataSummary Source # 
Instance details

Defined in Amazonka.FMS.Types.AppsListDataSummary

Associated Types

type Rep AppsListDataSummary :: Type -> Type #

NFData AppsListDataSummary Source # 
Instance details

Defined in Amazonka.FMS.Types.AppsListDataSummary

Methods

rnf :: AppsListDataSummary -> () #

Hashable AppsListDataSummary Source # 
Instance details

Defined in Amazonka.FMS.Types.AppsListDataSummary

FromJSON AppsListDataSummary Source # 
Instance details

Defined in Amazonka.FMS.Types.AppsListDataSummary

type Rep AppsListDataSummary Source # 
Instance details

Defined in Amazonka.FMS.Types.AppsListDataSummary

type Rep AppsListDataSummary = D1 ('MetaData "AppsListDataSummary" "Amazonka.FMS.Types.AppsListDataSummary" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "AppsListDataSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "listArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "appsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [App]))) :*: (S1 ('MetaSel ('Just "listId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "listName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAppsListDataSummary :: AppsListDataSummary Source #

Create a value of AppsListDataSummary 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:listArn:AppsListDataSummary', appsListDataSummary_listArn - The Amazon Resource Name (ARN) of the applications list.

$sel:appsList:AppsListDataSummary', appsListDataSummary_appsList - An array of App objects in the Firewall Manager applications list.

$sel:listId:AppsListDataSummary', appsListDataSummary_listId - The ID of the applications list.

$sel:listName:AppsListDataSummary', appsListDataSummary_listName - The name of the applications list.

appsListDataSummary_listArn :: Lens' AppsListDataSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the applications list.

appsListDataSummary_appsList :: Lens' AppsListDataSummary (Maybe [App]) Source #

An array of App objects in the Firewall Manager applications list.