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 ExportAssetToSignedUrlResponseDetails = ExportAssetToSignedUrlResponseDetails' {}
- newExportAssetToSignedUrlResponseDetails :: Text -> Text -> Text -> ExportAssetToSignedUrlResponseDetails
- exportAssetToSignedUrlResponseDetails_signedUrl :: Lens' ExportAssetToSignedUrlResponseDetails (Maybe Text)
- exportAssetToSignedUrlResponseDetails_signedUrlExpiresAt :: Lens' ExportAssetToSignedUrlResponseDetails (Maybe UTCTime)
- exportAssetToSignedUrlResponseDetails_dataSetId :: Lens' ExportAssetToSignedUrlResponseDetails Text
- exportAssetToSignedUrlResponseDetails_assetId :: Lens' ExportAssetToSignedUrlResponseDetails Text
- exportAssetToSignedUrlResponseDetails_revisionId :: Lens' ExportAssetToSignedUrlResponseDetails Text
Documentation
data ExportAssetToSignedUrlResponseDetails Source #
The details of the export to signed URL response.
See: newExportAssetToSignedUrlResponseDetails
smart constructor.
ExportAssetToSignedUrlResponseDetails' | |
|
Instances
newExportAssetToSignedUrlResponseDetails Source #
Create a value of ExportAssetToSignedUrlResponseDetails
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:signedUrl:ExportAssetToSignedUrlResponseDetails'
, exportAssetToSignedUrlResponseDetails_signedUrl
- The signed URL for the export request.
$sel:signedUrlExpiresAt:ExportAssetToSignedUrlResponseDetails'
, exportAssetToSignedUrlResponseDetails_signedUrlExpiresAt
- The date and time that the signed URL expires, in ISO 8601 format.
$sel:dataSetId:ExportAssetToSignedUrlResponseDetails'
, exportAssetToSignedUrlResponseDetails_dataSetId
- The unique identifier for the data set associated with this export job.
$sel:assetId:ExportAssetToSignedUrlResponseDetails'
, exportAssetToSignedUrlResponseDetails_assetId
- The unique identifier for the asset associated with this export job.
$sel:revisionId:ExportAssetToSignedUrlResponseDetails'
, exportAssetToSignedUrlResponseDetails_revisionId
- The unique identifier for the revision associated with this export
response.
exportAssetToSignedUrlResponseDetails_signedUrl :: Lens' ExportAssetToSignedUrlResponseDetails (Maybe Text) Source #
The signed URL for the export request.
exportAssetToSignedUrlResponseDetails_signedUrlExpiresAt :: Lens' ExportAssetToSignedUrlResponseDetails (Maybe UTCTime) Source #
The date and time that the signed URL expires, in ISO 8601 format.
exportAssetToSignedUrlResponseDetails_dataSetId :: Lens' ExportAssetToSignedUrlResponseDetails Text Source #
The unique identifier for the data set associated with this export job.
exportAssetToSignedUrlResponseDetails_assetId :: Lens' ExportAssetToSignedUrlResponseDetails Text Source #
The unique identifier for the asset associated with this export job.
exportAssetToSignedUrlResponseDetails_revisionId :: Lens' ExportAssetToSignedUrlResponseDetails Text Source #
The unique identifier for the revision associated with this export response.