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 AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails = AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails' {}
- newAwsOpenSearchServiceDomainServiceSoftwareOptionsDetails :: AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails
- awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_automatedUpdateDate :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Text)
- awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_currentVersion :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Text)
- awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_optionalDeployment :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Bool)
- awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_updateStatus :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Text)
- awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_cancellable :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Bool)
- awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_updateAvailable :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Bool)
- awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_description :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Text)
- awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_newVersion :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Text)
Documentation
data AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails Source #
Provides information about the state of the domain relative to the latest service software.
See: newAwsOpenSearchServiceDomainServiceSoftwareOptionsDetails
smart constructor.
AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails' | |
|
Instances
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.
awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_currentVersion :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Text) Source #
The version of the service software that is currently installed on the domain.
awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_optionalDeployment :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Bool) Source #
Whether the service software update is optional.
awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_updateStatus :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Text) Source #
The status of the service software update.
awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_cancellable :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Bool) Source #
Whether a request to update the domain can be canceled.
awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_updateAvailable :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Bool) Source #
Whether a service software update is available for the domain.
awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_description :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Text) Source #
A more detailed description of the service software status.
awsOpenSearchServiceDomainServiceSoftwareOptionsDetails_newVersion :: Lens' AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails (Maybe Text) Source #
The most recent version of the service software.