Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Describes a specific version of a solution. For more information on solutions, see CreateSolution.
Synopsis
- data DescribeSolutionVersion = DescribeSolutionVersion' {}
- newDescribeSolutionVersion :: Text -> DescribeSolutionVersion
- describeSolutionVersion_solutionVersionArn :: Lens' DescribeSolutionVersion Text
- data DescribeSolutionVersionResponse = DescribeSolutionVersionResponse' {}
- newDescribeSolutionVersionResponse :: Int -> DescribeSolutionVersionResponse
- describeSolutionVersionResponse_solutionVersion :: Lens' DescribeSolutionVersionResponse (Maybe SolutionVersion)
- describeSolutionVersionResponse_httpStatus :: Lens' DescribeSolutionVersionResponse Int
Creating a Request
data DescribeSolutionVersion Source #
See: newDescribeSolutionVersion
smart constructor.
DescribeSolutionVersion' | |
|
Instances
newDescribeSolutionVersion Source #
Create a value of DescribeSolutionVersion
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:solutionVersionArn:DescribeSolutionVersion'
, describeSolutionVersion_solutionVersionArn
- The Amazon Resource Name (ARN) of the solution version.
Request Lenses
describeSolutionVersion_solutionVersionArn :: Lens' DescribeSolutionVersion Text Source #
The Amazon Resource Name (ARN) of the solution version.
Destructuring the Response
data DescribeSolutionVersionResponse Source #
See: newDescribeSolutionVersionResponse
smart constructor.
DescribeSolutionVersionResponse' | |
|
Instances
newDescribeSolutionVersionResponse Source #
Create a value of DescribeSolutionVersionResponse
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:solutionVersion:DescribeSolutionVersionResponse'
, describeSolutionVersionResponse_solutionVersion
- The solution version.
$sel:httpStatus:DescribeSolutionVersionResponse'
, describeSolutionVersionResponse_httpStatus
- The response's http status code.
Response Lenses
describeSolutionVersionResponse_solutionVersion :: Lens' DescribeSolutionVersionResponse (Maybe SolutionVersion) Source #
The solution version.
describeSolutionVersionResponse_httpStatus :: Lens' DescribeSolutionVersionResponse Int Source #
The response's http status code.