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 |
Synopsis
- data ConflictingAliasesList = ConflictingAliasesList' {}
- newConflictingAliasesList :: ConflictingAliasesList
- conflictingAliasesList_quantity :: Lens' ConflictingAliasesList (Maybe Int)
- conflictingAliasesList_items :: Lens' ConflictingAliasesList (Maybe [ConflictingAlias])
- conflictingAliasesList_maxItems :: Lens' ConflictingAliasesList (Maybe Int)
- conflictingAliasesList_nextMarker :: Lens' ConflictingAliasesList (Maybe Text)
Documentation
data ConflictingAliasesList Source #
A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts that they are associated with. In the list, the distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don’t own.
See: newConflictingAliasesList
smart constructor.
ConflictingAliasesList' | |
|
Instances
newConflictingAliasesList :: ConflictingAliasesList Source #
Create a value of ConflictingAliasesList
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:quantity:ConflictingAliasesList'
, conflictingAliasesList_quantity
- The number of conflicting aliases returned in the response.
$sel:items:ConflictingAliasesList'
, conflictingAliasesList_items
- Contains the conflicting aliases in the list.
$sel:maxItems:ConflictingAliasesList'
, conflictingAliasesList_maxItems
- The maximum number of conflicting aliases requested.
$sel:nextMarker:ConflictingAliasesList'
, conflictingAliasesList_nextMarker
- If there are more items in the list than are in this response, this
element is present. It contains the value that you should use in the
Marker
field of a subsequent request to continue listing conflicting
aliases where you left off.
conflictingAliasesList_quantity :: Lens' ConflictingAliasesList (Maybe Int) Source #
The number of conflicting aliases returned in the response.
conflictingAliasesList_items :: Lens' ConflictingAliasesList (Maybe [ConflictingAlias]) Source #
Contains the conflicting aliases in the list.
conflictingAliasesList_maxItems :: Lens' ConflictingAliasesList (Maybe Int) Source #
The maximum number of conflicting aliases requested.
conflictingAliasesList_nextMarker :: Lens' ConflictingAliasesList (Maybe Text) Source #
If there are more items in the list than are in this response, this
element is present. It contains the value that you should use in the
Marker
field of a subsequent request to continue listing conflicting
aliases where you left off.