| 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 |
Amazonka.MediaPackageVOD.UpdatePackagingGroup
Description
Updates a specific packaging group. You can't change the id attribute or any other system-generated attributes.
Synopsis
- data UpdatePackagingGroup = UpdatePackagingGroup' {}
- newUpdatePackagingGroup :: Text -> UpdatePackagingGroup
- updatePackagingGroup_authorization :: Lens' UpdatePackagingGroup (Maybe Authorization)
- updatePackagingGroup_id :: Lens' UpdatePackagingGroup Text
- data UpdatePackagingGroupResponse = UpdatePackagingGroupResponse' {
- arn :: Maybe Text
- authorization :: Maybe Authorization
- domainName :: Maybe Text
- id :: Maybe Text
- egressAccessLogs :: Maybe EgressAccessLogs
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- newUpdatePackagingGroupResponse :: Int -> UpdatePackagingGroupResponse
- updatePackagingGroupResponse_arn :: Lens' UpdatePackagingGroupResponse (Maybe Text)
- updatePackagingGroupResponse_authorization :: Lens' UpdatePackagingGroupResponse (Maybe Authorization)
- updatePackagingGroupResponse_domainName :: Lens' UpdatePackagingGroupResponse (Maybe Text)
- updatePackagingGroupResponse_id :: Lens' UpdatePackagingGroupResponse (Maybe Text)
- updatePackagingGroupResponse_egressAccessLogs :: Lens' UpdatePackagingGroupResponse (Maybe EgressAccessLogs)
- updatePackagingGroupResponse_tags :: Lens' UpdatePackagingGroupResponse (Maybe (HashMap Text Text))
- updatePackagingGroupResponse_httpStatus :: Lens' UpdatePackagingGroupResponse Int
Creating a Request
data UpdatePackagingGroup Source #
A MediaPackage VOD PackagingGroup resource configuration.
See: newUpdatePackagingGroup smart constructor.
Constructors
| UpdatePackagingGroup' | |
Fields
| |
Instances
newUpdatePackagingGroup Source #
Arguments
| :: Text | |
| -> UpdatePackagingGroup |
Create a value of UpdatePackagingGroup 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:UpdatePackagingGroup', updatePackagingGroup_authorization - Undocumented member.
$sel:id:UpdatePackagingGroup', updatePackagingGroup_id - The ID of a MediaPackage VOD PackagingGroup resource.
Request Lenses
updatePackagingGroup_authorization :: Lens' UpdatePackagingGroup (Maybe Authorization) Source #
Undocumented member.
updatePackagingGroup_id :: Lens' UpdatePackagingGroup Text Source #
The ID of a MediaPackage VOD PackagingGroup resource.
Destructuring the Response
data UpdatePackagingGroupResponse Source #
See: newUpdatePackagingGroupResponse smart constructor.
Constructors
| UpdatePackagingGroupResponse' | |
Fields
| |
Instances
newUpdatePackagingGroupResponse Source #
Create a value of UpdatePackagingGroupResponse 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:UpdatePackagingGroupResponse', updatePackagingGroupResponse_arn - The ARN of the PackagingGroup.
$sel:authorization:UpdatePackagingGroup', updatePackagingGroupResponse_authorization - Undocumented member.
$sel:domainName:UpdatePackagingGroupResponse', updatePackagingGroupResponse_domainName - The fully qualified domain name for Assets in the PackagingGroup.
$sel:id:UpdatePackagingGroup', updatePackagingGroupResponse_id - The ID of the PackagingGroup.
$sel:egressAccessLogs:UpdatePackagingGroupResponse', updatePackagingGroupResponse_egressAccessLogs - Undocumented member.
$sel:tags:UpdatePackagingGroupResponse', updatePackagingGroupResponse_tags - Undocumented member.
$sel:httpStatus:UpdatePackagingGroupResponse', updatePackagingGroupResponse_httpStatus - The response's http status code.
Response Lenses
updatePackagingGroupResponse_arn :: Lens' UpdatePackagingGroupResponse (Maybe Text) Source #
The ARN of the PackagingGroup.
updatePackagingGroupResponse_authorization :: Lens' UpdatePackagingGroupResponse (Maybe Authorization) Source #
Undocumented member.
updatePackagingGroupResponse_domainName :: Lens' UpdatePackagingGroupResponse (Maybe Text) Source #
The fully qualified domain name for Assets in the PackagingGroup.
updatePackagingGroupResponse_id :: Lens' UpdatePackagingGroupResponse (Maybe Text) Source #
The ID of the PackagingGroup.
updatePackagingGroupResponse_egressAccessLogs :: Lens' UpdatePackagingGroupResponse (Maybe EgressAccessLogs) Source #
Undocumented member.
updatePackagingGroupResponse_tags :: Lens' UpdatePackagingGroupResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
updatePackagingGroupResponse_httpStatus :: Lens' UpdatePackagingGroupResponse Int Source #
The response's http status code.