amazonka-resiliencehub-2.0: Amazon Resilience Hub 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.ResilienceHub.ListSopRecommendations

Description

Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications.

Synopsis

Creating a Request

data ListSopRecommendations Source #

See: newListSopRecommendations smart constructor.

Constructors

ListSopRecommendations' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

  • nextToken :: Maybe Text

    Null, or the token from a previous call to get the next set of results.

  • assessmentArn :: Text

    The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Instances

Instances details
ToJSON ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

ToHeaders ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

ToPath ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

ToQuery ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

AWSRequest ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Associated Types

type AWSResponse ListSopRecommendations #

Generic ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Associated Types

type Rep ListSopRecommendations :: Type -> Type #

Read ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Show ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

NFData ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Methods

rnf :: ListSopRecommendations -> () #

Eq ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Hashable ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

type AWSResponse ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

type Rep ListSopRecommendations Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

type Rep ListSopRecommendations = D1 ('MetaData "ListSopRecommendations" "Amazonka.ResilienceHub.ListSopRecommendations" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListSopRecommendations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListSopRecommendations Source #

Create a value of ListSopRecommendations 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:maxResults:ListSopRecommendations', listSopRecommendations_maxResults - The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

ListSopRecommendations, listSopRecommendations_nextToken - Null, or the token from a previous call to get the next set of results.

ListSopRecommendations, listSopRecommendations_assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Request Lenses

listSopRecommendations_maxResults :: Lens' ListSopRecommendations (Maybe Natural) Source #

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

listSopRecommendations_nextToken :: Lens' ListSopRecommendations (Maybe Text) Source #

Null, or the token from a previous call to get the next set of results.

listSopRecommendations_assessmentArn :: Lens' ListSopRecommendations Text Source #

The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Destructuring the Response

data ListSopRecommendationsResponse Source #

See: newListSopRecommendationsResponse smart constructor.

Constructors

ListSopRecommendationsResponse' 

Fields

Instances

Instances details
Generic ListSopRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Associated Types

type Rep ListSopRecommendationsResponse :: Type -> Type #

Read ListSopRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Show ListSopRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

NFData ListSopRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

Eq ListSopRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

type Rep ListSopRecommendationsResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListSopRecommendations

type Rep ListSopRecommendationsResponse = D1 ('MetaData "ListSopRecommendationsResponse" "Amazonka.ResilienceHub.ListSopRecommendations" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListSopRecommendationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "sopRecommendations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [SopRecommendation]))))

newListSopRecommendationsResponse Source #

Create a value of ListSopRecommendationsResponse 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:

ListSopRecommendations, listSopRecommendationsResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:httpStatus:ListSopRecommendationsResponse', listSopRecommendationsResponse_httpStatus - The response's http status code.

$sel:sopRecommendations:ListSopRecommendationsResponse', listSopRecommendationsResponse_sopRecommendations - The standard operating procedure (SOP) recommendations for the Resilience Hub applications.

Response Lenses

listSopRecommendationsResponse_nextToken :: Lens' ListSopRecommendationsResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listSopRecommendationsResponse_sopRecommendations :: Lens' ListSopRecommendationsResponse [SopRecommendation] Source #

The standard operating procedure (SOP) recommendations for the Resilience Hub applications.