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 |
- Operations
- GetEventAction
- CreateRevision
- ListRevisionAssets
- DeleteRevision
- UpdateRevision
- ListTagsForResource
- GetRevision
- DeleteDataSet
- UpdateDataSet
- CreateJob
- ListEventActions
- GetAsset
- ListJobs
- CreateDataSet
- DeleteAsset
- UpdateAsset
- GetJob
- GetDataSet
- StartJob
- TagResource
- ListDataSetRevisions
- DeleteEventAction
- UpdateEventAction
- UntagResource
- ListDataSets
- CreateEventAction
- CancelJob
- Types
- Action
- AssetDestinationEntry
- AssetDetails
- AssetEntry
- AssetSourceEntry
- AutoExportRevisionDestinationEntry
- AutoExportRevisionToS3RequestDetails
- DataSetEntry
- Details
- Event
- EventActionEntry
- ExportAssetToSignedUrlRequestDetails
- ExportAssetToSignedUrlResponseDetails
- ExportAssetsToS3RequestDetails
- ExportAssetsToS3ResponseDetails
- ExportRevisionsToS3RequestDetails
- ExportRevisionsToS3ResponseDetails
- ExportServerSideEncryption
- ImportAssetFromSignedUrlJobErrorDetails
- ImportAssetFromSignedUrlRequestDetails
- ImportAssetFromSignedUrlResponseDetails
- ImportAssetsFromRedshiftDataSharesRequestDetails
- ImportAssetsFromRedshiftDataSharesResponseDetails
- ImportAssetsFromS3RequestDetails
- ImportAssetsFromS3ResponseDetails
- JobEntry
- JobError
- OriginDetails
- RedshiftDataShareAsset
- RedshiftDataShareAssetSourceEntry
- RequestDetails
- ResponseDetails
- RevisionDestinationEntry
- RevisionEntry
- RevisionPublished
- S3SnapshotAsset
Synopsis
- getEventAction_eventActionId :: Lens' GetEventAction Text
- getEventActionResponse_event :: Lens' GetEventActionResponse (Maybe Event)
- getEventActionResponse_arn :: Lens' GetEventActionResponse (Maybe Text)
- getEventActionResponse_createdAt :: Lens' GetEventActionResponse (Maybe UTCTime)
- getEventActionResponse_action :: Lens' GetEventActionResponse (Maybe Action)
- getEventActionResponse_id :: Lens' GetEventActionResponse (Maybe Text)
- getEventActionResponse_updatedAt :: Lens' GetEventActionResponse (Maybe UTCTime)
- getEventActionResponse_httpStatus :: Lens' GetEventActionResponse Int
- createRevision_comment :: Lens' CreateRevision (Maybe Text)
- createRevision_tags :: Lens' CreateRevision (Maybe (HashMap Text Text))
- createRevision_dataSetId :: Lens' CreateRevision Text
- createRevisionResponse_arn :: Lens' CreateRevisionResponse (Maybe Text)
- createRevisionResponse_createdAt :: Lens' CreateRevisionResponse (Maybe UTCTime)
- createRevisionResponse_sourceId :: Lens' CreateRevisionResponse (Maybe Text)
- createRevisionResponse_finalized :: Lens' CreateRevisionResponse (Maybe Bool)
- createRevisionResponse_dataSetId :: Lens' CreateRevisionResponse (Maybe Text)
- createRevisionResponse_id :: Lens' CreateRevisionResponse (Maybe Text)
- createRevisionResponse_updatedAt :: Lens' CreateRevisionResponse (Maybe UTCTime)
- createRevisionResponse_comment :: Lens' CreateRevisionResponse (Maybe Text)
- createRevisionResponse_tags :: Lens' CreateRevisionResponse (Maybe (HashMap Text Text))
- createRevisionResponse_httpStatus :: Lens' CreateRevisionResponse Int
- listRevisionAssets_nextToken :: Lens' ListRevisionAssets (Maybe Text)
- listRevisionAssets_maxResults :: Lens' ListRevisionAssets (Maybe Natural)
- listRevisionAssets_revisionId :: Lens' ListRevisionAssets Text
- listRevisionAssets_dataSetId :: Lens' ListRevisionAssets Text
- listRevisionAssetsResponse_nextToken :: Lens' ListRevisionAssetsResponse (Maybe Text)
- listRevisionAssetsResponse_assets :: Lens' ListRevisionAssetsResponse (Maybe [AssetEntry])
- listRevisionAssetsResponse_httpStatus :: Lens' ListRevisionAssetsResponse Int
- deleteRevision_revisionId :: Lens' DeleteRevision Text
- deleteRevision_dataSetId :: Lens' DeleteRevision Text
- updateRevision_finalized :: Lens' UpdateRevision (Maybe Bool)
- updateRevision_comment :: Lens' UpdateRevision (Maybe Text)
- updateRevision_revisionId :: Lens' UpdateRevision Text
- updateRevision_dataSetId :: Lens' UpdateRevision Text
- updateRevisionResponse_arn :: Lens' UpdateRevisionResponse (Maybe Text)
- updateRevisionResponse_createdAt :: Lens' UpdateRevisionResponse (Maybe UTCTime)
- updateRevisionResponse_sourceId :: Lens' UpdateRevisionResponse (Maybe Text)
- updateRevisionResponse_finalized :: Lens' UpdateRevisionResponse (Maybe Bool)
- updateRevisionResponse_dataSetId :: Lens' UpdateRevisionResponse (Maybe Text)
- updateRevisionResponse_id :: Lens' UpdateRevisionResponse (Maybe Text)
- updateRevisionResponse_updatedAt :: Lens' UpdateRevisionResponse (Maybe UTCTime)
- updateRevisionResponse_comment :: Lens' UpdateRevisionResponse (Maybe Text)
- updateRevisionResponse_httpStatus :: Lens' UpdateRevisionResponse Int
- listTagsForResource_resourceArn :: Lens' ListTagsForResource Text
- listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text))
- listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int
- getRevision_revisionId :: Lens' GetRevision Text
- getRevision_dataSetId :: Lens' GetRevision Text
- getRevisionResponse_arn :: Lens' GetRevisionResponse (Maybe Text)
- getRevisionResponse_createdAt :: Lens' GetRevisionResponse (Maybe UTCTime)
- getRevisionResponse_sourceId :: Lens' GetRevisionResponse (Maybe Text)
- getRevisionResponse_finalized :: Lens' GetRevisionResponse (Maybe Bool)
- getRevisionResponse_dataSetId :: Lens' GetRevisionResponse (Maybe Text)
- getRevisionResponse_id :: Lens' GetRevisionResponse (Maybe Text)
- getRevisionResponse_updatedAt :: Lens' GetRevisionResponse (Maybe UTCTime)
- getRevisionResponse_comment :: Lens' GetRevisionResponse (Maybe Text)
- getRevisionResponse_tags :: Lens' GetRevisionResponse (Maybe (HashMap Text Text))
- getRevisionResponse_httpStatus :: Lens' GetRevisionResponse Int
- deleteDataSet_dataSetId :: Lens' DeleteDataSet Text
- updateDataSet_name :: Lens' UpdateDataSet (Maybe Text)
- updateDataSet_description :: Lens' UpdateDataSet (Maybe Text)
- updateDataSet_dataSetId :: Lens' UpdateDataSet Text
- updateDataSetResponse_origin :: Lens' UpdateDataSetResponse (Maybe Origin)
- updateDataSetResponse_arn :: Lens' UpdateDataSetResponse (Maybe Text)
- updateDataSetResponse_createdAt :: Lens' UpdateDataSetResponse (Maybe UTCTime)
- updateDataSetResponse_sourceId :: Lens' UpdateDataSetResponse (Maybe Text)
- updateDataSetResponse_originDetails :: Lens' UpdateDataSetResponse (Maybe OriginDetails)
- updateDataSetResponse_name :: Lens' UpdateDataSetResponse (Maybe Text)
- updateDataSetResponse_id :: Lens' UpdateDataSetResponse (Maybe Text)
- updateDataSetResponse_assetType :: Lens' UpdateDataSetResponse (Maybe AssetType)
- updateDataSetResponse_updatedAt :: Lens' UpdateDataSetResponse (Maybe UTCTime)
- updateDataSetResponse_description :: Lens' UpdateDataSetResponse (Maybe Text)
- updateDataSetResponse_httpStatus :: Lens' UpdateDataSetResponse Int
- createJob_type :: Lens' CreateJob Type
- createJob_details :: Lens' CreateJob RequestDetails
- createJobResponse_state :: Lens' CreateJobResponse (Maybe State)
- createJobResponse_arn :: Lens' CreateJobResponse (Maybe Text)
- createJobResponse_createdAt :: Lens' CreateJobResponse (Maybe UTCTime)
- createJobResponse_details :: Lens' CreateJobResponse (Maybe ResponseDetails)
- createJobResponse_id :: Lens' CreateJobResponse (Maybe Text)
- createJobResponse_type :: Lens' CreateJobResponse (Maybe Type)
- createJobResponse_updatedAt :: Lens' CreateJobResponse (Maybe UTCTime)
- createJobResponse_errors :: Lens' CreateJobResponse (Maybe [JobError])
- createJobResponse_httpStatus :: Lens' CreateJobResponse Int
- listEventActions_eventSourceId :: Lens' ListEventActions (Maybe Text)
- listEventActions_nextToken :: Lens' ListEventActions (Maybe Text)
- listEventActions_maxResults :: Lens' ListEventActions (Maybe Natural)
- listEventActionsResponse_eventActions :: Lens' ListEventActionsResponse (Maybe [EventActionEntry])
- listEventActionsResponse_nextToken :: Lens' ListEventActionsResponse (Maybe Text)
- listEventActionsResponse_httpStatus :: Lens' ListEventActionsResponse Int
- getAsset_revisionId :: Lens' GetAsset Text
- getAsset_assetId :: Lens' GetAsset Text
- getAsset_dataSetId :: Lens' GetAsset Text
- getAssetResponse_arn :: Lens' GetAssetResponse (Maybe Text)
- getAssetResponse_createdAt :: Lens' GetAssetResponse (Maybe UTCTime)
- getAssetResponse_sourceId :: Lens' GetAssetResponse (Maybe Text)
- getAssetResponse_dataSetId :: Lens' GetAssetResponse (Maybe Text)
- getAssetResponse_name :: Lens' GetAssetResponse (Maybe Text)
- getAssetResponse_assetDetails :: Lens' GetAssetResponse (Maybe AssetDetails)
- getAssetResponse_id :: Lens' GetAssetResponse (Maybe Text)
- getAssetResponse_assetType :: Lens' GetAssetResponse (Maybe AssetType)
- getAssetResponse_updatedAt :: Lens' GetAssetResponse (Maybe UTCTime)
- getAssetResponse_revisionId :: Lens' GetAssetResponse (Maybe Text)
- getAssetResponse_httpStatus :: Lens' GetAssetResponse Int
- listJobs_nextToken :: Lens' ListJobs (Maybe Text)
- listJobs_dataSetId :: Lens' ListJobs (Maybe Text)
- listJobs_maxResults :: Lens' ListJobs (Maybe Natural)
- listJobs_revisionId :: Lens' ListJobs (Maybe Text)
- listJobsResponse_nextToken :: Lens' ListJobsResponse (Maybe Text)
- listJobsResponse_jobs :: Lens' ListJobsResponse (Maybe [JobEntry])
- listJobsResponse_httpStatus :: Lens' ListJobsResponse Int
- createDataSet_tags :: Lens' CreateDataSet (Maybe (HashMap Text Text))
- createDataSet_assetType :: Lens' CreateDataSet AssetType
- createDataSet_description :: Lens' CreateDataSet Text
- createDataSet_name :: Lens' CreateDataSet Text
- createDataSetResponse_origin :: Lens' CreateDataSetResponse (Maybe Origin)
- createDataSetResponse_arn :: Lens' CreateDataSetResponse (Maybe Text)
- createDataSetResponse_createdAt :: Lens' CreateDataSetResponse (Maybe UTCTime)
- createDataSetResponse_sourceId :: Lens' CreateDataSetResponse (Maybe Text)
- createDataSetResponse_originDetails :: Lens' CreateDataSetResponse (Maybe OriginDetails)
- createDataSetResponse_name :: Lens' CreateDataSetResponse (Maybe Text)
- createDataSetResponse_id :: Lens' CreateDataSetResponse (Maybe Text)
- createDataSetResponse_assetType :: Lens' CreateDataSetResponse (Maybe AssetType)
- createDataSetResponse_updatedAt :: Lens' CreateDataSetResponse (Maybe UTCTime)
- createDataSetResponse_description :: Lens' CreateDataSetResponse (Maybe Text)
- createDataSetResponse_tags :: Lens' CreateDataSetResponse (Maybe (HashMap Text Text))
- createDataSetResponse_httpStatus :: Lens' CreateDataSetResponse Int
- deleteAsset_revisionId :: Lens' DeleteAsset Text
- deleteAsset_assetId :: Lens' DeleteAsset Text
- deleteAsset_dataSetId :: Lens' DeleteAsset Text
- updateAsset_revisionId :: Lens' UpdateAsset Text
- updateAsset_assetId :: Lens' UpdateAsset Text
- updateAsset_dataSetId :: Lens' UpdateAsset Text
- updateAsset_name :: Lens' UpdateAsset Text
- updateAssetResponse_arn :: Lens' UpdateAssetResponse (Maybe Text)
- updateAssetResponse_createdAt :: Lens' UpdateAssetResponse (Maybe UTCTime)
- updateAssetResponse_sourceId :: Lens' UpdateAssetResponse (Maybe Text)
- updateAssetResponse_dataSetId :: Lens' UpdateAssetResponse (Maybe Text)
- updateAssetResponse_name :: Lens' UpdateAssetResponse (Maybe Text)
- updateAssetResponse_assetDetails :: Lens' UpdateAssetResponse (Maybe AssetDetails)
- updateAssetResponse_id :: Lens' UpdateAssetResponse (Maybe Text)
- updateAssetResponse_assetType :: Lens' UpdateAssetResponse (Maybe AssetType)
- updateAssetResponse_updatedAt :: Lens' UpdateAssetResponse (Maybe UTCTime)
- updateAssetResponse_revisionId :: Lens' UpdateAssetResponse (Maybe Text)
- updateAssetResponse_httpStatus :: Lens' UpdateAssetResponse Int
- getJob_jobId :: Lens' GetJob Text
- getJobResponse_state :: Lens' GetJobResponse (Maybe State)
- getJobResponse_arn :: Lens' GetJobResponse (Maybe Text)
- getJobResponse_createdAt :: Lens' GetJobResponse (Maybe UTCTime)
- getJobResponse_details :: Lens' GetJobResponse (Maybe ResponseDetails)
- getJobResponse_id :: Lens' GetJobResponse (Maybe Text)
- getJobResponse_type :: Lens' GetJobResponse (Maybe Type)
- getJobResponse_updatedAt :: Lens' GetJobResponse (Maybe UTCTime)
- getJobResponse_errors :: Lens' GetJobResponse (Maybe [JobError])
- getJobResponse_httpStatus :: Lens' GetJobResponse Int
- getDataSet_dataSetId :: Lens' GetDataSet Text
- getDataSetResponse_origin :: Lens' GetDataSetResponse (Maybe Origin)
- getDataSetResponse_arn :: Lens' GetDataSetResponse (Maybe Text)
- getDataSetResponse_createdAt :: Lens' GetDataSetResponse (Maybe UTCTime)
- getDataSetResponse_sourceId :: Lens' GetDataSetResponse (Maybe Text)
- getDataSetResponse_originDetails :: Lens' GetDataSetResponse (Maybe OriginDetails)
- getDataSetResponse_name :: Lens' GetDataSetResponse (Maybe Text)
- getDataSetResponse_id :: Lens' GetDataSetResponse (Maybe Text)
- getDataSetResponse_assetType :: Lens' GetDataSetResponse (Maybe AssetType)
- getDataSetResponse_updatedAt :: Lens' GetDataSetResponse (Maybe UTCTime)
- getDataSetResponse_description :: Lens' GetDataSetResponse (Maybe Text)
- getDataSetResponse_tags :: Lens' GetDataSetResponse (Maybe (HashMap Text Text))
- getDataSetResponse_httpStatus :: Lens' GetDataSetResponse Int
- startJob_jobId :: Lens' StartJob Text
- startJobResponse_httpStatus :: Lens' StartJobResponse Int
- tagResource_resourceArn :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource (HashMap Text Text)
- listDataSetRevisions_nextToken :: Lens' ListDataSetRevisions (Maybe Text)
- listDataSetRevisions_maxResults :: Lens' ListDataSetRevisions (Maybe Natural)
- listDataSetRevisions_dataSetId :: Lens' ListDataSetRevisions Text
- listDataSetRevisionsResponse_nextToken :: Lens' ListDataSetRevisionsResponse (Maybe Text)
- listDataSetRevisionsResponse_revisions :: Lens' ListDataSetRevisionsResponse (Maybe [RevisionEntry])
- listDataSetRevisionsResponse_httpStatus :: Lens' ListDataSetRevisionsResponse Int
- deleteEventAction_eventActionId :: Lens' DeleteEventAction Text
- updateEventAction_action :: Lens' UpdateEventAction (Maybe Action)
- updateEventAction_eventActionId :: Lens' UpdateEventAction Text
- updateEventActionResponse_event :: Lens' UpdateEventActionResponse (Maybe Event)
- updateEventActionResponse_arn :: Lens' UpdateEventActionResponse (Maybe Text)
- updateEventActionResponse_createdAt :: Lens' UpdateEventActionResponse (Maybe UTCTime)
- updateEventActionResponse_action :: Lens' UpdateEventActionResponse (Maybe Action)
- updateEventActionResponse_id :: Lens' UpdateEventActionResponse (Maybe Text)
- updateEventActionResponse_updatedAt :: Lens' UpdateEventActionResponse (Maybe UTCTime)
- updateEventActionResponse_httpStatus :: Lens' UpdateEventActionResponse Int
- untagResource_tagKeys :: Lens' UntagResource [Text]
- untagResource_resourceArn :: Lens' UntagResource Text
- listDataSets_origin :: Lens' ListDataSets (Maybe Text)
- listDataSets_nextToken :: Lens' ListDataSets (Maybe Text)
- listDataSets_maxResults :: Lens' ListDataSets (Maybe Natural)
- listDataSetsResponse_nextToken :: Lens' ListDataSetsResponse (Maybe Text)
- listDataSetsResponse_dataSets :: Lens' ListDataSetsResponse (Maybe [DataSetEntry])
- listDataSetsResponse_httpStatus :: Lens' ListDataSetsResponse Int
- createEventAction_action :: Lens' CreateEventAction Action
- createEventAction_event :: Lens' CreateEventAction Event
- createEventActionResponse_event :: Lens' CreateEventActionResponse (Maybe Event)
- createEventActionResponse_arn :: Lens' CreateEventActionResponse (Maybe Text)
- createEventActionResponse_createdAt :: Lens' CreateEventActionResponse (Maybe UTCTime)
- createEventActionResponse_action :: Lens' CreateEventActionResponse (Maybe Action)
- createEventActionResponse_id :: Lens' CreateEventActionResponse (Maybe Text)
- createEventActionResponse_updatedAt :: Lens' CreateEventActionResponse (Maybe UTCTime)
- createEventActionResponse_httpStatus :: Lens' CreateEventActionResponse Int
- cancelJob_jobId :: Lens' CancelJob Text
- action_exportRevisionToS3 :: Lens' Action (Maybe AutoExportRevisionToS3RequestDetails)
- assetDestinationEntry_key :: Lens' AssetDestinationEntry (Maybe Text)
- assetDestinationEntry_bucket :: Lens' AssetDestinationEntry Text
- assetDestinationEntry_assetId :: Lens' AssetDestinationEntry Text
- assetDetails_s3SnapshotAsset :: Lens' AssetDetails (Maybe S3SnapshotAsset)
- assetDetails_redshiftDataShareAsset :: Lens' AssetDetails (Maybe RedshiftDataShareAsset)
- assetEntry_sourceId :: Lens' AssetEntry (Maybe Text)
- assetEntry_assetType :: Lens' AssetEntry AssetType
- assetEntry_createdAt :: Lens' AssetEntry UTCTime
- assetEntry_dataSetId :: Lens' AssetEntry Text
- assetEntry_id :: Lens' AssetEntry Text
- assetEntry_arn :: Lens' AssetEntry Text
- assetEntry_assetDetails :: Lens' AssetEntry AssetDetails
- assetEntry_updatedAt :: Lens' AssetEntry UTCTime
- assetEntry_revisionId :: Lens' AssetEntry Text
- assetEntry_name :: Lens' AssetEntry Text
- assetSourceEntry_bucket :: Lens' AssetSourceEntry Text
- assetSourceEntry_key :: Lens' AssetSourceEntry Text
- autoExportRevisionDestinationEntry_keyPattern :: Lens' AutoExportRevisionDestinationEntry (Maybe Text)
- autoExportRevisionDestinationEntry_bucket :: Lens' AutoExportRevisionDestinationEntry Text
- autoExportRevisionToS3RequestDetails_encryption :: Lens' AutoExportRevisionToS3RequestDetails (Maybe ExportServerSideEncryption)
- autoExportRevisionToS3RequestDetails_revisionDestination :: Lens' AutoExportRevisionToS3RequestDetails AutoExportRevisionDestinationEntry
- dataSetEntry_sourceId :: Lens' DataSetEntry (Maybe Text)
- dataSetEntry_originDetails :: Lens' DataSetEntry (Maybe OriginDetails)
- dataSetEntry_origin :: Lens' DataSetEntry Origin
- dataSetEntry_assetType :: Lens' DataSetEntry AssetType
- dataSetEntry_description :: Lens' DataSetEntry Text
- dataSetEntry_createdAt :: Lens' DataSetEntry UTCTime
- dataSetEntry_id :: Lens' DataSetEntry Text
- dataSetEntry_arn :: Lens' DataSetEntry Text
- dataSetEntry_updatedAt :: Lens' DataSetEntry UTCTime
- dataSetEntry_name :: Lens' DataSetEntry Text
- details_importAssetFromSignedUrlJobErrorDetails :: Lens' Details (Maybe ImportAssetFromSignedUrlJobErrorDetails)
- details_importAssetsFromS3JobErrorDetails :: Lens' Details (Maybe [AssetSourceEntry])
- event_revisionPublished :: Lens' Event (Maybe RevisionPublished)
- eventActionEntry_action :: Lens' EventActionEntry Action
- eventActionEntry_createdAt :: Lens' EventActionEntry UTCTime
- eventActionEntry_event :: Lens' EventActionEntry Event
- eventActionEntry_id :: Lens' EventActionEntry Text
- eventActionEntry_arn :: Lens' EventActionEntry Text
- eventActionEntry_updatedAt :: Lens' EventActionEntry UTCTime
- exportAssetToSignedUrlRequestDetails_dataSetId :: Lens' ExportAssetToSignedUrlRequestDetails Text
- exportAssetToSignedUrlRequestDetails_assetId :: Lens' ExportAssetToSignedUrlRequestDetails Text
- exportAssetToSignedUrlRequestDetails_revisionId :: Lens' ExportAssetToSignedUrlRequestDetails Text
- 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
- exportAssetsToS3RequestDetails_encryption :: Lens' ExportAssetsToS3RequestDetails (Maybe ExportServerSideEncryption)
- exportAssetsToS3RequestDetails_assetDestinations :: Lens' ExportAssetsToS3RequestDetails [AssetDestinationEntry]
- exportAssetsToS3RequestDetails_dataSetId :: Lens' ExportAssetsToS3RequestDetails Text
- exportAssetsToS3RequestDetails_revisionId :: Lens' ExportAssetsToS3RequestDetails Text
- exportAssetsToS3ResponseDetails_encryption :: Lens' ExportAssetsToS3ResponseDetails (Maybe ExportServerSideEncryption)
- exportAssetsToS3ResponseDetails_assetDestinations :: Lens' ExportAssetsToS3ResponseDetails [AssetDestinationEntry]
- exportAssetsToS3ResponseDetails_dataSetId :: Lens' ExportAssetsToS3ResponseDetails Text
- exportAssetsToS3ResponseDetails_revisionId :: Lens' ExportAssetsToS3ResponseDetails Text
- exportRevisionsToS3RequestDetails_encryption :: Lens' ExportRevisionsToS3RequestDetails (Maybe ExportServerSideEncryption)
- exportRevisionsToS3RequestDetails_revisionDestinations :: Lens' ExportRevisionsToS3RequestDetails [RevisionDestinationEntry]
- exportRevisionsToS3RequestDetails_dataSetId :: Lens' ExportRevisionsToS3RequestDetails Text
- exportRevisionsToS3ResponseDetails_encryption :: Lens' ExportRevisionsToS3ResponseDetails (Maybe ExportServerSideEncryption)
- exportRevisionsToS3ResponseDetails_eventActionArn :: Lens' ExportRevisionsToS3ResponseDetails (Maybe Text)
- exportRevisionsToS3ResponseDetails_revisionDestinations :: Lens' ExportRevisionsToS3ResponseDetails [RevisionDestinationEntry]
- exportRevisionsToS3ResponseDetails_dataSetId :: Lens' ExportRevisionsToS3ResponseDetails Text
- exportServerSideEncryption_kmsKeyArn :: Lens' ExportServerSideEncryption (Maybe Text)
- exportServerSideEncryption_type :: Lens' ExportServerSideEncryption ServerSideEncryptionTypes
- importAssetFromSignedUrlJobErrorDetails_assetName :: Lens' ImportAssetFromSignedUrlJobErrorDetails Text
- importAssetFromSignedUrlRequestDetails_dataSetId :: Lens' ImportAssetFromSignedUrlRequestDetails Text
- importAssetFromSignedUrlRequestDetails_md5Hash :: Lens' ImportAssetFromSignedUrlRequestDetails Text
- importAssetFromSignedUrlRequestDetails_assetName :: Lens' ImportAssetFromSignedUrlRequestDetails Text
- importAssetFromSignedUrlRequestDetails_revisionId :: Lens' ImportAssetFromSignedUrlRequestDetails Text
- importAssetFromSignedUrlResponseDetails_signedUrl :: Lens' ImportAssetFromSignedUrlResponseDetails (Maybe Text)
- importAssetFromSignedUrlResponseDetails_signedUrlExpiresAt :: Lens' ImportAssetFromSignedUrlResponseDetails (Maybe UTCTime)
- importAssetFromSignedUrlResponseDetails_md5Hash :: Lens' ImportAssetFromSignedUrlResponseDetails (Maybe Text)
- importAssetFromSignedUrlResponseDetails_dataSetId :: Lens' ImportAssetFromSignedUrlResponseDetails Text
- importAssetFromSignedUrlResponseDetails_assetName :: Lens' ImportAssetFromSignedUrlResponseDetails Text
- importAssetFromSignedUrlResponseDetails_revisionId :: Lens' ImportAssetFromSignedUrlResponseDetails Text
- importAssetsFromRedshiftDataSharesRequestDetails_dataSetId :: Lens' ImportAssetsFromRedshiftDataSharesRequestDetails Text
- importAssetsFromRedshiftDataSharesRequestDetails_assetSources :: Lens' ImportAssetsFromRedshiftDataSharesRequestDetails [RedshiftDataShareAssetSourceEntry]
- importAssetsFromRedshiftDataSharesRequestDetails_revisionId :: Lens' ImportAssetsFromRedshiftDataSharesRequestDetails Text
- importAssetsFromRedshiftDataSharesResponseDetails_dataSetId :: Lens' ImportAssetsFromRedshiftDataSharesResponseDetails Text
- importAssetsFromRedshiftDataSharesResponseDetails_assetSources :: Lens' ImportAssetsFromRedshiftDataSharesResponseDetails [RedshiftDataShareAssetSourceEntry]
- importAssetsFromRedshiftDataSharesResponseDetails_revisionId :: Lens' ImportAssetsFromRedshiftDataSharesResponseDetails Text
- importAssetsFromS3RequestDetails_dataSetId :: Lens' ImportAssetsFromS3RequestDetails Text
- importAssetsFromS3RequestDetails_assetSources :: Lens' ImportAssetsFromS3RequestDetails [AssetSourceEntry]
- importAssetsFromS3RequestDetails_revisionId :: Lens' ImportAssetsFromS3RequestDetails Text
- importAssetsFromS3ResponseDetails_dataSetId :: Lens' ImportAssetsFromS3ResponseDetails Text
- importAssetsFromS3ResponseDetails_assetSources :: Lens' ImportAssetsFromS3ResponseDetails [AssetSourceEntry]
- importAssetsFromS3ResponseDetails_revisionId :: Lens' ImportAssetsFromS3ResponseDetails Text
- jobEntry_errors :: Lens' JobEntry (Maybe [JobError])
- jobEntry_type :: Lens' JobEntry Type
- jobEntry_details :: Lens' JobEntry ResponseDetails
- jobEntry_state :: Lens' JobEntry State
- jobEntry_createdAt :: Lens' JobEntry UTCTime
- jobEntry_id :: Lens' JobEntry Text
- jobEntry_arn :: Lens' JobEntry Text
- jobEntry_updatedAt :: Lens' JobEntry UTCTime
- jobError_resourceId :: Lens' JobError (Maybe Text)
- jobError_limitName :: Lens' JobError (Maybe JobErrorLimitName)
- jobError_resourceType :: Lens' JobError (Maybe JobErrorResourceTypes)
- jobError_details :: Lens' JobError (Maybe Details)
- jobError_limitValue :: Lens' JobError (Maybe Double)
- jobError_message :: Lens' JobError Text
- jobError_code :: Lens' JobError Code
- originDetails_productId :: Lens' OriginDetails Text
- redshiftDataShareAsset_arn :: Lens' RedshiftDataShareAsset Text
- redshiftDataShareAssetSourceEntry_dataShareArn :: Lens' RedshiftDataShareAssetSourceEntry Text
- 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)
- responseDetails_exportAssetsToS3 :: Lens' ResponseDetails (Maybe ExportAssetsToS3ResponseDetails)
- responseDetails_exportRevisionsToS3 :: Lens' ResponseDetails (Maybe ExportRevisionsToS3ResponseDetails)
- responseDetails_importAssetFromSignedUrl :: Lens' ResponseDetails (Maybe ImportAssetFromSignedUrlResponseDetails)
- responseDetails_importAssetsFromRedshiftDataShares :: Lens' ResponseDetails (Maybe ImportAssetsFromRedshiftDataSharesResponseDetails)
- responseDetails_importAssetsFromS3 :: Lens' ResponseDetails (Maybe ImportAssetsFromS3ResponseDetails)
- responseDetails_exportAssetToSignedUrl :: Lens' ResponseDetails (Maybe ExportAssetToSignedUrlResponseDetails)
- revisionDestinationEntry_keyPattern :: Lens' RevisionDestinationEntry (Maybe Text)
- revisionDestinationEntry_bucket :: Lens' RevisionDestinationEntry Text
- revisionDestinationEntry_revisionId :: Lens' RevisionDestinationEntry Text
- revisionEntry_sourceId :: Lens' RevisionEntry (Maybe Text)
- revisionEntry_finalized :: Lens' RevisionEntry (Maybe Bool)
- revisionEntry_comment :: Lens' RevisionEntry (Maybe Text)
- revisionEntry_createdAt :: Lens' RevisionEntry UTCTime
- revisionEntry_dataSetId :: Lens' RevisionEntry Text
- revisionEntry_id :: Lens' RevisionEntry Text
- revisionEntry_arn :: Lens' RevisionEntry Text
- revisionEntry_updatedAt :: Lens' RevisionEntry UTCTime
- revisionPublished_dataSetId :: Lens' RevisionPublished Text
- s3SnapshotAsset_size :: Lens' S3SnapshotAsset Double
Operations
GetEventAction
getEventAction_eventActionId :: Lens' GetEventAction Text Source #
The unique identifier for the event action.
getEventActionResponse_event :: Lens' GetEventActionResponse (Maybe Event) Source #
What occurs to start an action.
getEventActionResponse_arn :: Lens' GetEventActionResponse (Maybe Text) Source #
The ARN for the event action.
getEventActionResponse_createdAt :: Lens' GetEventActionResponse (Maybe UTCTime) Source #
The date and time that the event action was created, in ISO 8601 format.
getEventActionResponse_action :: Lens' GetEventActionResponse (Maybe Action) Source #
What occurs after a certain event.
getEventActionResponse_id :: Lens' GetEventActionResponse (Maybe Text) Source #
The unique identifier for the event action.
getEventActionResponse_updatedAt :: Lens' GetEventActionResponse (Maybe UTCTime) Source #
The date and time that the event action was last updated, in ISO 8601 format.
getEventActionResponse_httpStatus :: Lens' GetEventActionResponse Int Source #
The response's http status code.
CreateRevision
createRevision_comment :: Lens' CreateRevision (Maybe Text) Source #
An optional comment about the revision.
createRevision_tags :: Lens' CreateRevision (Maybe (HashMap Text Text)) Source #
A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
createRevision_dataSetId :: Lens' CreateRevision Text Source #
The unique identifier for a data set.
createRevisionResponse_arn :: Lens' CreateRevisionResponse (Maybe Text) Source #
The ARN for the revision.
createRevisionResponse_createdAt :: Lens' CreateRevisionResponse (Maybe UTCTime) Source #
The date and time that the revision was created, in ISO 8601 format.
createRevisionResponse_sourceId :: Lens' CreateRevisionResponse (Maybe Text) Source #
The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.
createRevisionResponse_finalized :: Lens' CreateRevisionResponse (Maybe Bool) Source #
To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.
Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.
createRevisionResponse_dataSetId :: Lens' CreateRevisionResponse (Maybe Text) Source #
The unique identifier for the data set associated with this revision.
createRevisionResponse_id :: Lens' CreateRevisionResponse (Maybe Text) Source #
The unique identifier for the revision.
createRevisionResponse_updatedAt :: Lens' CreateRevisionResponse (Maybe UTCTime) Source #
The date and time that the revision was last updated, in ISO 8601 format.
createRevisionResponse_comment :: Lens' CreateRevisionResponse (Maybe Text) Source #
An optional comment about the revision.
createRevisionResponse_tags :: Lens' CreateRevisionResponse (Maybe (HashMap Text Text)) Source #
The tags for the revision.
createRevisionResponse_httpStatus :: Lens' CreateRevisionResponse Int Source #
The response's http status code.
ListRevisionAssets
listRevisionAssets_nextToken :: Lens' ListRevisionAssets (Maybe Text) Source #
The token value retrieved from a previous call to access the next page of results.
listRevisionAssets_maxResults :: Lens' ListRevisionAssets (Maybe Natural) Source #
The maximum number of results returned by a single call.
listRevisionAssets_revisionId :: Lens' ListRevisionAssets Text Source #
The unique identifier for a revision.
listRevisionAssets_dataSetId :: Lens' ListRevisionAssets Text Source #
The unique identifier for a data set.
listRevisionAssetsResponse_nextToken :: Lens' ListRevisionAssetsResponse (Maybe Text) Source #
The token value retrieved from a previous call to access the next page of results.
listRevisionAssetsResponse_assets :: Lens' ListRevisionAssetsResponse (Maybe [AssetEntry]) Source #
The asset objects listed by the request.
listRevisionAssetsResponse_httpStatus :: Lens' ListRevisionAssetsResponse Int Source #
The response's http status code.
DeleteRevision
deleteRevision_revisionId :: Lens' DeleteRevision Text Source #
The unique identifier for a revision.
deleteRevision_dataSetId :: Lens' DeleteRevision Text Source #
The unique identifier for a data set.
UpdateRevision
updateRevision_finalized :: Lens' UpdateRevision (Maybe Bool) Source #
Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.
updateRevision_comment :: Lens' UpdateRevision (Maybe Text) Source #
An optional comment about the revision.
updateRevision_revisionId :: Lens' UpdateRevision Text Source #
The unique identifier for a revision.
updateRevision_dataSetId :: Lens' UpdateRevision Text Source #
The unique identifier for a data set.
updateRevisionResponse_arn :: Lens' UpdateRevisionResponse (Maybe Text) Source #
The ARN for the revision.
updateRevisionResponse_createdAt :: Lens' UpdateRevisionResponse (Maybe UTCTime) Source #
The date and time that the revision was created, in ISO 8601 format.
updateRevisionResponse_sourceId :: Lens' UpdateRevisionResponse (Maybe Text) Source #
The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.
updateRevisionResponse_finalized :: Lens' UpdateRevisionResponse (Maybe Bool) Source #
To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.
Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.
updateRevisionResponse_dataSetId :: Lens' UpdateRevisionResponse (Maybe Text) Source #
The unique identifier for the data set associated with this revision.
updateRevisionResponse_id :: Lens' UpdateRevisionResponse (Maybe Text) Source #
The unique identifier for the revision.
updateRevisionResponse_updatedAt :: Lens' UpdateRevisionResponse (Maybe UTCTime) Source #
The date and time that the revision was last updated, in ISO 8601 format.
updateRevisionResponse_comment :: Lens' UpdateRevisionResponse (Maybe Text) Source #
An optional comment about the revision.
updateRevisionResponse_httpStatus :: Lens' UpdateRevisionResponse Int Source #
The response's http status code.
ListTagsForResource
listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #
An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text)) Source #
A label that consists of a customer-defined key and an optional value.
listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int Source #
The response's http status code.
GetRevision
getRevision_revisionId :: Lens' GetRevision Text Source #
The unique identifier for a revision.
getRevision_dataSetId :: Lens' GetRevision Text Source #
The unique identifier for a data set.
getRevisionResponse_arn :: Lens' GetRevisionResponse (Maybe Text) Source #
The ARN for the revision.
getRevisionResponse_createdAt :: Lens' GetRevisionResponse (Maybe UTCTime) Source #
The date and time that the revision was created, in ISO 8601 format.
getRevisionResponse_sourceId :: Lens' GetRevisionResponse (Maybe Text) Source #
The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.
getRevisionResponse_finalized :: Lens' GetRevisionResponse (Maybe Bool) Source #
To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.
Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.
getRevisionResponse_dataSetId :: Lens' GetRevisionResponse (Maybe Text) Source #
The unique identifier for the data set associated with this revision.
getRevisionResponse_id :: Lens' GetRevisionResponse (Maybe Text) Source #
The unique identifier for the revision.
getRevisionResponse_updatedAt :: Lens' GetRevisionResponse (Maybe UTCTime) Source #
The date and time that the revision was last updated, in ISO 8601 format.
getRevisionResponse_comment :: Lens' GetRevisionResponse (Maybe Text) Source #
An optional comment about the revision.
getRevisionResponse_tags :: Lens' GetRevisionResponse (Maybe (HashMap Text Text)) Source #
The tags for the revision.
getRevisionResponse_httpStatus :: Lens' GetRevisionResponse Int Source #
The response's http status code.
DeleteDataSet
deleteDataSet_dataSetId :: Lens' DeleteDataSet Text Source #
The unique identifier for a data set.
UpdateDataSet
updateDataSet_name :: Lens' UpdateDataSet (Maybe Text) Source #
The name of the data set.
updateDataSet_description :: Lens' UpdateDataSet (Maybe Text) Source #
The description for the data set.
updateDataSet_dataSetId :: Lens' UpdateDataSet Text Source #
The unique identifier for a data set.
updateDataSetResponse_origin :: Lens' UpdateDataSetResponse (Maybe Origin) Source #
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
updateDataSetResponse_arn :: Lens' UpdateDataSetResponse (Maybe Text) Source #
The ARN for the data set.
updateDataSetResponse_createdAt :: Lens' UpdateDataSetResponse (Maybe UTCTime) Source #
The date and time that the data set was created, in ISO 8601 format.
updateDataSetResponse_sourceId :: Lens' UpdateDataSetResponse (Maybe Text) Source #
The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.
updateDataSetResponse_originDetails :: Lens' UpdateDataSetResponse (Maybe OriginDetails) Source #
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
updateDataSetResponse_name :: Lens' UpdateDataSetResponse (Maybe Text) Source #
The name of the data set.
updateDataSetResponse_id :: Lens' UpdateDataSetResponse (Maybe Text) Source #
The unique identifier for the data set.
updateDataSetResponse_assetType :: Lens' UpdateDataSetResponse (Maybe AssetType) Source #
The type of asset that is added to a data set.
updateDataSetResponse_updatedAt :: Lens' UpdateDataSetResponse (Maybe UTCTime) Source #
The date and time that the data set was last updated, in ISO 8601 format.
updateDataSetResponse_description :: Lens' UpdateDataSetResponse (Maybe Text) Source #
The description for the data set.
updateDataSetResponse_httpStatus :: Lens' UpdateDataSetResponse Int Source #
The response's http status code.
CreateJob
createJob_details :: Lens' CreateJob RequestDetails Source #
The details for the CreateJob request.
createJobResponse_state :: Lens' CreateJobResponse (Maybe State) Source #
The state of the job.
createJobResponse_arn :: Lens' CreateJobResponse (Maybe Text) Source #
The ARN for the job.
createJobResponse_createdAt :: Lens' CreateJobResponse (Maybe UTCTime) Source #
The date and time that the job was created, in ISO 8601 format.
createJobResponse_details :: Lens' CreateJobResponse (Maybe ResponseDetails) Source #
Details about the job.
createJobResponse_id :: Lens' CreateJobResponse (Maybe Text) Source #
The unique identifier for the job.
createJobResponse_type :: Lens' CreateJobResponse (Maybe Type) Source #
The job type.
createJobResponse_updatedAt :: Lens' CreateJobResponse (Maybe UTCTime) Source #
The date and time that the job was last updated, in ISO 8601 format.
createJobResponse_errors :: Lens' CreateJobResponse (Maybe [JobError]) Source #
The errors associated with jobs.
createJobResponse_httpStatus :: Lens' CreateJobResponse Int Source #
The response's http status code.
ListEventActions
listEventActions_eventSourceId :: Lens' ListEventActions (Maybe Text) Source #
The unique identifier for the event source.
listEventActions_nextToken :: Lens' ListEventActions (Maybe Text) Source #
The token value retrieved from a previous call to access the next page of results.
listEventActions_maxResults :: Lens' ListEventActions (Maybe Natural) Source #
The maximum number of results returned by a single call.
listEventActionsResponse_eventActions :: Lens' ListEventActionsResponse (Maybe [EventActionEntry]) Source #
The event action objects listed by the request.
listEventActionsResponse_nextToken :: Lens' ListEventActionsResponse (Maybe Text) Source #
The token value retrieved from a previous call to access the next page of results.
listEventActionsResponse_httpStatus :: Lens' ListEventActionsResponse Int Source #
The response's http status code.
GetAsset
getAssetResponse_arn :: Lens' GetAssetResponse (Maybe Text) Source #
The ARN for the asset.
getAssetResponse_createdAt :: Lens' GetAssetResponse (Maybe UTCTime) Source #
The date and time that the asset was created, in ISO 8601 format.
getAssetResponse_sourceId :: Lens' GetAssetResponse (Maybe Text) Source #
The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.
getAssetResponse_dataSetId :: Lens' GetAssetResponse (Maybe Text) Source #
The unique identifier for the data set associated with this asset.
getAssetResponse_name :: Lens' GetAssetResponse (Maybe Text) Source #
The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.
getAssetResponse_assetDetails :: Lens' GetAssetResponse (Maybe AssetDetails) Source #
Information about the asset.
getAssetResponse_id :: Lens' GetAssetResponse (Maybe Text) Source #
The unique identifier for the asset.
getAssetResponse_assetType :: Lens' GetAssetResponse (Maybe AssetType) Source #
The type of asset that is added to a data set.
getAssetResponse_updatedAt :: Lens' GetAssetResponse (Maybe UTCTime) Source #
The date and time that the asset was last updated, in ISO 8601 format.
getAssetResponse_revisionId :: Lens' GetAssetResponse (Maybe Text) Source #
The unique identifier for the revision associated with this asset.
getAssetResponse_httpStatus :: Lens' GetAssetResponse Int Source #
The response's http status code.
ListJobs
listJobs_nextToken :: Lens' ListJobs (Maybe Text) Source #
The token value retrieved from a previous call to access the next page of results.
listJobs_maxResults :: Lens' ListJobs (Maybe Natural) Source #
The maximum number of results returned by a single call.
listJobsResponse_nextToken :: Lens' ListJobsResponse (Maybe Text) Source #
The token value retrieved from a previous call to access the next page of results.
listJobsResponse_jobs :: Lens' ListJobsResponse (Maybe [JobEntry]) Source #
The jobs listed by the request.
listJobsResponse_httpStatus :: Lens' ListJobsResponse Int Source #
The response's http status code.
CreateDataSet
createDataSet_tags :: Lens' CreateDataSet (Maybe (HashMap Text Text)) Source #
A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
createDataSet_assetType :: Lens' CreateDataSet AssetType Source #
The type of asset that is added to a data set.
createDataSet_description :: Lens' CreateDataSet Text Source #
A description for the data set. This value can be up to 16,348 characters long.
createDataSet_name :: Lens' CreateDataSet Text Source #
The name of the data set.
createDataSetResponse_origin :: Lens' CreateDataSetResponse (Maybe Origin) Source #
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
createDataSetResponse_arn :: Lens' CreateDataSetResponse (Maybe Text) Source #
The ARN for the data set.
createDataSetResponse_createdAt :: Lens' CreateDataSetResponse (Maybe UTCTime) Source #
The date and time that the data set was created, in ISO 8601 format.
createDataSetResponse_sourceId :: Lens' CreateDataSetResponse (Maybe Text) Source #
The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.
createDataSetResponse_originDetails :: Lens' CreateDataSetResponse (Maybe OriginDetails) Source #
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
createDataSetResponse_name :: Lens' CreateDataSetResponse (Maybe Text) Source #
The name of the data set.
createDataSetResponse_id :: Lens' CreateDataSetResponse (Maybe Text) Source #
The unique identifier for the data set.
createDataSetResponse_assetType :: Lens' CreateDataSetResponse (Maybe AssetType) Source #
The type of asset that is added to a data set.
createDataSetResponse_updatedAt :: Lens' CreateDataSetResponse (Maybe UTCTime) Source #
The date and time that the data set was last updated, in ISO 8601 format.
createDataSetResponse_description :: Lens' CreateDataSetResponse (Maybe Text) Source #
The description for the data set.
createDataSetResponse_tags :: Lens' CreateDataSetResponse (Maybe (HashMap Text Text)) Source #
The tags for the data set.
createDataSetResponse_httpStatus :: Lens' CreateDataSetResponse Int Source #
The response's http status code.
DeleteAsset
deleteAsset_revisionId :: Lens' DeleteAsset Text Source #
The unique identifier for a revision.
deleteAsset_assetId :: Lens' DeleteAsset Text Source #
The unique identifier for an asset.
deleteAsset_dataSetId :: Lens' DeleteAsset Text Source #
The unique identifier for a data set.
UpdateAsset
updateAsset_revisionId :: Lens' UpdateAsset Text Source #
The unique identifier for a revision.
updateAsset_assetId :: Lens' UpdateAsset Text Source #
The unique identifier for an asset.
updateAsset_dataSetId :: Lens' UpdateAsset Text Source #
The unique identifier for a data set.
updateAsset_name :: Lens' UpdateAsset Text Source #
The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.
updateAssetResponse_arn :: Lens' UpdateAssetResponse (Maybe Text) Source #
The ARN for the asset.
updateAssetResponse_createdAt :: Lens' UpdateAssetResponse (Maybe UTCTime) Source #
The date and time that the asset was created, in ISO 8601 format.
updateAssetResponse_sourceId :: Lens' UpdateAssetResponse (Maybe Text) Source #
The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.
updateAssetResponse_dataSetId :: Lens' UpdateAssetResponse (Maybe Text) Source #
The unique identifier for the data set associated with this asset.
updateAssetResponse_name :: Lens' UpdateAssetResponse (Maybe Text) Source #
The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.
updateAssetResponse_assetDetails :: Lens' UpdateAssetResponse (Maybe AssetDetails) Source #
Information about the asset.
updateAssetResponse_id :: Lens' UpdateAssetResponse (Maybe Text) Source #
The unique identifier for the asset.
updateAssetResponse_assetType :: Lens' UpdateAssetResponse (Maybe AssetType) Source #
The type of asset that is added to a data set.
updateAssetResponse_updatedAt :: Lens' UpdateAssetResponse (Maybe UTCTime) Source #
The date and time that the asset was last updated, in ISO 8601 format.
updateAssetResponse_revisionId :: Lens' UpdateAssetResponse (Maybe Text) Source #
The unique identifier for the revision associated with this asset.
updateAssetResponse_httpStatus :: Lens' UpdateAssetResponse Int Source #
The response's http status code.
GetJob
getJobResponse_state :: Lens' GetJobResponse (Maybe State) Source #
The state of the job.
getJobResponse_arn :: Lens' GetJobResponse (Maybe Text) Source #
The ARN for the job.
getJobResponse_createdAt :: Lens' GetJobResponse (Maybe UTCTime) Source #
The date and time that the job was created, in ISO 8601 format.
getJobResponse_details :: Lens' GetJobResponse (Maybe ResponseDetails) Source #
Details about the job.
getJobResponse_id :: Lens' GetJobResponse (Maybe Text) Source #
The unique identifier for the job.
getJobResponse_type :: Lens' GetJobResponse (Maybe Type) Source #
The job type.
getJobResponse_updatedAt :: Lens' GetJobResponse (Maybe UTCTime) Source #
The date and time that the job was last updated, in ISO 8601 format.
getJobResponse_errors :: Lens' GetJobResponse (Maybe [JobError]) Source #
The errors associated with jobs.
getJobResponse_httpStatus :: Lens' GetJobResponse Int Source #
The response's http status code.
GetDataSet
getDataSet_dataSetId :: Lens' GetDataSet Text Source #
The unique identifier for a data set.
getDataSetResponse_origin :: Lens' GetDataSetResponse (Maybe Origin) Source #
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
getDataSetResponse_arn :: Lens' GetDataSetResponse (Maybe Text) Source #
The ARN for the data set.
getDataSetResponse_createdAt :: Lens' GetDataSetResponse (Maybe UTCTime) Source #
The date and time that the data set was created, in ISO 8601 format.
getDataSetResponse_sourceId :: Lens' GetDataSetResponse (Maybe Text) Source #
The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.
getDataSetResponse_originDetails :: Lens' GetDataSetResponse (Maybe OriginDetails) Source #
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
getDataSetResponse_name :: Lens' GetDataSetResponse (Maybe Text) Source #
The name of the data set.
getDataSetResponse_id :: Lens' GetDataSetResponse (Maybe Text) Source #
The unique identifier for the data set.
getDataSetResponse_assetType :: Lens' GetDataSetResponse (Maybe AssetType) Source #
The type of asset that is added to a data set.
getDataSetResponse_updatedAt :: Lens' GetDataSetResponse (Maybe UTCTime) Source #
The date and time that the data set was last updated, in ISO 8601 format.
getDataSetResponse_description :: Lens' GetDataSetResponse (Maybe Text) Source #
The description for the data set.
getDataSetResponse_tags :: Lens' GetDataSetResponse (Maybe (HashMap Text Text)) Source #
The tags for the data set.
getDataSetResponse_httpStatus :: Lens' GetDataSetResponse Int Source #
The response's http status code.
StartJob
startJobResponse_httpStatus :: Lens' StartJobResponse Int Source #
The response's http status code.
TagResource
tagResource_resourceArn :: Lens' TagResource Text Source #
An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
tagResource_tags :: Lens' TagResource (HashMap Text Text) Source #
A label that consists of a customer-defined key and an optional value.
ListDataSetRevisions
listDataSetRevisions_nextToken :: Lens' ListDataSetRevisions (Maybe Text) Source #
The token value retrieved from a previous call to access the next page of results.
listDataSetRevisions_maxResults :: Lens' ListDataSetRevisions (Maybe Natural) Source #
The maximum number of results returned by a single call.
listDataSetRevisions_dataSetId :: Lens' ListDataSetRevisions Text Source #
The unique identifier for a data set.
listDataSetRevisionsResponse_nextToken :: Lens' ListDataSetRevisionsResponse (Maybe Text) Source #
The token value retrieved from a previous call to access the next page of results.
listDataSetRevisionsResponse_revisions :: Lens' ListDataSetRevisionsResponse (Maybe [RevisionEntry]) Source #
The asset objects listed by the request.
listDataSetRevisionsResponse_httpStatus :: Lens' ListDataSetRevisionsResponse Int Source #
The response's http status code.
DeleteEventAction
deleteEventAction_eventActionId :: Lens' DeleteEventAction Text Source #
The unique identifier for the event action.
UpdateEventAction
updateEventAction_action :: Lens' UpdateEventAction (Maybe Action) Source #
What occurs after a certain event.
updateEventAction_eventActionId :: Lens' UpdateEventAction Text Source #
The unique identifier for the event action.
updateEventActionResponse_event :: Lens' UpdateEventActionResponse (Maybe Event) Source #
What occurs to start an action.
updateEventActionResponse_arn :: Lens' UpdateEventActionResponse (Maybe Text) Source #
The ARN for the event action.
updateEventActionResponse_createdAt :: Lens' UpdateEventActionResponse (Maybe UTCTime) Source #
The date and time that the event action was created, in ISO 8601 format.
updateEventActionResponse_action :: Lens' UpdateEventActionResponse (Maybe Action) Source #
What occurs after a certain event.
updateEventActionResponse_id :: Lens' UpdateEventActionResponse (Maybe Text) Source #
The unique identifier for the event action.
updateEventActionResponse_updatedAt :: Lens' UpdateEventActionResponse (Maybe UTCTime) Source #
The date and time that the event action was last updated, in ISO 8601 format.
updateEventActionResponse_httpStatus :: Lens' UpdateEventActionResponse Int Source #
The response's http status code.
UntagResource
untagResource_tagKeys :: Lens' UntagResource [Text] Source #
The key tags.
untagResource_resourceArn :: Lens' UntagResource Text Source #
An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
ListDataSets
listDataSets_origin :: Lens' ListDataSets (Maybe Text) Source #
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
listDataSets_nextToken :: Lens' ListDataSets (Maybe Text) Source #
The token value retrieved from a previous call to access the next page of results.
listDataSets_maxResults :: Lens' ListDataSets (Maybe Natural) Source #
The maximum number of results returned by a single call.
listDataSetsResponse_nextToken :: Lens' ListDataSetsResponse (Maybe Text) Source #
The token value retrieved from a previous call to access the next page of results.
listDataSetsResponse_dataSets :: Lens' ListDataSetsResponse (Maybe [DataSetEntry]) Source #
The data set objects listed by the request.
listDataSetsResponse_httpStatus :: Lens' ListDataSetsResponse Int Source #
The response's http status code.
CreateEventAction
createEventAction_action :: Lens' CreateEventAction Action Source #
What occurs after a certain event.
createEventAction_event :: Lens' CreateEventAction Event Source #
What occurs to start an action.
createEventActionResponse_event :: Lens' CreateEventActionResponse (Maybe Event) Source #
What occurs to start an action.
createEventActionResponse_arn :: Lens' CreateEventActionResponse (Maybe Text) Source #
The ARN for the event action.
createEventActionResponse_createdAt :: Lens' CreateEventActionResponse (Maybe UTCTime) Source #
The date and time that the event action was created, in ISO 8601 format.
createEventActionResponse_action :: Lens' CreateEventActionResponse (Maybe Action) Source #
What occurs after a certain event.
createEventActionResponse_id :: Lens' CreateEventActionResponse (Maybe Text) Source #
The unique identifier for the event action.
createEventActionResponse_updatedAt :: Lens' CreateEventActionResponse (Maybe UTCTime) Source #
The date and time that the event action was last updated, in ISO 8601 format.
createEventActionResponse_httpStatus :: Lens' CreateEventActionResponse Int Source #
The response's http status code.
CancelJob
Types
Action
action_exportRevisionToS3 :: Lens' Action (Maybe AutoExportRevisionToS3RequestDetails) Source #
Details for the export revision to Amazon S3 action.
AssetDestinationEntry
assetDestinationEntry_key :: Lens' AssetDestinationEntry (Maybe Text) Source #
The name of the object in Amazon S3 for the asset.
assetDestinationEntry_bucket :: Lens' AssetDestinationEntry Text Source #
The S3 bucket that is the destination for the asset.
assetDestinationEntry_assetId :: Lens' AssetDestinationEntry Text Source #
The unique identifier for the asset.
AssetDetails
assetDetails_s3SnapshotAsset :: Lens' AssetDetails (Maybe S3SnapshotAsset) Source #
The S3 object that is the asset.
assetDetails_redshiftDataShareAsset :: Lens' AssetDetails (Maybe RedshiftDataShareAsset) Source #
The Amazon Redshift datashare that is the asset.
AssetEntry
assetEntry_sourceId :: Lens' AssetEntry (Maybe Text) Source #
The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.
assetEntry_assetType :: Lens' AssetEntry AssetType Source #
The type of asset that is added to a data set.
assetEntry_createdAt :: Lens' AssetEntry UTCTime Source #
The date and time that the asset was created, in ISO 8601 format.
assetEntry_dataSetId :: Lens' AssetEntry Text Source #
The unique identifier for the data set associated with this asset.
assetEntry_id :: Lens' AssetEntry Text Source #
The unique identifier for the asset.
assetEntry_arn :: Lens' AssetEntry Text Source #
The ARN for the asset.
assetEntry_assetDetails :: Lens' AssetEntry AssetDetails Source #
Information about the asset.
assetEntry_updatedAt :: Lens' AssetEntry UTCTime Source #
The date and time that the asset was last updated, in ISO 8601 format.
assetEntry_revisionId :: Lens' AssetEntry Text Source #
The unique identifier for the revision associated with this asset.
assetEntry_name :: Lens' AssetEntry Text Source #
The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.
AssetSourceEntry
assetSourceEntry_bucket :: Lens' AssetSourceEntry Text Source #
The S3 bucket that's part of the source of the asset.
assetSourceEntry_key :: Lens' AssetSourceEntry Text Source #
The name of the object in Amazon S3 for the asset.
AutoExportRevisionDestinationEntry
autoExportRevisionDestinationEntry_keyPattern :: Lens' AutoExportRevisionDestinationEntry (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.
autoExportRevisionDestinationEntry_bucket :: Lens' AutoExportRevisionDestinationEntry Text Source #
The S3 bucket that is the destination for the event action.
AutoExportRevisionToS3RequestDetails
autoExportRevisionToS3RequestDetails_encryption :: Lens' AutoExportRevisionToS3RequestDetails (Maybe ExportServerSideEncryption) Source #
Encryption configuration for the auto export job.
autoExportRevisionToS3RequestDetails_revisionDestination :: Lens' AutoExportRevisionToS3RequestDetails AutoExportRevisionDestinationEntry Source #
A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.
DataSetEntry
dataSetEntry_sourceId :: Lens' DataSetEntry (Maybe Text) Source #
The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.
dataSetEntry_originDetails :: Lens' DataSetEntry (Maybe OriginDetails) Source #
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
dataSetEntry_origin :: Lens' DataSetEntry Origin Source #
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
dataSetEntry_assetType :: Lens' DataSetEntry AssetType Source #
The type of asset that is added to a data set.
dataSetEntry_description :: Lens' DataSetEntry Text Source #
The description for the data set.
dataSetEntry_createdAt :: Lens' DataSetEntry UTCTime Source #
The date and time that the data set was created, in ISO 8601 format.
dataSetEntry_id :: Lens' DataSetEntry Text Source #
The unique identifier for the data set.
dataSetEntry_arn :: Lens' DataSetEntry Text Source #
The ARN for the data set.
dataSetEntry_updatedAt :: Lens' DataSetEntry UTCTime Source #
The date and time that the data set was last updated, in ISO 8601 format.
dataSetEntry_name :: Lens' DataSetEntry Text Source #
The name of the data set.
Details
details_importAssetFromSignedUrlJobErrorDetails :: Lens' Details (Maybe ImportAssetFromSignedUrlJobErrorDetails) Source #
Information about the job error.
details_importAssetsFromS3JobErrorDetails :: Lens' Details (Maybe [AssetSourceEntry]) Source #
Information about the job error.
Event
event_revisionPublished :: Lens' Event (Maybe RevisionPublished) Source #
What occurs to start the revision publish action.
EventActionEntry
eventActionEntry_action :: Lens' EventActionEntry Action Source #
What occurs after a certain event.
eventActionEntry_createdAt :: Lens' EventActionEntry UTCTime Source #
The date and time that the event action was created, in ISO 8601 format.
eventActionEntry_event :: Lens' EventActionEntry Event Source #
What occurs to start an action.
eventActionEntry_id :: Lens' EventActionEntry Text Source #
The unique identifier for the event action.
eventActionEntry_arn :: Lens' EventActionEntry Text Source #
The Amazon Resource Name (ARN) for the event action.
eventActionEntry_updatedAt :: Lens' EventActionEntry UTCTime Source #
The date and time that the event action was last updated, in ISO 8601 format.
ExportAssetToSignedUrlRequestDetails
exportAssetToSignedUrlRequestDetails_dataSetId :: Lens' ExportAssetToSignedUrlRequestDetails Text Source #
The unique identifier for the data set associated with this export job.
exportAssetToSignedUrlRequestDetails_assetId :: Lens' ExportAssetToSignedUrlRequestDetails Text Source #
The unique identifier for the asset that is exported to a signed URL.
exportAssetToSignedUrlRequestDetails_revisionId :: Lens' ExportAssetToSignedUrlRequestDetails Text Source #
The unique identifier for the revision associated with this export request.
ExportAssetToSignedUrlResponseDetails
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.
ExportAssetsToS3RequestDetails
exportAssetsToS3RequestDetails_encryption :: Lens' ExportAssetsToS3RequestDetails (Maybe ExportServerSideEncryption) Source #
Encryption configuration for the export job.
exportAssetsToS3RequestDetails_assetDestinations :: Lens' ExportAssetsToS3RequestDetails [AssetDestinationEntry] Source #
The destination for the asset.
exportAssetsToS3RequestDetails_dataSetId :: Lens' ExportAssetsToS3RequestDetails Text Source #
The unique identifier for the data set associated with this export job.
exportAssetsToS3RequestDetails_revisionId :: Lens' ExportAssetsToS3RequestDetails Text Source #
The unique identifier for the revision associated with this export request.
ExportAssetsToS3ResponseDetails
exportAssetsToS3ResponseDetails_encryption :: Lens' ExportAssetsToS3ResponseDetails (Maybe ExportServerSideEncryption) Source #
Encryption configuration of the export job.
exportAssetsToS3ResponseDetails_assetDestinations :: Lens' ExportAssetsToS3ResponseDetails [AssetDestinationEntry] Source #
The destination in Amazon S3 where the asset is exported.
exportAssetsToS3ResponseDetails_dataSetId :: Lens' ExportAssetsToS3ResponseDetails Text Source #
The unique identifier for the data set associated with this export job.
exportAssetsToS3ResponseDetails_revisionId :: Lens' ExportAssetsToS3ResponseDetails Text Source #
The unique identifier for the revision associated with this export response.
ExportRevisionsToS3RequestDetails
exportRevisionsToS3RequestDetails_encryption :: Lens' ExportRevisionsToS3RequestDetails (Maybe ExportServerSideEncryption) Source #
Encryption configuration for the export job.
exportRevisionsToS3RequestDetails_revisionDestinations :: Lens' ExportRevisionsToS3RequestDetails [RevisionDestinationEntry] Source #
The destination for the revision.
exportRevisionsToS3RequestDetails_dataSetId :: Lens' ExportRevisionsToS3RequestDetails Text Source #
The unique identifier for the data set associated with this export job.
ExportRevisionsToS3ResponseDetails
exportRevisionsToS3ResponseDetails_encryption :: Lens' ExportRevisionsToS3ResponseDetails (Maybe ExportServerSideEncryption) Source #
Encryption configuration of the export job.
exportRevisionsToS3ResponseDetails_eventActionArn :: Lens' ExportRevisionsToS3ResponseDetails (Maybe Text) Source #
The Amazon Resource Name (ARN) of the event action.
exportRevisionsToS3ResponseDetails_revisionDestinations :: Lens' ExportRevisionsToS3ResponseDetails [RevisionDestinationEntry] Source #
The destination in Amazon S3 where the revision is exported.
exportRevisionsToS3ResponseDetails_dataSetId :: Lens' ExportRevisionsToS3ResponseDetails Text Source #
The unique identifier for the data set associated with this export job.
ExportServerSideEncryption
exportServerSideEncryption_kmsKeyArn :: Lens' ExportServerSideEncryption (Maybe Text) Source #
The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects. This parameter is required if you choose aws:kms as an encryption type.
exportServerSideEncryption_type :: Lens' ExportServerSideEncryption ServerSideEncryptionTypes Source #
The type of server side encryption used for encrypting the objects in Amazon S3.
ImportAssetFromSignedUrlJobErrorDetails
importAssetFromSignedUrlJobErrorDetails_assetName :: Lens' ImportAssetFromSignedUrlJobErrorDetails Text Source #
Information about the job error.
ImportAssetFromSignedUrlRequestDetails
importAssetFromSignedUrlRequestDetails_dataSetId :: Lens' ImportAssetFromSignedUrlRequestDetails Text Source #
The unique identifier for the data set associated with this import job.
importAssetFromSignedUrlRequestDetails_md5Hash :: Lens' ImportAssetFromSignedUrlRequestDetails Text Source #
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
importAssetFromSignedUrlRequestDetails_assetName :: Lens' ImportAssetFromSignedUrlRequestDetails Text Source #
The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name.
importAssetFromSignedUrlRequestDetails_revisionId :: Lens' ImportAssetFromSignedUrlRequestDetails Text Source #
The unique identifier for the revision associated with this import request.
ImportAssetFromSignedUrlResponseDetails
importAssetFromSignedUrlResponseDetails_signedUrl :: Lens' ImportAssetFromSignedUrlResponseDetails (Maybe Text) Source #
The signed URL.
importAssetFromSignedUrlResponseDetails_signedUrlExpiresAt :: Lens' ImportAssetFromSignedUrlResponseDetails (Maybe UTCTime) Source #
The time and date at which the signed URL expires, in ISO 8601 format.
importAssetFromSignedUrlResponseDetails_md5Hash :: Lens' ImportAssetFromSignedUrlResponseDetails (Maybe Text) Source #
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
importAssetFromSignedUrlResponseDetails_dataSetId :: Lens' ImportAssetFromSignedUrlResponseDetails Text Source #
The unique identifier for the data set associated with this import job.
importAssetFromSignedUrlResponseDetails_assetName :: Lens' ImportAssetFromSignedUrlResponseDetails Text Source #
The name for the asset associated with this import job.
importAssetFromSignedUrlResponseDetails_revisionId :: Lens' ImportAssetFromSignedUrlResponseDetails Text Source #
The unique identifier for the revision associated with this import response.
ImportAssetsFromRedshiftDataSharesRequestDetails
importAssetsFromRedshiftDataSharesRequestDetails_dataSetId :: Lens' ImportAssetsFromRedshiftDataSharesRequestDetails Text Source #
The unique identifier for the data set associated with this import job.
importAssetsFromRedshiftDataSharesRequestDetails_assetSources :: Lens' ImportAssetsFromRedshiftDataSharesRequestDetails [RedshiftDataShareAssetSourceEntry] Source #
A list of Amazon Redshift datashare assets.
importAssetsFromRedshiftDataSharesRequestDetails_revisionId :: Lens' ImportAssetsFromRedshiftDataSharesRequestDetails Text Source #
The unique identifier for the revision associated with this import job.
ImportAssetsFromRedshiftDataSharesResponseDetails
importAssetsFromRedshiftDataSharesResponseDetails_dataSetId :: Lens' ImportAssetsFromRedshiftDataSharesResponseDetails Text Source #
The unique identifier for the data set associated with this import job.
importAssetsFromRedshiftDataSharesResponseDetails_assetSources :: Lens' ImportAssetsFromRedshiftDataSharesResponseDetails [RedshiftDataShareAssetSourceEntry] Source #
A list of Amazon Redshift datashare asset sources.
importAssetsFromRedshiftDataSharesResponseDetails_revisionId :: Lens' ImportAssetsFromRedshiftDataSharesResponseDetails Text Source #
The unique identifier for the revision associated with this import job.
ImportAssetsFromS3RequestDetails
importAssetsFromS3RequestDetails_dataSetId :: Lens' ImportAssetsFromS3RequestDetails Text Source #
The unique identifier for the data set associated with this import job.
importAssetsFromS3RequestDetails_assetSources :: Lens' ImportAssetsFromS3RequestDetails [AssetSourceEntry] Source #
Is a list of S3 bucket and object key pairs.
importAssetsFromS3RequestDetails_revisionId :: Lens' ImportAssetsFromS3RequestDetails Text Source #
The unique identifier for the revision associated with this import request.
ImportAssetsFromS3ResponseDetails
importAssetsFromS3ResponseDetails_dataSetId :: Lens' ImportAssetsFromS3ResponseDetails Text Source #
The unique identifier for the data set associated with this import job.
importAssetsFromS3ResponseDetails_assetSources :: Lens' ImportAssetsFromS3ResponseDetails [AssetSourceEntry] Source #
Is a list of Amazon S3 bucket and object key pairs.
importAssetsFromS3ResponseDetails_revisionId :: Lens' ImportAssetsFromS3ResponseDetails Text Source #
The unique identifier for the revision associated with this import response.
JobEntry
jobEntry_details :: Lens' JobEntry ResponseDetails Source #
Details of the operation to be performed by the job, such as export destination details or import source details.
jobEntry_createdAt :: Lens' JobEntry UTCTime Source #
The date and time that the job was created, in ISO 8601 format.
jobEntry_updatedAt :: Lens' JobEntry UTCTime Source #
The date and time that the job was last updated, in ISO 8601 format.
JobError
jobError_resourceId :: Lens' JobError (Maybe Text) Source #
The unique identifier for the resource related to the error.
jobError_limitName :: Lens' JobError (Maybe JobErrorLimitName) Source #
The name of the limit that was reached.
jobError_resourceType :: Lens' JobError (Maybe JobErrorResourceTypes) Source #
The type of resource related to the error.
OriginDetails
originDetails_productId :: Lens' OriginDetails Text Source #
The product ID of the origin of the data set.
RedshiftDataShareAsset
redshiftDataShareAsset_arn :: Lens' RedshiftDataShareAsset Text Source #
The Amazon Resource Name (ARN) of the datashare asset.
RedshiftDataShareAssetSourceEntry
redshiftDataShareAssetSourceEntry_dataShareArn :: Lens' RedshiftDataShareAssetSourceEntry Text Source #
The Amazon Resource Name (ARN) of the datashare asset.
RequestDetails
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.
ResponseDetails
responseDetails_exportAssetsToS3 :: Lens' ResponseDetails (Maybe ExportAssetsToS3ResponseDetails) Source #
Details for the export to Amazon S3 response.
responseDetails_exportRevisionsToS3 :: Lens' ResponseDetails (Maybe ExportRevisionsToS3ResponseDetails) Source #
Details for the export revisions to Amazon S3 response.
responseDetails_importAssetFromSignedUrl :: Lens' ResponseDetails (Maybe ImportAssetFromSignedUrlResponseDetails) Source #
Details for the import from signed URL response.
responseDetails_importAssetsFromRedshiftDataShares :: Lens' ResponseDetails (Maybe ImportAssetsFromRedshiftDataSharesResponseDetails) Source #
Details from an import from Amazon Redshift datashare response.
responseDetails_importAssetsFromS3 :: Lens' ResponseDetails (Maybe ImportAssetsFromS3ResponseDetails) Source #
Details for the import from Amazon S3 response.
responseDetails_exportAssetToSignedUrl :: Lens' ResponseDetails (Maybe ExportAssetToSignedUrlResponseDetails) Source #
Details for the export to signed URL response.
RevisionDestinationEntry
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.
RevisionEntry
revisionEntry_sourceId :: Lens' RevisionEntry (Maybe Text) Source #
The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.
revisionEntry_finalized :: Lens' RevisionEntry (Maybe Bool) Source #
To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.
Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.
revisionEntry_comment :: Lens' RevisionEntry (Maybe Text) Source #
An optional comment about the revision.
revisionEntry_createdAt :: Lens' RevisionEntry UTCTime Source #
The date and time that the revision was created, in ISO 8601 format.
revisionEntry_dataSetId :: Lens' RevisionEntry Text Source #
The unique identifier for the data set associated with this revision.
revisionEntry_id :: Lens' RevisionEntry Text Source #
The unique identifier for the revision.
revisionEntry_arn :: Lens' RevisionEntry Text Source #
The ARN for the revision.
revisionEntry_updatedAt :: Lens' RevisionEntry UTCTime Source #
The date and time that the revision was last updated, in ISO 8601 format.
RevisionPublished
revisionPublished_dataSetId :: Lens' RevisionPublished Text Source #
The data set ID of the published revision.
S3SnapshotAsset
s3SnapshotAsset_size :: Lens' S3SnapshotAsset Double Source #
The size of the S3 object that is the object.