amazonka-elasticsearch-2.0: Amazon Elasticsearch Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ElasticSearch.Types.ElasticsearchDomainStatus

Description

 
Synopsis

Documentation

data ElasticsearchDomainStatus Source #

The current status of an Elasticsearch domain.

See: newElasticsearchDomainStatus smart constructor.

Constructors

ElasticsearchDomainStatus' 

Fields

Instances

Instances details
FromJSON ElasticsearchDomainStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ElasticsearchDomainStatus

Generic ElasticsearchDomainStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ElasticsearchDomainStatus

Associated Types

type Rep ElasticsearchDomainStatus :: Type -> Type #

Read ElasticsearchDomainStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ElasticsearchDomainStatus

Show ElasticsearchDomainStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ElasticsearchDomainStatus

NFData ElasticsearchDomainStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ElasticsearchDomainStatus

Eq ElasticsearchDomainStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ElasticsearchDomainStatus

Hashable ElasticsearchDomainStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ElasticsearchDomainStatus

type Rep ElasticsearchDomainStatus Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ElasticsearchDomainStatus

type Rep ElasticsearchDomainStatus = D1 ('MetaData "ElasticsearchDomainStatus" "Amazonka.ElasticSearch.Types.ElasticsearchDomainStatus" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "ElasticsearchDomainStatus'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "accessPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "advancedOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "advancedSecurityOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdvancedSecurityOptions)))) :*: (S1 ('MetaSel ('Just "autoTuneOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoTuneOptionsOutput)) :*: (S1 ('MetaSel ('Just "changeProgressDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeProgressDetails)) :*: S1 ('MetaSel ('Just "cognitoOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CognitoOptions))))) :*: ((S1 ('MetaSel ('Just "created") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "deleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "domainEndpointOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainEndpointOptions)))) :*: (S1 ('MetaSel ('Just "eBSOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EBSOptions)) :*: (S1 ('MetaSel ('Just "elasticsearchVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionAtRestOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionAtRestOptions)))))) :*: (((S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "logPublishingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap LogType LogPublishingOption))))) :*: (S1 ('MetaSel ('Just "nodeToNodeEncryptionOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeToNodeEncryptionOptions)) :*: (S1 ('MetaSel ('Just "processing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "serviceSoftwareOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceSoftwareOptions))))) :*: ((S1 ('MetaSel ('Just "snapshotOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnapshotOptions)) :*: (S1 ('MetaSel ('Just "upgradeProcessing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "vPCOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCDerivedInfo)))) :*: ((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 "elasticsearchClusterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ElasticsearchClusterConfig)))))))

newElasticsearchDomainStatus Source #

Create a value of ElasticsearchDomainStatus 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:accessPolicies:ElasticsearchDomainStatus', elasticsearchDomainStatus_accessPolicies - IAM access policy as a JSON-formatted string.

$sel:advancedOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_advancedOptions - Specifies the status of the AdvancedOptions

$sel:advancedSecurityOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_advancedSecurityOptions - The current status of the Elasticsearch domain's advanced security options.

$sel:autoTuneOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_autoTuneOptions - The current status of the Elasticsearch domain's Auto-Tune options.

$sel:changeProgressDetails:ElasticsearchDomainStatus', elasticsearchDomainStatus_changeProgressDetails - Specifies change details of the domain configuration change.

$sel:cognitoOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_cognitoOptions - The CognitoOptions for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.

$sel:created:ElasticsearchDomainStatus', elasticsearchDomainStatus_created - The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

$sel:deleted:ElasticsearchDomainStatus', elasticsearchDomainStatus_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:domainEndpointOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_domainEndpointOptions - The current status of the Elasticsearch domain's endpoint options.

$sel:eBSOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_eBSOptions - The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

$sel:elasticsearchVersion:ElasticsearchDomainStatus', elasticsearchDomainStatus_elasticsearchVersion - Undocumented member.

$sel:encryptionAtRestOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_encryptionAtRestOptions - Specifies the status of the EncryptionAtRestOptions.

$sel:endpoint:ElasticsearchDomainStatus', elasticsearchDomainStatus_endpoint - The Elasticsearch domain endpoint that you use to submit index and search requests.

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

$sel:logPublishingOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_logPublishingOptions - Log publishing options for the given domain.

$sel:nodeToNodeEncryptionOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_nodeToNodeEncryptionOptions - Specifies the status of the NodeToNodeEncryptionOptions.

$sel:processing:ElasticsearchDomainStatus', elasticsearchDomainStatus_processing - The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

$sel:serviceSoftwareOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_serviceSoftwareOptions - The current status of the Elasticsearch domain's service software.

$sel:snapshotOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_snapshotOptions - Specifies the status of the SnapshotOptions

$sel:upgradeProcessing:ElasticsearchDomainStatus', elasticsearchDomainStatus_upgradeProcessing - The status of an Elasticsearch domain version upgrade. True if Amazon Elasticsearch Service is undergoing a version upgrade. False if the configuration is active.

$sel:vPCOptions:ElasticsearchDomainStatus', elasticsearchDomainStatus_vPCOptions - The VPCOptions for the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.

$sel:domainId:ElasticsearchDomainStatus', elasticsearchDomainStatus_domainId - The unique identifier for the specified Elasticsearch domain.

$sel:domainName:ElasticsearchDomainStatus', elasticsearchDomainStatus_domainName - The name of an Elasticsearch 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:ElasticsearchDomainStatus', elasticsearchDomainStatus_arn - The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

$sel:elasticsearchClusterConfig:ElasticsearchDomainStatus', elasticsearchDomainStatus_elasticsearchClusterConfig - The type and number of instances in the domain cluster.

elasticsearchDomainStatus_advancedSecurityOptions :: Lens' ElasticsearchDomainStatus (Maybe AdvancedSecurityOptions) Source #

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

elasticsearchDomainStatus_autoTuneOptions :: Lens' ElasticsearchDomainStatus (Maybe AutoTuneOptionsOutput) Source #

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

elasticsearchDomainStatus_created :: Lens' ElasticsearchDomainStatus (Maybe Bool) Source #

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

elasticsearchDomainStatus_deleted :: Lens' ElasticsearchDomainStatus (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.

elasticsearchDomainStatus_domainEndpointOptions :: Lens' ElasticsearchDomainStatus (Maybe DomainEndpointOptions) Source #

The current status of the Elasticsearch domain's endpoint options.

elasticsearchDomainStatus_eBSOptions :: Lens' ElasticsearchDomainStatus (Maybe EBSOptions) Source #

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

elasticsearchDomainStatus_endpoint :: Lens' ElasticsearchDomainStatus (Maybe Text) Source #

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

elasticsearchDomainStatus_endpoints :: Lens' ElasticsearchDomainStatus (Maybe (HashMap Text Text)) Source #

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

elasticsearchDomainStatus_processing :: Lens' ElasticsearchDomainStatus (Maybe Bool) Source #

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

elasticsearchDomainStatus_serviceSoftwareOptions :: Lens' ElasticsearchDomainStatus (Maybe ServiceSoftwareOptions) Source #

The current status of the Elasticsearch domain's service software.

elasticsearchDomainStatus_upgradeProcessing :: Lens' ElasticsearchDomainStatus (Maybe Bool) Source #

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

elasticsearchDomainStatus_domainId :: Lens' ElasticsearchDomainStatus Text Source #

The unique identifier for the specified Elasticsearch domain.

elasticsearchDomainStatus_domainName :: Lens' ElasticsearchDomainStatus Text Source #

The name of an Elasticsearch 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).

elasticsearchDomainStatus_arn :: Lens' ElasticsearchDomainStatus Text Source #

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.