libZSservicesZSamazonka-securityhubZSamazonka-securityhub
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.SecurityHub.Types.AwsElasticsearchDomainServiceSoftwareOptions

Description

 
Synopsis

Documentation

data AwsElasticsearchDomainServiceSoftwareOptions Source #

Information about the state of the domain relative to the latest service software.

See: newAwsElasticsearchDomainServiceSoftwareOptions smart constructor.

Constructors

AwsElasticsearchDomainServiceSoftwareOptions' 

Fields

Instances

Instances details
Eq AwsElasticsearchDomainServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainServiceSoftwareOptions

Read AwsElasticsearchDomainServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainServiceSoftwareOptions

Show AwsElasticsearchDomainServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainServiceSoftwareOptions

Generic AwsElasticsearchDomainServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainServiceSoftwareOptions

NFData AwsElasticsearchDomainServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainServiceSoftwareOptions

Hashable AwsElasticsearchDomainServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainServiceSoftwareOptions

ToJSON AwsElasticsearchDomainServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainServiceSoftwareOptions

FromJSON AwsElasticsearchDomainServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainServiceSoftwareOptions

type Rep AwsElasticsearchDomainServiceSoftwareOptions Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsElasticsearchDomainServiceSoftwareOptions

type Rep AwsElasticsearchDomainServiceSoftwareOptions = D1 ('MetaData "AwsElasticsearchDomainServiceSoftwareOptions" "Amazonka.SecurityHub.Types.AwsElasticsearchDomainServiceSoftwareOptions" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsElasticsearchDomainServiceSoftwareOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "automatedUpdateDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "currentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((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))))))

newAwsElasticsearchDomainServiceSoftwareOptions :: AwsElasticsearchDomainServiceSoftwareOptions Source #

Create a value of AwsElasticsearchDomainServiceSoftwareOptions 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:AwsElasticsearchDomainServiceSoftwareOptions', awsElasticsearchDomainServiceSoftwareOptions_automatedUpdateDate - The epoch time when the deployment window closes for required updates. After this time, Amazon OpenSearch Service schedules the software upgrade automatically.

$sel:currentVersion:AwsElasticsearchDomainServiceSoftwareOptions', awsElasticsearchDomainServiceSoftwareOptions_currentVersion - The version of the service software that is currently installed on the domain.

$sel:updateStatus:AwsElasticsearchDomainServiceSoftwareOptions', awsElasticsearchDomainServiceSoftwareOptions_updateStatus - The status of the service software update.

$sel:cancellable:AwsElasticsearchDomainServiceSoftwareOptions', awsElasticsearchDomainServiceSoftwareOptions_cancellable - Whether a request to update the domain can be canceled.

$sel:updateAvailable:AwsElasticsearchDomainServiceSoftwareOptions', awsElasticsearchDomainServiceSoftwareOptions_updateAvailable - Whether a service software update is available for the domain.

$sel:description:AwsElasticsearchDomainServiceSoftwareOptions', awsElasticsearchDomainServiceSoftwareOptions_description - A more detailed description of the service software status.

$sel:newVersion':AwsElasticsearchDomainServiceSoftwareOptions', awsElasticsearchDomainServiceSoftwareOptions_newVersion - The most recent version of the service software.

awsElasticsearchDomainServiceSoftwareOptions_automatedUpdateDate :: Lens' AwsElasticsearchDomainServiceSoftwareOptions (Maybe Text) Source #

The epoch time when the deployment window closes for required updates. After this time, Amazon OpenSearch Service schedules the software upgrade automatically.

awsElasticsearchDomainServiceSoftwareOptions_currentVersion :: Lens' AwsElasticsearchDomainServiceSoftwareOptions (Maybe Text) Source #

The version of the service software that is currently installed on the domain.