| 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.CodeGuruProfiler.DescribeProfilingGroup
Description
Returns a ProfilingGroupDescription object that contains information about the requested profiling group.
Synopsis
- data DescribeProfilingGroup = DescribeProfilingGroup' {}
- newDescribeProfilingGroup :: Text -> DescribeProfilingGroup
- describeProfilingGroup_profilingGroupName :: Lens' DescribeProfilingGroup Text
- data DescribeProfilingGroupResponse = DescribeProfilingGroupResponse' {}
- newDescribeProfilingGroupResponse :: Int -> ProfilingGroupDescription -> DescribeProfilingGroupResponse
- describeProfilingGroupResponse_httpStatus :: Lens' DescribeProfilingGroupResponse Int
- describeProfilingGroupResponse_profilingGroup :: Lens' DescribeProfilingGroupResponse ProfilingGroupDescription
Creating a Request
data DescribeProfilingGroup Source #
The structure representing the describeProfilingGroupRequest.
See: newDescribeProfilingGroup smart constructor.
Constructors
| DescribeProfilingGroup' | |
Fields
| |
Instances
newDescribeProfilingGroup Source #
Arguments
| :: Text | |
| -> DescribeProfilingGroup |
Create a value of DescribeProfilingGroup 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:
DescribeProfilingGroup, describeProfilingGroup_profilingGroupName - The name of the profiling group to get information about.
Request Lenses
describeProfilingGroup_profilingGroupName :: Lens' DescribeProfilingGroup Text Source #
The name of the profiling group to get information about.
Destructuring the Response
data DescribeProfilingGroupResponse Source #
The structure representing the describeProfilingGroupResponse.
See: newDescribeProfilingGroupResponse smart constructor.
Constructors
| DescribeProfilingGroupResponse' | |
Fields
| |
Instances
newDescribeProfilingGroupResponse Source #
Arguments
| :: Int | |
| -> ProfilingGroupDescription | |
| -> DescribeProfilingGroupResponse |
Create a value of DescribeProfilingGroupResponse 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:DescribeProfilingGroupResponse', describeProfilingGroupResponse_httpStatus - The response's http status code.
$sel:profilingGroup:DescribeProfilingGroupResponse', describeProfilingGroupResponse_profilingGroup - The returned
ProfilingGroupDescription
object that contains information about the requested profiling group.
Response Lenses
describeProfilingGroupResponse_httpStatus :: Lens' DescribeProfilingGroupResponse Int Source #
The response's http status code.
describeProfilingGroupResponse_profilingGroup :: Lens' DescribeProfilingGroupResponse ProfilingGroupDescription Source #
The returned ProfilingGroupDescription object that contains information about the requested profiling group.