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

Contents

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2021-01-01 of the Amazon OpenSearch Service SDK configuration.

Errors

_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An exception for missing / invalid input fields. Gives http status code of 400.

_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.

_ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An exception for creating a resource that already exists. Gives http status code of 400.

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.

_BaseException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An error occurred while processing the request.

_DisabledOperationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

_InternalException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.

_InvalidTypeException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

_InvalidPaginationTokenException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400.

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

AutoTuneDesiredState

newtype AutoTuneDesiredState Source #

The Auto-Tune desired state. Valid values are ENABLED and DISABLED.

Instances

Instances details
Eq AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

Ord AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

Read AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

Show AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

Generic AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

Associated Types

type Rep AutoTuneDesiredState :: Type -> Type #

NFData AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

Methods

rnf :: AutoTuneDesiredState -> () #

Hashable AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

ToJSON AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

ToJSONKey AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

FromJSON AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

FromJSONKey AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

ToLog AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

ToHeader AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

ToQuery AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

FromXML AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

ToXML AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

ToByteString AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

FromText AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

ToText AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

type Rep AutoTuneDesiredState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDesiredState

type Rep AutoTuneDesiredState = D1 ('MetaData "AutoTuneDesiredState" "Amazonka.OpenSearch.Types.AutoTuneDesiredState" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "AutoTuneDesiredState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoTuneDesiredState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoTuneState

newtype AutoTuneState Source #

The Auto-Tune state for the domain. For valid states see Auto-Tune for Amazon OpenSearch Service.

Constructors

AutoTuneState' 

Instances

Instances details
Eq AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

Ord AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

Read AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

Show AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

Generic AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

Associated Types

type Rep AutoTuneState :: Type -> Type #

NFData AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

Methods

rnf :: AutoTuneState -> () #

Hashable AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

ToJSON AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

ToJSONKey AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

FromJSON AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

FromJSONKey AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

ToLog AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

ToHeader AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

ToQuery AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

FromXML AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

ToXML AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

Methods

toXML :: AutoTuneState -> XML #

ToByteString AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

FromText AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

ToText AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

Methods

toText :: AutoTuneState -> Text #

type Rep AutoTuneState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneState

type Rep AutoTuneState = D1 ('MetaData "AutoTuneState" "Amazonka.OpenSearch.Types.AutoTuneState" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "AutoTuneState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoTuneState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoTuneType

newtype AutoTuneType Source #

Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.

Constructors

AutoTuneType' 

Bundled Patterns

pattern AutoTuneType_SCHEDULED_ACTION :: AutoTuneType 

Instances

Instances details
Eq AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

Ord AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

Read AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

Show AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

Generic AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

Associated Types

type Rep AutoTuneType :: Type -> Type #

NFData AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

Methods

rnf :: AutoTuneType -> () #

Hashable AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

ToJSON AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

ToJSONKey AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

FromJSON AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

FromJSONKey AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

ToLog AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

ToHeader AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

ToQuery AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

FromXML AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

ToXML AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

Methods

toXML :: AutoTuneType -> XML #

ToByteString AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

FromText AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

ToText AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

Methods

toText :: AutoTuneType -> Text #

type Rep AutoTuneType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneType

type Rep AutoTuneType = D1 ('MetaData "AutoTuneType" "Amazonka.OpenSearch.Types.AutoTuneType" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "AutoTuneType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoTuneType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeploymentStatus

newtype DeploymentStatus Source #

Instances

Instances details
Eq DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

Ord DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

Read DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

Show DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

Generic DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

Associated Types

type Rep DeploymentStatus :: Type -> Type #

NFData DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

Methods

rnf :: DeploymentStatus -> () #

Hashable DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

ToJSON DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

ToJSONKey DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

FromJSON DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

FromJSONKey DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

ToLog DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

ToHeader DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

ToQuery DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

FromXML DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

ToXML DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

ToByteString DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

FromText DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

ToText DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

type Rep DeploymentStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DeploymentStatus

type Rep DeploymentStatus = D1 ('MetaData "DeploymentStatus" "Amazonka.OpenSearch.Types.DeploymentStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "DeploymentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DescribePackagesFilterName

newtype DescribePackagesFilterName Source #

Instances

Instances details
Eq DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

Ord DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

Read DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

Show DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

Generic DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

Associated Types

type Rep DescribePackagesFilterName :: Type -> Type #

NFData DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

Hashable DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

ToJSON DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

ToJSONKey DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

FromJSON DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

FromJSONKey DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

ToLog DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

ToHeader DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

ToQuery DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

FromXML DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

ToXML DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

ToByteString DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

FromText DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

ToText DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

type Rep DescribePackagesFilterName Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilterName

type Rep DescribePackagesFilterName = D1 ('MetaData "DescribePackagesFilterName" "Amazonka.OpenSearch.Types.DescribePackagesFilterName" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "DescribePackagesFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDescribePackagesFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DomainPackageStatus

newtype DomainPackageStatus Source #

Instances

Instances details
Eq DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

Ord DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

Read DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

Show DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

Generic DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

Associated Types

type Rep DomainPackageStatus :: Type -> Type #

NFData DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

Methods

rnf :: DomainPackageStatus -> () #

Hashable DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

ToJSON DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

ToJSONKey DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

FromJSON DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

FromJSONKey DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

ToLog DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

ToHeader DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

ToQuery DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

FromXML DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

ToXML DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

ToByteString DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

FromText DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

ToText DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

type Rep DomainPackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageStatus

type Rep DomainPackageStatus = D1 ('MetaData "DomainPackageStatus" "Amazonka.OpenSearch.Types.DomainPackageStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "DomainPackageStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDomainPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EngineType

newtype EngineType Source #

Constructors

EngineType' 

Fields

Bundled Patterns

pattern EngineType_Elasticsearch :: EngineType 
pattern EngineType_OpenSearch :: EngineType 

Instances

Instances details
Eq EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

Ord EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

Read EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

Show EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

Generic EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

Associated Types

type Rep EngineType :: Type -> Type #

NFData EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

Methods

rnf :: EngineType -> () #

Hashable EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

ToJSON EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

ToJSONKey EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

FromJSON EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

FromJSONKey EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

ToLog EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

ToHeader EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

ToQuery EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

FromXML EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

ToXML EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

Methods

toXML :: EngineType -> XML #

ToByteString EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

FromText EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

ToText EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

Methods

toText :: EngineType -> Text #

type Rep EngineType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EngineType

type Rep EngineType = D1 ('MetaData "EngineType" "Amazonka.OpenSearch.Types.EngineType" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "EngineType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEngineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InboundConnectionStatusCode

newtype InboundConnectionStatusCode Source #

Instances

Instances details
Eq InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

Ord InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

Read InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

Show InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

Generic InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

Associated Types

type Rep InboundConnectionStatusCode :: Type -> Type #

NFData InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

Hashable InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

ToJSON InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

ToJSONKey InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

FromJSON InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

FromJSONKey InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

ToLog InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

ToHeader InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

ToQuery InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

FromXML InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

ToXML InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

ToByteString InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

FromText InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

ToText InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

type Rep InboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnectionStatusCode

type Rep InboundConnectionStatusCode = D1 ('MetaData "InboundConnectionStatusCode" "Amazonka.OpenSearch.Types.InboundConnectionStatusCode" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "InboundConnectionStatusCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInboundConnectionStatusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LogType

newtype LogType Source #

Type of log file. Can be one of the following:

  • INDEX_SLOW_LOGS: Index slow logs contain insert requests that took more time than configured index query log threshold to execute.
  • SEARCH_SLOW_LOGS: Search slow logs contain search queries that took more time than configured search query log threshold to execute.
  • ES_APPLICATION_LOGS: OpenSearch application logs contain information about errors and warnings raised during the operation of the service and can be useful for troubleshooting.
  • AUDIT_LOGS: Audit logs contain records of user requests for access from the domain.

Constructors

LogType' 

Fields

Instances

Instances details
Eq LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

Methods

(==) :: LogType -> LogType -> Bool #

(/=) :: LogType -> LogType -> Bool #

Ord LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

Read LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

Show LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

Generic LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

Associated Types

type Rep LogType :: Type -> Type #

Methods

from :: LogType -> Rep LogType x #

to :: Rep LogType x -> LogType #

NFData LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

Methods

rnf :: LogType -> () #

Hashable LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

Methods

hashWithSalt :: Int -> LogType -> Int #

hash :: LogType -> Int #

ToJSON LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

ToJSONKey LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

FromJSON LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

FromJSONKey LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

ToLog LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

ToHeader LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

Methods

toHeader :: HeaderName -> LogType -> [Header] #

ToQuery LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

FromXML LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

ToXML LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

Methods

toXML :: LogType -> XML #

ToByteString LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

Methods

toBS :: LogType -> ByteString #

FromText LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

ToText LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

Methods

toText :: LogType -> Text #

type Rep LogType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogType

type Rep LogType = D1 ('MetaData "LogType" "Amazonka.OpenSearch.Types.LogType" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "LogType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLogType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpenSearchPartitionInstanceType

newtype OpenSearchPartitionInstanceType Source #

Bundled Patterns

pattern OpenSearchPartitionInstanceType_C4_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C4_4xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C4_8xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C4_large_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C4_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C5_18xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C5_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C5_4xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C5_9xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C5_large_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C5_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C6g_12xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C6g_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C6g_4xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C6g_8xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C6g_large_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_C6g_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_D2_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_D2_4xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_D2_8xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_D2_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_I2_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_I2_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_I3_16xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_I3_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_I3_4xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_I3_8xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_I3_large_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_I3_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M3_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M3_large_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M3_medium_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M3_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M4_10xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M4_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M4_4xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M4_large_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M4_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M5_12xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M5_24xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M5_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M5_4xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M5_large_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M5_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M6g_12xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M6g_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M6g_4xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M6g_8xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M6g_large_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_M6g_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R3_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R3_4xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R3_8xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R3_large_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R3_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R4_16xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R4_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R4_4xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R4_8xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R4_large_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R4_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R5_12xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R5_24xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R5_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R5_4xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R5_large_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R5_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R6g_12xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R6g_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R6g_4xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R6g_8xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R6g_large_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R6g_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R6gd_12xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R6gd_16xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R6gd_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R6gd_4xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R6gd_8xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R6gd_large_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_R6gd_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_T2_medium_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_T2_micro_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_T2_small_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_T3_2xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_T3_large_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_T3_medium_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_T3_micro_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_T3_nano_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_T3_small_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_T3_xlarge_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_T4g_medium_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_T4g_small_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_Ultrawarm1_large_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_Ultrawarm1_medium_search :: OpenSearchPartitionInstanceType 
pattern OpenSearchPartitionInstanceType_Ultrawarm1_xlarge_search :: OpenSearchPartitionInstanceType 

Instances

Instances details
Eq OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

Ord OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

Read OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

Show OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

Generic OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

Associated Types

type Rep OpenSearchPartitionInstanceType :: Type -> Type #

NFData OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

Hashable OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

ToJSON OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

ToJSONKey OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

FromJSON OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

FromJSONKey OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

ToLog OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

ToHeader OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

ToQuery OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

FromXML OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

ToXML OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

ToByteString OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

FromText OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

ToText OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

type Rep OpenSearchPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType

type Rep OpenSearchPartitionInstanceType = D1 ('MetaData "OpenSearchPartitionInstanceType" "Amazonka.OpenSearch.Types.OpenSearchPartitionInstanceType" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "OpenSearchPartitionInstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpenSearchPartitionInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpenSearchWarmPartitionInstanceType

newtype OpenSearchWarmPartitionInstanceType Source #

Instances

Instances details
Eq OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

Ord OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

Read OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

Show OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

Generic OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

NFData OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

Hashable OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

ToJSON OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

ToJSONKey OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

FromJSON OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

FromJSONKey OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

ToLog OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

ToHeader OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

ToQuery OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

FromXML OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

ToXML OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

ToByteString OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

FromText OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

ToText OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

type Rep OpenSearchWarmPartitionInstanceType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType

type Rep OpenSearchWarmPartitionInstanceType = D1 ('MetaData "OpenSearchWarmPartitionInstanceType" "Amazonka.OpenSearch.Types.OpenSearchWarmPartitionInstanceType" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "OpenSearchWarmPartitionInstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpenSearchWarmPartitionInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OptionState

newtype OptionState Source #

The state of a requested change. One of the following:

  • Processing: The request change is still in progress.
  • Active: The request change is processed and deployed to the domain.

Constructors

OptionState' 

Instances

Instances details
Eq OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

Ord OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

Read OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

Show OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

Generic OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

Associated Types

type Rep OptionState :: Type -> Type #

NFData OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

Methods

rnf :: OptionState -> () #

Hashable OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

ToJSON OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

ToJSONKey OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

FromJSON OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

FromJSONKey OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

ToLog OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

ToHeader OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

ToQuery OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

FromXML OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

ToXML OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

Methods

toXML :: OptionState -> XML #

ToByteString OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

FromText OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

ToText OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

Methods

toText :: OptionState -> Text #

type Rep OptionState Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionState

type Rep OptionState = D1 ('MetaData "OptionState" "Amazonka.OpenSearch.Types.OptionState" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "OptionState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOptionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OutboundConnectionStatusCode

newtype OutboundConnectionStatusCode Source #

Instances

Instances details
Eq OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

Ord OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

Read OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

Show OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

Generic OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

Associated Types

type Rep OutboundConnectionStatusCode :: Type -> Type #

NFData OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

Hashable OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

ToJSON OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

ToJSONKey OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

FromJSON OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

FromJSONKey OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

ToLog OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

ToHeader OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

ToQuery OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

FromXML OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

ToXML OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

ToByteString OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

FromText OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

ToText OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

type Rep OutboundConnectionStatusCode Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatusCode

type Rep OutboundConnectionStatusCode = D1 ('MetaData "OutboundConnectionStatusCode" "Amazonka.OpenSearch.Types.OutboundConnectionStatusCode" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "OutboundConnectionStatusCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOutboundConnectionStatusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PackageStatus

newtype PackageStatus Source #

Constructors

PackageStatus' 

Instances

Instances details
Eq PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

Ord PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

Read PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

Show PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

Generic PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

Associated Types

type Rep PackageStatus :: Type -> Type #

NFData PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

Methods

rnf :: PackageStatus -> () #

Hashable PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

ToJSON PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

ToJSONKey PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

FromJSON PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

FromJSONKey PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

ToLog PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

ToHeader PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

ToQuery PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

FromXML PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

ToXML PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

Methods

toXML :: PackageStatus -> XML #

ToByteString PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

FromText PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

ToText PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

Methods

toText :: PackageStatus -> Text #

type Rep PackageStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageStatus

type Rep PackageStatus = D1 ('MetaData "PackageStatus" "Amazonka.OpenSearch.Types.PackageStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "PackageStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PackageType

newtype PackageType Source #

Constructors

PackageType' 

Bundled Patterns

pattern PackageType_TXT_DICTIONARY :: PackageType 

Instances

Instances details
Eq PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

Ord PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

Read PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

Show PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

Generic PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

Associated Types

type Rep PackageType :: Type -> Type #

NFData PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

Methods

rnf :: PackageType -> () #

Hashable PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

ToJSON PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

ToJSONKey PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

FromJSON PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

FromJSONKey PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

ToLog PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

ToHeader PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

ToQuery PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

FromXML PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

ToXML PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

Methods

toXML :: PackageType -> XML #

ToByteString PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

FromText PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

ToText PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

Methods

toText :: PackageType -> Text #

type Rep PackageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageType

type Rep PackageType = D1 ('MetaData "PackageType" "Amazonka.OpenSearch.Types.PackageType" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "PackageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPackageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReservedInstancePaymentOption

newtype ReservedInstancePaymentOption Source #

Instances

Instances details
Eq ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

Ord ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

Read ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

Show ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

Generic ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

Associated Types

type Rep ReservedInstancePaymentOption :: Type -> Type #

NFData ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

Hashable ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

ToJSON ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

ToJSONKey ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

FromJSON ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

FromJSONKey ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

ToLog ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

ToHeader ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

ToQuery ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

FromXML ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

ToXML ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

ToByteString ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

FromText ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

ToText ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

type Rep ReservedInstancePaymentOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstancePaymentOption

type Rep ReservedInstancePaymentOption = D1 ('MetaData "ReservedInstancePaymentOption" "Amazonka.OpenSearch.Types.ReservedInstancePaymentOption" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "ReservedInstancePaymentOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReservedInstancePaymentOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RollbackOnDisable

newtype RollbackOnDisable Source #

The rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK and DEFAULT_ROLLBACK.

Instances

Instances details
Eq RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

Ord RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

Read RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

Show RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

Generic RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

Associated Types

type Rep RollbackOnDisable :: Type -> Type #

NFData RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

Methods

rnf :: RollbackOnDisable -> () #

Hashable RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

ToJSON RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

ToJSONKey RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

FromJSON RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

FromJSONKey RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

ToLog RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

ToHeader RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

ToQuery RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

FromXML RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

ToXML RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

ToByteString RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

FromText RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

ToText RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

type Rep RollbackOnDisable Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RollbackOnDisable

type Rep RollbackOnDisable = D1 ('MetaData "RollbackOnDisable" "Amazonka.OpenSearch.Types.RollbackOnDisable" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "RollbackOnDisable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRollbackOnDisable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScheduledAutoTuneActionType

newtype ScheduledAutoTuneActionType Source #

The Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING, and JVM_YOUNG_GEN_TUNING.

Instances

Instances details
Eq ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

Ord ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

Read ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

Show ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

Generic ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

Associated Types

type Rep ScheduledAutoTuneActionType :: Type -> Type #

NFData ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

Hashable ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

ToJSON ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

ToJSONKey ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

FromJSON ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

FromJSONKey ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

ToLog ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

ToHeader ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

ToQuery ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

FromXML ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

ToXML ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

ToByteString ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

FromText ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

ToText ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

type Rep ScheduledAutoTuneActionType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType

type Rep ScheduledAutoTuneActionType = D1 ('MetaData "ScheduledAutoTuneActionType" "Amazonka.OpenSearch.Types.ScheduledAutoTuneActionType" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "ScheduledAutoTuneActionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScheduledAutoTuneActionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScheduledAutoTuneSeverityType

newtype ScheduledAutoTuneSeverityType Source #

The Auto-Tune action severity. Valid values are LOW, MEDIUM, and HIGH.

Instances

Instances details
Eq ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

Ord ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

Read ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

Show ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

Generic ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

Associated Types

type Rep ScheduledAutoTuneSeverityType :: Type -> Type #

NFData ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

Hashable ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

ToJSON ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

ToJSONKey ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

FromJSON ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

FromJSONKey ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

ToLog ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

ToHeader ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

ToQuery ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

FromXML ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

ToXML ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

ToByteString ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

FromText ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

ToText ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

type Rep ScheduledAutoTuneSeverityType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType

type Rep ScheduledAutoTuneSeverityType = D1 ('MetaData "ScheduledAutoTuneSeverityType" "Amazonka.OpenSearch.Types.ScheduledAutoTuneSeverityType" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "ScheduledAutoTuneSeverityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScheduledAutoTuneSeverityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TLSSecurityPolicy

newtype TLSSecurityPolicy Source #

Instances

Instances details
Eq TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

Ord TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

Read TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

Show TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

Generic TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

Associated Types

type Rep TLSSecurityPolicy :: Type -> Type #

NFData TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

Methods

rnf :: TLSSecurityPolicy -> () #

Hashable TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

ToJSON TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

ToJSONKey TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

FromJSON TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

FromJSONKey TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

ToLog TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

ToHeader TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

ToQuery TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

FromXML TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

ToXML TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

ToByteString TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

FromText TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

ToText TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

type Rep TLSSecurityPolicy Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TLSSecurityPolicy

type Rep TLSSecurityPolicy = D1 ('MetaData "TLSSecurityPolicy" "Amazonka.OpenSearch.Types.TLSSecurityPolicy" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "TLSSecurityPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTLSSecurityPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TimeUnit

newtype TimeUnit Source #

The unit of a maintenance schedule duration. Valid value is HOUR. See Auto-Tune for Amazon OpenSearch Service for more information.

Constructors

TimeUnit' 

Fields

Bundled Patterns

pattern TimeUnit_HOURS :: TimeUnit 

Instances

Instances details
Eq TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

Ord TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

Read TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

Show TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

Generic TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

Associated Types

type Rep TimeUnit :: Type -> Type #

Methods

from :: TimeUnit -> Rep TimeUnit x #

to :: Rep TimeUnit x -> TimeUnit #

NFData TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

Methods

rnf :: TimeUnit -> () #

Hashable TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

Methods

hashWithSalt :: Int -> TimeUnit -> Int #

hash :: TimeUnit -> Int #

ToJSON TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

ToJSONKey TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

FromJSON TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

FromJSONKey TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

ToLog TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

ToHeader TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

Methods

toHeader :: HeaderName -> TimeUnit -> [Header] #

ToQuery TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

FromXML TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

ToXML TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

Methods

toXML :: TimeUnit -> XML #

ToByteString TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

Methods

toBS :: TimeUnit -> ByteString #

FromText TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

ToText TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

Methods

toText :: TimeUnit -> Text #

type Rep TimeUnit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.TimeUnit

type Rep TimeUnit = D1 ('MetaData "TimeUnit" "Amazonka.OpenSearch.Types.TimeUnit" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "TimeUnit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTimeUnit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UpgradeStatus

newtype UpgradeStatus Source #

Constructors

UpgradeStatus' 

Instances

Instances details
Eq UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

Ord UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

Read UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

Show UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

Generic UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

Associated Types

type Rep UpgradeStatus :: Type -> Type #

NFData UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

Methods

rnf :: UpgradeStatus -> () #

Hashable UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

ToJSON UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

ToJSONKey UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

FromJSON UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

FromJSONKey UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

ToLog UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

ToHeader UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

ToQuery UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

FromXML UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

ToXML UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

Methods

toXML :: UpgradeStatus -> XML #

ToByteString UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

FromText UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

ToText UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

Methods

toText :: UpgradeStatus -> Text #

type Rep UpgradeStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStatus

type Rep UpgradeStatus = D1 ('MetaData "UpgradeStatus" "Amazonka.OpenSearch.Types.UpgradeStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "UpgradeStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUpgradeStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UpgradeStep

newtype UpgradeStep Source #

Constructors

UpgradeStep' 

Instances

Instances details
Eq UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

Ord UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

Read UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

Show UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

Generic UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

Associated Types

type Rep UpgradeStep :: Type -> Type #

NFData UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

Methods

rnf :: UpgradeStep -> () #

Hashable UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

ToJSON UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

ToJSONKey UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

FromJSON UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

FromJSONKey UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

ToLog UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

ToHeader UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

ToQuery UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

FromXML UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

ToXML UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

Methods

toXML :: UpgradeStep -> XML #

ToByteString UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

FromText UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

ToText UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

Methods

toText :: UpgradeStep -> Text #

type Rep UpgradeStep Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStep

type Rep UpgradeStep = D1 ('MetaData "UpgradeStep" "Amazonka.OpenSearch.Types.UpgradeStep" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "UpgradeStep'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUpgradeStep") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VolumeType

newtype VolumeType Source #

The type of EBS volume, standard, gp2, or io1. See Configuring EBS-based Storage for more information.

Constructors

VolumeType' 

Fields

Bundled Patterns

pattern VolumeType_Gp2 :: VolumeType 
pattern VolumeType_Io1 :: VolumeType 
pattern VolumeType_Standard :: VolumeType 

Instances

Instances details
Eq VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

Ord VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

Read VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

Show VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

Generic VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

Associated Types

type Rep VolumeType :: Type -> Type #

NFData VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

Methods

rnf :: VolumeType -> () #

Hashable VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

ToJSON VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

ToJSONKey VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

FromJSON VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

FromJSONKey VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

ToLog VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

ToHeader VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

ToQuery VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

FromXML VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

ToXML VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

Methods

toXML :: VolumeType -> XML #

ToByteString VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

FromText VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

ToText VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

Methods

toText :: VolumeType -> Text #

type Rep VolumeType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VolumeType

type Rep VolumeType = D1 ('MetaData "VolumeType" "Amazonka.OpenSearch.Types.VolumeType" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'True) (C1 ('MetaCons "VolumeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVolumeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AWSDomainInformation

data AWSDomainInformation Source #

See: newAWSDomainInformation smart constructor.

Instances

Instances details
Eq AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

Read AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

Show AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

Generic AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

Associated Types

type Rep AWSDomainInformation :: Type -> Type #

NFData AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

Methods

rnf :: AWSDomainInformation -> () #

Hashable AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

ToJSON AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

FromJSON AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

type Rep AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

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

newAWSDomainInformation Source #

Create a value of AWSDomainInformation 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:ownerId:AWSDomainInformation', aWSDomainInformation_ownerId - Undocumented member.

$sel:region:AWSDomainInformation', aWSDomainInformation_region - Undocumented member.

$sel:domainName:AWSDomainInformation', aWSDomainInformation_domainName - Undocumented member.

AccessPoliciesStatus

data AccessPoliciesStatus Source #

The configured access rules for the domain's document and search endpoints, and the current status of those rules.

See: newAccessPoliciesStatus smart constructor.

Constructors

AccessPoliciesStatus' 

Fields

  • options :: Text

    The access policy configured for the domain. Access policies can be resource-based, IP-based, or IAM-based. See Configuring access policiesfor more information.

  • status :: OptionStatus

    The status of the access policy for the domain. See OptionStatus for the status information that's included.

Instances

Instances details
Eq AccessPoliciesStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AccessPoliciesStatus

Read AccessPoliciesStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AccessPoliciesStatus

Show AccessPoliciesStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AccessPoliciesStatus

Generic AccessPoliciesStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AccessPoliciesStatus

Associated Types

type Rep AccessPoliciesStatus :: Type -> Type #

NFData AccessPoliciesStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AccessPoliciesStatus

Methods

rnf :: AccessPoliciesStatus -> () #

Hashable AccessPoliciesStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AccessPoliciesStatus

FromJSON AccessPoliciesStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AccessPoliciesStatus

type Rep AccessPoliciesStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AccessPoliciesStatus

type Rep AccessPoliciesStatus = D1 ('MetaData "AccessPoliciesStatus" "Amazonka.OpenSearch.Types.AccessPoliciesStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "AccessPoliciesStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newAccessPoliciesStatus Source #

Create a value of AccessPoliciesStatus 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:options:AccessPoliciesStatus', accessPoliciesStatus_options - The access policy configured for the domain. Access policies can be resource-based, IP-based, or IAM-based. See Configuring access policiesfor more information.

$sel:status:AccessPoliciesStatus', accessPoliciesStatus_status - The status of the access policy for the domain. See OptionStatus for the status information that's included.

accessPoliciesStatus_options :: Lens' AccessPoliciesStatus Text Source #

The access policy configured for the domain. Access policies can be resource-based, IP-based, or IAM-based. See Configuring access policiesfor more information.

accessPoliciesStatus_status :: Lens' AccessPoliciesStatus OptionStatus Source #

The status of the access policy for the domain. See OptionStatus for the status information that's included.

AdditionalLimit

data AdditionalLimit Source #

List of limits that are specific to a given InstanceType and for each of its InstanceRole .

See: newAdditionalLimit smart constructor.

Constructors

AdditionalLimit' 

Fields

  • limitName :: Maybe Text

    Additional limit is specific to a given InstanceType and for each of its InstanceRole etc. Attributes and their details:

    • MaximumNumberOfDataNodesSupported
    • MaximumNumberOfDataNodesWithoutMasterNode
  • limitValues :: Maybe [Text]

    Value for a given AdditionalLimit$LimitName .

Instances

Instances details
Eq AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

Read AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

Show AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

Generic AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

Associated Types

type Rep AdditionalLimit :: Type -> Type #

NFData AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

Methods

rnf :: AdditionalLimit -> () #

Hashable AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

FromJSON AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

type Rep AdditionalLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdditionalLimit

type Rep AdditionalLimit = D1 ('MetaData "AdditionalLimit" "Amazonka.OpenSearch.Types.AdditionalLimit" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "AdditionalLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limitName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limitValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newAdditionalLimit :: AdditionalLimit Source #

Create a value of AdditionalLimit 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:limitName:AdditionalLimit', additionalLimit_limitName - Additional limit is specific to a given InstanceType and for each of its InstanceRole etc. Attributes and their details:

  • MaximumNumberOfDataNodesSupported
  • MaximumNumberOfDataNodesWithoutMasterNode

$sel:limitValues:AdditionalLimit', additionalLimit_limitValues - Value for a given AdditionalLimit$LimitName .

additionalLimit_limitName :: Lens' AdditionalLimit (Maybe Text) Source #

Additional limit is specific to a given InstanceType and for each of its InstanceRole etc. Attributes and their details:

  • MaximumNumberOfDataNodesSupported
  • MaximumNumberOfDataNodesWithoutMasterNode

additionalLimit_limitValues :: Lens' AdditionalLimit (Maybe [Text]) Source #

Value for a given AdditionalLimit$LimitName .

AdvancedOptionsStatus

data AdvancedOptionsStatus Source #

Status of the advanced options for the specified domain. Currently, the following advanced options are available:

  • Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Advanced cluster parameters for more information.
  • Option to specify the percentage of heap space allocated to field data. By default, this setting is unbounded.

For more information, see Advanced cluster parameters.

See: newAdvancedOptionsStatus smart constructor.

Constructors

AdvancedOptionsStatus' 

Fields

Instances

Instances details
Eq AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedOptionsStatus

Read AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedOptionsStatus

Show AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedOptionsStatus

Generic AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedOptionsStatus

Associated Types

type Rep AdvancedOptionsStatus :: Type -> Type #

NFData AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedOptionsStatus

Methods

rnf :: AdvancedOptionsStatus -> () #

Hashable AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedOptionsStatus

FromJSON AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedOptionsStatus

type Rep AdvancedOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedOptionsStatus

type Rep AdvancedOptionsStatus = D1 ('MetaData "AdvancedOptionsStatus" "Amazonka.OpenSearch.Types.AdvancedOptionsStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "AdvancedOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newAdvancedOptionsStatus Source #

Create a value of AdvancedOptionsStatus 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:options:AdvancedOptionsStatus', advancedOptionsStatus_options - The status of advanced options for the specified domain.

$sel:status:AdvancedOptionsStatus', advancedOptionsStatus_status - The OptionStatus for advanced options for the specified domain.

advancedOptionsStatus_options :: Lens' AdvancedOptionsStatus (HashMap Text Text) Source #

The status of advanced options for the specified domain.

advancedOptionsStatus_status :: Lens' AdvancedOptionsStatus OptionStatus Source #

The OptionStatus for advanced options for the specified domain.

AdvancedSecurityOptions

data AdvancedSecurityOptions Source #

The advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled.

See: newAdvancedSecurityOptions smart constructor.

Constructors

AdvancedSecurityOptions' 

Fields

Instances

Instances details
Eq AdvancedSecurityOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptions

Read AdvancedSecurityOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptions

Show AdvancedSecurityOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptions

Generic AdvancedSecurityOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptions

Associated Types

type Rep AdvancedSecurityOptions :: Type -> Type #

NFData AdvancedSecurityOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptions

Methods

rnf :: AdvancedSecurityOptions -> () #

Hashable AdvancedSecurityOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptions

FromJSON AdvancedSecurityOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptions

type Rep AdvancedSecurityOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptions

type Rep AdvancedSecurityOptions = D1 ('MetaData "AdvancedSecurityOptions" "Amazonka.OpenSearch.Types.AdvancedSecurityOptions" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "AdvancedSecurityOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "internalUserDatabaseEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "sAMLOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SAMLOptionsOutput)))))

newAdvancedSecurityOptions :: AdvancedSecurityOptions Source #

Create a value of AdvancedSecurityOptions 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:enabled:AdvancedSecurityOptions', advancedSecurityOptions_enabled - True if advanced security is enabled.

$sel:internalUserDatabaseEnabled:AdvancedSecurityOptions', advancedSecurityOptions_internalUserDatabaseEnabled - True if the internal user database is enabled.

$sel:sAMLOptions:AdvancedSecurityOptions', advancedSecurityOptions_sAMLOptions - Describes the SAML application configured for a domain.

advancedSecurityOptions_sAMLOptions :: Lens' AdvancedSecurityOptions (Maybe SAMLOptionsOutput) Source #

Describes the SAML application configured for a domain.

AdvancedSecurityOptionsInput

data AdvancedSecurityOptionsInput Source #

The advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled, master username and password (if internal database is enabled), and master user ARN (if IAM is enabled).

See: newAdvancedSecurityOptionsInput smart constructor.

Constructors

AdvancedSecurityOptionsInput' 

Fields

Instances

Instances details
Eq AdvancedSecurityOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptionsInput

Show AdvancedSecurityOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptionsInput

Generic AdvancedSecurityOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptionsInput

Associated Types

type Rep AdvancedSecurityOptionsInput :: Type -> Type #

NFData AdvancedSecurityOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptionsInput

Hashable AdvancedSecurityOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptionsInput

ToJSON AdvancedSecurityOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptionsInput

type Rep AdvancedSecurityOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptionsInput

type Rep AdvancedSecurityOptionsInput = D1 ('MetaData "AdvancedSecurityOptionsInput" "Amazonka.OpenSearch.Types.AdvancedSecurityOptionsInput" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "AdvancedSecurityOptionsInput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "internalUserDatabaseEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "masterUserOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MasterUserOptions)) :*: S1 ('MetaSel ('Just "sAMLOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SAMLOptionsInput)))))

newAdvancedSecurityOptionsInput :: AdvancedSecurityOptionsInput Source #

Create a value of AdvancedSecurityOptionsInput 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:enabled:AdvancedSecurityOptionsInput', advancedSecurityOptionsInput_enabled - True if advanced security is enabled.

$sel:internalUserDatabaseEnabled:AdvancedSecurityOptionsInput', advancedSecurityOptionsInput_internalUserDatabaseEnabled - True if the internal user database is enabled.

$sel:masterUserOptions:AdvancedSecurityOptionsInput', advancedSecurityOptionsInput_masterUserOptions - Credentials for the master user: username and password, ARN, or both.

$sel:sAMLOptions:AdvancedSecurityOptionsInput', advancedSecurityOptionsInput_sAMLOptions - The SAML application configuration for the domain.

advancedSecurityOptionsInput_masterUserOptions :: Lens' AdvancedSecurityOptionsInput (Maybe MasterUserOptions) Source #

Credentials for the master user: username and password, ARN, or both.

AdvancedSecurityOptionsStatus

data AdvancedSecurityOptionsStatus Source #

The status of advanced security options for the specified domain.

See: newAdvancedSecurityOptionsStatus smart constructor.

Constructors

AdvancedSecurityOptionsStatus' 

Fields

Instances

Instances details
Eq AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptionsStatus

Read AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptionsStatus

Show AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptionsStatus

Generic AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptionsStatus

Associated Types

type Rep AdvancedSecurityOptionsStatus :: Type -> Type #

NFData AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptionsStatus

Hashable AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptionsStatus

FromJSON AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptionsStatus

type Rep AdvancedSecurityOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AdvancedSecurityOptionsStatus

type Rep AdvancedSecurityOptionsStatus = D1 ('MetaData "AdvancedSecurityOptionsStatus" "Amazonka.OpenSearch.Types.AdvancedSecurityOptionsStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "AdvancedSecurityOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AdvancedSecurityOptions) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newAdvancedSecurityOptionsStatus Source #

Create a value of AdvancedSecurityOptionsStatus 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:options:AdvancedSecurityOptionsStatus', advancedSecurityOptionsStatus_options - Advanced security options for the specified domain.

$sel:status:AdvancedSecurityOptionsStatus', advancedSecurityOptionsStatus_status - Status of the advanced security options for the specified domain.

advancedSecurityOptionsStatus_status :: Lens' AdvancedSecurityOptionsStatus OptionStatus Source #

Status of the advanced security options for the specified domain.

AutoTune

data AutoTune Source #

Specifies the Auto-Tune type and Auto-Tune action details.

See: newAutoTune smart constructor.

Constructors

AutoTune' 

Fields

Instances

Instances details
Eq AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

Read AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

Show AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

Generic AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

Associated Types

type Rep AutoTune :: Type -> Type #

Methods

from :: AutoTune -> Rep AutoTune x #

to :: Rep AutoTune x -> AutoTune #

NFData AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

Methods

rnf :: AutoTune -> () #

Hashable AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

Methods

hashWithSalt :: Int -> AutoTune -> Int #

hash :: AutoTune -> Int #

FromJSON AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

type Rep AutoTune Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTune

type Rep AutoTune = D1 ('MetaData "AutoTune" "Amazonka.OpenSearch.Types.AutoTune" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "AutoTune'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoTuneDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneDetails)) :*: S1 ('MetaSel ('Just "autoTuneType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneType))))

newAutoTune :: AutoTune Source #

Create a value of AutoTune 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:autoTuneDetails:AutoTune', autoTune_autoTuneDetails - Specifies details about the Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service for more information.

$sel:autoTuneType:AutoTune', autoTune_autoTuneType - Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.

autoTune_autoTuneDetails :: Lens' AutoTune (Maybe AutoTuneDetails) Source #

Specifies details about the Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service for more information.

autoTune_autoTuneType :: Lens' AutoTune (Maybe AutoTuneType) Source #

Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.

AutoTuneDetails

data AutoTuneDetails Source #

Specifies details about the Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service for more information.

See: newAutoTuneDetails smart constructor.

Instances

Instances details
Eq AutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDetails

Read AutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDetails

Show AutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDetails

Generic AutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDetails

Associated Types

type Rep AutoTuneDetails :: Type -> Type #

NFData AutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDetails

Methods

rnf :: AutoTuneDetails -> () #

Hashable AutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDetails

FromJSON AutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDetails

type Rep AutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneDetails

type Rep AutoTuneDetails = D1 ('MetaData "AutoTuneDetails" "Amazonka.OpenSearch.Types.AutoTuneDetails" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "AutoTuneDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduledAutoTuneDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduledAutoTuneDetails))))

newAutoTuneDetails :: AutoTuneDetails Source #

Create a value of AutoTuneDetails 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:scheduledAutoTuneDetails:AutoTuneDetails', autoTuneDetails_scheduledAutoTuneDetails - Undocumented member.

AutoTuneMaintenanceSchedule

data AutoTuneMaintenanceSchedule Source #

Specifies the Auto-Tune maintenance schedule. See Auto-Tune for Amazon OpenSearch Service for more information.

See: newAutoTuneMaintenanceSchedule smart constructor.

Constructors

AutoTuneMaintenanceSchedule' 

Fields

Instances

Instances details
Eq AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneMaintenanceSchedule

Read AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneMaintenanceSchedule

Show AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneMaintenanceSchedule

Generic AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneMaintenanceSchedule

Associated Types

type Rep AutoTuneMaintenanceSchedule :: Type -> Type #

NFData AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneMaintenanceSchedule

Hashable AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneMaintenanceSchedule

ToJSON AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneMaintenanceSchedule

FromJSON AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneMaintenanceSchedule

type Rep AutoTuneMaintenanceSchedule Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneMaintenanceSchedule

type Rep AutoTuneMaintenanceSchedule = D1 ('MetaData "AutoTuneMaintenanceSchedule" "Amazonka.OpenSearch.Types.AutoTuneMaintenanceSchedule" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "AutoTuneMaintenanceSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "cronExpressionForRecurrence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "duration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Duration)))))

newAutoTuneMaintenanceSchedule :: AutoTuneMaintenanceSchedule Source #

Create a value of AutoTuneMaintenanceSchedule 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:startAt:AutoTuneMaintenanceSchedule', autoTuneMaintenanceSchedule_startAt - The timestamp at which the Auto-Tune maintenance schedule starts.

$sel:cronExpressionForRecurrence:AutoTuneMaintenanceSchedule', autoTuneMaintenanceSchedule_cronExpressionForRecurrence - A cron expression for a recurring maintenance schedule. See Auto-Tune for Amazon OpenSearch Service for more information.

$sel:duration:AutoTuneMaintenanceSchedule', autoTuneMaintenanceSchedule_duration - Specifies maintenance schedule duration: duration value and duration unit. See Auto-Tune for Amazon OpenSearch Service for more information.

autoTuneMaintenanceSchedule_startAt :: Lens' AutoTuneMaintenanceSchedule (Maybe UTCTime) Source #

The timestamp at which the Auto-Tune maintenance schedule starts.

autoTuneMaintenanceSchedule_duration :: Lens' AutoTuneMaintenanceSchedule (Maybe Duration) Source #

Specifies maintenance schedule duration: duration value and duration unit. See Auto-Tune for Amazon OpenSearch Service for more information.

AutoTuneOptions

data AutoTuneOptions Source #

The Auto-Tune options: the Auto-Tune desired state for the domain, rollback state when disabling Auto-Tune options and list of maintenance schedules.

See: newAutoTuneOptions smart constructor.

Constructors

AutoTuneOptions' 

Fields

Instances

Instances details
Eq AutoTuneOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptions

Read AutoTuneOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptions

Show AutoTuneOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptions

Generic AutoTuneOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptions

Associated Types

type Rep AutoTuneOptions :: Type -> Type #

NFData AutoTuneOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptions

Methods

rnf :: AutoTuneOptions -> () #

Hashable AutoTuneOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptions

ToJSON AutoTuneOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptions

FromJSON AutoTuneOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptions

type Rep AutoTuneOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptions

type Rep AutoTuneOptions = D1 ('MetaData "AutoTuneOptions" "Amazonka.OpenSearch.Types.AutoTuneOptions" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "AutoTuneOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "desiredState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneDesiredState)) :*: (S1 ('MetaSel ('Just "rollbackOnDisable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RollbackOnDisable)) :*: S1 ('MetaSel ('Just "maintenanceSchedules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoTuneMaintenanceSchedule])))))

newAutoTuneOptions :: AutoTuneOptions Source #

Create a value of AutoTuneOptions 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:desiredState:AutoTuneOptions', autoTuneOptions_desiredState - The Auto-Tune desired state. Valid values are ENABLED and DISABLED.

$sel:rollbackOnDisable:AutoTuneOptions', autoTuneOptions_rollbackOnDisable - The rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK and DEFAULT_ROLLBACK.

$sel:maintenanceSchedules:AutoTuneOptions', autoTuneOptions_maintenanceSchedules - A list of maintenance schedules. See Auto-Tune for Amazon OpenSearch Service for more information.

autoTuneOptions_desiredState :: Lens' AutoTuneOptions (Maybe AutoTuneDesiredState) Source #

The Auto-Tune desired state. Valid values are ENABLED and DISABLED.

autoTuneOptions_rollbackOnDisable :: Lens' AutoTuneOptions (Maybe RollbackOnDisable) Source #

The rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK and DEFAULT_ROLLBACK.

AutoTuneOptionsInput

data AutoTuneOptionsInput Source #

The Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.

See: newAutoTuneOptionsInput smart constructor.

Constructors

AutoTuneOptionsInput' 

Fields

Instances

Instances details
Eq AutoTuneOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsInput

Read AutoTuneOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsInput

Show AutoTuneOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsInput

Generic AutoTuneOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsInput

Associated Types

type Rep AutoTuneOptionsInput :: Type -> Type #

NFData AutoTuneOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsInput

Methods

rnf :: AutoTuneOptionsInput -> () #

Hashable AutoTuneOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsInput

ToJSON AutoTuneOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsInput

type Rep AutoTuneOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsInput

type Rep AutoTuneOptionsInput = D1 ('MetaData "AutoTuneOptionsInput" "Amazonka.OpenSearch.Types.AutoTuneOptionsInput" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "AutoTuneOptionsInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "desiredState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneDesiredState)) :*: S1 ('MetaSel ('Just "maintenanceSchedules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoTuneMaintenanceSchedule]))))

newAutoTuneOptionsInput :: AutoTuneOptionsInput Source #

Create a value of AutoTuneOptionsInput 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:desiredState:AutoTuneOptionsInput', autoTuneOptionsInput_desiredState - The Auto-Tune desired state. Valid values are ENABLED and DISABLED.

$sel:maintenanceSchedules:AutoTuneOptionsInput', autoTuneOptionsInput_maintenanceSchedules - A list of maintenance schedules. See Auto-Tune for Amazon OpenSearch Service for more information.

autoTuneOptionsInput_desiredState :: Lens' AutoTuneOptionsInput (Maybe AutoTuneDesiredState) Source #

The Auto-Tune desired state. Valid values are ENABLED and DISABLED.

AutoTuneOptionsOutput

data AutoTuneOptionsOutput Source #

The Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.

See: newAutoTuneOptionsOutput smart constructor.

Constructors

AutoTuneOptionsOutput' 

Fields

Instances

Instances details
Eq AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsOutput

Read AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsOutput

Show AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsOutput

Generic AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsOutput

Associated Types

type Rep AutoTuneOptionsOutput :: Type -> Type #

NFData AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsOutput

Methods

rnf :: AutoTuneOptionsOutput -> () #

Hashable AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsOutput

FromJSON AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsOutput

type Rep AutoTuneOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsOutput

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

newAutoTuneOptionsOutput :: AutoTuneOptionsOutput Source #

Create a value of AutoTuneOptionsOutput 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:state:AutoTuneOptionsOutput', autoTuneOptionsOutput_state - The AutoTuneState for the domain.

$sel:errorMessage:AutoTuneOptionsOutput', autoTuneOptionsOutput_errorMessage - The error message while enabling or disabling Auto-Tune.

autoTuneOptionsOutput_errorMessage :: Lens' AutoTuneOptionsOutput (Maybe Text) Source #

The error message while enabling or disabling Auto-Tune.

AutoTuneOptionsStatus

data AutoTuneOptionsStatus Source #

The Auto-Tune status for the domain.

See: newAutoTuneOptionsStatus smart constructor.

Constructors

AutoTuneOptionsStatus' 

Fields

Instances

Instances details
Eq AutoTuneOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsStatus

Read AutoTuneOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsStatus

Show AutoTuneOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsStatus

Generic AutoTuneOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsStatus

Associated Types

type Rep AutoTuneOptionsStatus :: Type -> Type #

NFData AutoTuneOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsStatus

Methods

rnf :: AutoTuneOptionsStatus -> () #

Hashable AutoTuneOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsStatus

FromJSON AutoTuneOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsStatus

type Rep AutoTuneOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneOptionsStatus

type Rep AutoTuneOptionsStatus = D1 ('MetaData "AutoTuneOptionsStatus" "Amazonka.OpenSearch.Types.AutoTuneOptionsStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "AutoTuneOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneStatus)) :*: S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneOptions))))

newAutoTuneOptionsStatus :: AutoTuneOptionsStatus Source #

Create a value of AutoTuneOptionsStatus 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:AutoTuneOptionsStatus', autoTuneOptionsStatus_status - The status of the Auto-Tune options for the domain.

$sel:options:AutoTuneOptionsStatus', autoTuneOptionsStatus_options - Specifies Auto-Tune options for the domain.

autoTuneOptionsStatus_status :: Lens' AutoTuneOptionsStatus (Maybe AutoTuneStatus) Source #

The status of the Auto-Tune options for the domain.

AutoTuneStatus

data AutoTuneStatus Source #

Provides the current Auto-Tune status for the domain.

See: newAutoTuneStatus smart constructor.

Constructors

AutoTuneStatus' 

Fields

Instances

Instances details
Eq AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

Read AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

Show AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

Generic AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

Associated Types

type Rep AutoTuneStatus :: Type -> Type #

NFData AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

Methods

rnf :: AutoTuneStatus -> () #

Hashable AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

FromJSON AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

type Rep AutoTuneStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AutoTuneStatus

type Rep AutoTuneStatus = D1 ('MetaData "AutoTuneStatus" "Amazonka.OpenSearch.Types.AutoTuneStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "AutoTuneStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pendingDeletion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updateVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "updateDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoTuneState)))))

newAutoTuneStatus Source #

Create a value of AutoTuneStatus 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:pendingDeletion:AutoTuneStatus', autoTuneStatus_pendingDeletion - Indicates whether the domain is being deleted.

$sel:errorMessage:AutoTuneStatus', autoTuneStatus_errorMessage - The error message while enabling or disabling Auto-Tune.

$sel:updateVersion:AutoTuneStatus', autoTuneStatus_updateVersion - The latest version of the Auto-Tune options.

$sel:creationDate:AutoTuneStatus', autoTuneStatus_creationDate - The timestamp of the Auto-Tune options creation date.

$sel:updateDate:AutoTuneStatus', autoTuneStatus_updateDate - The timestamp of when the Auto-Tune options were last updated.

$sel:state:AutoTuneStatus', autoTuneStatus_state - The AutoTuneState for the domain.

autoTuneStatus_pendingDeletion :: Lens' AutoTuneStatus (Maybe Bool) Source #

Indicates whether the domain is being deleted.

autoTuneStatus_errorMessage :: Lens' AutoTuneStatus (Maybe Text) Source #

The error message while enabling or disabling Auto-Tune.

autoTuneStatus_updateVersion :: Lens' AutoTuneStatus (Maybe Natural) Source #

The latest version of the Auto-Tune options.

autoTuneStatus_creationDate :: Lens' AutoTuneStatus UTCTime Source #

The timestamp of the Auto-Tune options creation date.

autoTuneStatus_updateDate :: Lens' AutoTuneStatus UTCTime Source #

The timestamp of when the Auto-Tune options were last updated.

autoTuneStatus_state :: Lens' AutoTuneStatus AutoTuneState Source #

The AutoTuneState for the domain.

ClusterConfig

data ClusterConfig Source #

The configuration for the domain cluster, such as the type and number of instances.

See: newClusterConfig smart constructor.

Constructors

ClusterConfig' 

Fields

Instances

Instances details
Eq ClusterConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfig

Read ClusterConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfig

Show ClusterConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfig

Generic ClusterConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfig

Associated Types

type Rep ClusterConfig :: Type -> Type #

NFData ClusterConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfig

Methods

rnf :: ClusterConfig -> () #

Hashable ClusterConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfig

ToJSON ClusterConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfig

FromJSON ClusterConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfig

type Rep ClusterConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfig

type Rep ClusterConfig = D1 ('MetaData "ClusterConfig" "Amazonka.OpenSearch.Types.ClusterConfig" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "ClusterConfig'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dedicatedMasterCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "dedicatedMasterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenSearchPartitionInstanceType))) :*: (S1 ('MetaSel ('Just "dedicatedMasterEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "coldStorageOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColdStorageOptions))))) :*: ((S1 ('MetaSel ('Just "zoneAwarenessEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenSearchPartitionInstanceType)) :*: S1 ('MetaSel ('Just "warmEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "zoneAwarenessConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ZoneAwarenessConfig)) :*: (S1 ('MetaSel ('Just "warmCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "warmType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenSearchWarmPartitionInstanceType)))))))

newClusterConfig :: ClusterConfig Source #

Create a value of ClusterConfig 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:dedicatedMasterCount:ClusterConfig', clusterConfig_dedicatedMasterCount - Total number of dedicated master nodes, active and on standby, for the cluster.

$sel:dedicatedMasterType:ClusterConfig', clusterConfig_dedicatedMasterType - The instance type for a dedicated master node.

$sel:dedicatedMasterEnabled:ClusterConfig', clusterConfig_dedicatedMasterEnabled - A boolean value to indicate whether a dedicated master node is enabled. See Dedicated master nodes in Amazon OpenSearch Service for more information.

$sel:instanceCount:ClusterConfig', clusterConfig_instanceCount - The number of instances in the specified domain cluster.

$sel:coldStorageOptions:ClusterConfig', clusterConfig_coldStorageOptions - Specifies the ColdStorageOptions config for a Domain

$sel:zoneAwarenessEnabled:ClusterConfig', clusterConfig_zoneAwarenessEnabled - A boolean value to indicate whether zone awareness is enabled. See Configuring a multi-AZ domain in Amazon OpenSearch Service for more information.

$sel:instanceType:ClusterConfig', clusterConfig_instanceType - The instance type for an OpenSearch cluster. UltraWarm instance types are not supported for data instances.

$sel:warmEnabled:ClusterConfig', clusterConfig_warmEnabled - True to enable UltraWarm storage.

$sel:zoneAwarenessConfig:ClusterConfig', clusterConfig_zoneAwarenessConfig - The zone awareness configuration for a domain when zone awareness is enabled.

$sel:warmCount:ClusterConfig', clusterConfig_warmCount - The number of UltraWarm nodes in the cluster.

$sel:warmType:ClusterConfig', clusterConfig_warmType - The instance type for the OpenSearch cluster's warm nodes.

clusterConfig_dedicatedMasterCount :: Lens' ClusterConfig (Maybe Int) Source #

Total number of dedicated master nodes, active and on standby, for the cluster.

clusterConfig_dedicatedMasterEnabled :: Lens' ClusterConfig (Maybe Bool) Source #

A boolean value to indicate whether a dedicated master node is enabled. See Dedicated master nodes in Amazon OpenSearch Service for more information.

clusterConfig_instanceCount :: Lens' ClusterConfig (Maybe Int) Source #

The number of instances in the specified domain cluster.

clusterConfig_coldStorageOptions :: Lens' ClusterConfig (Maybe ColdStorageOptions) Source #

Specifies the ColdStorageOptions config for a Domain

clusterConfig_zoneAwarenessEnabled :: Lens' ClusterConfig (Maybe Bool) Source #

A boolean value to indicate whether zone awareness is enabled. See Configuring a multi-AZ domain in Amazon OpenSearch Service for more information.

clusterConfig_instanceType :: Lens' ClusterConfig (Maybe OpenSearchPartitionInstanceType) Source #

The instance type for an OpenSearch cluster. UltraWarm instance types are not supported for data instances.

clusterConfig_warmEnabled :: Lens' ClusterConfig (Maybe Bool) Source #

True to enable UltraWarm storage.

clusterConfig_zoneAwarenessConfig :: Lens' ClusterConfig (Maybe ZoneAwarenessConfig) Source #

The zone awareness configuration for a domain when zone awareness is enabled.

clusterConfig_warmCount :: Lens' ClusterConfig (Maybe Int) Source #

The number of UltraWarm nodes in the cluster.

clusterConfig_warmType :: Lens' ClusterConfig (Maybe OpenSearchWarmPartitionInstanceType) Source #

The instance type for the OpenSearch cluster's warm nodes.

ClusterConfigStatus

data ClusterConfigStatus Source #

The configuration status for the specified domain.

See: newClusterConfigStatus smart constructor.

Constructors

ClusterConfigStatus' 

Fields

Instances

Instances details
Eq ClusterConfigStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfigStatus

Read ClusterConfigStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfigStatus

Show ClusterConfigStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfigStatus

Generic ClusterConfigStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfigStatus

Associated Types

type Rep ClusterConfigStatus :: Type -> Type #

NFData ClusterConfigStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfigStatus

Methods

rnf :: ClusterConfigStatus -> () #

Hashable ClusterConfigStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfigStatus

FromJSON ClusterConfigStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfigStatus

type Rep ClusterConfigStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ClusterConfigStatus

type Rep ClusterConfigStatus = D1 ('MetaData "ClusterConfigStatus" "Amazonka.OpenSearch.Types.ClusterConfigStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "ClusterConfigStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ClusterConfig) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newClusterConfigStatus Source #

Create a value of ClusterConfigStatus 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:options:ClusterConfigStatus', clusterConfigStatus_options - The cluster configuration for the specified domain.

$sel:status:ClusterConfigStatus', clusterConfigStatus_status - The cluster configuration status for the specified domain.

clusterConfigStatus_options :: Lens' ClusterConfigStatus ClusterConfig Source #

The cluster configuration for the specified domain.

clusterConfigStatus_status :: Lens' ClusterConfigStatus OptionStatus Source #

The cluster configuration status for the specified domain.

CognitoOptions

data CognitoOptions Source #

Options to specify the Cognito user and identity pools for OpenSearch Dashboards authentication. For more information, see Configuring Amazon Cognito authentication for OpenSearch Dashboards.

See: newCognitoOptions smart constructor.

Constructors

CognitoOptions' 

Fields

  • identityPoolId :: Maybe Text

    The Cognito identity pool ID for OpenSearch Dashboards authentication.

  • enabled :: Maybe Bool

    The option to enable Cognito for OpenSearch Dashboards authentication.

  • userPoolId :: Maybe Text

    The Cognito user pool ID for OpenSearch Dashboards authentication.

  • roleArn :: Maybe Text

    The role ARN that provides OpenSearch permissions for accessing Cognito resources.

Instances

Instances details
Eq CognitoOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptions

Read CognitoOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptions

Show CognitoOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptions

Generic CognitoOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptions

Associated Types

type Rep CognitoOptions :: Type -> Type #

NFData CognitoOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptions

Methods

rnf :: CognitoOptions -> () #

Hashable CognitoOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptions

ToJSON CognitoOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptions

FromJSON CognitoOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptions

type Rep CognitoOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptions

type Rep CognitoOptions = D1 ('MetaData "CognitoOptions" "Amazonka.OpenSearch.Types.CognitoOptions" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "CognitoOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "identityPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newCognitoOptions :: CognitoOptions Source #

Create a value of CognitoOptions 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:identityPoolId:CognitoOptions', cognitoOptions_identityPoolId - The Cognito identity pool ID for OpenSearch Dashboards authentication.

$sel:enabled:CognitoOptions', cognitoOptions_enabled - The option to enable Cognito for OpenSearch Dashboards authentication.

$sel:userPoolId:CognitoOptions', cognitoOptions_userPoolId - The Cognito user pool ID for OpenSearch Dashboards authentication.

$sel:roleArn:CognitoOptions', cognitoOptions_roleArn - The role ARN that provides OpenSearch permissions for accessing Cognito resources.

cognitoOptions_identityPoolId :: Lens' CognitoOptions (Maybe Text) Source #

The Cognito identity pool ID for OpenSearch Dashboards authentication.

cognitoOptions_enabled :: Lens' CognitoOptions (Maybe Bool) Source #

The option to enable Cognito for OpenSearch Dashboards authentication.

cognitoOptions_userPoolId :: Lens' CognitoOptions (Maybe Text) Source #

The Cognito user pool ID for OpenSearch Dashboards authentication.

cognitoOptions_roleArn :: Lens' CognitoOptions (Maybe Text) Source #

The role ARN that provides OpenSearch permissions for accessing Cognito resources.

CognitoOptionsStatus

data CognitoOptionsStatus Source #

The status of the Cognito options for the specified domain.

See: newCognitoOptionsStatus smart constructor.

Constructors

CognitoOptionsStatus' 

Fields

Instances

Instances details
Eq CognitoOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptionsStatus

Read CognitoOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptionsStatus

Show CognitoOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptionsStatus

Generic CognitoOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptionsStatus

Associated Types

type Rep CognitoOptionsStatus :: Type -> Type #

NFData CognitoOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptionsStatus

Methods

rnf :: CognitoOptionsStatus -> () #

Hashable CognitoOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptionsStatus

FromJSON CognitoOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptionsStatus

type Rep CognitoOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CognitoOptionsStatus

type Rep CognitoOptionsStatus = D1 ('MetaData "CognitoOptionsStatus" "Amazonka.OpenSearch.Types.CognitoOptionsStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "CognitoOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CognitoOptions) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newCognitoOptionsStatus Source #

Create a value of CognitoOptionsStatus 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:options:CognitoOptionsStatus', cognitoOptionsStatus_options - Cognito options for the specified domain.

$sel:status:CognitoOptionsStatus', cognitoOptionsStatus_status - The status of the Cognito options for the specified domain.

cognitoOptionsStatus_status :: Lens' CognitoOptionsStatus OptionStatus Source #

The status of the Cognito options for the specified domain.

ColdStorageOptions

data ColdStorageOptions Source #

Specifies the configuration for cold storage options such as enabled

See: newColdStorageOptions smart constructor.

Constructors

ColdStorageOptions' 

Fields

  • enabled :: Bool

    Enable cold storage option. Accepted values true or false

Instances

Instances details
Eq ColdStorageOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ColdStorageOptions

Read ColdStorageOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ColdStorageOptions

Show ColdStorageOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ColdStorageOptions

Generic ColdStorageOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ColdStorageOptions

Associated Types

type Rep ColdStorageOptions :: Type -> Type #

NFData ColdStorageOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ColdStorageOptions

Methods

rnf :: ColdStorageOptions -> () #

Hashable ColdStorageOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ColdStorageOptions

ToJSON ColdStorageOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ColdStorageOptions

FromJSON ColdStorageOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ColdStorageOptions

type Rep ColdStorageOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ColdStorageOptions

type Rep ColdStorageOptions = D1 ('MetaData "ColdStorageOptions" "Amazonka.OpenSearch.Types.ColdStorageOptions" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "ColdStorageOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newColdStorageOptions Source #

Create a value of ColdStorageOptions 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:enabled:ColdStorageOptions', coldStorageOptions_enabled - Enable cold storage option. Accepted values true or false

coldStorageOptions_enabled :: Lens' ColdStorageOptions Bool Source #

Enable cold storage option. Accepted values true or false

CompatibleVersionsMap

data CompatibleVersionsMap Source #

A map from an EngineVersion to a list of compatible EngineVersion s to which the domain can be upgraded.

See: newCompatibleVersionsMap smart constructor.

Constructors

CompatibleVersionsMap' 

Fields

Instances

Instances details
Eq CompatibleVersionsMap Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CompatibleVersionsMap

Read CompatibleVersionsMap Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CompatibleVersionsMap

Show CompatibleVersionsMap Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CompatibleVersionsMap

Generic CompatibleVersionsMap Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CompatibleVersionsMap

Associated Types

type Rep CompatibleVersionsMap :: Type -> Type #

NFData CompatibleVersionsMap Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CompatibleVersionsMap

Methods

rnf :: CompatibleVersionsMap -> () #

Hashable CompatibleVersionsMap Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CompatibleVersionsMap

FromJSON CompatibleVersionsMap Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CompatibleVersionsMap

type Rep CompatibleVersionsMap Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.CompatibleVersionsMap

type Rep CompatibleVersionsMap = D1 ('MetaData "CompatibleVersionsMap" "Amazonka.OpenSearch.Types.CompatibleVersionsMap" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "CompatibleVersionsMap'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newCompatibleVersionsMap :: CompatibleVersionsMap Source #

Create a value of CompatibleVersionsMap 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:sourceVersion:CompatibleVersionsMap', compatibleVersionsMap_sourceVersion - The current version of OpenSearch a domain is on.

$sel:targetVersions:CompatibleVersionsMap', compatibleVersionsMap_targetVersions - Undocumented member.

compatibleVersionsMap_sourceVersion :: Lens' CompatibleVersionsMap (Maybe Text) Source #

The current version of OpenSearch a domain is on.

DescribePackagesFilter

data DescribePackagesFilter Source #

A filter to apply to the DescribePackage response.

See: newDescribePackagesFilter smart constructor.

Constructors

DescribePackagesFilter' 

Fields

Instances

Instances details
Eq DescribePackagesFilter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilter

Read DescribePackagesFilter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilter

Show DescribePackagesFilter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilter

Generic DescribePackagesFilter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilter

Associated Types

type Rep DescribePackagesFilter :: Type -> Type #

NFData DescribePackagesFilter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilter

Methods

rnf :: DescribePackagesFilter -> () #

Hashable DescribePackagesFilter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilter

ToJSON DescribePackagesFilter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilter

type Rep DescribePackagesFilter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DescribePackagesFilter

type Rep DescribePackagesFilter = D1 ('MetaData "DescribePackagesFilter" "Amazonka.OpenSearch.Types.DescribePackagesFilter" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "DescribePackagesFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DescribePackagesFilterName))))

newDescribePackagesFilter :: DescribePackagesFilter Source #

Create a value of DescribePackagesFilter 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:value:DescribePackagesFilter', describePackagesFilter_value - A list of values for the specified field.

$sel:name:DescribePackagesFilter', describePackagesFilter_name - Any field from PackageDetails.

describePackagesFilter_value :: Lens' DescribePackagesFilter (Maybe [Text]) Source #

A list of values for the specified field.

DomainConfig

data DomainConfig Source #

The configuration of a domain.

See: newDomainConfig smart constructor.

Constructors

DomainConfig' 

Fields

Instances

Instances details
Eq DomainConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainConfig

Read DomainConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainConfig

Show DomainConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainConfig

Generic DomainConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainConfig

Associated Types

type Rep DomainConfig :: Type -> Type #

NFData DomainConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainConfig

Methods

rnf :: DomainConfig -> () #

Hashable DomainConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainConfig

FromJSON DomainConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainConfig

type Rep DomainConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainConfig

type Rep DomainConfig = D1 ('MetaData "DomainConfig" "Amazonka.OpenSearch.Types.DomainConfig" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "DomainConfig'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "eBSOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EBSOptionsStatus)) :*: (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VersionStatus)) :*: S1 ('MetaSel ('Just "nodeToNodeEncryptionOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeToNodeEncryptionOptionsStatus)))) :*: ((S1 ('MetaSel ('Just "accessPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessPoliciesStatus)) :*: S1 ('MetaSel ('Just "autoTuneOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneOptionsStatus))) :*: (S1 ('MetaSel ('Just "logPublishingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogPublishingOptionsStatus)) :*: S1 ('MetaSel ('Just "clusterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClusterConfigStatus))))) :*: ((S1 ('MetaSel ('Just "advancedSecurityOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdvancedSecurityOptionsStatus)) :*: (S1 ('MetaSel ('Just "snapshotOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnapshotOptionsStatus)) :*: S1 ('MetaSel ('Just "cognitoOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CognitoOptionsStatus)))) :*: ((S1 ('MetaSel ('Just "encryptionAtRestOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionAtRestOptionsStatus)) :*: S1 ('MetaSel ('Just "vPCOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCDerivedInfoStatus))) :*: (S1 ('MetaSel ('Just "domainEndpointOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainEndpointOptionsStatus)) :*: S1 ('MetaSel ('Just "advancedOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdvancedOptionsStatus)))))))

newDomainConfig :: DomainConfig Source #

Create a value of DomainConfig 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:eBSOptions:DomainConfig', domainConfig_eBSOptions - The EBSOptions for the domain.

$sel:engineVersion:DomainConfig', domainConfig_engineVersion - String of format Elasticsearch_X.Y or OpenSearch_X.Y to specify the engine version for the OpenSearch or Elasticsearch domain.

$sel:nodeToNodeEncryptionOptions:DomainConfig', domainConfig_nodeToNodeEncryptionOptions - The NodeToNodeEncryptionOptions for the domain.

$sel:accessPolicies:DomainConfig', domainConfig_accessPolicies - IAM access policy as a JSON-formatted string.

$sel:autoTuneOptions:DomainConfig', domainConfig_autoTuneOptions - Specifies AutoTuneOptions for the domain.

$sel:logPublishingOptions:DomainConfig', domainConfig_logPublishingOptions - Log publishing options for the given domain.

$sel:clusterConfig:DomainConfig', domainConfig_clusterConfig - The ClusterConfig for the domain.

$sel:advancedSecurityOptions:DomainConfig', domainConfig_advancedSecurityOptions - Specifies AdvancedSecurityOptions for the domain.

$sel:snapshotOptions:DomainConfig', domainConfig_snapshotOptions - The SnapshotOptions for the domain.

$sel:cognitoOptions:DomainConfig', domainConfig_cognitoOptions - The CognitoOptions for the specified domain. For more information, see Configuring Amazon Cognito authentication for OpenSearch Dashboards.

$sel:encryptionAtRestOptions:DomainConfig', domainConfig_encryptionAtRestOptions - The EncryptionAtRestOptions for the domain.

$sel:vPCOptions:DomainConfig', domainConfig_vPCOptions - The VPCOptions for the specified domain. For more information, see Launching your Amazon OpenSearch Service domains using a VPC.

$sel:domainEndpointOptions:DomainConfig', domainConfig_domainEndpointOptions - The DomainEndpointOptions for the domain.

$sel:advancedOptions:DomainConfig', domainConfig_advancedOptions - The AdvancedOptions for the domain. See Advanced options for more information.

domainConfig_engineVersion :: Lens' DomainConfig (Maybe VersionStatus) Source #

String of format Elasticsearch_X.Y or OpenSearch_X.Y to specify the engine version for the OpenSearch or Elasticsearch domain.

domainConfig_accessPolicies :: Lens' DomainConfig (Maybe AccessPoliciesStatus) Source #

IAM access policy as a JSON-formatted string.

domainConfig_autoTuneOptions :: Lens' DomainConfig (Maybe AutoTuneOptionsStatus) Source #

Specifies AutoTuneOptions for the domain.

domainConfig_advancedOptions :: Lens' DomainConfig (Maybe AdvancedOptionsStatus) Source #

The AdvancedOptions for the domain. See Advanced options for more information.

DomainEndpointOptions

data DomainEndpointOptions Source #

Options to configure the endpoint for the domain.

See: newDomainEndpointOptions smart constructor.

Constructors

DomainEndpointOptions' 

Fields

Instances

Instances details
Eq DomainEndpointOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptions

Read DomainEndpointOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptions

Show DomainEndpointOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptions

Generic DomainEndpointOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptions

Associated Types

type Rep DomainEndpointOptions :: Type -> Type #

NFData DomainEndpointOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptions

Methods

rnf :: DomainEndpointOptions -> () #

Hashable DomainEndpointOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptions

ToJSON DomainEndpointOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptions

FromJSON DomainEndpointOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptions

type Rep DomainEndpointOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptions

type Rep DomainEndpointOptions = D1 ('MetaData "DomainEndpointOptions" "Amazonka.OpenSearch.Types.DomainEndpointOptions" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "DomainEndpointOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enforceHTTPS") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "tLSSecurityPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TLSSecurityPolicy))) :*: (S1 ('MetaSel ('Just "customEndpointEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "customEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customEndpointCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDomainEndpointOptions :: DomainEndpointOptions Source #

Create a value of DomainEndpointOptions 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:enforceHTTPS:DomainEndpointOptions', domainEndpointOptions_enforceHTTPS - Whether only HTTPS endpoint should be enabled for the domain.

$sel:tLSSecurityPolicy:DomainEndpointOptions', domainEndpointOptions_tLSSecurityPolicy - Specify the TLS security policy to apply to the HTTPS endpoint of the domain. Can be one of the following values:

  • Policy-Min-TLS-1-0-2019-07: TLS security policy which supports TLSv1.0 and higher.
  • Policy-Min-TLS-1-2-2019-07: TLS security policy which supports only TLSv1.2

$sel:customEndpointEnabled:DomainEndpointOptions', domainEndpointOptions_customEndpointEnabled - Whether to enable a custom endpoint for the domain.

$sel:customEndpoint:DomainEndpointOptions', domainEndpointOptions_customEndpoint - The fully qualified domain for your custom endpoint.

$sel:customEndpointCertificateArn:DomainEndpointOptions', domainEndpointOptions_customEndpointCertificateArn - The ACM certificate ARN for your custom endpoint.

domainEndpointOptions_enforceHTTPS :: Lens' DomainEndpointOptions (Maybe Bool) Source #

Whether only HTTPS endpoint should be enabled for the domain.

domainEndpointOptions_tLSSecurityPolicy :: Lens' DomainEndpointOptions (Maybe TLSSecurityPolicy) Source #

Specify the TLS security policy to apply to the HTTPS endpoint of the domain. Can be one of the following values:

  • Policy-Min-TLS-1-0-2019-07: TLS security policy which supports TLSv1.0 and higher.
  • Policy-Min-TLS-1-2-2019-07: TLS security policy which supports only TLSv1.2

domainEndpointOptions_customEndpointEnabled :: Lens' DomainEndpointOptions (Maybe Bool) Source #

Whether to enable a custom endpoint for the domain.

domainEndpointOptions_customEndpoint :: Lens' DomainEndpointOptions (Maybe Text) Source #

The fully qualified domain for your custom endpoint.

DomainEndpointOptionsStatus

data DomainEndpointOptionsStatus Source #

The configured endpoint options for the domain and their current status.

See: newDomainEndpointOptionsStatus smart constructor.

Constructors

DomainEndpointOptionsStatus' 

Fields

Instances

Instances details
Eq DomainEndpointOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptionsStatus

Read DomainEndpointOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptionsStatus

Show DomainEndpointOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptionsStatus

Generic DomainEndpointOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptionsStatus

Associated Types

type Rep DomainEndpointOptionsStatus :: Type -> Type #

NFData DomainEndpointOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptionsStatus

Hashable DomainEndpointOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptionsStatus

FromJSON DomainEndpointOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptionsStatus

type Rep DomainEndpointOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainEndpointOptionsStatus

type Rep DomainEndpointOptionsStatus = D1 ('MetaData "DomainEndpointOptionsStatus" "Amazonka.OpenSearch.Types.DomainEndpointOptionsStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "DomainEndpointOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DomainEndpointOptions) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newDomainEndpointOptionsStatus Source #

Create a value of DomainEndpointOptionsStatus 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:options:DomainEndpointOptionsStatus', domainEndpointOptionsStatus_options - Options to configure the endpoint for the domain.

$sel:status:DomainEndpointOptionsStatus', domainEndpointOptionsStatus_status - The status of the endpoint options for the domain. See OptionStatus for the status information that's included.

domainEndpointOptionsStatus_status :: Lens' DomainEndpointOptionsStatus OptionStatus Source #

The status of the endpoint options for the domain. See OptionStatus for the status information that's included.

DomainInfo

data DomainInfo Source #

See: newDomainInfo smart constructor.

Constructors

DomainInfo' 

Fields

Instances

Instances details
Eq DomainInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInfo

Read DomainInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInfo

Show DomainInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInfo

Generic DomainInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInfo

Associated Types

type Rep DomainInfo :: Type -> Type #

NFData DomainInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInfo

Methods

rnf :: DomainInfo -> () #

Hashable DomainInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInfo

FromJSON DomainInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInfo

type Rep DomainInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInfo

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

newDomainInfo :: DomainInfo Source #

Create a value of DomainInfo 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:domainName:DomainInfo', domainInfo_domainName - The DomainName.

$sel:engineType:DomainInfo', domainInfo_engineType - Specifies the EngineType of the domain.

domainInfo_engineType :: Lens' DomainInfo (Maybe EngineType) Source #

Specifies the EngineType of the domain.

DomainInformationContainer

data DomainInformationContainer Source #

See: newDomainInformationContainer smart constructor.

Instances

Instances details
Eq DomainInformationContainer Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInformationContainer

Read DomainInformationContainer Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInformationContainer

Show DomainInformationContainer Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInformationContainer

Generic DomainInformationContainer Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInformationContainer

Associated Types

type Rep DomainInformationContainer :: Type -> Type #

NFData DomainInformationContainer Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInformationContainer

Hashable DomainInformationContainer Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInformationContainer

ToJSON DomainInformationContainer Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInformationContainer

FromJSON DomainInformationContainer Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInformationContainer

type Rep DomainInformationContainer Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainInformationContainer

type Rep DomainInformationContainer = D1 ('MetaData "DomainInformationContainer" "Amazonka.OpenSearch.Types.DomainInformationContainer" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "DomainInformationContainer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aWSDomainInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AWSDomainInformation))))

newDomainInformationContainer :: DomainInformationContainer Source #

Create a value of DomainInformationContainer 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:aWSDomainInformation:DomainInformationContainer', domainInformationContainer_aWSDomainInformation - Undocumented member.

DomainPackageDetails

data DomainPackageDetails Source #

Information on a package associated with a domain.

See: newDomainPackageDetails smart constructor.

Constructors

DomainPackageDetails' 

Fields

Instances

Instances details
Eq DomainPackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageDetails

Read DomainPackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageDetails

Show DomainPackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageDetails

Generic DomainPackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageDetails

Associated Types

type Rep DomainPackageDetails :: Type -> Type #

NFData DomainPackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageDetails

Methods

rnf :: DomainPackageDetails -> () #

Hashable DomainPackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageDetails

FromJSON DomainPackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageDetails

type Rep DomainPackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainPackageDetails

type Rep DomainPackageDetails = D1 ('MetaData "DomainPackageDetails" "Amazonka.OpenSearch.Types.DomainPackageDetails" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "DomainPackageDetails'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "packageID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "packageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PackageType)) :*: S1 ('MetaSel ('Just "packageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "packageVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainPackageStatus))) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorDetails)) :*: S1 ('MetaSel ('Just "referencePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newDomainPackageDetails :: DomainPackageDetails Source #

Create a value of DomainPackageDetails 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:lastUpdated:DomainPackageDetails', domainPackageDetails_lastUpdated - The timestamp of the most recent update to the package association status.

$sel:packageID:DomainPackageDetails', domainPackageDetails_packageID - The internal ID of the package.

$sel:packageType:DomainPackageDetails', domainPackageDetails_packageType - Currently supports only TXT-DICTIONARY.

$sel:packageName:DomainPackageDetails', domainPackageDetails_packageName - User-specified name of the package.

$sel:packageVersion:DomainPackageDetails', domainPackageDetails_packageVersion - Undocumented member.

$sel:domainPackageStatus:DomainPackageDetails', domainPackageDetails_domainPackageStatus - State of the association. Values are ASSOCIATING, ASSOCIATION_FAILED, ACTIVE, DISSOCIATING, and DISSOCIATION_FAILED.

$sel:domainName:DomainPackageDetails', domainPackageDetails_domainName - The name of the domain you've associated a package with.

$sel:errorDetails:DomainPackageDetails', domainPackageDetails_errorDetails - Additional information if the package is in an error state. Null otherwise.

$sel:referencePath:DomainPackageDetails', domainPackageDetails_referencePath - The relative path on Amazon OpenSearch Service nodes, which can be used as synonym_path when the package is a synonym file.

domainPackageDetails_lastUpdated :: Lens' DomainPackageDetails (Maybe UTCTime) Source #

The timestamp of the most recent update to the package association status.

domainPackageDetails_domainPackageStatus :: Lens' DomainPackageDetails (Maybe DomainPackageStatus) Source #

State of the association. Values are ASSOCIATING, ASSOCIATION_FAILED, ACTIVE, DISSOCIATING, and DISSOCIATION_FAILED.

domainPackageDetails_domainName :: Lens' DomainPackageDetails (Maybe Text) Source #

The name of the domain you've associated a package with.

domainPackageDetails_errorDetails :: Lens' DomainPackageDetails (Maybe ErrorDetails) Source #

Additional information if the package is in an error state. Null otherwise.

domainPackageDetails_referencePath :: Lens' DomainPackageDetails (Maybe Text) Source #

The relative path on Amazon OpenSearch Service nodes, which can be used as synonym_path when the package is a synonym file.

DomainStatus

data DomainStatus Source #

The current status of a domain.

See: newDomainStatus smart constructor.

Constructors

DomainStatus' 

Fields

Instances

Instances details
Eq DomainStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainStatus

Read DomainStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainStatus

Show DomainStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainStatus

Generic DomainStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainStatus

Associated Types

type Rep DomainStatus :: Type -> Type #

NFData DomainStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainStatus

Methods

rnf :: DomainStatus -> () #

Hashable DomainStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainStatus

FromJSON DomainStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainStatus

type Rep DomainStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DomainStatus

type Rep DomainStatus = D1 ('MetaData "DomainStatus" "Amazonka.OpenSearch.Types.DomainStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "DomainStatus'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "eBSOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EBSOptions)) :*: (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nodeToNodeEncryptionOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeToNodeEncryptionOptions)))) :*: (S1 ('MetaSel ('Just "accessPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serviceSoftwareOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceSoftwareOptions)) :*: S1 ('MetaSel ('Just "autoTuneOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneOptionsOutput))))) :*: ((S1 ('MetaSel ('Just "logPublishingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap LogType LogPublishingOption))) :*: (S1 ('MetaSel ('Just "advancedSecurityOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdvancedSecurityOptions)) :*: S1 ('MetaSel ('Just "created") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "snapshotOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnapshotOptions)) :*: (S1 ('MetaSel ('Just "cognitoOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CognitoOptions)) :*: S1 ('MetaSel ('Just "encryptionAtRestOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionAtRestOptions)))))) :*: (((S1 ('MetaSel ('Just "deleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "vPCOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCDerivedInfo)) :*: S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "domainEndpointOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainEndpointOptions)) :*: (S1 ('MetaSel ('Just "processing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "upgradeProcessing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "advancedOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clusterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ClusterConfig)))))))

newDomainStatus Source #

Create a value of DomainStatus 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:eBSOptions:DomainStatus', domainStatus_eBSOptions - The EBSOptions for the specified domain.

$sel:engineVersion:DomainStatus', domainStatus_engineVersion - Undocumented member.

$sel:nodeToNodeEncryptionOptions:DomainStatus', domainStatus_nodeToNodeEncryptionOptions - The status of the NodeToNodeEncryptionOptions.

$sel:accessPolicies:DomainStatus', domainStatus_accessPolicies - IAM access policy as a JSON-formatted string.

$sel:serviceSoftwareOptions:DomainStatus', domainStatus_serviceSoftwareOptions - The current status of the domain's service software.

$sel:autoTuneOptions:DomainStatus', domainStatus_autoTuneOptions - The current status of the domain's Auto-Tune options.

$sel:logPublishingOptions:DomainStatus', domainStatus_logPublishingOptions - Log publishing options for the given domain.

$sel:advancedSecurityOptions:DomainStatus', domainStatus_advancedSecurityOptions - The current status of the domain's advanced security options.

$sel:created:DomainStatus', domainStatus_created - The domain creation status. True if the creation of a domain is complete. False if domain creation is still in progress.

$sel:snapshotOptions:DomainStatus', domainStatus_snapshotOptions - The status of the SnapshotOptions.

$sel:cognitoOptions:DomainStatus', domainStatus_cognitoOptions - The CognitoOptions for the specified domain. For more information, see Configuring Amazon Cognito authentication for OpenSearch Dashboards.

$sel:encryptionAtRestOptions:DomainStatus', domainStatus_encryptionAtRestOptions - The status of the EncryptionAtRestOptions.

$sel:deleted:DomainStatus', domainStatus_deleted - The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

$sel:vPCOptions:DomainStatus', domainStatus_vPCOptions - The VPCOptions for the specified domain. For more information, see Launching your Amazon OpenSearch Service domains using a VPC.

$sel:endpoints:DomainStatus', domainStatus_endpoints - Map containing the domain endpoints used to submit index and search requests. Example key, value: 'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'.

$sel:domainEndpointOptions:DomainStatus', domainStatus_domainEndpointOptions - The current status of the domain's endpoint options.

$sel:processing:DomainStatus', domainStatus_processing - The status of the domain configuration. True if Amazon OpenSearch Service is processing configuration changes. False if the configuration is active.

$sel:endpoint:DomainStatus', domainStatus_endpoint - The domain endpoint that you use to submit index and search requests.

$sel:upgradeProcessing:DomainStatus', domainStatus_upgradeProcessing - The status of a domain version upgrade. True if Amazon OpenSearch Service is undergoing a version upgrade. False if the configuration is active.

$sel:advancedOptions:DomainStatus', domainStatus_advancedOptions - The status of the AdvancedOptions.

$sel:domainId:DomainStatus', domainStatus_domainId - The unique identifier for the specified domain.

$sel:domainName:DomainStatus', domainStatus_domainName - The name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

$sel:arn:DomainStatus', domainStatus_arn - The Amazon Resource Name (ARN) of a domain. See IAM identifiers in the AWS Identity and Access Management User Guide for more information.

$sel:clusterConfig:DomainStatus', domainStatus_clusterConfig - The type and number of instances in the domain.

domainStatus_eBSOptions :: Lens' DomainStatus (Maybe EBSOptions) Source #

The EBSOptions for the specified domain.

domainStatus_accessPolicies :: Lens' DomainStatus (Maybe Text) Source #

IAM access policy as a JSON-formatted string.

domainStatus_serviceSoftwareOptions :: Lens' DomainStatus (Maybe ServiceSoftwareOptions) Source #

The current status of the domain's service software.

domainStatus_autoTuneOptions :: Lens' DomainStatus (Maybe AutoTuneOptionsOutput) Source #

The current status of the domain's Auto-Tune options.

domainStatus_advancedSecurityOptions :: Lens' DomainStatus (Maybe AdvancedSecurityOptions) Source #

The current status of the domain's advanced security options.

domainStatus_created :: Lens' DomainStatus (Maybe Bool) Source #

The domain creation status. True if the creation of a domain is complete. False if domain creation is still in progress.

domainStatus_deleted :: Lens' DomainStatus (Maybe Bool) Source #

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

domainStatus_endpoints :: Lens' DomainStatus (Maybe (HashMap Text Text)) Source #

Map containing the domain endpoints used to submit index and search requests. Example key, value: 'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'.

domainStatus_domainEndpointOptions :: Lens' DomainStatus (Maybe DomainEndpointOptions) Source #

The current status of the domain's endpoint options.

domainStatus_processing :: Lens' DomainStatus (Maybe Bool) Source #

The status of the domain configuration. True if Amazon OpenSearch Service is processing configuration changes. False if the configuration is active.

domainStatus_endpoint :: Lens' DomainStatus (Maybe Text) Source #

The domain endpoint that you use to submit index and search requests.

domainStatus_upgradeProcessing :: Lens' DomainStatus (Maybe Bool) Source #

The status of a domain version upgrade. True if Amazon OpenSearch Service is undergoing a version upgrade. False if the configuration is active.

domainStatus_advancedOptions :: Lens' DomainStatus (Maybe (HashMap Text Text)) Source #

The status of the AdvancedOptions.

domainStatus_domainId :: Lens' DomainStatus Text Source #

The unique identifier for the specified domain.

domainStatus_domainName :: Lens' DomainStatus Text Source #

The name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

domainStatus_arn :: Lens' DomainStatus Text Source #

The Amazon Resource Name (ARN) of a domain. See IAM identifiers in the AWS Identity and Access Management User Guide for more information.

domainStatus_clusterConfig :: Lens' DomainStatus ClusterConfig Source #

The type and number of instances in the domain.

Duration

data Duration Source #

The maintenance schedule duration: duration value and duration unit. See Auto-Tune for Amazon OpenSearch Service for more information.

See: newDuration smart constructor.

Constructors

Duration' 

Fields

Instances

Instances details
Eq Duration Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Duration

Read Duration Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Duration

Show Duration Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Duration

Generic Duration Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Duration

Associated Types

type Rep Duration :: Type -> Type #

Methods

from :: Duration -> Rep Duration x #

to :: Rep Duration x -> Duration #

NFData Duration Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Duration

Methods

rnf :: Duration -> () #

Hashable Duration Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Duration

Methods

hashWithSalt :: Int -> Duration -> Int #

hash :: Duration -> Int #

ToJSON Duration Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Duration

FromJSON Duration Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Duration

type Rep Duration Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Duration

type Rep Duration = D1 ('MetaData "Duration" "Amazonka.OpenSearch.Types.Duration" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "Duration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "unit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeUnit))))

newDuration :: Duration Source #

Create a value of Duration 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:value:Duration', duration_value - Integer to specify the value of a maintenance schedule duration. See Auto-Tune for Amazon OpenSearch Service for more information.

$sel:unit:Duration', duration_unit - The unit of a maintenance schedule duration. Valid value is HOURS. See Auto-Tune for Amazon OpenSearch Service for more information.

duration_value :: Lens' Duration (Maybe Natural) Source #

Integer to specify the value of a maintenance schedule duration. See Auto-Tune for Amazon OpenSearch Service for more information.

duration_unit :: Lens' Duration (Maybe TimeUnit) Source #

The unit of a maintenance schedule duration. Valid value is HOURS. See Auto-Tune for Amazon OpenSearch Service for more information.

EBSOptions

data EBSOptions Source #

Options to enable, disable, and specify the properties of EBS storage volumes.

See: newEBSOptions smart constructor.

Constructors

EBSOptions' 

Fields

Instances

Instances details
Eq EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

Read EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

Show EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

Generic EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

Associated Types

type Rep EBSOptions :: Type -> Type #

NFData EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

Methods

rnf :: EBSOptions -> () #

Hashable EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

ToJSON EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

FromJSON EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

type Rep EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

type Rep EBSOptions = D1 ('MetaData "EBSOptions" "Amazonka.OpenSearch.Types.EBSOptions" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "EBSOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "volumeSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "volumeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeType)) :*: S1 ('MetaSel ('Just "eBSEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newEBSOptions :: EBSOptions Source #

Create a value of EBSOptions 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:volumeSize:EBSOptions', eBSOptions_volumeSize - Integer to specify the size of an EBS volume.

$sel:iops:EBSOptions', eBSOptions_iops - The IOPD for a Provisioned IOPS EBS volume (SSD).

$sel:volumeType:EBSOptions', eBSOptions_volumeType - The volume type for EBS-based storage.

$sel:eBSEnabled:EBSOptions', eBSOptions_eBSEnabled - Whether EBS-based storage is enabled.

eBSOptions_volumeSize :: Lens' EBSOptions (Maybe Int) Source #

Integer to specify the size of an EBS volume.

eBSOptions_iops :: Lens' EBSOptions (Maybe Int) Source #

The IOPD for a Provisioned IOPS EBS volume (SSD).

eBSOptions_volumeType :: Lens' EBSOptions (Maybe VolumeType) Source #

The volume type for EBS-based storage.

eBSOptions_eBSEnabled :: Lens' EBSOptions (Maybe Bool) Source #

Whether EBS-based storage is enabled.

EBSOptionsStatus

data EBSOptionsStatus Source #

Status of the EBS options for the specified domain.

See: newEBSOptionsStatus smart constructor.

Constructors

EBSOptionsStatus' 

Fields

Instances

Instances details
Eq EBSOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptionsStatus

Read EBSOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptionsStatus

Show EBSOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptionsStatus

Generic EBSOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptionsStatus

Associated Types

type Rep EBSOptionsStatus :: Type -> Type #

NFData EBSOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptionsStatus

Methods

rnf :: EBSOptionsStatus -> () #

Hashable EBSOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptionsStatus

FromJSON EBSOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptionsStatus

type Rep EBSOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptionsStatus

type Rep EBSOptionsStatus = D1 ('MetaData "EBSOptionsStatus" "Amazonka.OpenSearch.Types.EBSOptionsStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "EBSOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EBSOptions) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newEBSOptionsStatus Source #

Create a value of EBSOptionsStatus 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:options:EBSOptionsStatus', eBSOptionsStatus_options - The EBS options for the specified domain.

$sel:status:EBSOptionsStatus', eBSOptionsStatus_status - The status of the EBS options for the specified domain.

eBSOptionsStatus_options :: Lens' EBSOptionsStatus EBSOptions Source #

The EBS options for the specified domain.

eBSOptionsStatus_status :: Lens' EBSOptionsStatus OptionStatus Source #

The status of the EBS options for the specified domain.

EncryptionAtRestOptions

data EncryptionAtRestOptions Source #

Specifies encryption at rest options.

See: newEncryptionAtRestOptions smart constructor.

Constructors

EncryptionAtRestOptions' 

Fields

Instances

Instances details
Eq EncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptions

Read EncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptions

Show EncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptions

Generic EncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptions

Associated Types

type Rep EncryptionAtRestOptions :: Type -> Type #

NFData EncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptions

Methods

rnf :: EncryptionAtRestOptions -> () #

Hashable EncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptions

ToJSON EncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptions

FromJSON EncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptions

type Rep EncryptionAtRestOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptions

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

newEncryptionAtRestOptions :: EncryptionAtRestOptions Source #

Create a value of EncryptionAtRestOptions 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:enabled:EncryptionAtRestOptions', encryptionAtRestOptions_enabled - The option to enable encryption at rest.

$sel:kmsKeyId:EncryptionAtRestOptions', encryptionAtRestOptions_kmsKeyId - The KMS key ID for encryption at rest options.

encryptionAtRestOptions_enabled :: Lens' EncryptionAtRestOptions (Maybe Bool) Source #

The option to enable encryption at rest.

encryptionAtRestOptions_kmsKeyId :: Lens' EncryptionAtRestOptions (Maybe Text) Source #

The KMS key ID for encryption at rest options.

EncryptionAtRestOptionsStatus

data EncryptionAtRestOptionsStatus Source #

Status of the encryption At Rest options for the specified domain.

See: newEncryptionAtRestOptionsStatus smart constructor.

Constructors

EncryptionAtRestOptionsStatus' 

Fields

Instances

Instances details
Eq EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptionsStatus

Read EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptionsStatus

Show EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptionsStatus

Generic EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptionsStatus

Associated Types

type Rep EncryptionAtRestOptionsStatus :: Type -> Type #

NFData EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptionsStatus

Hashable EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptionsStatus

FromJSON EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptionsStatus

type Rep EncryptionAtRestOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EncryptionAtRestOptionsStatus

type Rep EncryptionAtRestOptionsStatus = D1 ('MetaData "EncryptionAtRestOptionsStatus" "Amazonka.OpenSearch.Types.EncryptionAtRestOptionsStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "EncryptionAtRestOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EncryptionAtRestOptions) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newEncryptionAtRestOptionsStatus Source #

Create a value of EncryptionAtRestOptionsStatus 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:options:EncryptionAtRestOptionsStatus', encryptionAtRestOptionsStatus_options - The Encryption At Rest options for the specified domain.

$sel:status:EncryptionAtRestOptionsStatus', encryptionAtRestOptionsStatus_status - The status of the Encryption At Rest options for the specified domain.

encryptionAtRestOptionsStatus_status :: Lens' EncryptionAtRestOptionsStatus OptionStatus Source #

The status of the Encryption At Rest options for the specified domain.

ErrorDetails

data ErrorDetails Source #

See: newErrorDetails smart constructor.

Instances

Instances details
Eq ErrorDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ErrorDetails

Read ErrorDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ErrorDetails

Show ErrorDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ErrorDetails

Generic ErrorDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ErrorDetails

Associated Types

type Rep ErrorDetails :: Type -> Type #

NFData ErrorDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ErrorDetails

Methods

rnf :: ErrorDetails -> () #

Hashable ErrorDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ErrorDetails

FromJSON ErrorDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ErrorDetails

type Rep ErrorDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ErrorDetails

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

newErrorDetails :: ErrorDetails Source #

Create a value of ErrorDetails 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:errorType:ErrorDetails', errorDetails_errorType - Undocumented member.

$sel:errorMessage:ErrorDetails', errorDetails_errorMessage - Undocumented member.

Filter

data Filter Source #

A filter used to limit results when describing inbound or outbound cross-cluster connections. Multiple values can be specified per filter. A cross-cluster connection must match at least one of the specified values for it to be returned from an operation.

See: newFilter smart constructor.

Constructors

Filter' 

Fields

Instances

Instances details
Eq Filter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Read Filter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

NFData Filter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Filter

Methods

rnf :: Filter -> () #

Hashable Filter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

ToJSON Filter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Filter

type Rep Filter Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Filter

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

newFilter :: Filter Source #

Create a value of Filter 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:values:Filter', filter_values - Contains one or more values for the filter.

$sel:name:Filter', filter_name - The name of the filter.

filter_values :: Lens' Filter (Maybe (NonEmpty Text)) Source #

Contains one or more values for the filter.

filter_name :: Lens' Filter (Maybe Text) Source #

The name of the filter.

InboundConnection

data InboundConnection Source #

Details of an inbound connection.

See: newInboundConnection smart constructor.

Constructors

InboundConnection' 

Fields

Instances

Instances details
Eq InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

Read InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

Show InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

Generic InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

Associated Types

type Rep InboundConnection :: Type -> Type #

NFData InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

Methods

rnf :: InboundConnection -> () #

Hashable InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

FromJSON InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

type Rep InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

type Rep InboundConnection = D1 ('MetaData "InboundConnection" "Amazonka.OpenSearch.Types.InboundConnection" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "InboundConnection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "remoteDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainInformationContainer)) :*: S1 ('MetaSel ('Just "localDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainInformationContainer))) :*: (S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InboundConnectionStatus)))))

newInboundConnection :: InboundConnection Source #

Create a value of InboundConnection 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:remoteDomainInfo:InboundConnection', inboundConnection_remoteDomainInfo - The AWSDomainInformation for the remote OpenSearch domain.

$sel:localDomainInfo:InboundConnection', inboundConnection_localDomainInfo - The AWSDomainInformation for the local OpenSearch domain.

$sel:connectionId:InboundConnection', inboundConnection_connectionId - The connection ID for the inbound cross-cluster connection.

$sel:connectionStatus:InboundConnection', inboundConnection_connectionStatus - The InboundConnectionStatus for the outbound connection.

inboundConnection_remoteDomainInfo :: Lens' InboundConnection (Maybe DomainInformationContainer) Source #

The AWSDomainInformation for the remote OpenSearch domain.

inboundConnection_localDomainInfo :: Lens' InboundConnection (Maybe DomainInformationContainer) Source #

The AWSDomainInformation for the local OpenSearch domain.

inboundConnection_connectionId :: Lens' InboundConnection (Maybe Text) Source #

The connection ID for the inbound cross-cluster connection.

inboundConnection_connectionStatus :: Lens' InboundConnection (Maybe InboundConnectionStatus) Source #

The InboundConnectionStatus for the outbound connection.

InboundConnectionStatus

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.

InstanceCountLimits

data InstanceCountLimits Source #

InstanceCountLimits represents the limits on the number of instances that can be created in Amazon OpenSearch Service for a given InstanceType.

See: newInstanceCountLimits smart constructor.

Instances

Instances details
Eq InstanceCountLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceCountLimits

Read InstanceCountLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceCountLimits

Show InstanceCountLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceCountLimits

Generic InstanceCountLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceCountLimits

Associated Types

type Rep InstanceCountLimits :: Type -> Type #

NFData InstanceCountLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceCountLimits

Methods

rnf :: InstanceCountLimits -> () #

Hashable InstanceCountLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceCountLimits

FromJSON InstanceCountLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceCountLimits

type Rep InstanceCountLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceCountLimits

type Rep InstanceCountLimits = D1 ('MetaData "InstanceCountLimits" "Amazonka.OpenSearch.Types.InstanceCountLimits" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "InstanceCountLimits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximumInstanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minimumInstanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newInstanceCountLimits :: InstanceCountLimits Source #

Create a value of InstanceCountLimits 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:maximumInstanceCount:InstanceCountLimits', instanceCountLimits_maximumInstanceCount - Undocumented member.

$sel:minimumInstanceCount:InstanceCountLimits', instanceCountLimits_minimumInstanceCount - Undocumented member.

InstanceLimits

data InstanceLimits Source #

InstanceLimits represents the list of instance-related attributes that are available for a given InstanceType.

See: newInstanceLimits smart constructor.

Instances

Instances details
Eq InstanceLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceLimits

Read InstanceLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceLimits

Show InstanceLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceLimits

Generic InstanceLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceLimits

Associated Types

type Rep InstanceLimits :: Type -> Type #

NFData InstanceLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceLimits

Methods

rnf :: InstanceLimits -> () #

Hashable InstanceLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceLimits

FromJSON InstanceLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceLimits

type Rep InstanceLimits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceLimits

type Rep InstanceLimits = D1 ('MetaData "InstanceLimits" "Amazonka.OpenSearch.Types.InstanceLimits" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "InstanceLimits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceCountLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceCountLimits))))

newInstanceLimits :: InstanceLimits Source #

Create a value of InstanceLimits 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:instanceCountLimits:InstanceLimits', instanceLimits_instanceCountLimits - Undocumented member.

InstanceTypeDetails

data InstanceTypeDetails Source #

See: newInstanceTypeDetails smart constructor.

Instances

Instances details
Eq InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

Read InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

Show InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

Generic InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

Associated Types

type Rep InstanceTypeDetails :: Type -> Type #

NFData InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

Methods

rnf :: InstanceTypeDetails -> () #

Hashable InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

FromJSON InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

type Rep InstanceTypeDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InstanceTypeDetails

type Rep InstanceTypeDetails = D1 ('MetaData "InstanceTypeDetails" "Amazonka.OpenSearch.Types.InstanceTypeDetails" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "InstanceTypeDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "encryptionEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "cognitoEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "instanceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenSearchPartitionInstanceType)) :*: S1 ('MetaSel ('Just "warmEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "advancedSecurityEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "appLogsEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

Limits

data Limits Source #

Limits for a given InstanceType and for each of its roles. Limits contains the following: StorageTypes , InstanceLimits , and AdditionalLimits

See: newLimits smart constructor.

Constructors

Limits' 

Fields

Instances

Instances details
Eq Limits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Limits

Methods

(==) :: Limits -> Limits -> Bool #

(/=) :: Limits -> Limits -> Bool #

Read Limits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Limits

Show Limits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Limits

Generic Limits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Limits

Associated Types

type Rep Limits :: Type -> Type #

Methods

from :: Limits -> Rep Limits x #

to :: Rep Limits x -> Limits #

NFData Limits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Limits

Methods

rnf :: Limits -> () #

Hashable Limits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Limits

Methods

hashWithSalt :: Int -> Limits -> Int #

hash :: Limits -> Int #

FromJSON Limits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Limits

type Rep Limits Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Limits

type Rep Limits = D1 ('MetaData "Limits" "Amazonka.OpenSearch.Types.Limits" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "Limits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceLimits)) :*: (S1 ('MetaSel ('Just "additionalLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AdditionalLimit])) :*: S1 ('MetaSel ('Just "storageTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StorageType])))))

newLimits :: Limits Source #

Create a value of Limits 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:instanceLimits:Limits', limits_instanceLimits - Undocumented member.

$sel:additionalLimits:Limits', limits_additionalLimits - List of additional limits that are specific to a given InstanceType and for each of its InstanceRole .

$sel:storageTypes:Limits', limits_storageTypes - Storage-related types and attributes that are available for a given InstanceType.

limits_additionalLimits :: Lens' Limits (Maybe [AdditionalLimit]) Source #

List of additional limits that are specific to a given InstanceType and for each of its InstanceRole .

limits_storageTypes :: Lens' Limits (Maybe [StorageType]) Source #

Storage-related types and attributes that are available for a given InstanceType.

LogPublishingOption

data LogPublishingOption Source #

Log Publishing option that is set for a given domain. Attributes and their details:

  • CloudWatchLogsLogGroupArn: ARN of the Cloudwatch log group to publish logs to.
  • Enabled: Whether the log publishing for a given log type is enabled or not.

See: newLogPublishingOption smart constructor.

Constructors

LogPublishingOption' 

Fields

Instances

Instances details
Eq LogPublishingOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOption

Read LogPublishingOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOption

Show LogPublishingOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOption

Generic LogPublishingOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOption

Associated Types

type Rep LogPublishingOption :: Type -> Type #

NFData LogPublishingOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOption

Methods

rnf :: LogPublishingOption -> () #

Hashable LogPublishingOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOption

ToJSON LogPublishingOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOption

FromJSON LogPublishingOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOption

type Rep LogPublishingOption Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOption

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

newLogPublishingOption :: LogPublishingOption Source #

Create a value of LogPublishingOption 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:enabled:LogPublishingOption', logPublishingOption_enabled - Whether the given log publishing option is enabled or not.

$sel:cloudWatchLogsLogGroupArn:LogPublishingOption', logPublishingOption_cloudWatchLogsLogGroupArn - Undocumented member.

logPublishingOption_enabled :: Lens' LogPublishingOption (Maybe Bool) Source #

Whether the given log publishing option is enabled or not.

LogPublishingOptionsStatus

data LogPublishingOptionsStatus Source #

The configured log publishing options for the domain and their current status.

See: newLogPublishingOptionsStatus smart constructor.

Constructors

LogPublishingOptionsStatus' 

Fields

Instances

Instances details
Eq LogPublishingOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOptionsStatus

Read LogPublishingOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOptionsStatus

Show LogPublishingOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOptionsStatus

Generic LogPublishingOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOptionsStatus

Associated Types

type Rep LogPublishingOptionsStatus :: Type -> Type #

NFData LogPublishingOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOptionsStatus

Hashable LogPublishingOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOptionsStatus

FromJSON LogPublishingOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOptionsStatus

type Rep LogPublishingOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.LogPublishingOptionsStatus

type Rep LogPublishingOptionsStatus = D1 ('MetaData "LogPublishingOptionsStatus" "Amazonka.OpenSearch.Types.LogPublishingOptionsStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "LogPublishingOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptionStatus)) :*: S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap LogType LogPublishingOption)))))

newLogPublishingOptionsStatus :: LogPublishingOptionsStatus Source #

Create a value of LogPublishingOptionsStatus 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:LogPublishingOptionsStatus', logPublishingOptionsStatus_status - The status of the log publishing options for the domain. See OptionStatus for the status information that's included.

$sel:options:LogPublishingOptionsStatus', logPublishingOptionsStatus_options - The log publishing options configured for the domain.

logPublishingOptionsStatus_status :: Lens' LogPublishingOptionsStatus (Maybe OptionStatus) Source #

The status of the log publishing options for the domain. See OptionStatus for the status information that's included.

MasterUserOptions

data MasterUserOptions Source #

Credentials for the master user: username and password, ARN, or both.

See: newMasterUserOptions smart constructor.

Constructors

MasterUserOptions' 

Fields

Instances

Instances details
Eq MasterUserOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.MasterUserOptions

Show MasterUserOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.MasterUserOptions

Generic MasterUserOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.MasterUserOptions

Associated Types

type Rep MasterUserOptions :: Type -> Type #

NFData MasterUserOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.MasterUserOptions

Methods

rnf :: MasterUserOptions -> () #

Hashable MasterUserOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.MasterUserOptions

ToJSON MasterUserOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.MasterUserOptions

type Rep MasterUserOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.MasterUserOptions

type Rep MasterUserOptions = D1 ('MetaData "MasterUserOptions" "Amazonka.OpenSearch.Types.MasterUserOptions" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "MasterUserOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "masterUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "masterUserName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "masterUserARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMasterUserOptions :: MasterUserOptions Source #

Create a value of MasterUserOptions 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:masterUserPassword:MasterUserOptions', masterUserOptions_masterUserPassword - The master user's password, which is stored in the Amazon OpenSearch Service domain's internal database.

$sel:masterUserName:MasterUserOptions', masterUserOptions_masterUserName - The master user's username, which is stored in the Amazon OpenSearch Service domain's internal database.

$sel:masterUserARN:MasterUserOptions', masterUserOptions_masterUserARN - ARN for the master user (if IAM is enabled).

masterUserOptions_masterUserPassword :: Lens' MasterUserOptions (Maybe Text) Source #

The master user's password, which is stored in the Amazon OpenSearch Service domain's internal database.

masterUserOptions_masterUserName :: Lens' MasterUserOptions (Maybe Text) Source #

The master user's username, which is stored in the Amazon OpenSearch Service domain's internal database.

masterUserOptions_masterUserARN :: Lens' MasterUserOptions (Maybe Text) Source #

ARN for the master user (if IAM is enabled).

NodeToNodeEncryptionOptions

data NodeToNodeEncryptionOptions Source #

The node-to-node encryption options.

See: newNodeToNodeEncryptionOptions smart constructor.

Constructors

NodeToNodeEncryptionOptions' 

Fields

Instances

Instances details
Eq NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptions

Read NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptions

Show NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptions

Generic NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptions

Associated Types

type Rep NodeToNodeEncryptionOptions :: Type -> Type #

NFData NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptions

Hashable NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptions

ToJSON NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptions

FromJSON NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptions

type Rep NodeToNodeEncryptionOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptions

type Rep NodeToNodeEncryptionOptions = D1 ('MetaData "NodeToNodeEncryptionOptions" "Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptions" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "NodeToNodeEncryptionOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newNodeToNodeEncryptionOptions :: NodeToNodeEncryptionOptions Source #

Create a value of NodeToNodeEncryptionOptions 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:enabled:NodeToNodeEncryptionOptions', nodeToNodeEncryptionOptions_enabled - True to enable node-to-node encryption.

NodeToNodeEncryptionOptionsStatus

data NodeToNodeEncryptionOptionsStatus Source #

Status of the node-to-node encryption options for the specified domain.

See: newNodeToNodeEncryptionOptionsStatus smart constructor.

Constructors

NodeToNodeEncryptionOptionsStatus' 

Fields

Instances

Instances details
Eq NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptionsStatus

Read NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptionsStatus

Show NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptionsStatus

Generic NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptionsStatus

Associated Types

type Rep NodeToNodeEncryptionOptionsStatus :: Type -> Type #

NFData NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptionsStatus

Hashable NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptionsStatus

FromJSON NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptionsStatus

type Rep NodeToNodeEncryptionOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptionsStatus

type Rep NodeToNodeEncryptionOptionsStatus = D1 ('MetaData "NodeToNodeEncryptionOptionsStatus" "Amazonka.OpenSearch.Types.NodeToNodeEncryptionOptionsStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "NodeToNodeEncryptionOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NodeToNodeEncryptionOptions) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newNodeToNodeEncryptionOptionsStatus Source #

Create a value of NodeToNodeEncryptionOptionsStatus 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:options:NodeToNodeEncryptionOptionsStatus', nodeToNodeEncryptionOptionsStatus_options - The node-to-node encryption options for the specified domain.

$sel:status:NodeToNodeEncryptionOptionsStatus', nodeToNodeEncryptionOptionsStatus_status - The status of the node-to-node encryption options for the specified domain.

nodeToNodeEncryptionOptionsStatus_status :: Lens' NodeToNodeEncryptionOptionsStatus OptionStatus Source #

The status of the node-to-node encryption options for the specified domain.

OptionStatus

data OptionStatus Source #

Provides the current status of the entity.

See: newOptionStatus smart constructor.

Constructors

OptionStatus' 

Fields

Instances

Instances details
Eq OptionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionStatus

Read OptionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionStatus

Show OptionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionStatus

Generic OptionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionStatus

Associated Types

type Rep OptionStatus :: Type -> Type #

NFData OptionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionStatus

Methods

rnf :: OptionStatus -> () #

Hashable OptionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionStatus

FromJSON OptionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionStatus

type Rep OptionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OptionStatus

type Rep OptionStatus = D1 ('MetaData "OptionStatus" "Amazonka.OpenSearch.Types.OptionStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "OptionStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pendingDeletion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "updateVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "updateDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionState)))))

newOptionStatus Source #

Create a value of OptionStatus 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:pendingDeletion:OptionStatus', optionStatus_pendingDeletion - Indicates whether the domain is being deleted.

$sel:updateVersion:OptionStatus', optionStatus_updateVersion - The latest version of the entity.

$sel:creationDate:OptionStatus', optionStatus_creationDate - The timestamp of when the entity was created.

$sel:updateDate:OptionStatus', optionStatus_updateDate - The timestamp of the last time the entity was updated.

$sel:state:OptionStatus', optionStatus_state - Provides the OptionState for the domain.

optionStatus_pendingDeletion :: Lens' OptionStatus (Maybe Bool) Source #

Indicates whether the domain is being deleted.

optionStatus_updateVersion :: Lens' OptionStatus (Maybe Natural) Source #

The latest version of the entity.

optionStatus_creationDate :: Lens' OptionStatus UTCTime Source #

The timestamp of when the entity was created.

optionStatus_updateDate :: Lens' OptionStatus UTCTime Source #

The timestamp of the last time the entity was updated.

optionStatus_state :: Lens' OptionStatus OptionState Source #

Provides the OptionState for the domain.

OutboundConnection

data OutboundConnection Source #

Specifies details about an outbound connection.

See: newOutboundConnection smart constructor.

Constructors

OutboundConnection' 

Fields

Instances

Instances details
Eq OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

Read OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

Show OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

Generic OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

Associated Types

type Rep OutboundConnection :: Type -> Type #

NFData OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

Methods

rnf :: OutboundConnection -> () #

Hashable OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

FromJSON OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

type Rep OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

type Rep OutboundConnection = D1 ('MetaData "OutboundConnection" "Amazonka.OpenSearch.Types.OutboundConnection" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "OutboundConnection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "remoteDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainInformationContainer)) :*: S1 ('MetaSel ('Just "connectionAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "localDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainInformationContainer)) :*: (S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutboundConnectionStatus))))))

newOutboundConnection :: OutboundConnection Source #

Create a value of OutboundConnection 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:remoteDomainInfo:OutboundConnection', outboundConnection_remoteDomainInfo - The DomainInformation for the remote OpenSearch domain.

$sel:connectionAlias:OutboundConnection', outboundConnection_connectionAlias - The connection alias for the outbound cross-cluster connection.

$sel:localDomainInfo:OutboundConnection', outboundConnection_localDomainInfo - The DomainInformation for the local OpenSearch domain.

$sel:connectionId:OutboundConnection', outboundConnection_connectionId - The connection ID for the outbound cross-cluster connection.

$sel:connectionStatus:OutboundConnection', outboundConnection_connectionStatus - The OutboundConnectionStatus for the outbound connection.

outboundConnection_remoteDomainInfo :: Lens' OutboundConnection (Maybe DomainInformationContainer) Source #

The DomainInformation for the remote OpenSearch domain.

outboundConnection_connectionAlias :: Lens' OutboundConnection (Maybe Text) Source #

The connection alias for the outbound cross-cluster connection.

outboundConnection_localDomainInfo :: Lens' OutboundConnection (Maybe DomainInformationContainer) Source #

The DomainInformation for the local OpenSearch domain.

outboundConnection_connectionId :: Lens' OutboundConnection (Maybe Text) Source #

The connection ID for the outbound cross-cluster connection.

outboundConnection_connectionStatus :: Lens' OutboundConnection (Maybe OutboundConnectionStatus) Source #

The OutboundConnectionStatus for the outbound connection.

OutboundConnectionStatus

data OutboundConnectionStatus Source #

The connection status of an outbound cross-cluster connection.

See: newOutboundConnectionStatus smart constructor.

Constructors

OutboundConnectionStatus' 

Fields

  • message :: Maybe Text

    Verbose information for the outbound connection status.

  • statusCode :: Maybe OutboundConnectionStatusCode

    The state code for the outbound connection. Can be one of the following:

    • VALIDATING: The outbound connection request is being validated.
    • VALIDATION_FAILED: Validation failed for the connection request.
    • PENDING_ACCEPTANCE: Outbound connection request is validated and is not yet accepted by the remote domain owner.
    • APPROVED: Outbound connection has been approved by the remote domain owner for getting provisioned.
    • PROVISIONING: Outbound connection request is in process.
    • ACTIVE: Outbound connection is active and ready to use.
    • REJECTING: Outbound connection rejection by remote domain owner is in progress.
    • REJECTED: Outbound connection request is rejected by remote domain owner.
    • DELETING: Outbound connection deletion is in progress.
    • DELETED: Outbound connection is deleted and can no longer be used.

Instances

Instances details
Eq OutboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatus

Read OutboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatus

Show OutboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatus

Generic OutboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatus

Associated Types

type Rep OutboundConnectionStatus :: Type -> Type #

NFData OutboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatus

Hashable OutboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatus

FromJSON OutboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatus

type Rep OutboundConnectionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnectionStatus

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

newOutboundConnectionStatus :: OutboundConnectionStatus Source #

Create a value of OutboundConnectionStatus 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:OutboundConnectionStatus', outboundConnectionStatus_message - Verbose information for the outbound connection status.

$sel:statusCode:OutboundConnectionStatus', outboundConnectionStatus_statusCode - The state code for the outbound connection. Can be one of the following:

  • VALIDATING: The outbound connection request is being validated.
  • VALIDATION_FAILED: Validation failed for the connection request.
  • PENDING_ACCEPTANCE: Outbound connection request is validated and is not yet accepted by the remote domain owner.
  • APPROVED: Outbound connection has been approved by the remote domain owner for getting provisioned.
  • PROVISIONING: Outbound connection request is in process.
  • ACTIVE: Outbound connection is active and ready to use.
  • REJECTING: Outbound connection rejection by remote domain owner is in progress.
  • REJECTED: Outbound connection request is rejected by remote domain owner.
  • DELETING: Outbound connection deletion is in progress.
  • DELETED: Outbound connection is deleted and can no longer be used.

outboundConnectionStatus_message :: Lens' OutboundConnectionStatus (Maybe Text) Source #

Verbose information for the outbound connection status.

outboundConnectionStatus_statusCode :: Lens' OutboundConnectionStatus (Maybe OutboundConnectionStatusCode) Source #

The state code for the outbound connection. Can be one of the following:

  • VALIDATING: The outbound connection request is being validated.
  • VALIDATION_FAILED: Validation failed for the connection request.
  • PENDING_ACCEPTANCE: Outbound connection request is validated and is not yet accepted by the remote domain owner.
  • APPROVED: Outbound connection has been approved by the remote domain owner for getting provisioned.
  • PROVISIONING: Outbound connection request is in process.
  • ACTIVE: Outbound connection is active and ready to use.
  • REJECTING: Outbound connection rejection by remote domain owner is in progress.
  • REJECTED: Outbound connection request is rejected by remote domain owner.
  • DELETING: Outbound connection deletion is in progress.
  • DELETED: Outbound connection is deleted and can no longer be used.

PackageDetails

data PackageDetails Source #

Basic information about a package.

See: newPackageDetails smart constructor.

Constructors

PackageDetails' 

Fields

Instances

Instances details
Eq PackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageDetails

Read PackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageDetails

Show PackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageDetails

Generic PackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageDetails

Associated Types

type Rep PackageDetails :: Type -> Type #

NFData PackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageDetails

Methods

rnf :: PackageDetails -> () #

Hashable PackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageDetails

FromJSON PackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageDetails

type Rep PackageDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageDetails

newPackageDetails :: PackageDetails Source #

Create a value of PackageDetails 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:packageID:PackageDetails', packageDetails_packageID - Internal ID of the package.

$sel:packageType:PackageDetails', packageDetails_packageType - Currently supports only TXT-DICTIONARY.

$sel:lastUpdatedAt:PackageDetails', packageDetails_lastUpdatedAt - Undocumented member.

$sel:createdAt:PackageDetails', packageDetails_createdAt - The timestamp of when the package was created.

$sel:packageName:PackageDetails', packageDetails_packageName - User-specified name of the package.

$sel:packageStatus:PackageDetails', packageDetails_packageStatus - Current state of the package. Values are COPYING, COPY_FAILED, AVAILABLE, DELETING, and DELETE_FAILED.

$sel:packageDescription:PackageDetails', packageDetails_packageDescription - User-specified description of the package.

$sel:errorDetails:PackageDetails', packageDetails_errorDetails - Additional information if the package is in an error state. Null otherwise.

$sel:availablePackageVersion:PackageDetails', packageDetails_availablePackageVersion - Undocumented member.

packageDetails_packageType :: Lens' PackageDetails (Maybe PackageType) Source #

Currently supports only TXT-DICTIONARY.

packageDetails_createdAt :: Lens' PackageDetails (Maybe UTCTime) Source #

The timestamp of when the package was created.

packageDetails_packageName :: Lens' PackageDetails (Maybe Text) Source #

User-specified name of the package.

packageDetails_packageStatus :: Lens' PackageDetails (Maybe PackageStatus) Source #

Current state of the package. Values are COPYING, COPY_FAILED, AVAILABLE, DELETING, and DELETE_FAILED.

packageDetails_packageDescription :: Lens' PackageDetails (Maybe Text) Source #

User-specified description of the package.

packageDetails_errorDetails :: Lens' PackageDetails (Maybe ErrorDetails) Source #

Additional information if the package is in an error state. Null otherwise.

PackageSource

data PackageSource Source #

The Amazon S3 location for importing the package specified as S3BucketName and S3Key

See: newPackageSource smart constructor.

Constructors

PackageSource' 

Fields

Instances

Instances details
Eq PackageSource Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageSource

Read PackageSource Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageSource

Show PackageSource Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageSource

Generic PackageSource Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageSource

Associated Types

type Rep PackageSource :: Type -> Type #

NFData PackageSource Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageSource

Methods

rnf :: PackageSource -> () #

Hashable PackageSource Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageSource

ToJSON PackageSource Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageSource

type Rep PackageSource Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageSource

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

newPackageSource :: PackageSource Source #

Create a value of PackageSource 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:s3Key:PackageSource', packageSource_s3Key - Key (file name) of the package.

$sel:s3BucketName:PackageSource', packageSource_s3BucketName - The name of the Amazon S3 bucket containing the package.

packageSource_s3Key :: Lens' PackageSource (Maybe Text) Source #

Key (file name) of the package.

packageSource_s3BucketName :: Lens' PackageSource (Maybe Text) Source #

The name of the Amazon S3 bucket containing the package.

PackageVersionHistory

data PackageVersionHistory Source #

Details of a package version.

See: newPackageVersionHistory smart constructor.

Constructors

PackageVersionHistory' 

Fields

Instances

Instances details
Eq PackageVersionHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageVersionHistory

Read PackageVersionHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageVersionHistory

Show PackageVersionHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageVersionHistory

Generic PackageVersionHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageVersionHistory

Associated Types

type Rep PackageVersionHistory :: Type -> Type #

NFData PackageVersionHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageVersionHistory

Methods

rnf :: PackageVersionHistory -> () #

Hashable PackageVersionHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageVersionHistory

FromJSON PackageVersionHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageVersionHistory

type Rep PackageVersionHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.PackageVersionHistory

type Rep PackageVersionHistory = D1 ('MetaData "PackageVersionHistory" "Amazonka.OpenSearch.Types.PackageVersionHistory" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "PackageVersionHistory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "packageVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "commitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPackageVersionHistory :: PackageVersionHistory Source #

Create a value of PackageVersionHistory 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:createdAt:PackageVersionHistory', packageVersionHistory_createdAt - The timestamp of when the package was created.

$sel:packageVersion:PackageVersionHistory', packageVersionHistory_packageVersion - The package version.

$sel:commitMessage:PackageVersionHistory', packageVersionHistory_commitMessage - A message associated with the package version.

packageVersionHistory_createdAt :: Lens' PackageVersionHistory (Maybe UTCTime) Source #

The timestamp of when the package was created.

packageVersionHistory_commitMessage :: Lens' PackageVersionHistory (Maybe Text) Source #

A message associated with the package version.

RecurringCharge

data RecurringCharge Source #

Contains the specific price and frequency of a recurring charges for a reserved OpenSearch instance, or for a reserved OpenSearch instance offering.

See: newRecurringCharge smart constructor.

Constructors

RecurringCharge' 

Fields

Instances

Instances details
Eq RecurringCharge Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RecurringCharge

Read RecurringCharge Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RecurringCharge

Show RecurringCharge Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RecurringCharge

Generic RecurringCharge Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RecurringCharge

Associated Types

type Rep RecurringCharge :: Type -> Type #

NFData RecurringCharge Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RecurringCharge

Methods

rnf :: RecurringCharge -> () #

Hashable RecurringCharge Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RecurringCharge

FromJSON RecurringCharge Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RecurringCharge

type Rep RecurringCharge Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.RecurringCharge

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

newRecurringCharge :: RecurringCharge Source #

Create a value of RecurringCharge 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:recurringChargeFrequency:RecurringCharge', recurringCharge_recurringChargeFrequency - The frequency of the recurring charge.

$sel:recurringChargeAmount:RecurringCharge', recurringCharge_recurringChargeAmount - The monetary amount of the recurring charge.

recurringCharge_recurringChargeAmount :: Lens' RecurringCharge (Maybe Double) Source #

The monetary amount of the recurring charge.

ReservedInstance

data ReservedInstance Source #

Details of a reserved OpenSearch instance.

See: newReservedInstance smart constructor.

Constructors

ReservedInstance' 

Fields

Instances

Instances details
Eq ReservedInstance Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstance

Read ReservedInstance Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstance

Show ReservedInstance Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstance

Generic ReservedInstance Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstance

Associated Types

type Rep ReservedInstance :: Type -> Type #

NFData ReservedInstance Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstance

Methods

rnf :: ReservedInstance -> () #

Hashable ReservedInstance Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstance

FromJSON ReservedInstance Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstance

type Rep ReservedInstance Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstance

type Rep ReservedInstance = D1 ('MetaData "ReservedInstance" "Amazonka.OpenSearch.Types.ReservedInstance" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "ReservedInstance'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "currencyCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenSearchPartitionInstanceType))) :*: (S1 ('MetaSel ('Just "reservationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "billingSubscriptionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))) :*: ((S1 ('MetaSel ('Just "recurringCharges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecurringCharge])) :*: (S1 ('MetaSel ('Just "usagePrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "reservedInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "reservedInstanceOfferingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fixedPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "duration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "paymentOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReservedInstancePaymentOption)))))))

newReservedInstance :: ReservedInstance Source #

Create a value of ReservedInstance 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:state:ReservedInstance', reservedInstance_state - The state of the reserved OpenSearch instance.

$sel:currencyCode:ReservedInstance', reservedInstance_currencyCode - The currency code for the reserved OpenSearch instance offering.

$sel:instanceCount:ReservedInstance', reservedInstance_instanceCount - The number of OpenSearch instances that have been reserved.

$sel:startTime:ReservedInstance', reservedInstance_startTime - The time the reservation started.

$sel:instanceType:ReservedInstance', reservedInstance_instanceType - The OpenSearch instance type offered by the reserved instance offering.

$sel:reservationName:ReservedInstance', reservedInstance_reservationName - The customer-specified identifier to track this reservation.

$sel:billingSubscriptionId:ReservedInstance', reservedInstance_billingSubscriptionId - Undocumented member.

$sel:recurringCharges:ReservedInstance', reservedInstance_recurringCharges - The charge to your account regardless of whether you are creating any domains using the instance offering.

$sel:usagePrice:ReservedInstance', reservedInstance_usagePrice - The rate you are charged for each hour for the domain that is using this reserved instance.

$sel:reservedInstanceId:ReservedInstance', reservedInstance_reservedInstanceId - The unique identifier for the reservation.

$sel:reservedInstanceOfferingId:ReservedInstance', reservedInstance_reservedInstanceOfferingId - The offering identifier.

$sel:fixedPrice:ReservedInstance', reservedInstance_fixedPrice - The upfront fixed charge you will paid to purchase the specific reserved OpenSearch instance offering.

$sel:duration:ReservedInstance', reservedInstance_duration - The duration, in seconds, for which the OpenSearch instance is reserved.

$sel:paymentOption:ReservedInstance', reservedInstance_paymentOption - The payment option as defined in the reserved OpenSearch instance offering.

reservedInstance_state :: Lens' ReservedInstance (Maybe Text) Source #

The state of the reserved OpenSearch instance.

reservedInstance_currencyCode :: Lens' ReservedInstance (Maybe Text) Source #

The currency code for the reserved OpenSearch instance offering.

reservedInstance_instanceCount :: Lens' ReservedInstance (Maybe Int) Source #

The number of OpenSearch instances that have been reserved.

reservedInstance_startTime :: Lens' ReservedInstance (Maybe UTCTime) Source #

The time the reservation started.

reservedInstance_instanceType :: Lens' ReservedInstance (Maybe OpenSearchPartitionInstanceType) Source #

The OpenSearch instance type offered by the reserved instance offering.

reservedInstance_reservationName :: Lens' ReservedInstance (Maybe Text) Source #

The customer-specified identifier to track this reservation.

reservedInstance_recurringCharges :: Lens' ReservedInstance (Maybe [RecurringCharge]) Source #

The charge to your account regardless of whether you are creating any domains using the instance offering.

reservedInstance_usagePrice :: Lens' ReservedInstance (Maybe Double) Source #

The rate you are charged for each hour for the domain that is using this reserved instance.

reservedInstance_reservedInstanceId :: Lens' ReservedInstance (Maybe Text) Source #

The unique identifier for the reservation.

reservedInstance_fixedPrice :: Lens' ReservedInstance (Maybe Double) Source #

The upfront fixed charge you will paid to purchase the specific reserved OpenSearch instance offering.

reservedInstance_duration :: Lens' ReservedInstance (Maybe Int) Source #

The duration, in seconds, for which the OpenSearch instance is reserved.

reservedInstance_paymentOption :: Lens' ReservedInstance (Maybe ReservedInstancePaymentOption) Source #

The payment option as defined in the reserved OpenSearch instance offering.

ReservedInstanceOffering

data ReservedInstanceOffering Source #

Details of a reserved OpenSearch instance offering.

See: newReservedInstanceOffering smart constructor.

Constructors

ReservedInstanceOffering' 

Fields

Instances

Instances details
Eq ReservedInstanceOffering Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstanceOffering

Read ReservedInstanceOffering Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstanceOffering

Show ReservedInstanceOffering Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstanceOffering

Generic ReservedInstanceOffering Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstanceOffering

Associated Types

type Rep ReservedInstanceOffering :: Type -> Type #

NFData ReservedInstanceOffering Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstanceOffering

Hashable ReservedInstanceOffering Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstanceOffering

FromJSON ReservedInstanceOffering Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstanceOffering

type Rep ReservedInstanceOffering Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ReservedInstanceOffering

type Rep ReservedInstanceOffering = D1 ('MetaData "ReservedInstanceOffering" "Amazonka.OpenSearch.Types.ReservedInstanceOffering" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "ReservedInstanceOffering'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "currencyCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenSearchPartitionInstanceType))) :*: (S1 ('MetaSel ('Just "recurringCharges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecurringCharge])) :*: S1 ('MetaSel ('Just "usagePrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: ((S1 ('MetaSel ('Just "reservedInstanceOfferingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fixedPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "duration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "paymentOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReservedInstancePaymentOption))))))

newReservedInstanceOffering :: ReservedInstanceOffering Source #

Create a value of ReservedInstanceOffering 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:currencyCode:ReservedInstanceOffering', reservedInstanceOffering_currencyCode - The currency code for the reserved OpenSearch instance offering.

$sel:instanceType:ReservedInstanceOffering', reservedInstanceOffering_instanceType - The OpenSearch instance type offered by the reserved instance offering.

$sel:recurringCharges:ReservedInstanceOffering', reservedInstanceOffering_recurringCharges - The charge to your account regardless of whether you are creating any domains using the instance offering.

$sel:usagePrice:ReservedInstanceOffering', reservedInstanceOffering_usagePrice - The rate you are charged for each hour the domain that is using the offering is running.

$sel:reservedInstanceOfferingId:ReservedInstanceOffering', reservedInstanceOffering_reservedInstanceOfferingId - The OpenSearch reserved instance offering identifier.

$sel:fixedPrice:ReservedInstanceOffering', reservedInstanceOffering_fixedPrice - The upfront fixed charge you will pay to purchase the specific reserved OpenSearch instance offering.

$sel:duration:ReservedInstanceOffering', reservedInstanceOffering_duration - The duration, in seconds, for which the offering will reserve the OpenSearch instance.

$sel:paymentOption:ReservedInstanceOffering', reservedInstanceOffering_paymentOption - Payment option for the reserved OpenSearch instance offering

reservedInstanceOffering_currencyCode :: Lens' ReservedInstanceOffering (Maybe Text) Source #

The currency code for the reserved OpenSearch instance offering.

reservedInstanceOffering_instanceType :: Lens' ReservedInstanceOffering (Maybe OpenSearchPartitionInstanceType) Source #

The OpenSearch instance type offered by the reserved instance offering.

reservedInstanceOffering_recurringCharges :: Lens' ReservedInstanceOffering (Maybe [RecurringCharge]) Source #

The charge to your account regardless of whether you are creating any domains using the instance offering.

reservedInstanceOffering_usagePrice :: Lens' ReservedInstanceOffering (Maybe Double) Source #

The rate you are charged for each hour the domain that is using the offering is running.

reservedInstanceOffering_reservedInstanceOfferingId :: Lens' ReservedInstanceOffering (Maybe Text) Source #

The OpenSearch reserved instance offering identifier.

reservedInstanceOffering_fixedPrice :: Lens' ReservedInstanceOffering (Maybe Double) Source #

The upfront fixed charge you will pay to purchase the specific reserved OpenSearch instance offering.

reservedInstanceOffering_duration :: Lens' ReservedInstanceOffering (Maybe Int) Source #

The duration, in seconds, for which the offering will reserve the OpenSearch instance.

SAMLIdp

data SAMLIdp Source #

The SAML identity povider's information.

See: newSAMLIdp smart constructor.

Constructors

SAMLIdp' 

Fields

  • metadataContent :: Text

    The metadata of the SAML application in XML format.

  • entityId :: Text

    The unique entity ID of the application in SAML identity provider.

Instances

Instances details
Eq SAMLIdp Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLIdp

Methods

(==) :: SAMLIdp -> SAMLIdp -> Bool #

(/=) :: SAMLIdp -> SAMLIdp -> Bool #

Read SAMLIdp Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLIdp

Show SAMLIdp Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLIdp

Generic SAMLIdp Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLIdp

Associated Types

type Rep SAMLIdp :: Type -> Type #

Methods

from :: SAMLIdp -> Rep SAMLIdp x #

to :: Rep SAMLIdp x -> SAMLIdp #

NFData SAMLIdp Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLIdp

Methods

rnf :: SAMLIdp -> () #

Hashable SAMLIdp Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLIdp

Methods

hashWithSalt :: Int -> SAMLIdp -> Int #

hash :: SAMLIdp -> Int #

ToJSON SAMLIdp Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLIdp

FromJSON SAMLIdp Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLIdp

type Rep SAMLIdp Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLIdp

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

newSAMLIdp Source #

Create a value of SAMLIdp 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:metadataContent:SAMLIdp', sAMLIdp_metadataContent - The metadata of the SAML application in XML format.

$sel:entityId:SAMLIdp', sAMLIdp_entityId - The unique entity ID of the application in SAML identity provider.

sAMLIdp_metadataContent :: Lens' SAMLIdp Text Source #

The metadata of the SAML application in XML format.

sAMLIdp_entityId :: Lens' SAMLIdp Text Source #

The unique entity ID of the application in SAML identity provider.

SAMLOptionsInput

data SAMLOptionsInput Source #

The SAML application configuration for the domain.

See: newSAMLOptionsInput smart constructor.

Constructors

SAMLOptionsInput' 

Fields

Instances

Instances details
Eq SAMLOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLOptionsInput

Show SAMLOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLOptionsInput

Generic SAMLOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLOptionsInput

Associated Types

type Rep SAMLOptionsInput :: Type -> Type #

NFData SAMLOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLOptionsInput

Methods

rnf :: SAMLOptionsInput -> () #

Hashable SAMLOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLOptionsInput

ToJSON SAMLOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLOptionsInput

type Rep SAMLOptionsInput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLOptionsInput

type Rep SAMLOptionsInput = D1 ('MetaData "SAMLOptionsInput" "Amazonka.OpenSearch.Types.SAMLOptionsInput" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "SAMLOptionsInput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "masterUserName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "idp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SAMLIdp)))) :*: ((S1 ('MetaSel ('Just "rolesKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "masterBackendRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sessionTimeoutMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "subjectKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSAMLOptionsInput :: SAMLOptionsInput Source #

Create a value of SAMLOptionsInput 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:masterUserName:SAMLOptionsInput', sAMLOptionsInput_masterUserName - The SAML master username, which is stored in the Amazon OpenSearch Service domain's internal database.

$sel:enabled:SAMLOptionsInput', sAMLOptionsInput_enabled - True if SAML is enabled.

$sel:idp:SAMLOptionsInput', sAMLOptionsInput_idp - The SAML Identity Provider's information.

$sel:rolesKey:SAMLOptionsInput', sAMLOptionsInput_rolesKey - Element of the SAML assertion to use for backend roles. Default is roles.

$sel:masterBackendRole:SAMLOptionsInput', sAMLOptionsInput_masterBackendRole - The backend role that the SAML master user is mapped to.

$sel:sessionTimeoutMinutes:SAMLOptionsInput', sAMLOptionsInput_sessionTimeoutMinutes - The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.

$sel:subjectKey:SAMLOptionsInput', sAMLOptionsInput_subjectKey - Element of the SAML assertion to use for username. Default is NameID.

sAMLOptionsInput_masterUserName :: Lens' SAMLOptionsInput (Maybe Text) Source #

The SAML master username, which is stored in the Amazon OpenSearch Service domain's internal database.

sAMLOptionsInput_idp :: Lens' SAMLOptionsInput (Maybe SAMLIdp) Source #

The SAML Identity Provider's information.

sAMLOptionsInput_rolesKey :: Lens' SAMLOptionsInput (Maybe Text) Source #

Element of the SAML assertion to use for backend roles. Default is roles.

sAMLOptionsInput_masterBackendRole :: Lens' SAMLOptionsInput (Maybe Text) Source #

The backend role that the SAML master user is mapped to.

sAMLOptionsInput_sessionTimeoutMinutes :: Lens' SAMLOptionsInput (Maybe Int) Source #

The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.

sAMLOptionsInput_subjectKey :: Lens' SAMLOptionsInput (Maybe Text) Source #

Element of the SAML assertion to use for username. Default is NameID.

SAMLOptionsOutput

data SAMLOptionsOutput Source #

Describes the SAML application configured for the domain.

See: newSAMLOptionsOutput smart constructor.

Constructors

SAMLOptionsOutput' 

Fields

Instances

Instances details
Eq SAMLOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLOptionsOutput

Read SAMLOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLOptionsOutput

Show SAMLOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLOptionsOutput

Generic SAMLOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLOptionsOutput

Associated Types

type Rep SAMLOptionsOutput :: Type -> Type #

NFData SAMLOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLOptionsOutput

Methods

rnf :: SAMLOptionsOutput -> () #

Hashable SAMLOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLOptionsOutput

FromJSON SAMLOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLOptionsOutput

type Rep SAMLOptionsOutput Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SAMLOptionsOutput

type Rep SAMLOptionsOutput = D1 ('MetaData "SAMLOptionsOutput" "Amazonka.OpenSearch.Types.SAMLOptionsOutput" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "SAMLOptionsOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "idp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SAMLIdp))) :*: (S1 ('MetaSel ('Just "rolesKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sessionTimeoutMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "subjectKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSAMLOptionsOutput :: SAMLOptionsOutput Source #

Create a value of SAMLOptionsOutput 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:enabled:SAMLOptionsOutput', sAMLOptionsOutput_enabled - True if SAML is enabled.

$sel:idp:SAMLOptionsOutput', sAMLOptionsOutput_idp - Describes the SAML identity provider's information.

$sel:rolesKey:SAMLOptionsOutput', sAMLOptionsOutput_rolesKey - The key used for matching the SAML roles attribute.

$sel:sessionTimeoutMinutes:SAMLOptionsOutput', sAMLOptionsOutput_sessionTimeoutMinutes - The duration, in minutes, after which a user session becomes inactive.

$sel:subjectKey:SAMLOptionsOutput', sAMLOptionsOutput_subjectKey - The key used for matching the SAML subject attribute.

sAMLOptionsOutput_idp :: Lens' SAMLOptionsOutput (Maybe SAMLIdp) Source #

Describes the SAML identity provider's information.

sAMLOptionsOutput_rolesKey :: Lens' SAMLOptionsOutput (Maybe Text) Source #

The key used for matching the SAML roles attribute.

sAMLOptionsOutput_sessionTimeoutMinutes :: Lens' SAMLOptionsOutput (Maybe Int) Source #

The duration, in minutes, after which a user session becomes inactive.

sAMLOptionsOutput_subjectKey :: Lens' SAMLOptionsOutput (Maybe Text) Source #

The key used for matching the SAML subject attribute.

ScheduledAutoTuneDetails

data ScheduledAutoTuneDetails Source #

Specifies details about the scheduled Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service for more information.

See: newScheduledAutoTuneDetails smart constructor.

Constructors

ScheduledAutoTuneDetails' 

Fields

Instances

Instances details
Eq ScheduledAutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneDetails

Read ScheduledAutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneDetails

Show ScheduledAutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneDetails

Generic ScheduledAutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneDetails

Associated Types

type Rep ScheduledAutoTuneDetails :: Type -> Type #

NFData ScheduledAutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneDetails

Hashable ScheduledAutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneDetails

FromJSON ScheduledAutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneDetails

type Rep ScheduledAutoTuneDetails Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ScheduledAutoTuneDetails

type Rep ScheduledAutoTuneDetails = D1 ('MetaData "ScheduledAutoTuneDetails" "Amazonka.OpenSearch.Types.ScheduledAutoTuneDetails" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "ScheduledAutoTuneDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "severity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduledAutoTuneSeverityType)) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "date") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduledAutoTuneActionType)))))

newScheduledAutoTuneDetails :: ScheduledAutoTuneDetails Source #

Create a value of ScheduledAutoTuneDetails 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:severity:ScheduledAutoTuneDetails', scheduledAutoTuneDetails_severity - The Auto-Tune action severity. Valid values are LOW, MEDIUM, and HIGH.

$sel:action:ScheduledAutoTuneDetails', scheduledAutoTuneDetails_action - The Auto-Tune action description.

$sel:date:ScheduledAutoTuneDetails', scheduledAutoTuneDetails_date - The timestamp of the Auto-Tune action scheduled for the domain.

$sel:actionType:ScheduledAutoTuneDetails', scheduledAutoTuneDetails_actionType - The Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.

scheduledAutoTuneDetails_severity :: Lens' ScheduledAutoTuneDetails (Maybe ScheduledAutoTuneSeverityType) Source #

The Auto-Tune action severity. Valid values are LOW, MEDIUM, and HIGH.

scheduledAutoTuneDetails_date :: Lens' ScheduledAutoTuneDetails (Maybe UTCTime) Source #

The timestamp of the Auto-Tune action scheduled for the domain.

scheduledAutoTuneDetails_actionType :: Lens' ScheduledAutoTuneDetails (Maybe ScheduledAutoTuneActionType) Source #

The Auto-Tune action type. Valid values are JVM_HEAP_SIZE_TUNING and JVM_YOUNG_GEN_TUNING.

ServiceSoftwareOptions

data ServiceSoftwareOptions Source #

The current options of an domain service software options.

See: newServiceSoftwareOptions smart constructor.

Constructors

ServiceSoftwareOptions' 

Fields

  • automatedUpdateDate :: Maybe POSIX

    The timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.

  • currentVersion :: Maybe Text

    The current service software version present on the domain.

  • optionalDeployment :: Maybe Bool

    True if a service software is never automatically updated. False if a service software is automatically updated after AutomatedUpdateDate.

  • updateStatus :: Maybe DeploymentStatus

    The status of your service software update. This field can take the following values: ELIGIBLE, PENDING_UPDATE, IN_PROGRESS, COMPLETED, and NOT_ELIGIBLE.

  • cancellable :: Maybe Bool

    True if you're able to cancel your service software version update. False if you can't cancel your service software update.

  • updateAvailable :: Maybe Bool

    True if you're able to update your service software version. False if you can't update your service software version.

  • description :: Maybe Text

    The description of the UpdateStatus.

  • newVersion' :: Maybe Text

    The new service software version if one is available.

Instances

Instances details
Eq ServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ServiceSoftwareOptions

Read ServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ServiceSoftwareOptions

Show ServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ServiceSoftwareOptions

Generic ServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ServiceSoftwareOptions

Associated Types

type Rep ServiceSoftwareOptions :: Type -> Type #

NFData ServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ServiceSoftwareOptions

Methods

rnf :: ServiceSoftwareOptions -> () #

Hashable ServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ServiceSoftwareOptions

FromJSON ServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ServiceSoftwareOptions

type Rep ServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ServiceSoftwareOptions

type Rep ServiceSoftwareOptions = D1 ('MetaData "ServiceSoftwareOptions" "Amazonka.OpenSearch.Types.ServiceSoftwareOptions" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "ServiceSoftwareOptions'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "automatedUpdateDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "currentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "optionalDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "updateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentStatus)))) :*: ((S1 ('MetaSel ('Just "cancellable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "updateAvailable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "newVersion'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newServiceSoftwareOptions :: ServiceSoftwareOptions Source #

Create a value of ServiceSoftwareOptions 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:automatedUpdateDate:ServiceSoftwareOptions', serviceSoftwareOptions_automatedUpdateDate - The timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.

$sel:currentVersion:ServiceSoftwareOptions', serviceSoftwareOptions_currentVersion - The current service software version present on the domain.

$sel:optionalDeployment:ServiceSoftwareOptions', serviceSoftwareOptions_optionalDeployment - True if a service software is never automatically updated. False if a service software is automatically updated after AutomatedUpdateDate.

$sel:updateStatus:ServiceSoftwareOptions', serviceSoftwareOptions_updateStatus - The status of your service software update. This field can take the following values: ELIGIBLE, PENDING_UPDATE, IN_PROGRESS, COMPLETED, and NOT_ELIGIBLE.

$sel:cancellable:ServiceSoftwareOptions', serviceSoftwareOptions_cancellable - True if you're able to cancel your service software version update. False if you can't cancel your service software update.

$sel:updateAvailable:ServiceSoftwareOptions', serviceSoftwareOptions_updateAvailable - True if you're able to update your service software version. False if you can't update your service software version.

$sel:description:ServiceSoftwareOptions', serviceSoftwareOptions_description - The description of the UpdateStatus.

$sel:newVersion':ServiceSoftwareOptions', serviceSoftwareOptions_newVersion - The new service software version if one is available.

serviceSoftwareOptions_automatedUpdateDate :: Lens' ServiceSoftwareOptions (Maybe UTCTime) Source #

The timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.

serviceSoftwareOptions_currentVersion :: Lens' ServiceSoftwareOptions (Maybe Text) Source #

The current service software version present on the domain.

serviceSoftwareOptions_optionalDeployment :: Lens' ServiceSoftwareOptions (Maybe Bool) Source #

True if a service software is never automatically updated. False if a service software is automatically updated after AutomatedUpdateDate.

serviceSoftwareOptions_updateStatus :: Lens' ServiceSoftwareOptions (Maybe DeploymentStatus) Source #

The status of your service software update. This field can take the following values: ELIGIBLE, PENDING_UPDATE, IN_PROGRESS, COMPLETED, and NOT_ELIGIBLE.

serviceSoftwareOptions_cancellable :: Lens' ServiceSoftwareOptions (Maybe Bool) Source #

True if you're able to cancel your service software version update. False if you can't cancel your service software update.

serviceSoftwareOptions_updateAvailable :: Lens' ServiceSoftwareOptions (Maybe Bool) Source #

True if you're able to update your service software version. False if you can't update your service software version.

serviceSoftwareOptions_newVersion :: Lens' ServiceSoftwareOptions (Maybe Text) Source #

The new service software version if one is available.

SnapshotOptions

data SnapshotOptions Source #

The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default is 0 hours.

See: newSnapshotOptions smart constructor.

Constructors

SnapshotOptions' 

Fields

Instances

Instances details
Eq SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

Read SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

Show SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

Generic SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

Associated Types

type Rep SnapshotOptions :: Type -> Type #

NFData SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

Methods

rnf :: SnapshotOptions -> () #

Hashable SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

ToJSON SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

FromJSON SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

type Rep SnapshotOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptions

type Rep SnapshotOptions = D1 ('MetaData "SnapshotOptions" "Amazonka.OpenSearch.Types.SnapshotOptions" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "SnapshotOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "automatedSnapshotStartHour") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newSnapshotOptions :: SnapshotOptions Source #

Create a value of SnapshotOptions 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:automatedSnapshotStartHour:SnapshotOptions', snapshotOptions_automatedSnapshotStartHour - The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default is 0 hours.

snapshotOptions_automatedSnapshotStartHour :: Lens' SnapshotOptions (Maybe Int) Source #

The time, in UTC format, when the service takes a daily automated snapshot of the specified domain. Default is 0 hours.

SnapshotOptionsStatus

data SnapshotOptionsStatus Source #

Status of a daily automated snapshot.

See: newSnapshotOptionsStatus smart constructor.

Constructors

SnapshotOptionsStatus' 

Fields

Instances

Instances details
Eq SnapshotOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptionsStatus

Read SnapshotOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptionsStatus

Show SnapshotOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptionsStatus

Generic SnapshotOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptionsStatus

Associated Types

type Rep SnapshotOptionsStatus :: Type -> Type #

NFData SnapshotOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptionsStatus

Methods

rnf :: SnapshotOptionsStatus -> () #

Hashable SnapshotOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptionsStatus

FromJSON SnapshotOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptionsStatus

type Rep SnapshotOptionsStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.SnapshotOptionsStatus

type Rep SnapshotOptionsStatus = D1 ('MetaData "SnapshotOptionsStatus" "Amazonka.OpenSearch.Types.SnapshotOptionsStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "SnapshotOptionsStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SnapshotOptions) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newSnapshotOptionsStatus Source #

Create a value of SnapshotOptionsStatus 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:options:SnapshotOptionsStatus', snapshotOptionsStatus_options - The daily snapshot options specified for the domain.

$sel:status:SnapshotOptionsStatus', snapshotOptionsStatus_status - The status of a daily automated snapshot.

snapshotOptionsStatus_options :: Lens' SnapshotOptionsStatus SnapshotOptions Source #

The daily snapshot options specified for the domain.

snapshotOptionsStatus_status :: Lens' SnapshotOptionsStatus OptionStatus Source #

The status of a daily automated snapshot.

StorageType

data StorageType Source #

StorageTypes represents the list of storage-related types and their attributes that are available for a given InstanceType.

See: newStorageType smart constructor.

Constructors

StorageType' 

Fields

Instances

Instances details
Eq StorageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageType

Read StorageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageType

Show StorageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageType

Generic StorageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageType

Associated Types

type Rep StorageType :: Type -> Type #

NFData StorageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageType

Methods

rnf :: StorageType -> () #

Hashable StorageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageType

FromJSON StorageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageType

type Rep StorageType Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageType

type Rep StorageType = D1 ('MetaData "StorageType" "Amazonka.OpenSearch.Types.StorageType" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "StorageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "storageTypeLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StorageTypeLimit])) :*: (S1 ('MetaSel ('Just "storageSubTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newStorageType :: StorageType Source #

Create a value of StorageType 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:storageTypeLimits:StorageType', storageType_storageTypeLimits - Limits that are applicable for the given storage type.

$sel:storageSubTypeName:StorageType', storageType_storageSubTypeName - Undocumented member.

$sel:storageTypeName:StorageType', storageType_storageTypeName - Undocumented member.

storageType_storageTypeLimits :: Lens' StorageType (Maybe [StorageTypeLimit]) Source #

Limits that are applicable for the given storage type.

StorageTypeLimit

data StorageTypeLimit Source #

Limits that are applicable for the given storage type.

See: newStorageTypeLimit smart constructor.

Constructors

StorageTypeLimit' 

Fields

  • limitName :: Maybe Text

    Name of storage limits that are applicable for the given storage type. If StorageType is "ebs", the following storage options are applicable:

    1. MinimumVolumeSize
    2. MaximumVolumeSize
    3. MaximumIops
    4. MinimumIops
  • limitValues :: Maybe [Text]

    Values for the StorageTypeLimit$LimitName .

Instances

Instances details
Eq StorageTypeLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageTypeLimit

Read StorageTypeLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageTypeLimit

Show StorageTypeLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageTypeLimit

Generic StorageTypeLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageTypeLimit

Associated Types

type Rep StorageTypeLimit :: Type -> Type #

NFData StorageTypeLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageTypeLimit

Methods

rnf :: StorageTypeLimit -> () #

Hashable StorageTypeLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageTypeLimit

FromJSON StorageTypeLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageTypeLimit

type Rep StorageTypeLimit Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.StorageTypeLimit

type Rep StorageTypeLimit = D1 ('MetaData "StorageTypeLimit" "Amazonka.OpenSearch.Types.StorageTypeLimit" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "StorageTypeLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limitName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limitValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newStorageTypeLimit :: StorageTypeLimit Source #

Create a value of StorageTypeLimit 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:limitName:StorageTypeLimit', storageTypeLimit_limitName - Name of storage limits that are applicable for the given storage type. If StorageType is "ebs", the following storage options are applicable:

  1. MinimumVolumeSize
  2. MaximumVolumeSize
  3. MaximumIops
  4. MinimumIops

$sel:limitValues:StorageTypeLimit', storageTypeLimit_limitValues - Values for the StorageTypeLimit$LimitName .

storageTypeLimit_limitName :: Lens' StorageTypeLimit (Maybe Text) Source #

Name of storage limits that are applicable for the given storage type. If StorageType is "ebs", the following storage options are applicable:

  1. MinimumVolumeSize
  2. MaximumVolumeSize
  3. MaximumIops
  4. MinimumIops

storageTypeLimit_limitValues :: Lens' StorageTypeLimit (Maybe [Text]) Source #

Values for the StorageTypeLimit$LimitName .

Tag

data Tag Source #

A key value pair for a resource tag.

See: newTag smart constructor.

Constructors

Tag' 

Fields

  • key :: Text

    The TagKey, the name of the tag. Tag keys must be unique for the domain to which they are attached.

  • value :: Text

    The TagValue, the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.Tag

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

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - The TagKey, the name of the tag. Tag keys must be unique for the domain to which they are attached.

$sel:value:Tag', tag_value - The TagValue, the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

tag_key :: Lens' Tag Text Source #

The TagKey, the name of the tag. Tag keys must be unique for the domain to which they are attached.

tag_value :: Lens' Tag Text Source #

The TagValue, the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

UpgradeHistory

data UpgradeHistory Source #

History of the last 10 upgrades and upgrade eligibility checks.

See: newUpgradeHistory smart constructor.

Constructors

UpgradeHistory' 

Fields

  • upgradeStatus :: Maybe UpgradeStatus

    The current status of the upgrade. The status can take one of the following values:

    • In Progress
    • Succeeded
    • Succeeded with Issues
    • Failed
  • stepsList :: Maybe [UpgradeStepItem]

    A list of UpgradeStepItem s representing information about each step performed as part of a specific upgrade or upgrade eligibility check.

  • upgradeName :: Maybe Text

    A string that briefly describes the upgrade.

  • startTimestamp :: Maybe POSIX

    UTC timestamp at which the upgrade API call was made in "yyyy-MM-ddTHH:mm:ssZ" format.

Instances

Instances details
Eq UpgradeHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeHistory

Read UpgradeHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeHistory

Show UpgradeHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeHistory

Generic UpgradeHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeHistory

Associated Types

type Rep UpgradeHistory :: Type -> Type #

NFData UpgradeHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeHistory

Methods

rnf :: UpgradeHistory -> () #

Hashable UpgradeHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeHistory

FromJSON UpgradeHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeHistory

type Rep UpgradeHistory Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeHistory

type Rep UpgradeHistory = D1 ('MetaData "UpgradeHistory" "Amazonka.OpenSearch.Types.UpgradeHistory" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "UpgradeHistory'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "upgradeStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpgradeStatus)) :*: S1 ('MetaSel ('Just "stepsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UpgradeStepItem]))) :*: (S1 ('MetaSel ('Just "upgradeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newUpgradeHistory :: UpgradeHistory Source #

Create a value of UpgradeHistory 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:upgradeStatus:UpgradeHistory', upgradeHistory_upgradeStatus - The current status of the upgrade. The status can take one of the following values:

  • In Progress
  • Succeeded
  • Succeeded with Issues
  • Failed

$sel:stepsList:UpgradeHistory', upgradeHistory_stepsList - A list of UpgradeStepItem s representing information about each step performed as part of a specific upgrade or upgrade eligibility check.

$sel:upgradeName:UpgradeHistory', upgradeHistory_upgradeName - A string that briefly describes the upgrade.

$sel:startTimestamp:UpgradeHistory', upgradeHistory_startTimestamp - UTC timestamp at which the upgrade API call was made in "yyyy-MM-ddTHH:mm:ssZ" format.

upgradeHistory_upgradeStatus :: Lens' UpgradeHistory (Maybe UpgradeStatus) Source #

The current status of the upgrade. The status can take one of the following values:

  • In Progress
  • Succeeded
  • Succeeded with Issues
  • Failed

upgradeHistory_stepsList :: Lens' UpgradeHistory (Maybe [UpgradeStepItem]) Source #

A list of UpgradeStepItem s representing information about each step performed as part of a specific upgrade or upgrade eligibility check.

upgradeHistory_upgradeName :: Lens' UpgradeHistory (Maybe Text) Source #

A string that briefly describes the upgrade.

upgradeHistory_startTimestamp :: Lens' UpgradeHistory (Maybe UTCTime) Source #

UTC timestamp at which the upgrade API call was made in "yyyy-MM-ddTHH:mm:ssZ" format.

UpgradeStepItem

data UpgradeStepItem Source #

Represents a single step of the upgrade or upgrade eligibility check workflow.

See: newUpgradeStepItem smart constructor.

Constructors

UpgradeStepItem' 

Fields

  • upgradeStepStatus :: Maybe UpgradeStatus

    The current status of the upgrade. The status can take one of the following values:

    • In Progress
    • Succeeded
    • Succeeded with Issues
    • Failed
  • progressPercent :: Maybe Double

    The floating point value representing the progress percentage of a particular step.

  • issues :: Maybe [Text]

    A list of strings containing detailed information about the errors encountered in a particular step.

  • upgradeStep :: Maybe UpgradeStep

    One of three steps an upgrade or upgrade eligibility check goes through:

    • PreUpgradeCheck
    • Snapshot
    • Upgrade

Instances

Instances details
Eq UpgradeStepItem Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStepItem

Read UpgradeStepItem Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStepItem

Show UpgradeStepItem Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStepItem

Generic UpgradeStepItem Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStepItem

Associated Types

type Rep UpgradeStepItem :: Type -> Type #

NFData UpgradeStepItem Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStepItem

Methods

rnf :: UpgradeStepItem -> () #

Hashable UpgradeStepItem Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStepItem

FromJSON UpgradeStepItem Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStepItem

type Rep UpgradeStepItem Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.UpgradeStepItem

type Rep UpgradeStepItem = D1 ('MetaData "UpgradeStepItem" "Amazonka.OpenSearch.Types.UpgradeStepItem" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "UpgradeStepItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "upgradeStepStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpgradeStatus)) :*: S1 ('MetaSel ('Just "progressPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "issues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "upgradeStep") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpgradeStep)))))

newUpgradeStepItem :: UpgradeStepItem Source #

Create a value of UpgradeStepItem 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:upgradeStepStatus:UpgradeStepItem', upgradeStepItem_upgradeStepStatus - The current status of the upgrade. The status can take one of the following values:

  • In Progress
  • Succeeded
  • Succeeded with Issues
  • Failed

$sel:progressPercent:UpgradeStepItem', upgradeStepItem_progressPercent - The floating point value representing the progress percentage of a particular step.

$sel:issues:UpgradeStepItem', upgradeStepItem_issues - A list of strings containing detailed information about the errors encountered in a particular step.

$sel:upgradeStep:UpgradeStepItem', upgradeStepItem_upgradeStep - One of three steps an upgrade or upgrade eligibility check goes through:

  • PreUpgradeCheck
  • Snapshot
  • Upgrade

upgradeStepItem_upgradeStepStatus :: Lens' UpgradeStepItem (Maybe UpgradeStatus) Source #

The current status of the upgrade. The status can take one of the following values:

  • In Progress
  • Succeeded
  • Succeeded with Issues
  • Failed

upgradeStepItem_progressPercent :: Lens' UpgradeStepItem (Maybe Double) Source #

The floating point value representing the progress percentage of a particular step.

upgradeStepItem_issues :: Lens' UpgradeStepItem (Maybe [Text]) Source #

A list of strings containing detailed information about the errors encountered in a particular step.

upgradeStepItem_upgradeStep :: Lens' UpgradeStepItem (Maybe UpgradeStep) Source #

One of three steps an upgrade or upgrade eligibility check goes through:

  • PreUpgradeCheck
  • Snapshot
  • Upgrade

VPCDerivedInfo

data VPCDerivedInfo Source #

Options to specify the subnets and security groups for the VPC endpoint. For more information, see Launching your Amazon OpenSearch Service domains using a VPC.

See: newVPCDerivedInfo smart constructor.

Constructors

VPCDerivedInfo' 

Fields

Instances

Instances details
Eq VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

Read VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

Show VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

Generic VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

Associated Types

type Rep VPCDerivedInfo :: Type -> Type #

NFData VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

Methods

rnf :: VPCDerivedInfo -> () #

Hashable VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

FromJSON VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

type Rep VPCDerivedInfo Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfo

type Rep VPCDerivedInfo = D1 ('MetaData "VPCDerivedInfo" "Amazonka.OpenSearch.Types.VPCDerivedInfo" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "VPCDerivedInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "vPCId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newVPCDerivedInfo :: VPCDerivedInfo Source #

Create a value of VPCDerivedInfo 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:securityGroupIds:VPCDerivedInfo', vPCDerivedInfo_securityGroupIds - The security groups for the VPC endpoint.

$sel:subnetIds:VPCDerivedInfo', vPCDerivedInfo_subnetIds - The subnets for the VPC endpoint.

$sel:vPCId:VPCDerivedInfo', vPCDerivedInfo_vPCId - The VPC ID for the domain. Exists only if the domain was created with VPCOptions.

$sel:availabilityZones:VPCDerivedInfo', vPCDerivedInfo_availabilityZones - The Availability Zones for the domain. Exists only if the domain was created with VPCOptions.

vPCDerivedInfo_securityGroupIds :: Lens' VPCDerivedInfo (Maybe [Text]) Source #

The security groups for the VPC endpoint.

vPCDerivedInfo_subnetIds :: Lens' VPCDerivedInfo (Maybe [Text]) Source #

The subnets for the VPC endpoint.

vPCDerivedInfo_vPCId :: Lens' VPCDerivedInfo (Maybe Text) Source #

The VPC ID for the domain. Exists only if the domain was created with VPCOptions.

vPCDerivedInfo_availabilityZones :: Lens' VPCDerivedInfo (Maybe [Text]) Source #

The Availability Zones for the domain. Exists only if the domain was created with VPCOptions.

VPCDerivedInfoStatus

data VPCDerivedInfoStatus Source #

Status of the VPC options for the specified domain.

See: newVPCDerivedInfoStatus smart constructor.

Constructors

VPCDerivedInfoStatus' 

Fields

Instances

Instances details
Eq VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfoStatus

Read VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfoStatus

Show VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfoStatus

Generic VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfoStatus

Associated Types

type Rep VPCDerivedInfoStatus :: Type -> Type #

NFData VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfoStatus

Methods

rnf :: VPCDerivedInfoStatus -> () #

Hashable VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfoStatus

FromJSON VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfoStatus

type Rep VPCDerivedInfoStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCDerivedInfoStatus

type Rep VPCDerivedInfoStatus = D1 ('MetaData "VPCDerivedInfoStatus" "Amazonka.OpenSearch.Types.VPCDerivedInfoStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "VPCDerivedInfoStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VPCDerivedInfo) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newVPCDerivedInfoStatus Source #

Create a value of VPCDerivedInfoStatus 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:options:VPCDerivedInfoStatus', vPCDerivedInfoStatus_options - The VPC options for the specified domain.

$sel:status:VPCDerivedInfoStatus', vPCDerivedInfoStatus_status - The status of the VPC options for the specified domain.

vPCDerivedInfoStatus_status :: Lens' VPCDerivedInfoStatus OptionStatus Source #

The status of the VPC options for the specified domain.

VPCOptions

data VPCOptions Source #

Options to specify the subnets and security groups for the VPC endpoint. For more information, see Launching your Amazon OpenSearch Service domains using a VPC.

See: newVPCOptions smart constructor.

Constructors

VPCOptions' 

Fields

Instances

Instances details
Eq VPCOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCOptions

Read VPCOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCOptions

Show VPCOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCOptions

Generic VPCOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCOptions

Associated Types

type Rep VPCOptions :: Type -> Type #

NFData VPCOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCOptions

Methods

rnf :: VPCOptions -> () #

Hashable VPCOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCOptions

ToJSON VPCOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCOptions

type Rep VPCOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VPCOptions

type Rep VPCOptions = D1 ('MetaData "VPCOptions" "Amazonka.OpenSearch.Types.VPCOptions" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "VPCOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newVPCOptions :: VPCOptions Source #

Create a value of VPCOptions 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:securityGroupIds:VPCOptions', vPCOptions_securityGroupIds - The security groups for the VPC endpoint.

$sel:subnetIds:VPCOptions', vPCOptions_subnetIds - The subnets for the VPC endpoint.

vPCOptions_securityGroupIds :: Lens' VPCOptions (Maybe [Text]) Source #

The security groups for the VPC endpoint.

vPCOptions_subnetIds :: Lens' VPCOptions (Maybe [Text]) Source #

The subnets for the VPC endpoint.

VersionStatus

data VersionStatus Source #

The status of the OpenSearch version options for the specified OpenSearch domain.

See: newVersionStatus smart constructor.

Constructors

VersionStatus' 

Fields

  • options :: Text

    The OpenSearch version for the specified OpenSearch domain.

  • status :: OptionStatus

    The status of the OpenSearch version options for the specified OpenSearch domain.

Instances

Instances details
Eq VersionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VersionStatus

Read VersionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VersionStatus

Show VersionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VersionStatus

Generic VersionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VersionStatus

Associated Types

type Rep VersionStatus :: Type -> Type #

NFData VersionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VersionStatus

Methods

rnf :: VersionStatus -> () #

Hashable VersionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VersionStatus

FromJSON VersionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VersionStatus

type Rep VersionStatus Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.VersionStatus

type Rep VersionStatus = D1 ('MetaData "VersionStatus" "Amazonka.OpenSearch.Types.VersionStatus" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "VersionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OptionStatus)))

newVersionStatus Source #

Create a value of VersionStatus 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:options:VersionStatus', versionStatus_options - The OpenSearch version for the specified OpenSearch domain.

$sel:status:VersionStatus', versionStatus_status - The status of the OpenSearch version options for the specified OpenSearch domain.

versionStatus_options :: Lens' VersionStatus Text Source #

The OpenSearch version for the specified OpenSearch domain.

versionStatus_status :: Lens' VersionStatus OptionStatus Source #

The status of the OpenSearch version options for the specified OpenSearch domain.

ZoneAwarenessConfig

data ZoneAwarenessConfig Source #

The zone awareness configuration for the domain cluster, such as the number of availability zones.

See: newZoneAwarenessConfig smart constructor.

Constructors

ZoneAwarenessConfig' 

Fields

  • availabilityZoneCount :: Maybe Int

    An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled.

Instances

Instances details
Eq ZoneAwarenessConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ZoneAwarenessConfig

Read ZoneAwarenessConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ZoneAwarenessConfig

Show ZoneAwarenessConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ZoneAwarenessConfig

Generic ZoneAwarenessConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ZoneAwarenessConfig

Associated Types

type Rep ZoneAwarenessConfig :: Type -> Type #

NFData ZoneAwarenessConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ZoneAwarenessConfig

Methods

rnf :: ZoneAwarenessConfig -> () #

Hashable ZoneAwarenessConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ZoneAwarenessConfig

ToJSON ZoneAwarenessConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ZoneAwarenessConfig

FromJSON ZoneAwarenessConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ZoneAwarenessConfig

type Rep ZoneAwarenessConfig Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.ZoneAwarenessConfig

type Rep ZoneAwarenessConfig = D1 ('MetaData "ZoneAwarenessConfig" "Amazonka.OpenSearch.Types.ZoneAwarenessConfig" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "ZoneAwarenessConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "availabilityZoneCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newZoneAwarenessConfig :: ZoneAwarenessConfig Source #

Create a value of ZoneAwarenessConfig 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:availabilityZoneCount:ZoneAwarenessConfig', zoneAwarenessConfig_availabilityZoneCount - An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled.

zoneAwarenessConfig_availabilityZoneCount :: Lens' ZoneAwarenessConfig (Maybe Int) Source #

An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled.