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 |
Creates a new MediaPackage VOD PackagingGroup resource.
Synopsis
- data CreatePackagingGroup = CreatePackagingGroup' {}
- newCreatePackagingGroup :: Text -> CreatePackagingGroup
- createPackagingGroup_authorization :: Lens' CreatePackagingGroup (Maybe Authorization)
- createPackagingGroup_egressAccessLogs :: Lens' CreatePackagingGroup (Maybe EgressAccessLogs)
- createPackagingGroup_tags :: Lens' CreatePackagingGroup (Maybe (HashMap Text Text))
- createPackagingGroup_id :: Lens' CreatePackagingGroup Text
- data CreatePackagingGroupResponse = CreatePackagingGroupResponse' {
- arn :: Maybe Text
- authorization :: Maybe Authorization
- domainName :: Maybe Text
- id :: Maybe Text
- egressAccessLogs :: Maybe EgressAccessLogs
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- newCreatePackagingGroupResponse :: Int -> CreatePackagingGroupResponse
- createPackagingGroupResponse_arn :: Lens' CreatePackagingGroupResponse (Maybe Text)
- createPackagingGroupResponse_authorization :: Lens' CreatePackagingGroupResponse (Maybe Authorization)
- createPackagingGroupResponse_domainName :: Lens' CreatePackagingGroupResponse (Maybe Text)
- createPackagingGroupResponse_id :: Lens' CreatePackagingGroupResponse (Maybe Text)
- createPackagingGroupResponse_egressAccessLogs :: Lens' CreatePackagingGroupResponse (Maybe EgressAccessLogs)
- createPackagingGroupResponse_tags :: Lens' CreatePackagingGroupResponse (Maybe (HashMap Text Text))
- createPackagingGroupResponse_httpStatus :: Lens' CreatePackagingGroupResponse Int
Creating a Request
data CreatePackagingGroup Source #
A new MediaPackage VOD PackagingGroup resource configuration.
See: newCreatePackagingGroup
smart constructor.
CreatePackagingGroup' | |
|
Instances
newCreatePackagingGroup Source #
Create a value of CreatePackagingGroup
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:authorization:CreatePackagingGroup'
, createPackagingGroup_authorization
- Undocumented member.
$sel:egressAccessLogs:CreatePackagingGroup'
, createPackagingGroup_egressAccessLogs
- Undocumented member.
$sel:tags:CreatePackagingGroup'
, createPackagingGroup_tags
- Undocumented member.
$sel:id:CreatePackagingGroup'
, createPackagingGroup_id
- The ID of the PackagingGroup.
Request Lenses
createPackagingGroup_authorization :: Lens' CreatePackagingGroup (Maybe Authorization) Source #
Undocumented member.
createPackagingGroup_egressAccessLogs :: Lens' CreatePackagingGroup (Maybe EgressAccessLogs) Source #
Undocumented member.
createPackagingGroup_tags :: Lens' CreatePackagingGroup (Maybe (HashMap Text Text)) Source #
Undocumented member.
createPackagingGroup_id :: Lens' CreatePackagingGroup Text Source #
The ID of the PackagingGroup.
Destructuring the Response
data CreatePackagingGroupResponse Source #
See: newCreatePackagingGroupResponse
smart constructor.
CreatePackagingGroupResponse' | |
|
Instances
newCreatePackagingGroupResponse Source #
Create a value of CreatePackagingGroupResponse
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:CreatePackagingGroupResponse'
, createPackagingGroupResponse_arn
- The ARN of the PackagingGroup.
$sel:authorization:CreatePackagingGroup'
, createPackagingGroupResponse_authorization
- Undocumented member.
$sel:domainName:CreatePackagingGroupResponse'
, createPackagingGroupResponse_domainName
- The fully qualified domain name for Assets in the PackagingGroup.
$sel:id:CreatePackagingGroup'
, createPackagingGroupResponse_id
- The ID of the PackagingGroup.
$sel:egressAccessLogs:CreatePackagingGroup'
, createPackagingGroupResponse_egressAccessLogs
- Undocumented member.
$sel:tags:CreatePackagingGroup'
, createPackagingGroupResponse_tags
- Undocumented member.
$sel:httpStatus:CreatePackagingGroupResponse'
, createPackagingGroupResponse_httpStatus
- The response's http status code.
Response Lenses
createPackagingGroupResponse_arn :: Lens' CreatePackagingGroupResponse (Maybe Text) Source #
The ARN of the PackagingGroup.
createPackagingGroupResponse_authorization :: Lens' CreatePackagingGroupResponse (Maybe Authorization) Source #
Undocumented member.
createPackagingGroupResponse_domainName :: Lens' CreatePackagingGroupResponse (Maybe Text) Source #
The fully qualified domain name for Assets in the PackagingGroup.
createPackagingGroupResponse_id :: Lens' CreatePackagingGroupResponse (Maybe Text) Source #
The ID of the PackagingGroup.
createPackagingGroupResponse_egressAccessLogs :: Lens' CreatePackagingGroupResponse (Maybe EgressAccessLogs) Source #
Undocumented member.
createPackagingGroupResponse_tags :: Lens' CreatePackagingGroupResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
createPackagingGroupResponse_httpStatus :: Lens' CreatePackagingGroupResponse Int Source #
The response's http status code.