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

Description

Lists all the resources in an application version.

Synopsis

Creating a Request

data ListAppVersionResources Source #

See: newListAppVersionResources smart constructor.

Constructors

ListAppVersionResources' 

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.

  • resolutionId :: Maybe Text

    The identifier for a specific resolution.

  • appArn :: Text

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

  • appVersion :: Text

    The version of the application.

Instances

Instances details
ToJSON ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

ToHeaders ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

ToPath ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

ToQuery ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

AWSRequest ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Generic ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Associated Types

type Rep ListAppVersionResources :: Type -> Type #

Read ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Show ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

NFData ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Methods

rnf :: ListAppVersionResources -> () #

Eq ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Hashable ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

type AWSResponse ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

type Rep ListAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

type Rep ListAppVersionResources = D1 ('MetaData "ListAppVersionResources" "Amazonka.ResilienceHub.ListAppVersionResources" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListAppVersionResources'" '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 "resolutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListAppVersionResources Source #

Create a value of ListAppVersionResources 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:ListAppVersionResources', listAppVersionResources_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.

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

ListAppVersionResources, listAppVersionResources_resolutionId - The identifier for a specific resolution.

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

ListAppVersionResources, listAppVersionResources_appVersion - The version of the application.

Request Lenses

listAppVersionResources_maxResults :: Lens' ListAppVersionResources (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.

listAppVersionResources_nextToken :: Lens' ListAppVersionResources (Maybe Text) Source #

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

listAppVersionResources_appArn :: Lens' ListAppVersionResources Text Source #

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

Destructuring the Response

data ListAppVersionResourcesResponse Source #

See: newListAppVersionResourcesResponse smart constructor.

Constructors

ListAppVersionResourcesResponse' 

Fields

Instances

Instances details
Generic ListAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Associated Types

type Rep ListAppVersionResourcesResponse :: Type -> Type #

Read ListAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Show ListAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

NFData ListAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

Eq ListAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

type Rep ListAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListAppVersionResources

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

newListAppVersionResourcesResponse Source #

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

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

$sel:httpStatus:ListAppVersionResourcesResponse', listAppVersionResourcesResponse_httpStatus - The response's http status code.

$sel:physicalResources:ListAppVersionResourcesResponse', listAppVersionResourcesResponse_physicalResources - The physical resources in the application version.

ListAppVersionResources, listAppVersionResourcesResponse_resolutionId - The identifier for a specific resolution.

Response Lenses

listAppVersionResourcesResponse_nextToken :: Lens' ListAppVersionResourcesResponse (Maybe Text) Source #

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