| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
- data ListUnsupportedAppVersionResources = ListUnsupportedAppVersionResources' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- resolutionId :: Maybe Text
- appArn :: Text
- appVersion :: Text
- newListUnsupportedAppVersionResources :: Text -> Text -> ListUnsupportedAppVersionResources
- listUnsupportedAppVersionResources_maxResults :: Lens' ListUnsupportedAppVersionResources (Maybe Natural)
- listUnsupportedAppVersionResources_nextToken :: Lens' ListUnsupportedAppVersionResources (Maybe Text)
- listUnsupportedAppVersionResources_resolutionId :: Lens' ListUnsupportedAppVersionResources (Maybe Text)
- listUnsupportedAppVersionResources_appArn :: Lens' ListUnsupportedAppVersionResources Text
- listUnsupportedAppVersionResources_appVersion :: Lens' ListUnsupportedAppVersionResources Text
- data ListUnsupportedAppVersionResourcesResponse = ListUnsupportedAppVersionResourcesResponse' {}
- newListUnsupportedAppVersionResourcesResponse :: Int -> Text -> ListUnsupportedAppVersionResourcesResponse
- listUnsupportedAppVersionResourcesResponse_nextToken :: Lens' ListUnsupportedAppVersionResourcesResponse (Maybe Text)
- listUnsupportedAppVersionResourcesResponse_httpStatus :: Lens' ListUnsupportedAppVersionResourcesResponse Int
- listUnsupportedAppVersionResourcesResponse_resolutionId :: Lens' ListUnsupportedAppVersionResourcesResponse Text
- listUnsupportedAppVersionResourcesResponse_unsupportedResources :: Lens' ListUnsupportedAppVersionResourcesResponse [UnsupportedResource]
Creating a Request
data ListUnsupportedAppVersionResources Source #
See: newListUnsupportedAppVersionResources smart constructor.
Constructors
| ListUnsupportedAppVersionResources' | |
Fields
| |
Instances
newListUnsupportedAppVersionResources Source #
Arguments
| :: Text | |
| -> Text | |
| -> ListUnsupportedAppVersionResources |
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_resolutionId :: Lens' ListUnsupportedAppVersionResources (Maybe Text) Source #
The identifier for a specific resolution.
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.
listUnsupportedAppVersionResources_appVersion :: Lens' ListUnsupportedAppVersionResources Text Source #
The version of the application.
Destructuring the Response
data ListUnsupportedAppVersionResourcesResponse Source #
See: newListUnsupportedAppVersionResourcesResponse smart constructor.
Constructors
| ListUnsupportedAppVersionResourcesResponse' | |
Fields
| |
Instances
newListUnsupportedAppVersionResourcesResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> ListUnsupportedAppVersionResourcesResponse |
Create a value of ListUnsupportedAppVersionResourcesResponse 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:
ListUnsupportedAppVersionResources, listUnsupportedAppVersionResourcesResponse_nextToken - The token for the next set of results, or null if there are no more
results.
$sel:httpStatus:ListUnsupportedAppVersionResourcesResponse', listUnsupportedAppVersionResourcesResponse_httpStatus - The response's http status code.
ListUnsupportedAppVersionResources, listUnsupportedAppVersionResourcesResponse_resolutionId - The identifier for a specific resolution.
$sel:unsupportedResources:ListUnsupportedAppVersionResourcesResponse', listUnsupportedAppVersionResourcesResponse_unsupportedResources - The unsupported resources for the application.
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.
listUnsupportedAppVersionResourcesResponse_httpStatus :: Lens' ListUnsupportedAppVersionResourcesResponse Int Source #
The response's http status code.
listUnsupportedAppVersionResourcesResponse_resolutionId :: Lens' ListUnsupportedAppVersionResourcesResponse Text Source #
The identifier for a specific resolution.
listUnsupportedAppVersionResourcesResponse_unsupportedResources :: Lens' ListUnsupportedAppVersionResourcesResponse [UnsupportedResource] Source #
The unsupported resources for the application.