Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AwsElasticsearchDomainServiceSoftwareOptions = AwsElasticsearchDomainServiceSoftwareOptions' {}
- newAwsElasticsearchDomainServiceSoftwareOptions :: AwsElasticsearchDomainServiceSoftwareOptions
- awsElasticsearchDomainServiceSoftwareOptions_automatedUpdateDate :: Lens' AwsElasticsearchDomainServiceSoftwareOptions (Maybe Text)
- awsElasticsearchDomainServiceSoftwareOptions_currentVersion :: Lens' AwsElasticsearchDomainServiceSoftwareOptions (Maybe Text)
- awsElasticsearchDomainServiceSoftwareOptions_updateStatus :: Lens' AwsElasticsearchDomainServiceSoftwareOptions (Maybe Text)
- awsElasticsearchDomainServiceSoftwareOptions_cancellable :: Lens' AwsElasticsearchDomainServiceSoftwareOptions (Maybe Bool)
- awsElasticsearchDomainServiceSoftwareOptions_updateAvailable :: Lens' AwsElasticsearchDomainServiceSoftwareOptions (Maybe Bool)
- awsElasticsearchDomainServiceSoftwareOptions_description :: Lens' AwsElasticsearchDomainServiceSoftwareOptions (Maybe Text)
- awsElasticsearchDomainServiceSoftwareOptions_newVersion :: Lens' AwsElasticsearchDomainServiceSoftwareOptions (Maybe Text)
Documentation
data AwsElasticsearchDomainServiceSoftwareOptions Source #
Information about the state of the domain relative to the latest service software.
See: newAwsElasticsearchDomainServiceSoftwareOptions
smart constructor.
AwsElasticsearchDomainServiceSoftwareOptions' | |
|
Instances
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.
awsElasticsearchDomainServiceSoftwareOptions_updateStatus :: Lens' AwsElasticsearchDomainServiceSoftwareOptions (Maybe Text) Source #
The status of the service software update.
awsElasticsearchDomainServiceSoftwareOptions_cancellable :: Lens' AwsElasticsearchDomainServiceSoftwareOptions (Maybe Bool) Source #
Whether a request to update the domain can be canceled.
awsElasticsearchDomainServiceSoftwareOptions_updateAvailable :: Lens' AwsElasticsearchDomainServiceSoftwareOptions (Maybe Bool) Source #
Whether a service software update is available for the domain.
awsElasticsearchDomainServiceSoftwareOptions_description :: Lens' AwsElasticsearchDomainServiceSoftwareOptions (Maybe Text) Source #
A more detailed description of the service software status.
awsElasticsearchDomainServiceSoftwareOptions_newVersion :: Lens' AwsElasticsearchDomainServiceSoftwareOptions (Maybe Text) Source #
The most recent version of the service software.