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

Description

Lists the resources that are not currently supported in AWS Resilience Hub. An unsupported resource is a resource that exists in the object that was used to create an app, but is not supported by Resilience Hub.

Synopsis

Creating a Request

data ListUnsupportedAppVersionResources Source #

Constructors

ListUnsupportedAppVersionResources' 

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 ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

ToHeaders ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

ToPath ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

ToQuery ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

AWSRequest ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Generic ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Associated Types

type Rep ListUnsupportedAppVersionResources :: Type -> Type #

Read ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Show ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

NFData ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Eq ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Hashable ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

type AWSResponse ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

type Rep ListUnsupportedAppVersionResources Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

type Rep ListUnsupportedAppVersionResources = D1 ('MetaData "ListUnsupportedAppVersionResources" "Amazonka.ResilienceHub.ListUnsupportedAppVersionResources" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ListUnsupportedAppVersionResources'" '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)))))

newListUnsupportedAppVersionResources Source #

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

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

ListUnsupportedAppVersionResources, listUnsupportedAppVersionResources_resolutionId - The identifier for a specific resolution.

ListUnsupportedAppVersionResources, listUnsupportedAppVersionResources_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.

ListUnsupportedAppVersionResources, listUnsupportedAppVersionResources_appVersion - The version of the application.

Request Lenses

listUnsupportedAppVersionResources_maxResults :: Lens' ListUnsupportedAppVersionResources (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.

listUnsupportedAppVersionResources_nextToken :: Lens' ListUnsupportedAppVersionResources (Maybe Text) Source #

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

listUnsupportedAppVersionResources_appArn :: Lens' ListUnsupportedAppVersionResources 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 ListUnsupportedAppVersionResourcesResponse Source #

Constructors

ListUnsupportedAppVersionResourcesResponse' 

Fields

Instances

Instances details
Generic ListUnsupportedAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Read ListUnsupportedAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Show ListUnsupportedAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

NFData ListUnsupportedAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

Eq ListUnsupportedAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

type Rep ListUnsupportedAppVersionResourcesResponse Source # 
Instance details

Defined in Amazonka.ResilienceHub.ListUnsupportedAppVersionResources

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

Response Lenses

listUnsupportedAppVersionResourcesResponse_nextToken :: Lens' ListUnsupportedAppVersionResourcesResponse (Maybe Text) Source #

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