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.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails

Description

 
Synopsis

Documentation

data AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails Source #

Provides information about the state of the domain relative to the latest service software.

See: newAwsOpenSearchServiceDomainServiceSoftwareOptionsDetails smart constructor.

Constructors

AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails' 

Fields

Instances

Instances details
Eq AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails

Read AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails

Show AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails

Generic AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails

NFData AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails

Hashable AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails

ToJSON AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails

FromJSON AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails

type Rep AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails

type Rep AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails = D1 ('MetaData "AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails" "Amazonka.SecurityHub.Types.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails'" '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 "optionalDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: 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))))))

newAwsOpenSearchServiceDomainServiceSoftwareOptionsDetails :: AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails Source #

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

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

$sel:optionalDeployment:AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails', awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_optionalDeployment - Whether the service software update is optional.

$sel:updateStatus:AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails', awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_updateStatus - The status of the service software update.

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

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

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

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

awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_automatedUpdateDate :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Text) Source #

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