| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Personalize.Types.CampaignUpdateSummary
Description
Synopsis
- data CampaignUpdateSummary = CampaignUpdateSummary' {}
- newCampaignUpdateSummary :: CampaignUpdateSummary
- campaignUpdateSummary_campaignConfig :: Lens' CampaignUpdateSummary (Maybe CampaignConfig)
- campaignUpdateSummary_creationDateTime :: Lens' CampaignUpdateSummary (Maybe UTCTime)
- campaignUpdateSummary_failureReason :: Lens' CampaignUpdateSummary (Maybe Text)
- campaignUpdateSummary_lastUpdatedDateTime :: Lens' CampaignUpdateSummary (Maybe UTCTime)
- campaignUpdateSummary_minProvisionedTPS :: Lens' CampaignUpdateSummary (Maybe Natural)
- campaignUpdateSummary_solutionVersionArn :: Lens' CampaignUpdateSummary (Maybe Text)
- campaignUpdateSummary_status :: Lens' CampaignUpdateSummary (Maybe Text)
Documentation
data CampaignUpdateSummary Source #
Provides a summary of the properties of a campaign update. For a complete listing, call the DescribeCampaign API.
See: newCampaignUpdateSummary smart constructor.
Constructors
| CampaignUpdateSummary' | |
Fields
| |
Instances
newCampaignUpdateSummary :: CampaignUpdateSummary Source #
Create a value of CampaignUpdateSummary 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:campaignConfig:CampaignUpdateSummary', campaignUpdateSummary_campaignConfig - Undocumented member.
$sel:creationDateTime:CampaignUpdateSummary', campaignUpdateSummary_creationDateTime - The date and time (in Unix time) that the campaign update was created.
$sel:failureReason:CampaignUpdateSummary', campaignUpdateSummary_failureReason - If a campaign update fails, the reason behind the failure.
$sel:lastUpdatedDateTime:CampaignUpdateSummary', campaignUpdateSummary_lastUpdatedDateTime - The date and time (in Unix time) that the campaign update was last
updated.
$sel:minProvisionedTPS:CampaignUpdateSummary', campaignUpdateSummary_minProvisionedTPS - Specifies the requested minimum provisioned transactions
(recommendations) per second that Amazon Personalize will support.
$sel:solutionVersionArn:CampaignUpdateSummary', campaignUpdateSummary_solutionVersionArn - The Amazon Resource Name (ARN) of the deployed solution version.
$sel:status:CampaignUpdateSummary', campaignUpdateSummary_status - The status of the campaign update.
A campaign update can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
campaignUpdateSummary_campaignConfig :: Lens' CampaignUpdateSummary (Maybe CampaignConfig) Source #
Undocumented member.
campaignUpdateSummary_creationDateTime :: Lens' CampaignUpdateSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the campaign update was created.
campaignUpdateSummary_failureReason :: Lens' CampaignUpdateSummary (Maybe Text) Source #
If a campaign update fails, the reason behind the failure.
campaignUpdateSummary_lastUpdatedDateTime :: Lens' CampaignUpdateSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the campaign update was last updated.
campaignUpdateSummary_minProvisionedTPS :: Lens' CampaignUpdateSummary (Maybe Natural) Source #
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
campaignUpdateSummary_solutionVersionArn :: Lens' CampaignUpdateSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the deployed solution version.
campaignUpdateSummary_status :: Lens' CampaignUpdateSummary (Maybe Text) Source #
The status of the campaign update.
A campaign update can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS