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 description of a MediaPackage VOD PackagingGroup resource.
Synopsis
- data DescribePackagingGroup = DescribePackagingGroup' {}
- newDescribePackagingGroup :: Text -> DescribePackagingGroup
- describePackagingGroup_id :: Lens' DescribePackagingGroup Text
- data DescribePackagingGroupResponse = DescribePackagingGroupResponse' {
- arn :: Maybe Text
- authorization :: Maybe Authorization
- domainName :: Maybe Text
- id :: Maybe Text
- egressAccessLogs :: Maybe EgressAccessLogs
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- newDescribePackagingGroupResponse :: Int -> DescribePackagingGroupResponse
- describePackagingGroupResponse_arn :: Lens' DescribePackagingGroupResponse (Maybe Text)
- describePackagingGroupResponse_authorization :: Lens' DescribePackagingGroupResponse (Maybe Authorization)
- describePackagingGroupResponse_domainName :: Lens' DescribePackagingGroupResponse (Maybe Text)
- describePackagingGroupResponse_id :: Lens' DescribePackagingGroupResponse (Maybe Text)
- describePackagingGroupResponse_egressAccessLogs :: Lens' DescribePackagingGroupResponse (Maybe EgressAccessLogs)
- describePackagingGroupResponse_tags :: Lens' DescribePackagingGroupResponse (Maybe (HashMap Text Text))
- describePackagingGroupResponse_httpStatus :: Lens' DescribePackagingGroupResponse Int
Creating a Request
data DescribePackagingGroup Source #
See: newDescribePackagingGroup
smart constructor.
Instances
newDescribePackagingGroup Source #
Create a value of DescribePackagingGroup
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:id:DescribePackagingGroup'
, describePackagingGroup_id
- The ID of a MediaPackage VOD PackagingGroup resource.
Request Lenses
describePackagingGroup_id :: Lens' DescribePackagingGroup Text Source #
The ID of a MediaPackage VOD PackagingGroup resource.
Destructuring the Response
data DescribePackagingGroupResponse Source #
See: newDescribePackagingGroupResponse
smart constructor.
DescribePackagingGroupResponse' | |
|
Instances
newDescribePackagingGroupResponse Source #
Create a value of DescribePackagingGroupResponse
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:arn:DescribePackagingGroupResponse'
, describePackagingGroupResponse_arn
- The ARN of the PackagingGroup.
$sel:authorization:DescribePackagingGroupResponse'
, describePackagingGroupResponse_authorization
- Undocumented member.
$sel:domainName:DescribePackagingGroupResponse'
, describePackagingGroupResponse_domainName
- The fully qualified domain name for Assets in the PackagingGroup.
$sel:id:DescribePackagingGroup'
, describePackagingGroupResponse_id
- The ID of the PackagingGroup.
$sel:egressAccessLogs:DescribePackagingGroupResponse'
, describePackagingGroupResponse_egressAccessLogs
- Undocumented member.
$sel:tags:DescribePackagingGroupResponse'
, describePackagingGroupResponse_tags
- Undocumented member.
$sel:httpStatus:DescribePackagingGroupResponse'
, describePackagingGroupResponse_httpStatus
- The response's http status code.
Response Lenses
describePackagingGroupResponse_arn :: Lens' DescribePackagingGroupResponse (Maybe Text) Source #
The ARN of the PackagingGroup.
describePackagingGroupResponse_authorization :: Lens' DescribePackagingGroupResponse (Maybe Authorization) Source #
Undocumented member.
describePackagingGroupResponse_domainName :: Lens' DescribePackagingGroupResponse (Maybe Text) Source #
The fully qualified domain name for Assets in the PackagingGroup.
describePackagingGroupResponse_id :: Lens' DescribePackagingGroupResponse (Maybe Text) Source #
The ID of the PackagingGroup.
describePackagingGroupResponse_egressAccessLogs :: Lens' DescribePackagingGroupResponse (Maybe EgressAccessLogs) Source #
Undocumented member.
describePackagingGroupResponse_tags :: Lens' DescribePackagingGroupResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
describePackagingGroupResponse_httpStatus :: Lens' DescribePackagingGroupResponse Int Source #
The response's http status code.