| 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.OpenSearch.Types.InboundConnectionStatus
Description
Documentation
data InboundConnectionStatus Source #
The status of an inbound cross-cluster connection for OpenSearch Service.
See: newInboundConnectionStatus smart constructor.
Constructors
| InboundConnectionStatus' | |
Fields
| |
Instances
newInboundConnectionStatus :: InboundConnectionStatus Source #
Create a value of InboundConnectionStatus 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:message:InboundConnectionStatus', inboundConnectionStatus_message - Information about the connection.
$sel:statusCode:InboundConnectionStatus', inboundConnectionStatus_statusCode - The status code for the connection. Can be one of the following:
- PENDING_ACCEPTANCE - Inbound connection is not yet accepted by the remote domain owner.
- APPROVED: Inbound connection is pending acceptance by the remote domain owner.
- PROVISIONING: Inbound connection is being provisioned.
- ACTIVE: Inbound connection is active and ready to use.
- REJECTING: Inbound connection rejection is in process.
- REJECTED: Inbound connection is rejected.
- DELETING: Inbound connection deletion is in progress.
- DELETED: Inbound connection is deleted and can no longer be used.
inboundConnectionStatus_message :: Lens' InboundConnectionStatus (Maybe Text) Source #
Information about the connection.
inboundConnectionStatus_statusCode :: Lens' InboundConnectionStatus (Maybe InboundConnectionStatusCode) Source #
The status code for the connection. Can be one of the following:
- PENDING_ACCEPTANCE - Inbound connection is not yet accepted by the remote domain owner.
- APPROVED: Inbound connection is pending acceptance by the remote domain owner.
- PROVISIONING: Inbound connection is being provisioned.
- ACTIVE: Inbound connection is active and ready to use.
- REJECTING: Inbound connection rejection is in process.
- REJECTED: Inbound connection is rejected.
- DELETING: Inbound connection deletion is in progress.
- DELETED: Inbound connection is deleted and can no longer be used.