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 |
Synopsis
- data RefreshSchemasStatus = RefreshSchemasStatus' {}
- newRefreshSchemasStatus :: RefreshSchemasStatus
- refreshSchemasStatus_status :: Lens' RefreshSchemasStatus (Maybe RefreshSchemasStatusTypeValue)
- refreshSchemasStatus_lastRefreshDate :: Lens' RefreshSchemasStatus (Maybe UTCTime)
- refreshSchemasStatus_replicationInstanceArn :: Lens' RefreshSchemasStatus (Maybe Text)
- refreshSchemasStatus_endpointArn :: Lens' RefreshSchemasStatus (Maybe Text)
- refreshSchemasStatus_lastFailureMessage :: Lens' RefreshSchemasStatus (Maybe Text)
Documentation
data RefreshSchemasStatus Source #
Provides information that describes status of a schema at an endpoint
specified by the DescribeRefreshSchemaStatus
operation.
See: newRefreshSchemasStatus
smart constructor.
RefreshSchemasStatus' | |
|
Instances
newRefreshSchemasStatus :: RefreshSchemasStatus Source #
Create a value of RefreshSchemasStatus
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:status:RefreshSchemasStatus'
, refreshSchemasStatus_status
- The status of the schema.
$sel:lastRefreshDate:RefreshSchemasStatus'
, refreshSchemasStatus_lastRefreshDate
- The date the schema was last refreshed.
$sel:replicationInstanceArn:RefreshSchemasStatus'
, refreshSchemasStatus_replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.
$sel:endpointArn:RefreshSchemasStatus'
, refreshSchemasStatus_endpointArn
- The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
$sel:lastFailureMessage:RefreshSchemasStatus'
, refreshSchemasStatus_lastFailureMessage
- The last failure message for the schema.
refreshSchemasStatus_status :: Lens' RefreshSchemasStatus (Maybe RefreshSchemasStatusTypeValue) Source #
The status of the schema.
refreshSchemasStatus_lastRefreshDate :: Lens' RefreshSchemasStatus (Maybe UTCTime) Source #
The date the schema was last refreshed.
refreshSchemasStatus_replicationInstanceArn :: Lens' RefreshSchemasStatus (Maybe Text) Source #
The Amazon Resource Name (ARN) of the replication instance.
refreshSchemasStatus_endpointArn :: Lens' RefreshSchemasStatus (Maybe Text) Source #
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
refreshSchemasStatus_lastFailureMessage :: Lens' RefreshSchemasStatus (Maybe Text) Source #
The last failure message for the schema.