libZSservicesZSamazonka-opensearchZSamazonka-opensearch
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.OpenSearch.Types.InboundConnectionStatus

Description

 
Synopsis

Documentation

data InboundConnectionStatus Source #

The connection status of an inbound cross-cluster connection.

See: newInboundConnectionStatus smart constructor.

Constructors

InboundConnectionStatus' 

Fields

  • message :: Maybe Text

    Verbose information for the inbound connection status.

  • statusCode :: Maybe InboundConnectionStatusCode

    The state code for the inbound 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 provisioning is in progress.
    • 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.

Instances

Instances details
Eq InboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatus

Read InboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatus

Show InboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatus

Generic InboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatus

Associated Types

type Rep InboundConnectionStatus :: Type -> Type #

NFData InboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatus

Methods

rnf :: InboundConnectionStatus -> () #

Hashable InboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatus

FromJSON InboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatus

type Rep InboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatus

type Rep InboundConnectionStatus = D1 ('MetaData "InboundConnectionStatus" "Amazonka.OpenSearch.Types.InboundConnectionStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "InboundConnectionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InboundConnectionStatusCode))))

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 - Verbose information for the inbound connection status.

$sel:statusCode:InboundConnectionStatus', inboundConnectionStatus_statusCode - The state code for the inbound 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 provisioning is in progress.
  • 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 #

Verbose information for the inbound connection status.

inboundConnectionStatus_statusCode :: Lens' InboundConnectionStatus (Maybe InboundConnectionStatusCode) Source #

The state code for the inbound 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 provisioning is in progress.
  • 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.