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 |
- Service Configuration
- Errors
- AssetType
- Code
- JobErrorLimitName
- JobErrorResourceTypes
- Origin
- ServerSideEncryptionTypes
- State
- Type
- 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
- defaultService :: Service
- _ValidationException :: AsError a => Getting (First ServiceError) a ServiceError
- _AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError
- _ConflictException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- newtype AssetType where
- AssetType' { }
- pattern AssetType_REDSHIFT_DATA_SHARE :: AssetType
- pattern AssetType_S3_SNAPSHOT :: AssetType
- newtype Code where
- Code' { }
- pattern Code_ACCESS_DENIED_EXCEPTION :: Code
- pattern Code_INTERNAL_SERVER_EXCEPTION :: Code
- pattern Code_MALWARE_DETECTED :: Code
- pattern Code_MALWARE_SCAN_ENCRYPTED_FILE :: Code
- pattern Code_RESOURCE_NOT_FOUND_EXCEPTION :: Code
- pattern Code_SERVICE_QUOTA_EXCEEDED_EXCEPTION :: Code
- pattern Code_VALIDATION_EXCEPTION :: Code
- newtype JobErrorLimitName where
- newtype JobErrorResourceTypes where
- newtype Origin where
- Origin' {
- fromOrigin :: Text
- pattern Origin_ENTITLED :: Origin
- pattern Origin_OWNED :: Origin
- Origin' {
- newtype ServerSideEncryptionTypes where
- newtype State where
- State' { }
- pattern State_CANCELLED :: State
- pattern State_COMPLETED :: State
- pattern State_ERROR :: State
- pattern State_IN_PROGRESS :: State
- pattern State_TIMED_OUT :: State
- pattern State_WAITING :: State
- newtype Type where
- Type' { }
- pattern Type_EXPORT_ASSETS_TO_S3 :: Type
- pattern Type_EXPORT_ASSET_TO_SIGNED_URL :: Type
- pattern Type_EXPORT_REVISIONS_TO_S3 :: Type
- pattern Type_IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES :: Type
- pattern Type_IMPORT_ASSETS_FROM_S3 :: Type
- pattern Type_IMPORT_ASSET_FROM_SIGNED_URL :: Type
- data Action = Action' {}
- newAction :: Action
- action_exportRevisionToS3 :: Lens' Action (Maybe AutoExportRevisionToS3RequestDetails)
- data AssetDestinationEntry = AssetDestinationEntry' {}
- newAssetDestinationEntry :: Text -> Text -> AssetDestinationEntry
- assetDestinationEntry_key :: Lens' AssetDestinationEntry (Maybe Text)
- assetDestinationEntry_bucket :: Lens' AssetDestinationEntry Text
- assetDestinationEntry_assetId :: Lens' AssetDestinationEntry Text
- data AssetDetails = AssetDetails' {}
- newAssetDetails :: AssetDetails
- assetDetails_s3SnapshotAsset :: Lens' AssetDetails (Maybe S3SnapshotAsset)
- assetDetails_redshiftDataShareAsset :: Lens' AssetDetails (Maybe RedshiftDataShareAsset)
- data AssetEntry = AssetEntry' {}
- newAssetEntry :: AssetType -> UTCTime -> Text -> Text -> Text -> AssetDetails -> UTCTime -> Text -> Text -> AssetEntry
- 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
- data AssetSourceEntry = AssetSourceEntry' {}
- newAssetSourceEntry :: Text -> Text -> AssetSourceEntry
- assetSourceEntry_bucket :: Lens' AssetSourceEntry Text
- assetSourceEntry_key :: Lens' AssetSourceEntry Text
- data AutoExportRevisionDestinationEntry = AutoExportRevisionDestinationEntry' {
- keyPattern :: Maybe Text
- bucket :: Text
- newAutoExportRevisionDestinationEntry :: Text -> AutoExportRevisionDestinationEntry
- autoExportRevisionDestinationEntry_keyPattern :: Lens' AutoExportRevisionDestinationEntry (Maybe Text)
- autoExportRevisionDestinationEntry_bucket :: Lens' AutoExportRevisionDestinationEntry Text
- data AutoExportRevisionToS3RequestDetails = AutoExportRevisionToS3RequestDetails' {}
- newAutoExportRevisionToS3RequestDetails :: AutoExportRevisionDestinationEntry -> AutoExportRevisionToS3RequestDetails
- autoExportRevisionToS3RequestDetails_encryption :: Lens' AutoExportRevisionToS3RequestDetails (Maybe ExportServerSideEncryption)
- autoExportRevisionToS3RequestDetails_revisionDestination :: Lens' AutoExportRevisionToS3RequestDetails AutoExportRevisionDestinationEntry
- data DataSetEntry = DataSetEntry' {}
- newDataSetEntry :: Origin -> AssetType -> Text -> UTCTime -> Text -> Text -> UTCTime -> Text -> DataSetEntry
- 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
- data Details = Details' {}
- newDetails :: Details
- details_importAssetFromSignedUrlJobErrorDetails :: Lens' Details (Maybe ImportAssetFromSignedUrlJobErrorDetails)
- details_importAssetsFromS3JobErrorDetails :: Lens' Details (Maybe [AssetSourceEntry])
- data Event = Event' {}
- newEvent :: Event
- event_revisionPublished :: Lens' Event (Maybe RevisionPublished)
- data EventActionEntry = EventActionEntry' {}
- newEventActionEntry :: Action -> UTCTime -> Event -> Text -> Text -> UTCTime -> EventActionEntry
- 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
- data ExportAssetToSignedUrlRequestDetails = ExportAssetToSignedUrlRequestDetails' {}
- newExportAssetToSignedUrlRequestDetails :: Text -> Text -> Text -> ExportAssetToSignedUrlRequestDetails
- exportAssetToSignedUrlRequestDetails_dataSetId :: Lens' ExportAssetToSignedUrlRequestDetails Text
- exportAssetToSignedUrlRequestDetails_assetId :: Lens' ExportAssetToSignedUrlRequestDetails Text
- exportAssetToSignedUrlRequestDetails_revisionId :: Lens' ExportAssetToSignedUrlRequestDetails Text
- 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
- data ExportAssetsToS3RequestDetails = ExportAssetsToS3RequestDetails' {}
- newExportAssetsToS3RequestDetails :: Text -> Text -> ExportAssetsToS3RequestDetails
- exportAssetsToS3RequestDetails_encryption :: Lens' ExportAssetsToS3RequestDetails (Maybe ExportServerSideEncryption)
- exportAssetsToS3RequestDetails_assetDestinations :: Lens' ExportAssetsToS3RequestDetails [AssetDestinationEntry]
- exportAssetsToS3RequestDetails_dataSetId :: Lens' ExportAssetsToS3RequestDetails Text
- exportAssetsToS3RequestDetails_revisionId :: Lens' ExportAssetsToS3RequestDetails Text
- data ExportAssetsToS3ResponseDetails = ExportAssetsToS3ResponseDetails' {}
- newExportAssetsToS3ResponseDetails :: Text -> Text -> ExportAssetsToS3ResponseDetails
- exportAssetsToS3ResponseDetails_encryption :: Lens' ExportAssetsToS3ResponseDetails (Maybe ExportServerSideEncryption)
- exportAssetsToS3ResponseDetails_assetDestinations :: Lens' ExportAssetsToS3ResponseDetails [AssetDestinationEntry]
- exportAssetsToS3ResponseDetails_dataSetId :: Lens' ExportAssetsToS3ResponseDetails Text
- exportAssetsToS3ResponseDetails_revisionId :: Lens' ExportAssetsToS3ResponseDetails Text
- data ExportRevisionsToS3RequestDetails = ExportRevisionsToS3RequestDetails' {}
- newExportRevisionsToS3RequestDetails :: Text -> ExportRevisionsToS3RequestDetails
- exportRevisionsToS3RequestDetails_encryption :: Lens' ExportRevisionsToS3RequestDetails (Maybe ExportServerSideEncryption)
- exportRevisionsToS3RequestDetails_revisionDestinations :: Lens' ExportRevisionsToS3RequestDetails [RevisionDestinationEntry]
- exportRevisionsToS3RequestDetails_dataSetId :: Lens' ExportRevisionsToS3RequestDetails Text
- data ExportRevisionsToS3ResponseDetails = ExportRevisionsToS3ResponseDetails' {}
- newExportRevisionsToS3ResponseDetails :: Text -> ExportRevisionsToS3ResponseDetails
- exportRevisionsToS3ResponseDetails_encryption :: Lens' ExportRevisionsToS3ResponseDetails (Maybe ExportServerSideEncryption)
- exportRevisionsToS3ResponseDetails_eventActionArn :: Lens' ExportRevisionsToS3ResponseDetails (Maybe Text)
- exportRevisionsToS3ResponseDetails_revisionDestinations :: Lens' ExportRevisionsToS3ResponseDetails [RevisionDestinationEntry]
- exportRevisionsToS3ResponseDetails_dataSetId :: Lens' ExportRevisionsToS3ResponseDetails Text
- data ExportServerSideEncryption = ExportServerSideEncryption' {}
- newExportServerSideEncryption :: ServerSideEncryptionTypes -> ExportServerSideEncryption
- exportServerSideEncryption_kmsKeyArn :: Lens' ExportServerSideEncryption (Maybe Text)
- exportServerSideEncryption_type :: Lens' ExportServerSideEncryption ServerSideEncryptionTypes
- data ImportAssetFromSignedUrlJobErrorDetails = ImportAssetFromSignedUrlJobErrorDetails' {}
- newImportAssetFromSignedUrlJobErrorDetails :: Text -> ImportAssetFromSignedUrlJobErrorDetails
- importAssetFromSignedUrlJobErrorDetails_assetName :: Lens' ImportAssetFromSignedUrlJobErrorDetails Text
- data ImportAssetFromSignedUrlRequestDetails = ImportAssetFromSignedUrlRequestDetails' {}
- newImportAssetFromSignedUrlRequestDetails :: Text -> Text -> Text -> Text -> ImportAssetFromSignedUrlRequestDetails
- importAssetFromSignedUrlRequestDetails_dataSetId :: Lens' ImportAssetFromSignedUrlRequestDetails Text
- importAssetFromSignedUrlRequestDetails_md5Hash :: Lens' ImportAssetFromSignedUrlRequestDetails Text
- importAssetFromSignedUrlRequestDetails_assetName :: Lens' ImportAssetFromSignedUrlRequestDetails Text
- importAssetFromSignedUrlRequestDetails_revisionId :: Lens' ImportAssetFromSignedUrlRequestDetails Text
- data ImportAssetFromSignedUrlResponseDetails = ImportAssetFromSignedUrlResponseDetails' {}
- newImportAssetFromSignedUrlResponseDetails :: Text -> Text -> Text -> ImportAssetFromSignedUrlResponseDetails
- 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
- data ImportAssetsFromRedshiftDataSharesRequestDetails = ImportAssetsFromRedshiftDataSharesRequestDetails' {}
- newImportAssetsFromRedshiftDataSharesRequestDetails :: Text -> Text -> ImportAssetsFromRedshiftDataSharesRequestDetails
- importAssetsFromRedshiftDataSharesRequestDetails_dataSetId :: Lens' ImportAssetsFromRedshiftDataSharesRequestDetails Text
- importAssetsFromRedshiftDataSharesRequestDetails_assetSources :: Lens' ImportAssetsFromRedshiftDataSharesRequestDetails [RedshiftDataShareAssetSourceEntry]
- importAssetsFromRedshiftDataSharesRequestDetails_revisionId :: Lens' ImportAssetsFromRedshiftDataSharesRequestDetails Text
- data ImportAssetsFromRedshiftDataSharesResponseDetails = ImportAssetsFromRedshiftDataSharesResponseDetails' {}
- newImportAssetsFromRedshiftDataSharesResponseDetails :: Text -> Text -> ImportAssetsFromRedshiftDataSharesResponseDetails
- importAssetsFromRedshiftDataSharesResponseDetails_dataSetId :: Lens' ImportAssetsFromRedshiftDataSharesResponseDetails Text
- importAssetsFromRedshiftDataSharesResponseDetails_assetSources :: Lens' ImportAssetsFromRedshiftDataSharesResponseDetails [RedshiftDataShareAssetSourceEntry]
- importAssetsFromRedshiftDataSharesResponseDetails_revisionId :: Lens' ImportAssetsFromRedshiftDataSharesResponseDetails Text
- data ImportAssetsFromS3RequestDetails = ImportAssetsFromS3RequestDetails' {
- dataSetId :: Text
- assetSources :: [AssetSourceEntry]
- revisionId :: Text
- newImportAssetsFromS3RequestDetails :: Text -> Text -> ImportAssetsFromS3RequestDetails
- importAssetsFromS3RequestDetails_dataSetId :: Lens' ImportAssetsFromS3RequestDetails Text
- importAssetsFromS3RequestDetails_assetSources :: Lens' ImportAssetsFromS3RequestDetails [AssetSourceEntry]
- importAssetsFromS3RequestDetails_revisionId :: Lens' ImportAssetsFromS3RequestDetails Text
- data ImportAssetsFromS3ResponseDetails = ImportAssetsFromS3ResponseDetails' {
- dataSetId :: Text
- assetSources :: [AssetSourceEntry]
- revisionId :: Text
- newImportAssetsFromS3ResponseDetails :: Text -> Text -> ImportAssetsFromS3ResponseDetails
- importAssetsFromS3ResponseDetails_dataSetId :: Lens' ImportAssetsFromS3ResponseDetails Text
- importAssetsFromS3ResponseDetails_assetSources :: Lens' ImportAssetsFromS3ResponseDetails [AssetSourceEntry]
- importAssetsFromS3ResponseDetails_revisionId :: Lens' ImportAssetsFromS3ResponseDetails Text
- data JobEntry = JobEntry' {}
- newJobEntry :: Type -> ResponseDetails -> State -> UTCTime -> Text -> Text -> UTCTime -> JobEntry
- 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
- data JobError = JobError' {}
- newJobError :: Text -> Code -> JobError
- 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
- data OriginDetails = OriginDetails' {}
- newOriginDetails :: Text -> OriginDetails
- originDetails_productId :: Lens' OriginDetails Text
- data RedshiftDataShareAsset = RedshiftDataShareAsset' {}
- newRedshiftDataShareAsset :: Text -> RedshiftDataShareAsset
- redshiftDataShareAsset_arn :: Lens' RedshiftDataShareAsset Text
- data RedshiftDataShareAssetSourceEntry = RedshiftDataShareAssetSourceEntry' {
- dataShareArn :: Text
- newRedshiftDataShareAssetSourceEntry :: Text -> RedshiftDataShareAssetSourceEntry
- redshiftDataShareAssetSourceEntry_dataShareArn :: Lens' RedshiftDataShareAssetSourceEntry Text
- 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)
- data ResponseDetails = ResponseDetails' {
- exportAssetsToS3 :: Maybe ExportAssetsToS3ResponseDetails
- exportRevisionsToS3 :: Maybe ExportRevisionsToS3ResponseDetails
- importAssetFromSignedUrl :: Maybe ImportAssetFromSignedUrlResponseDetails
- importAssetsFromRedshiftDataShares :: Maybe ImportAssetsFromRedshiftDataSharesResponseDetails
- importAssetsFromS3 :: Maybe ImportAssetsFromS3ResponseDetails
- exportAssetToSignedUrl :: Maybe ExportAssetToSignedUrlResponseDetails
- newResponseDetails :: ResponseDetails
- 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)
- data RevisionDestinationEntry = RevisionDestinationEntry' {
- keyPattern :: Maybe Text
- bucket :: Text
- revisionId :: Text
- newRevisionDestinationEntry :: Text -> Text -> RevisionDestinationEntry
- revisionDestinationEntry_keyPattern :: Lens' RevisionDestinationEntry (Maybe Text)
- revisionDestinationEntry_bucket :: Lens' RevisionDestinationEntry Text
- revisionDestinationEntry_revisionId :: Lens' RevisionDestinationEntry Text
- data RevisionEntry = RevisionEntry' {}
- newRevisionEntry :: UTCTime -> Text -> Text -> Text -> UTCTime -> RevisionEntry
- 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
- data RevisionPublished = RevisionPublished' {}
- newRevisionPublished :: Text -> RevisionPublished
- revisionPublished_dataSetId :: Lens' RevisionPublished Text
- data S3SnapshotAsset = S3SnapshotAsset' {}
- newS3SnapshotAsset :: Double -> S3SnapshotAsset
- s3SnapshotAsset_size :: Lens' S3SnapshotAsset Double
Service Configuration
defaultService :: Service Source #
API version 2017-07-25
of the Amazon Data Exchange SDK configuration.
Errors
_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request was invalid.
_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Access to the resource is denied.
_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request couldn't be completed because it conflicted with the current state of the resource.
_ServiceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request has exceeded the quotas imposed by the service.
_ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The limit on the number of requests per second was exceeded.
_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An exception occurred with the service.
_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The resource couldn't be found.
AssetType
The type of asset that is added to a data set.
pattern AssetType_REDSHIFT_DATA_SHARE :: AssetType | |
pattern AssetType_S3_SNAPSHOT :: AssetType |
Instances
Code
pattern Code_ACCESS_DENIED_EXCEPTION :: Code | |
pattern Code_INTERNAL_SERVER_EXCEPTION :: Code | |
pattern Code_MALWARE_DETECTED :: Code | |
pattern Code_MALWARE_SCAN_ENCRYPTED_FILE :: Code | |
pattern Code_RESOURCE_NOT_FOUND_EXCEPTION :: Code | |
pattern Code_SERVICE_QUOTA_EXCEEDED_EXCEPTION :: Code | |
pattern Code_VALIDATION_EXCEPTION :: Code |
Instances
JobErrorLimitName
newtype JobErrorLimitName Source #
The name of the limit that was reached.
Instances
JobErrorResourceTypes
newtype JobErrorResourceTypes Source #
The types of resource which the job error can apply to.
pattern JobErrorResourceTypes_ASSET :: JobErrorResourceTypes | |
pattern JobErrorResourceTypes_DATA_SET :: JobErrorResourceTypes | |
pattern JobErrorResourceTypes_REVISION :: JobErrorResourceTypes |
Instances
Origin
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers). When an owned data set is published in a product, AWS Data Exchange creates a copy of the data set. Subscribers can access that copy of the data set as an entitled data set.
pattern Origin_ENTITLED :: Origin | |
pattern Origin_OWNED :: Origin |
Instances
ServerSideEncryptionTypes
newtype ServerSideEncryptionTypes Source #
The types of encryption supported in export jobs to Amazon S3.
pattern ServerSideEncryptionTypes_AES256 :: ServerSideEncryptionTypes | |
pattern ServerSideEncryptionTypes_Aws_kms :: ServerSideEncryptionTypes |
Instances
State
pattern State_CANCELLED :: State | |
pattern State_COMPLETED :: State | |
pattern State_ERROR :: State | |
pattern State_IN_PROGRESS :: State | |
pattern State_TIMED_OUT :: State | |
pattern State_WAITING :: State |
Instances
Type
pattern Type_EXPORT_ASSETS_TO_S3 :: Type | |
pattern Type_EXPORT_ASSET_TO_SIGNED_URL :: Type | |
pattern Type_EXPORT_REVISIONS_TO_S3 :: Type | |
pattern Type_IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES :: Type | |
pattern Type_IMPORT_ASSETS_FROM_S3 :: Type | |
pattern Type_IMPORT_ASSET_FROM_SIGNED_URL :: Type |
Instances
Action
What occurs after a certain event.
See: newAction
smart constructor.
Action' | |
|
Instances
Eq Action Source # | |
Read Action Source # | |
Show Action Source # | |
Generic Action Source # | |
NFData Action Source # | |
Defined in Amazonka.DataExchange.Types.Action | |
Hashable Action Source # | |
Defined in Amazonka.DataExchange.Types.Action | |
ToJSON Action Source # | |
Defined in Amazonka.DataExchange.Types.Action | |
FromJSON Action Source # | |
type Rep Action Source # | |
Defined in Amazonka.DataExchange.Types.Action type Rep Action = D1 ('MetaData "Action" "Amazonka.DataExchange.Types.Action" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "Action'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportRevisionToS3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoExportRevisionToS3RequestDetails)))) |
Create a value of Action
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:exportRevisionToS3:Action'
, action_exportRevisionToS3
- Details for the export revision to Amazon S3 action.
action_exportRevisionToS3 :: Lens' Action (Maybe AutoExportRevisionToS3RequestDetails) Source #
Details for the export revision to Amazon S3 action.
AssetDestinationEntry
data AssetDestinationEntry Source #
The destination for the asset.
See: newAssetDestinationEntry
smart constructor.
Instances
newAssetDestinationEntry Source #
:: Text | |
-> Text | |
-> AssetDestinationEntry |
Create a value of AssetDestinationEntry
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:key:AssetDestinationEntry'
, assetDestinationEntry_key
- The name of the object in Amazon S3 for the asset.
$sel:bucket:AssetDestinationEntry'
, assetDestinationEntry_bucket
- The S3 bucket that is the destination for the asset.
$sel:assetId:AssetDestinationEntry'
, assetDestinationEntry_assetId
- The unique identifier for the asset.
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
data AssetDetails Source #
Information about the asset.
See: newAssetDetails
smart constructor.
AssetDetails' | |
|
Instances
newAssetDetails :: AssetDetails Source #
Create a value of AssetDetails
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:s3SnapshotAsset:AssetDetails'
, assetDetails_s3SnapshotAsset
- The S3 object that is the asset.
$sel:redshiftDataShareAsset:AssetDetails'
, assetDetails_redshiftDataShareAsset
- The Amazon Redshift datashare that is the asset.
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
data AssetEntry Source #
An asset in AWS Data Exchange is a piece of data. The asset can be a structured data file, an image file, or some other data file that can be stored as an S3 object, or an Amazon Redshift datashare (Preview). When you create an import job for your files, you create an asset in AWS Data Exchange for each of those files.
See: newAssetEntry
smart constructor.
AssetEntry' | |
|
Instances
:: AssetType | |
-> UTCTime | |
-> Text | |
-> Text | |
-> Text | |
-> AssetDetails | |
-> UTCTime | |
-> Text | |
-> Text | |
-> AssetEntry |
Create a value of AssetEntry
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:sourceId:AssetEntry'
, assetEntry_sourceId
- 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.
$sel:assetType:AssetEntry'
, assetEntry_assetType
- The type of asset that is added to a data set.
$sel:createdAt:AssetEntry'
, assetEntry_createdAt
- The date and time that the asset was created, in ISO 8601 format.
$sel:dataSetId:AssetEntry'
, assetEntry_dataSetId
- The unique identifier for the data set associated with this asset.
$sel:id:AssetEntry'
, assetEntry_id
- The unique identifier for the asset.
$sel:arn:AssetEntry'
, assetEntry_arn
- The ARN for the asset.
$sel:assetDetails:AssetEntry'
, assetEntry_assetDetails
- Information about the asset.
$sel:updatedAt:AssetEntry'
, assetEntry_updatedAt
- The date and time that the asset was last updated, in ISO 8601 format.
$sel:revisionId:AssetEntry'
, assetEntry_revisionId
- The unique identifier for the revision associated with this asset.
$sel:name:AssetEntry'
, assetEntry_name
- 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.
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
data AssetSourceEntry Source #
The source of the assets.
See: newAssetSourceEntry
smart constructor.
Instances
Create a value of AssetSourceEntry
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:bucket:AssetSourceEntry'
, assetSourceEntry_bucket
- The S3 bucket that's part of the source of the asset.
$sel:key:AssetSourceEntry'
, assetSourceEntry_key
- The name of the object in Amazon S3 for the asset.
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
data AutoExportRevisionDestinationEntry Source #
A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.
See: newAutoExportRevisionDestinationEntry
smart constructor.
AutoExportRevisionDestinationEntry' | |
|
Instances
newAutoExportRevisionDestinationEntry Source #
Create a value of AutoExportRevisionDestinationEntry
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:keyPattern:AutoExportRevisionDestinationEntry'
, autoExportRevisionDestinationEntry_keyPattern
- 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.
$sel:bucket:AutoExportRevisionDestinationEntry'
, autoExportRevisionDestinationEntry_bucket
- The S3 bucket that is the destination for the event action.
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
data AutoExportRevisionToS3RequestDetails Source #
Details of the operation to be performed by the job.
See: newAutoExportRevisionToS3RequestDetails
smart constructor.
AutoExportRevisionToS3RequestDetails' | |
|
Instances
newAutoExportRevisionToS3RequestDetails Source #
:: AutoExportRevisionDestinationEntry |
|
-> AutoExportRevisionToS3RequestDetails |
Create a value of AutoExportRevisionToS3RequestDetails
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:encryption:AutoExportRevisionToS3RequestDetails'
, autoExportRevisionToS3RequestDetails_encryption
- Encryption configuration for the auto export job.
$sel:revisionDestination:AutoExportRevisionToS3RequestDetails'
, autoExportRevisionToS3RequestDetails_revisionDestination
- A revision destination is the Amazon S3 bucket folder destination to
where the export will be sent.
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
data DataSetEntry Source #
A data set is an AWS resource with one or more revisions.
See: newDataSetEntry
smart constructor.
DataSetEntry' | |
|
Instances
Create a value of DataSetEntry
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:sourceId:DataSetEntry'
, dataSetEntry_sourceId
- 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.
$sel:originDetails:DataSetEntry'
, dataSetEntry_originDetails
- If the origin of this data set is ENTITLED, includes the details for the
product on AWS Marketplace.
$sel:origin:DataSetEntry'
, dataSetEntry_origin
- A property that defines the data set as OWNED by the account (for
providers) or ENTITLED to the account (for subscribers).
$sel:assetType:DataSetEntry'
, dataSetEntry_assetType
- The type of asset that is added to a data set.
$sel:description:DataSetEntry'
, dataSetEntry_description
- The description for the data set.
$sel:createdAt:DataSetEntry'
, dataSetEntry_createdAt
- The date and time that the data set was created, in ISO 8601 format.
$sel:id:DataSetEntry'
, dataSetEntry_id
- The unique identifier for the data set.
$sel:arn:DataSetEntry'
, dataSetEntry_arn
- The ARN for the data set.
$sel:updatedAt:DataSetEntry'
, dataSetEntry_updatedAt
- The date and time that the data set was last updated, in ISO 8601
format.
$sel:name:DataSetEntry'
, dataSetEntry_name
- The name of the data set.
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
Information about the job error.
See: newDetails
smart constructor.
Details' | |
|
Instances
Eq Details Source # | |
Read Details Source # | |
Show Details Source # | |
Generic Details Source # | |
NFData Details Source # | |
Defined in Amazonka.DataExchange.Types.Details | |
Hashable Details Source # | |
Defined in Amazonka.DataExchange.Types.Details | |
FromJSON Details Source # | |
type Rep Details Source # | |
Defined in Amazonka.DataExchange.Types.Details type Rep Details = D1 ('MetaData "Details" "Amazonka.DataExchange.Types.Details" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "Details'" 'PrefixI 'True) (S1 ('MetaSel ('Just "importAssetFromSignedUrlJobErrorDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImportAssetFromSignedUrlJobErrorDetails)) :*: S1 ('MetaSel ('Just "importAssetsFromS3JobErrorDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssetSourceEntry])))) |
newDetails :: Details Source #
Create a value of Details
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:importAssetFromSignedUrlJobErrorDetails:Details'
, details_importAssetFromSignedUrlJobErrorDetails
- Information about the job error.
$sel:importAssetsFromS3JobErrorDetails:Details'
, details_importAssetsFromS3JobErrorDetails
- Information about the job error.
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
What occurs to start an action.
See: newEvent
smart constructor.
Event' | |
|
Instances
Eq Event Source # | |
Read Event Source # | |
Show Event Source # | |
Generic Event Source # | |
NFData Event Source # | |
Defined in Amazonka.DataExchange.Types.Event | |
Hashable Event Source # | |
Defined in Amazonka.DataExchange.Types.Event | |
ToJSON Event Source # | |
Defined in Amazonka.DataExchange.Types.Event | |
FromJSON Event Source # | |
type Rep Event Source # | |
Defined in Amazonka.DataExchange.Types.Event type Rep Event = D1 ('MetaData "Event" "Amazonka.DataExchange.Types.Event" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "Event'" 'PrefixI 'True) (S1 ('MetaSel ('Just "revisionPublished") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionPublished)))) |
Create a value of Event
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:revisionPublished:Event'
, event_revisionPublished
- What occurs to start the revision publish action.
event_revisionPublished :: Lens' Event (Maybe RevisionPublished) Source #
What occurs to start the revision publish action.
EventActionEntry
data EventActionEntry Source #
An event action is an object that defines the relationship between a specific event and an automated action that will be taken on behalf of the customer.
See: newEventActionEntry
smart constructor.
EventActionEntry' | |
|
Instances
Create a value of EventActionEntry
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:action:EventActionEntry'
, eventActionEntry_action
- What occurs after a certain event.
$sel:createdAt:EventActionEntry'
, eventActionEntry_createdAt
- The date and time that the event action was created, in ISO 8601 format.
$sel:event:EventActionEntry'
, eventActionEntry_event
- What occurs to start an action.
$sel:id:EventActionEntry'
, eventActionEntry_id
- The unique identifier for the event action.
$sel:arn:EventActionEntry'
, eventActionEntry_arn
- The Amazon Resource Name (ARN) for the event action.
$sel:updatedAt:EventActionEntry'
, eventActionEntry_updatedAt
- The date and time that the event action was last updated, in ISO 8601
format.
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
data ExportAssetToSignedUrlRequestDetails Source #
Details of the operation to be performed by the job.
See: newExportAssetToSignedUrlRequestDetails
smart constructor.
Instances
newExportAssetToSignedUrlRequestDetails Source #
:: 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:dataSetId:ExportAssetToSignedUrlRequestDetails'
, exportAssetToSignedUrlRequestDetails_dataSetId
- The unique identifier for the data set associated with this export job.
$sel:assetId:ExportAssetToSignedUrlRequestDetails'
, exportAssetToSignedUrlRequestDetails_assetId
- The unique identifier for the asset that is exported to a signed URL.
$sel:revisionId:ExportAssetToSignedUrlRequestDetails'
, exportAssetToSignedUrlRequestDetails_revisionId
- The unique identifier for the revision associated with this export
request.
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
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.
ExportAssetsToS3RequestDetails
data ExportAssetsToS3RequestDetails Source #
Details of the operation to be performed by the job.
See: newExportAssetsToS3RequestDetails
smart constructor.
ExportAssetsToS3RequestDetails' | |
|
Instances
newExportAssetsToS3RequestDetails Source #
Create a value of ExportAssetsToS3RequestDetails
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:encryption:ExportAssetsToS3RequestDetails'
, exportAssetsToS3RequestDetails_encryption
- Encryption configuration for the export job.
$sel:assetDestinations:ExportAssetsToS3RequestDetails'
, exportAssetsToS3RequestDetails_assetDestinations
- The destination for the asset.
$sel:dataSetId:ExportAssetsToS3RequestDetails'
, exportAssetsToS3RequestDetails_dataSetId
- The unique identifier for the data set associated with this export job.
$sel:revisionId:ExportAssetsToS3RequestDetails'
, exportAssetsToS3RequestDetails_revisionId
- The unique identifier for the revision associated with this export
request.
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
data ExportAssetsToS3ResponseDetails Source #
Details about the export to Amazon S3 response.
See: newExportAssetsToS3ResponseDetails
smart constructor.
ExportAssetsToS3ResponseDetails' | |
|
Instances
newExportAssetsToS3ResponseDetails Source #
Create a value of ExportAssetsToS3ResponseDetails
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:encryption:ExportAssetsToS3ResponseDetails'
, exportAssetsToS3ResponseDetails_encryption
- Encryption configuration of the export job.
$sel:assetDestinations:ExportAssetsToS3ResponseDetails'
, exportAssetsToS3ResponseDetails_assetDestinations
- The destination in Amazon S3 where the asset is exported.
$sel:dataSetId:ExportAssetsToS3ResponseDetails'
, exportAssetsToS3ResponseDetails_dataSetId
- The unique identifier for the data set associated with this export job.
$sel:revisionId:ExportAssetsToS3ResponseDetails'
, exportAssetsToS3ResponseDetails_revisionId
- The unique identifier for the revision associated with this export
response.
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
data ExportRevisionsToS3RequestDetails Source #
Details of the operation to be performed by the job.
See: newExportRevisionsToS3RequestDetails
smart constructor.
ExportRevisionsToS3RequestDetails' | |
|
Instances
newExportRevisionsToS3RequestDetails Source #
Create a value of ExportRevisionsToS3RequestDetails
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:encryption:ExportRevisionsToS3RequestDetails'
, exportRevisionsToS3RequestDetails_encryption
- Encryption configuration for the export job.
$sel:revisionDestinations:ExportRevisionsToS3RequestDetails'
, exportRevisionsToS3RequestDetails_revisionDestinations
- The destination for the revision.
$sel:dataSetId:ExportRevisionsToS3RequestDetails'
, exportRevisionsToS3RequestDetails_dataSetId
- The unique identifier for the data set associated with this export job.
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
data ExportRevisionsToS3ResponseDetails Source #
Details about the export revisions to Amazon S3 response.
See: newExportRevisionsToS3ResponseDetails
smart constructor.
ExportRevisionsToS3ResponseDetails' | |
|
Instances
newExportRevisionsToS3ResponseDetails Source #
Create a value of ExportRevisionsToS3ResponseDetails
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:encryption:ExportRevisionsToS3ResponseDetails'
, exportRevisionsToS3ResponseDetails_encryption
- Encryption configuration of the export job.
$sel:eventActionArn:ExportRevisionsToS3ResponseDetails'
, exportRevisionsToS3ResponseDetails_eventActionArn
- The Amazon Resource Name (ARN) of the event action.
$sel:revisionDestinations:ExportRevisionsToS3ResponseDetails'
, exportRevisionsToS3ResponseDetails_revisionDestinations
- The destination in Amazon S3 where the revision is exported.
$sel:dataSetId:ExportRevisionsToS3ResponseDetails'
, exportRevisionsToS3ResponseDetails_dataSetId
- The unique identifier for the data set associated with this export job.
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
data ExportServerSideEncryption Source #
Encryption configuration of the export job. Includes the encryption type in addition to the AWS KMS key. The KMS key is only necessary if you chose the KMS encryption. type.
See: newExportServerSideEncryption
smart constructor.
ExportServerSideEncryption' | |
|
Instances
newExportServerSideEncryption Source #
Create a value of ExportServerSideEncryption
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:kmsKeyArn:ExportServerSideEncryption'
, exportServerSideEncryption_kmsKeyArn
- 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.
$sel:type':ExportServerSideEncryption'
, exportServerSideEncryption_type
- The type of server side encryption used for encrypting the objects in
Amazon S3.
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
data ImportAssetFromSignedUrlJobErrorDetails Source #
Information about the job error.
See: newImportAssetFromSignedUrlJobErrorDetails
smart constructor.
Instances
Eq ImportAssetFromSignedUrlJobErrorDetails Source # | |
Read ImportAssetFromSignedUrlJobErrorDetails Source # | |
Show ImportAssetFromSignedUrlJobErrorDetails Source # | |
Generic ImportAssetFromSignedUrlJobErrorDetails Source # | |
NFData ImportAssetFromSignedUrlJobErrorDetails Source # | |
Hashable ImportAssetFromSignedUrlJobErrorDetails Source # | |
FromJSON ImportAssetFromSignedUrlJobErrorDetails Source # | |
type Rep ImportAssetFromSignedUrlJobErrorDetails Source # | |
Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlJobErrorDetails type Rep ImportAssetFromSignedUrlJobErrorDetails = D1 ('MetaData "ImportAssetFromSignedUrlJobErrorDetails" "Amazonka.DataExchange.Types.ImportAssetFromSignedUrlJobErrorDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ImportAssetFromSignedUrlJobErrorDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
newImportAssetFromSignedUrlJobErrorDetails Source #
Create a value of ImportAssetFromSignedUrlJobErrorDetails
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:assetName:ImportAssetFromSignedUrlJobErrorDetails'
, importAssetFromSignedUrlJobErrorDetails_assetName
- Information about the job error.
importAssetFromSignedUrlJobErrorDetails_assetName :: Lens' ImportAssetFromSignedUrlJobErrorDetails Text Source #
Information about the job error.
ImportAssetFromSignedUrlRequestDetails
data ImportAssetFromSignedUrlRequestDetails Source #
Details of the operation to be performed by the job.
See: newImportAssetFromSignedUrlRequestDetails
smart constructor.
ImportAssetFromSignedUrlRequestDetails' | |
|
Instances
newImportAssetFromSignedUrlRequestDetails Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> ImportAssetFromSignedUrlRequestDetails |
Create a value of ImportAssetFromSignedUrlRequestDetails
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:dataSetId:ImportAssetFromSignedUrlRequestDetails'
, importAssetFromSignedUrlRequestDetails_dataSetId
- The unique identifier for the data set associated with this import job.
$sel:md5Hash:ImportAssetFromSignedUrlRequestDetails'
, importAssetFromSignedUrlRequestDetails_md5Hash
- The Base64-encoded Md5 hash for the asset, used to ensure the integrity
of the file at that location.
$sel:assetName:ImportAssetFromSignedUrlRequestDetails'
, importAssetFromSignedUrlRequestDetails_assetName
- The name of the asset. When importing from Amazon S3, the S3 object key
is used as the asset name.
$sel:revisionId:ImportAssetFromSignedUrlRequestDetails'
, importAssetFromSignedUrlRequestDetails_revisionId
- The unique identifier for the revision associated with this import
request.
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
data ImportAssetFromSignedUrlResponseDetails Source #
The details in the response for an import request, including the signed URL and other information.
See: newImportAssetFromSignedUrlResponseDetails
smart constructor.
ImportAssetFromSignedUrlResponseDetails' | |
|
Instances
newImportAssetFromSignedUrlResponseDetails Source #
Create a value of ImportAssetFromSignedUrlResponseDetails
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:ImportAssetFromSignedUrlResponseDetails'
, importAssetFromSignedUrlResponseDetails_signedUrl
- The signed URL.
$sel:signedUrlExpiresAt:ImportAssetFromSignedUrlResponseDetails'
, importAssetFromSignedUrlResponseDetails_signedUrlExpiresAt
- The time and date at which the signed URL expires, in ISO 8601 format.
$sel:md5Hash:ImportAssetFromSignedUrlResponseDetails'
, importAssetFromSignedUrlResponseDetails_md5Hash
- The Base64-encoded Md5 hash for the asset, used to ensure the integrity
of the file at that location.
$sel:dataSetId:ImportAssetFromSignedUrlResponseDetails'
, importAssetFromSignedUrlResponseDetails_dataSetId
- The unique identifier for the data set associated with this import job.
$sel:assetName:ImportAssetFromSignedUrlResponseDetails'
, importAssetFromSignedUrlResponseDetails_assetName
- The name for the asset associated with this import job.
$sel:revisionId:ImportAssetFromSignedUrlResponseDetails'
, importAssetFromSignedUrlResponseDetails_revisionId
- The unique identifier for the revision associated with this import
response.
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
data ImportAssetsFromRedshiftDataSharesRequestDetails Source #
Details from an import from Amazon Redshift datashare request.
See: newImportAssetsFromRedshiftDataSharesRequestDetails
smart constructor.
ImportAssetsFromRedshiftDataSharesRequestDetails' | |
|
Instances
newImportAssetsFromRedshiftDataSharesRequestDetails Source #
:: 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:dataSetId:ImportAssetsFromRedshiftDataSharesRequestDetails'
, importAssetsFromRedshiftDataSharesRequestDetails_dataSetId
- The unique identifier for the data set associated with this import job.
$sel:assetSources:ImportAssetsFromRedshiftDataSharesRequestDetails'
, importAssetsFromRedshiftDataSharesRequestDetails_assetSources
- A list of Amazon Redshift datashare assets.
$sel:revisionId:ImportAssetsFromRedshiftDataSharesRequestDetails'
, importAssetsFromRedshiftDataSharesRequestDetails_revisionId
- The unique identifier for the revision associated with this import job.
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
data ImportAssetsFromRedshiftDataSharesResponseDetails Source #
Details from an import from Amazon Redshift datashare response.
See: newImportAssetsFromRedshiftDataSharesResponseDetails
smart constructor.
ImportAssetsFromRedshiftDataSharesResponseDetails' | |
|
Instances
newImportAssetsFromRedshiftDataSharesResponseDetails Source #
:: Text |
|
-> Text |
|
-> ImportAssetsFromRedshiftDataSharesResponseDetails |
Create a value of ImportAssetsFromRedshiftDataSharesResponseDetails
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:dataSetId:ImportAssetsFromRedshiftDataSharesResponseDetails'
, importAssetsFromRedshiftDataSharesResponseDetails_dataSetId
- The unique identifier for the data set associated with this import job.
$sel:assetSources:ImportAssetsFromRedshiftDataSharesResponseDetails'
, importAssetsFromRedshiftDataSharesResponseDetails_assetSources
- A list of Amazon Redshift datashare asset sources.
$sel:revisionId:ImportAssetsFromRedshiftDataSharesResponseDetails'
, importAssetsFromRedshiftDataSharesResponseDetails_revisionId
- The unique identifier for the revision associated with this import job.
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
data ImportAssetsFromS3RequestDetails Source #
Details of the operation to be performed by the job.
See: newImportAssetsFromS3RequestDetails
smart constructor.
ImportAssetsFromS3RequestDetails' | |
|
Instances
newImportAssetsFromS3RequestDetails Source #
Create a value of ImportAssetsFromS3RequestDetails
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:dataSetId:ImportAssetsFromS3RequestDetails'
, importAssetsFromS3RequestDetails_dataSetId
- The unique identifier for the data set associated with this import job.
$sel:assetSources:ImportAssetsFromS3RequestDetails'
, importAssetsFromS3RequestDetails_assetSources
- Is a list of S3 bucket and object key pairs.
$sel:revisionId:ImportAssetsFromS3RequestDetails'
, importAssetsFromS3RequestDetails_revisionId
- The unique identifier for the revision associated with this import
request.
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
data ImportAssetsFromS3ResponseDetails Source #
Details from an import from Amazon S3 response.
See: newImportAssetsFromS3ResponseDetails
smart constructor.
ImportAssetsFromS3ResponseDetails' | |
|
Instances
newImportAssetsFromS3ResponseDetails Source #
Create a value of ImportAssetsFromS3ResponseDetails
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:dataSetId:ImportAssetsFromS3ResponseDetails'
, importAssetsFromS3ResponseDetails_dataSetId
- The unique identifier for the data set associated with this import job.
$sel:assetSources:ImportAssetsFromS3ResponseDetails'
, importAssetsFromS3ResponseDetails_assetSources
- Is a list of Amazon S3 bucket and object key pairs.
$sel:revisionId:ImportAssetsFromS3ResponseDetails'
, importAssetsFromS3ResponseDetails_revisionId
- The unique identifier for the revision associated with this import
response.
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
AWS Data Exchange Jobs are asynchronous import or export operations used to create or copy assets. A data set owner can both import and export as they see fit. Someone with an entitlement to a data set can only export. Jobs are deleted 90 days after they are created.
See: newJobEntry
smart constructor.
JobEntry' | |
|
Instances
Create a value of JobEntry
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:errors:JobEntry'
, jobEntry_errors
- Errors for jobs.
$sel:type':JobEntry'
, jobEntry_type
- The job type.
$sel:details:JobEntry'
, jobEntry_details
- Details of the operation to be performed by the job, such as export
destination details or import source details.
$sel:state:JobEntry'
, jobEntry_state
- The state of the job.
$sel:createdAt:JobEntry'
, jobEntry_createdAt
- The date and time that the job was created, in ISO 8601 format.
$sel:id:JobEntry'
, jobEntry_id
- The unique identifier for the job.
$sel:arn:JobEntry'
, jobEntry_arn
- The ARN for the job.
$sel:updatedAt:JobEntry'
, jobEntry_updatedAt
- The date and time that the job was last updated, in ISO 8601 format.
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
An error that occurred with the job request.
See: newJobError
smart constructor.
JobError' | |
|
Instances
Create a value of JobError
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:resourceId:JobError'
, jobError_resourceId
- The unique identifier for the resource related to the error.
$sel:limitName:JobError'
, jobError_limitName
- The name of the limit that was reached.
$sel:resourceType:JobError'
, jobError_resourceType
- The type of resource related to the error.
$sel:details:JobError'
, jobError_details
- The details about the job error.
$sel:limitValue:JobError'
, jobError_limitValue
- The value of the exceeded limit.
$sel:message:JobError'
, jobError_message
- The message related to the job error.
$sel:code:JobError'
, jobError_code
- The code for the job error.
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
data OriginDetails Source #
Information about the origin of the data set.
See: newOriginDetails
smart constructor.
Instances
Create a value of OriginDetails
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:productId:OriginDetails'
, originDetails_productId
- The product ID of the origin of the data set.
originDetails_productId :: Lens' OriginDetails Text Source #
The product ID of the origin of the data set.
RedshiftDataShareAsset
data RedshiftDataShareAsset Source #
The Amazon Redshift datashare asset.
See: newRedshiftDataShareAsset
smart constructor.
Instances
newRedshiftDataShareAsset Source #
Create a value of RedshiftDataShareAsset
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:arn:RedshiftDataShareAsset'
, redshiftDataShareAsset_arn
- The Amazon Resource Name (ARN) of the datashare asset.
redshiftDataShareAsset_arn :: Lens' RedshiftDataShareAsset Text Source #
The Amazon Resource Name (ARN) of the datashare asset.
RedshiftDataShareAssetSourceEntry
data RedshiftDataShareAssetSourceEntry Source #
The source of the Amazon Redshift datashare asset.
See: newRedshiftDataShareAssetSourceEntry
smart constructor.
RedshiftDataShareAssetSourceEntry' | |
|
Instances
newRedshiftDataShareAssetSourceEntry Source #
Create a value of RedshiftDataShareAssetSourceEntry
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:dataShareArn:RedshiftDataShareAssetSourceEntry'
, redshiftDataShareAssetSourceEntry_dataShareArn
- The Amazon Resource Name (ARN) of the datashare asset.
redshiftDataShareAssetSourceEntry_dataShareArn :: Lens' RedshiftDataShareAssetSourceEntry Text Source #
The Amazon Resource Name (ARN) of the datashare asset.
RequestDetails
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.
ResponseDetails
data ResponseDetails Source #
Details for the response.
See: newResponseDetails
smart constructor.
ResponseDetails' | |
|
Instances
newResponseDetails :: ResponseDetails Source #
Create a value of ResponseDetails
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:ResponseDetails'
, responseDetails_exportAssetsToS3
- Details for the export to Amazon S3 response.
$sel:exportRevisionsToS3:ResponseDetails'
, responseDetails_exportRevisionsToS3
- Details for the export revisions to Amazon S3 response.
$sel:importAssetFromSignedUrl:ResponseDetails'
, responseDetails_importAssetFromSignedUrl
- Details for the import from signed URL response.
$sel:importAssetsFromRedshiftDataShares:ResponseDetails'
, responseDetails_importAssetsFromRedshiftDataShares
- Details from an import from Amazon Redshift datashare response.
$sel:importAssetsFromS3:ResponseDetails'
, responseDetails_importAssetsFromS3
- Details for the import from Amazon S3 response.
$sel:exportAssetToSignedUrl:ResponseDetails'
, responseDetails_exportAssetToSignedUrl
- Details for the export to signed URL response.
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
data RevisionDestinationEntry Source #
The destination where the assets in the revision will be exported.
See: newRevisionDestinationEntry
smart constructor.
RevisionDestinationEntry' | |
|
Instances
newRevisionDestinationEntry Source #
:: Text | |
-> Text | |
-> RevisionDestinationEntry |
Create a value of RevisionDestinationEntry
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:keyPattern:RevisionDestinationEntry'
, revisionDestinationEntry_keyPattern
- 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.
$sel:bucket:RevisionDestinationEntry'
, revisionDestinationEntry_bucket
- The S3 bucket that is the destination for the assets in the revision.
$sel:revisionId:RevisionDestinationEntry'
, revisionDestinationEntry_revisionId
- The unique identifier for the revision.
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
data RevisionEntry Source #
A revision is a container for one or more assets.
See: newRevisionEntry
smart constructor.
RevisionEntry' | |
|
Instances
Create a value of RevisionEntry
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:sourceId:RevisionEntry'
, revisionEntry_sourceId
- 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.
$sel:finalized:RevisionEntry'
, revisionEntry_finalized
- 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.
$sel:comment:RevisionEntry'
, revisionEntry_comment
- An optional comment about the revision.
$sel:createdAt:RevisionEntry'
, revisionEntry_createdAt
- The date and time that the revision was created, in ISO 8601 format.
$sel:dataSetId:RevisionEntry'
, revisionEntry_dataSetId
- The unique identifier for the data set associated with this revision.
$sel:id:RevisionEntry'
, revisionEntry_id
- The unique identifier for the revision.
$sel:arn:RevisionEntry'
, revisionEntry_arn
- The ARN for the revision.
$sel:updatedAt:RevisionEntry'
, revisionEntry_updatedAt
- The date and time that the revision was last updated, in ISO 8601
format.
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
data RevisionPublished Source #
Information about the published revision.
See: newRevisionPublished
smart constructor.
Instances
Create a value of RevisionPublished
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:dataSetId:RevisionPublished'
, revisionPublished_dataSetId
- The data set ID of the published revision.
revisionPublished_dataSetId :: Lens' RevisionPublished Text Source #
The data set ID of the published revision.
S3SnapshotAsset
data S3SnapshotAsset Source #
The S3 object that is the asset.
See: newS3SnapshotAsset
smart constructor.
Instances
Create a value of S3SnapshotAsset
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:size:S3SnapshotAsset'
, s3SnapshotAsset_size
- The size of the S3 object that is the object.
s3SnapshotAsset_size :: Lens' S3SnapshotAsset Double Source #
The size of the S3 object that is the object.