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

Description

Returns information about the specified Firewall Manager applications list.

Synopsis

Creating a Request

data GetAppsList Source #

See: newGetAppsList smart constructor.

Constructors

GetAppsList' 

Fields

  • defaultList :: Maybe Bool

    Specifies whether the list to retrieve is a default list owned by Firewall Manager.

  • listId :: Text

    The ID of the Firewall Manager applications list that you want the details for.

Instances

Instances details
Eq GetAppsList Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

Read GetAppsList Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

Show GetAppsList Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

Generic GetAppsList Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

Associated Types

type Rep GetAppsList :: Type -> Type #

NFData GetAppsList Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

Methods

rnf :: GetAppsList -> () #

Hashable GetAppsList Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

ToJSON GetAppsList Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

AWSRequest GetAppsList Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

Associated Types

type AWSResponse GetAppsList #

ToHeaders GetAppsList Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

Methods

toHeaders :: GetAppsList -> [Header] #

ToPath GetAppsList Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

ToQuery GetAppsList Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

type Rep GetAppsList Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

type Rep GetAppsList = D1 ('MetaData "GetAppsList" "Amazonka.FMS.GetAppsList" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "GetAppsList'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "listId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetAppsList Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

newGetAppsList Source #

Create a value of GetAppsList 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:defaultList:GetAppsList', getAppsList_defaultList - Specifies whether the list to retrieve is a default list owned by Firewall Manager.

$sel:listId:GetAppsList', getAppsList_listId - The ID of the Firewall Manager applications list that you want the details for.

Request Lenses

getAppsList_defaultList :: Lens' GetAppsList (Maybe Bool) Source #

Specifies whether the list to retrieve is a default list owned by Firewall Manager.

getAppsList_listId :: Lens' GetAppsList Text Source #

The ID of the Firewall Manager applications list that you want the details for.

Destructuring the Response

data GetAppsListResponse Source #

See: newGetAppsListResponse smart constructor.

Constructors

GetAppsListResponse' 

Fields

Instances

Instances details
Eq GetAppsListResponse Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

Read GetAppsListResponse Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

Show GetAppsListResponse Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

Generic GetAppsListResponse Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

Associated Types

type Rep GetAppsListResponse :: Type -> Type #

NFData GetAppsListResponse Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

Methods

rnf :: GetAppsListResponse -> () #

type Rep GetAppsListResponse Source # 
Instance details

Defined in Amazonka.FMS.GetAppsList

type Rep GetAppsListResponse = D1 ('MetaData "GetAppsListResponse" "Amazonka.FMS.GetAppsList" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "GetAppsListResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appsListArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "appsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppsListData)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetAppsListResponse Source #

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

$sel:appsList:GetAppsListResponse', getAppsListResponse_appsList - Information about the specified Firewall Manager applications list.

$sel:httpStatus:GetAppsListResponse', getAppsListResponse_httpStatus - The response's http status code.

Response Lenses

getAppsListResponse_appsListArn :: Lens' GetAppsListResponse (Maybe Text) Source #

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

getAppsListResponse_appsList :: Lens' GetAppsListResponse (Maybe AppsListData) Source #

Information about the specified Firewall Manager applications list.