libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager
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.AuditManager.ListControls

Description

Returns a list of controls from Audit Manager.

Synopsis

Creating a Request

data ListControls Source #

See: newListControls smart constructor.

Constructors

ListControls' 

Fields

Instances

Instances details
Eq ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Read ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Show ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Generic ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Associated Types

type Rep ListControls :: Type -> Type #

NFData ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Methods

rnf :: ListControls -> () #

Hashable ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

AWSRequest ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Associated Types

type AWSResponse ListControls #

ToHeaders ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

ToPath ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

ToQuery ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

type Rep ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

type Rep ListControls = D1 ('MetaData "ListControls" "Amazonka.AuditManager.ListControls" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ListControls'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "controlType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ControlType))))
type AWSResponse ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

newListControls Source #

Create a value of ListControls 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:nextToken:ListControls', listControls_nextToken - The pagination token used to fetch the next set of results.

$sel:maxResults:ListControls', listControls_maxResults - Represents the maximum number of results per page, or per API request call.

$sel:controlType:ListControls', listControls_controlType - The type of control, such as standard or custom.

Request Lenses

listControls_nextToken :: Lens' ListControls (Maybe Text) Source #

The pagination token used to fetch the next set of results.

listControls_maxResults :: Lens' ListControls (Maybe Natural) Source #

Represents the maximum number of results per page, or per API request call.

listControls_controlType :: Lens' ListControls ControlType Source #

The type of control, such as standard or custom.

Destructuring the Response

data ListControlsResponse Source #

See: newListControlsResponse smart constructor.

Constructors

ListControlsResponse' 

Fields

Instances

Instances details
Eq ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Read ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Show ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Generic ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Associated Types

type Rep ListControlsResponse :: Type -> Type #

NFData ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Methods

rnf :: ListControlsResponse -> () #

type Rep ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

type Rep ListControlsResponse = D1 ('MetaData "ListControlsResponse" "Amazonka.AuditManager.ListControls" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ListControlsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "controlMetadataList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ControlMetadata])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListControlsResponse Source #

Create a value of ListControlsResponse 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:nextToken:ListControls', listControlsResponse_nextToken - The pagination token used to fetch the next set of results.

$sel:controlMetadataList:ListControlsResponse', listControlsResponse_controlMetadataList - The list of control metadata objects returned by the ListControls API.

$sel:httpStatus:ListControlsResponse', listControlsResponse_httpStatus - The response's http status code.

Response Lenses

listControlsResponse_nextToken :: Lens' ListControlsResponse (Maybe Text) Source #

The pagination token used to fetch the next set of results.

listControlsResponse_controlMetadataList :: Lens' ListControlsResponse (Maybe [ControlMetadata]) Source #

The list of control metadata objects returned by the ListControls API.