| 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.Personalize.DescribeSolutionVersion
Description
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.
Constructors
| DescribeSolutionVersion' | |
Fields
| |
Instances
newDescribeSolutionVersion Source #
Arguments
| :: Text | |
| -> DescribeSolutionVersion |
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:
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.
Constructors
| DescribeSolutionVersionResponse' | |
Fields
| |
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.