| 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.ServiceCatalog.Types.LastSync
Description
Synopsis
- data LastSync = LastSync' {}
- newLastSync :: LastSync
- lastSync_lastSuccessfulSyncProvisioningArtifactId :: Lens' LastSync (Maybe Text)
- lastSync_lastSuccessfulSyncTime :: Lens' LastSync (Maybe UTCTime)
- lastSync_lastSyncStatus :: Lens' LastSync (Maybe LastSyncStatus)
- lastSync_lastSyncStatusMessage :: Lens' LastSync (Maybe Text)
- lastSync_lastSyncTime :: Lens' LastSync (Maybe UTCTime)
Documentation
Provides details about the product's connection sync and contains the following sub-fields.
LastSyncTime
LastSyncStatus
LastSyncStatusMessage
LastSuccessfulSyncTime
LastSuccessfulSyncProvisioningArtifactID
See: newLastSync smart constructor.
Constructors
| LastSync' | |
Fields
| |
Instances
newLastSync :: LastSync Source #
Create a value of LastSync 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:lastSuccessfulSyncProvisioningArtifactId:LastSync', lastSync_lastSuccessfulSyncProvisioningArtifactId - The ProvisioningArtifactID of the ProvisioningArtifact created from the
latest successful sync.
$sel:lastSuccessfulSyncTime:LastSync', lastSync_lastSuccessfulSyncTime - The time of the latest successful sync from the source repo artifact to
the Service Catalog product.
$sel:lastSyncStatus:LastSync', lastSync_lastSyncStatus - The current status of the sync. Responses include SUCCEEDED or
FAILED.
$sel:lastSyncStatusMessage:LastSync', lastSync_lastSyncStatusMessage - The sync's status message.
$sel:lastSyncTime:LastSync', lastSync_lastSyncTime - The time of the last attempted sync from the repository to the Service
Catalog product.
lastSync_lastSuccessfulSyncProvisioningArtifactId :: Lens' LastSync (Maybe Text) Source #
The ProvisioningArtifactID of the ProvisioningArtifact created from the latest successful sync.
lastSync_lastSuccessfulSyncTime :: Lens' LastSync (Maybe UTCTime) Source #
The time of the latest successful sync from the source repo artifact to the Service Catalog product.
lastSync_lastSyncStatus :: Lens' LastSync (Maybe LastSyncStatus) Source #
The current status of the sync. Responses include SUCCEEDED or
FAILED.