| 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.ImportAssetsFromRedshiftDataSharesRequestDetails
Description
Synopsis
- data ImportAssetsFromRedshiftDataSharesRequestDetails = ImportAssetsFromRedshiftDataSharesRequestDetails' {}
 - newImportAssetsFromRedshiftDataSharesRequestDetails :: Text -> Text -> ImportAssetsFromRedshiftDataSharesRequestDetails
 - importAssetsFromRedshiftDataSharesRequestDetails_assetSources :: Lens' ImportAssetsFromRedshiftDataSharesRequestDetails [RedshiftDataShareAssetSourceEntry]
 - importAssetsFromRedshiftDataSharesRequestDetails_dataSetId :: Lens' ImportAssetsFromRedshiftDataSharesRequestDetails Text
 - importAssetsFromRedshiftDataSharesRequestDetails_revisionId :: Lens' ImportAssetsFromRedshiftDataSharesRequestDetails Text
 
Documentation
data ImportAssetsFromRedshiftDataSharesRequestDetails Source #
Details from an import from Amazon Redshift datashare request.
See: newImportAssetsFromRedshiftDataSharesRequestDetails smart constructor.
Constructors
| ImportAssetsFromRedshiftDataSharesRequestDetails' | |
Fields 
  | |
Instances
newImportAssetsFromRedshiftDataSharesRequestDetails Source #
Arguments
| :: Text | 
  | 
| -> Text | 
  | 
| -> ImportAssetsFromRedshiftDataSharesRequestDetails | 
Create a value of ImportAssetsFromRedshiftDataSharesRequestDetails 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:assetSources:ImportAssetsFromRedshiftDataSharesRequestDetails', importAssetsFromRedshiftDataSharesRequestDetails_assetSources - A list of Amazon Redshift datashare assets.
$sel:dataSetId:ImportAssetsFromRedshiftDataSharesRequestDetails', importAssetsFromRedshiftDataSharesRequestDetails_dataSetId - The unique identifier for the data set associated with this import job.
$sel:revisionId:ImportAssetsFromRedshiftDataSharesRequestDetails', importAssetsFromRedshiftDataSharesRequestDetails_revisionId - The unique identifier for the revision associated with this import job.
importAssetsFromRedshiftDataSharesRequestDetails_assetSources :: Lens' ImportAssetsFromRedshiftDataSharesRequestDetails [RedshiftDataShareAssetSourceEntry] Source #
A list of Amazon Redshift datashare assets.
importAssetsFromRedshiftDataSharesRequestDetails_dataSetId :: Lens' ImportAssetsFromRedshiftDataSharesRequestDetails Text Source #
The unique identifier for the data set associated with this import job.
importAssetsFromRedshiftDataSharesRequestDetails_revisionId :: Lens' ImportAssetsFromRedshiftDataSharesRequestDetails Text Source #
The unique identifier for the revision associated with this import job.