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 RevisionDestinationEntry = RevisionDestinationEntry' {
- keyPattern :: Maybe Text
- bucket :: Text
- revisionId :: Text
- newRevisionDestinationEntry :: Text -> Text -> RevisionDestinationEntry
- revisionDestinationEntry_keyPattern :: Lens' RevisionDestinationEntry (Maybe Text)
- revisionDestinationEntry_bucket :: Lens' RevisionDestinationEntry Text
- revisionDestinationEntry_revisionId :: Lens' RevisionDestinationEntry Text
Documentation
data RevisionDestinationEntry Source #
The destination where the assets in the revision will be exported.
See: newRevisionDestinationEntry
smart constructor.
RevisionDestinationEntry' | |
|
Instances
newRevisionDestinationEntry Source #
:: Text | |
-> Text | |
-> RevisionDestinationEntry |
Create a value of RevisionDestinationEntry
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:keyPattern:RevisionDestinationEntry'
, revisionDestinationEntry_keyPattern
- A string representing the pattern for generated names of the individual
assets in the revision. For more information about key patterns, see
Key patterns when exporting revisions.
$sel:bucket:RevisionDestinationEntry'
, revisionDestinationEntry_bucket
- The S3 bucket that is the destination for the assets in the revision.
$sel:revisionId:RevisionDestinationEntry'
, revisionDestinationEntry_revisionId
- The unique identifier for the revision.
revisionDestinationEntry_keyPattern :: Lens' RevisionDestinationEntry (Maybe Text) Source #
A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see Key patterns when exporting revisions.
revisionDestinationEntry_bucket :: Lens' RevisionDestinationEntry Text Source #
The S3 bucket that is the destination for the assets in the revision.
revisionDestinationEntry_revisionId :: Lens' RevisionDestinationEntry Text Source #
The unique identifier for the revision.