| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails
Description
Synopsis
- data ExportAssetToSignedUrlRequestDetails = ExportAssetToSignedUrlRequestDetails' {}
- newExportAssetToSignedUrlRequestDetails :: Text -> Text -> Text -> ExportAssetToSignedUrlRequestDetails
- exportAssetToSignedUrlRequestDetails_assetId :: Lens' ExportAssetToSignedUrlRequestDetails Text
- exportAssetToSignedUrlRequestDetails_dataSetId :: Lens' ExportAssetToSignedUrlRequestDetails Text
- exportAssetToSignedUrlRequestDetails_revisionId :: Lens' ExportAssetToSignedUrlRequestDetails Text
Documentation
data ExportAssetToSignedUrlRequestDetails Source #
Details of the operation to be performed by the job.
See: newExportAssetToSignedUrlRequestDetails smart constructor.
Constructors
| ExportAssetToSignedUrlRequestDetails' | |
Instances
newExportAssetToSignedUrlRequestDetails Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> ExportAssetToSignedUrlRequestDetails |
Create a value of ExportAssetToSignedUrlRequestDetails 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:assetId:ExportAssetToSignedUrlRequestDetails', exportAssetToSignedUrlRequestDetails_assetId - The unique identifier for the asset that is exported to a signed URL.
$sel:dataSetId:ExportAssetToSignedUrlRequestDetails', exportAssetToSignedUrlRequestDetails_dataSetId - The unique identifier for the data set associated with this export job.
$sel:revisionId:ExportAssetToSignedUrlRequestDetails', exportAssetToSignedUrlRequestDetails_revisionId - The unique identifier for the revision associated with this export
request.
exportAssetToSignedUrlRequestDetails_assetId :: Lens' ExportAssetToSignedUrlRequestDetails Text Source #
The unique identifier for the asset that is exported to a signed URL.
exportAssetToSignedUrlRequestDetails_dataSetId :: Lens' ExportAssetToSignedUrlRequestDetails Text Source #
The unique identifier for the data set associated with this export job.
exportAssetToSignedUrlRequestDetails_revisionId :: Lens' ExportAssetToSignedUrlRequestDetails Text Source #
The unique identifier for the revision associated with this export request.