libZSservicesZSamazonka-backupZSamazonka-backup
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.Backup.ListFrameworks

Description

Returns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region.

Synopsis

Creating a Request

data ListFrameworks Source #

See: newListFrameworks smart constructor.

Constructors

ListFrameworks' 

Fields

  • nextToken :: Maybe Text

    An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

  • maxResults :: Maybe Natural

    The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.

Instances

Instances details
Eq ListFrameworks Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

Read ListFrameworks Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

Show ListFrameworks Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

Generic ListFrameworks Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

Associated Types

type Rep ListFrameworks :: Type -> Type #

NFData ListFrameworks Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

Methods

rnf :: ListFrameworks -> () #

Hashable ListFrameworks Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

AWSRequest ListFrameworks Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

Associated Types

type AWSResponse ListFrameworks #

ToHeaders ListFrameworks Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

ToPath ListFrameworks Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

ToQuery ListFrameworks Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

type Rep ListFrameworks Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

type Rep ListFrameworks = D1 ('MetaData "ListFrameworks" "Amazonka.Backup.ListFrameworks" "libZSservicesZSamazonka-backupZSamazonka-backup" 'False) (C1 ('MetaCons "ListFrameworks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListFrameworks Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

newListFrameworks :: ListFrameworks Source #

Create a value of ListFrameworks 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:ListFrameworks', listFrameworks_nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

$sel:maxResults:ListFrameworks', listFrameworks_maxResults - The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.

Request Lenses

listFrameworks_nextToken :: Lens' ListFrameworks (Maybe Text) Source #

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

listFrameworks_maxResults :: Lens' ListFrameworks (Maybe Natural) Source #

The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.

Destructuring the Response

data ListFrameworksResponse Source #

See: newListFrameworksResponse smart constructor.

Constructors

ListFrameworksResponse' 

Fields

  • nextToken :: Maybe Text

    An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

  • frameworks :: Maybe [Framework]

    A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListFrameworksResponse Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

Read ListFrameworksResponse Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

Show ListFrameworksResponse Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

Generic ListFrameworksResponse Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

Associated Types

type Rep ListFrameworksResponse :: Type -> Type #

NFData ListFrameworksResponse Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

Methods

rnf :: ListFrameworksResponse -> () #

type Rep ListFrameworksResponse Source # 
Instance details

Defined in Amazonka.Backup.ListFrameworks

type Rep ListFrameworksResponse = D1 ('MetaData "ListFrameworksResponse" "Amazonka.Backup.ListFrameworks" "libZSservicesZSamazonka-backupZSamazonka-backup" 'False) (C1 ('MetaCons "ListFrameworksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "frameworks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Framework])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListFrameworksResponse Source #

Create a value of ListFrameworksResponse 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:ListFrameworks', listFrameworksResponse_nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

$sel:frameworks:ListFrameworksResponse', listFrameworksResponse_frameworks - A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.

$sel:httpStatus:ListFrameworksResponse', listFrameworksResponse_httpStatus - The response's http status code.

Response Lenses

listFrameworksResponse_nextToken :: Lens' ListFrameworksResponse (Maybe Text) Source #

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

listFrameworksResponse_frameworks :: Lens' ListFrameworksResponse (Maybe [Framework]) Source #

A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.