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 |
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.
DescribeProfilingGroup' | |
|
Instances
newDescribeProfilingGroup Source #
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:
$sel:profilingGroupName: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.
DescribeProfilingGroupResponse' | |
|
Instances
Eq DescribeProfilingGroupResponse Source # | |
Read DescribeProfilingGroupResponse Source # | |
Show DescribeProfilingGroupResponse Source # | |
Generic DescribeProfilingGroupResponse Source # | |
NFData DescribeProfilingGroupResponse Source # | |
Defined in Amazonka.CodeGuruProfiler.DescribeProfilingGroup rnf :: DescribeProfilingGroupResponse -> () # | |
type Rep DescribeProfilingGroupResponse Source # | |
Defined in Amazonka.CodeGuruProfiler.DescribeProfilingGroup type Rep DescribeProfilingGroupResponse = D1 ('MetaData "DescribeProfilingGroupResponse" "Amazonka.CodeGuruProfiler.DescribeProfilingGroup" "libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler" 'False) (C1 ('MetaCons "DescribeProfilingGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "profilingGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProfilingGroupDescription))) |
newDescribeProfilingGroupResponse Source #
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.