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 RequestDetails = RequestDetails' {
- exportAssetsToS3 :: Maybe ExportAssetsToS3RequestDetails
- exportRevisionsToS3 :: Maybe ExportRevisionsToS3RequestDetails
- importAssetFromSignedUrl :: Maybe ImportAssetFromSignedUrlRequestDetails
- importAssetsFromRedshiftDataShares :: Maybe ImportAssetsFromRedshiftDataSharesRequestDetails
- importAssetsFromS3 :: Maybe ImportAssetsFromS3RequestDetails
- exportAssetToSignedUrl :: Maybe ExportAssetToSignedUrlRequestDetails
- newRequestDetails :: RequestDetails
- requestDetails_exportAssetsToS3 :: Lens' RequestDetails (Maybe ExportAssetsToS3RequestDetails)
- requestDetails_exportRevisionsToS3 :: Lens' RequestDetails (Maybe ExportRevisionsToS3RequestDetails)
- requestDetails_importAssetFromSignedUrl :: Lens' RequestDetails (Maybe ImportAssetFromSignedUrlRequestDetails)
- requestDetails_importAssetsFromRedshiftDataShares :: Lens' RequestDetails (Maybe ImportAssetsFromRedshiftDataSharesRequestDetails)
- requestDetails_importAssetsFromS3 :: Lens' RequestDetails (Maybe ImportAssetsFromS3RequestDetails)
- requestDetails_exportAssetToSignedUrl :: Lens' RequestDetails (Maybe ExportAssetToSignedUrlRequestDetails)
Documentation
data RequestDetails Source #
The details for the request.
See: newRequestDetails
smart constructor.
RequestDetails' | |
|
Instances
newRequestDetails :: RequestDetails Source #
Create a value of RequestDetails
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:exportAssetsToS3:RequestDetails'
, requestDetails_exportAssetsToS3
- Details about the export to Amazon S3 request.
$sel:exportRevisionsToS3:RequestDetails'
, requestDetails_exportRevisionsToS3
- Details about the export to Amazon S3 request.
$sel:importAssetFromSignedUrl:RequestDetails'
, requestDetails_importAssetFromSignedUrl
- Details about the import from signed URL request.
$sel:importAssetsFromRedshiftDataShares:RequestDetails'
, requestDetails_importAssetsFromRedshiftDataShares
- Details from an import from Amazon Redshift datashare request.
$sel:importAssetsFromS3:RequestDetails'
, requestDetails_importAssetsFromS3
- Details about the import from Amazon S3 request.
$sel:exportAssetToSignedUrl:RequestDetails'
, requestDetails_exportAssetToSignedUrl
- Details about the export to signed URL request.
requestDetails_exportAssetsToS3 :: Lens' RequestDetails (Maybe ExportAssetsToS3RequestDetails) Source #
Details about the export to Amazon S3 request.
requestDetails_exportRevisionsToS3 :: Lens' RequestDetails (Maybe ExportRevisionsToS3RequestDetails) Source #
Details about the export to Amazon S3 request.
requestDetails_importAssetFromSignedUrl :: Lens' RequestDetails (Maybe ImportAssetFromSignedUrlRequestDetails) Source #
Details about the import from signed URL request.
requestDetails_importAssetsFromRedshiftDataShares :: Lens' RequestDetails (Maybe ImportAssetsFromRedshiftDataSharesRequestDetails) Source #
Details from an import from Amazon Redshift datashare request.
requestDetails_importAssetsFromS3 :: Lens' RequestDetails (Maybe ImportAssetsFromS3RequestDetails) Source #
Details about the import from Amazon S3 request.
requestDetails_exportAssetToSignedUrl :: Lens' RequestDetails (Maybe ExportAssetToSignedUrlRequestDetails) Source #
Details about the export to signed URL request.