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 collection of MediaPackage VOD PackagingConfiguration resources.
This operation returns paginated results.
Synopsis
- data ListPackagingConfigurations = ListPackagingConfigurations' {}
- newListPackagingConfigurations :: ListPackagingConfigurations
- listPackagingConfigurations_packagingGroupId :: Lens' ListPackagingConfigurations (Maybe Text)
- listPackagingConfigurations_nextToken :: Lens' ListPackagingConfigurations (Maybe Text)
- listPackagingConfigurations_maxResults :: Lens' ListPackagingConfigurations (Maybe Natural)
- data ListPackagingConfigurationsResponse = ListPackagingConfigurationsResponse' {}
- newListPackagingConfigurationsResponse :: Int -> ListPackagingConfigurationsResponse
- listPackagingConfigurationsResponse_packagingConfigurations :: Lens' ListPackagingConfigurationsResponse (Maybe [PackagingConfiguration])
- listPackagingConfigurationsResponse_nextToken :: Lens' ListPackagingConfigurationsResponse (Maybe Text)
- listPackagingConfigurationsResponse_httpStatus :: Lens' ListPackagingConfigurationsResponse Int
Creating a Request
data ListPackagingConfigurations Source #
See: newListPackagingConfigurations
smart constructor.
ListPackagingConfigurations' | |
|
Instances
newListPackagingConfigurations :: ListPackagingConfigurations Source #
Create a value of ListPackagingConfigurations
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:packagingGroupId:ListPackagingConfigurations'
, listPackagingConfigurations_packagingGroupId
- Returns MediaPackage VOD PackagingConfigurations associated with the
specified PackagingGroup.
$sel:nextToken:ListPackagingConfigurations'
, listPackagingConfigurations_nextToken
- A token used to resume pagination from the end of a previous request.
$sel:maxResults:ListPackagingConfigurations'
, listPackagingConfigurations_maxResults
- Upper bound on number of records to return.
Request Lenses
listPackagingConfigurations_packagingGroupId :: Lens' ListPackagingConfigurations (Maybe Text) Source #
Returns MediaPackage VOD PackagingConfigurations associated with the specified PackagingGroup.
listPackagingConfigurations_nextToken :: Lens' ListPackagingConfigurations (Maybe Text) Source #
A token used to resume pagination from the end of a previous request.
listPackagingConfigurations_maxResults :: Lens' ListPackagingConfigurations (Maybe Natural) Source #
Upper bound on number of records to return.
Destructuring the Response
data ListPackagingConfigurationsResponse Source #
See: newListPackagingConfigurationsResponse
smart constructor.
ListPackagingConfigurationsResponse' | |
|
Instances
newListPackagingConfigurationsResponse Source #
Create a value of ListPackagingConfigurationsResponse
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:packagingConfigurations:ListPackagingConfigurationsResponse'
, listPackagingConfigurationsResponse_packagingConfigurations
- A list of MediaPackage VOD PackagingConfiguration resources.
$sel:nextToken:ListPackagingConfigurations'
, listPackagingConfigurationsResponse_nextToken
- A token that can be used to resume pagination from the end of the
collection.
$sel:httpStatus:ListPackagingConfigurationsResponse'
, listPackagingConfigurationsResponse_httpStatus
- The response's http status code.
Response Lenses
listPackagingConfigurationsResponse_packagingConfigurations :: Lens' ListPackagingConfigurationsResponse (Maybe [PackagingConfiguration]) Source #
A list of MediaPackage VOD PackagingConfiguration resources.
listPackagingConfigurationsResponse_nextToken :: Lens' ListPackagingConfigurationsResponse (Maybe Text) Source #
A token that can be used to resume pagination from the end of the collection.
listPackagingConfigurationsResponse_httpStatus :: Lens' ListPackagingConfigurationsResponse Int Source #
The response's http status code.