| 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.SageMaker.DescribeWorkteam
Description
Gets information about a specific work team. You can see information such as the create date, the last updated date, membership information, and the work team's Amazon Resource Name (ARN).
Synopsis
- data DescribeWorkteam = DescribeWorkteam' {
- workteamName :: Text
- newDescribeWorkteam :: Text -> DescribeWorkteam
- describeWorkteam_workteamName :: Lens' DescribeWorkteam Text
- data DescribeWorkteamResponse = DescribeWorkteamResponse' {
- httpStatus :: Int
- workteam :: Workteam
- newDescribeWorkteamResponse :: Int -> Workteam -> DescribeWorkteamResponse
- describeWorkteamResponse_httpStatus :: Lens' DescribeWorkteamResponse Int
- describeWorkteamResponse_workteam :: Lens' DescribeWorkteamResponse Workteam
Creating a Request
data DescribeWorkteam Source #
See: newDescribeWorkteam smart constructor.
Constructors
| DescribeWorkteam' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DescribeWorkteam |
Create a value of DescribeWorkteam 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:
DescribeWorkteam, describeWorkteam_workteamName - The name of the work team to return a description of.
Request Lenses
describeWorkteam_workteamName :: Lens' DescribeWorkteam Text Source #
The name of the work team to return a description of.
Destructuring the Response
data DescribeWorkteamResponse Source #
See: newDescribeWorkteamResponse smart constructor.
Constructors
| DescribeWorkteamResponse' | |
Fields
| |
Instances
newDescribeWorkteamResponse Source #
Arguments
| :: Int | |
| -> Workteam | |
| -> DescribeWorkteamResponse |
Create a value of DescribeWorkteamResponse 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:httpStatus:DescribeWorkteamResponse', describeWorkteamResponse_httpStatus - The response's http status code.
$sel:workteam:DescribeWorkteamResponse', describeWorkteamResponse_workteam - A Workteam instance that contains information about the work team.
Response Lenses
describeWorkteamResponse_httpStatus :: Lens' DescribeWorkteamResponse Int Source #
The response's http status code.
describeWorkteamResponse_workteam :: Lens' DescribeWorkteamResponse Workteam Source #
A Workteam instance that contains information about the work team.