Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
data DryRunResults Source #
Results of a dry run performed in an update domain request.
See: newDryRunResults
smart constructor.
DryRunResults' | |
|
Instances
newDryRunResults :: DryRunResults Source #
Create a value of DryRunResults
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:deploymentType:DryRunResults'
, dryRunResults_deploymentType
- Specifies the way in which OpenSearch Service will apply an update.
Possible values are:
- Blue/Green - The update requires a blue/green deployment.
- DynamicUpdate - No blue/green deployment required
- Undetermined - The domain is in the middle of an update and can't predict the deployment type. Try again after the update is complete.
- None - The request doesn't include any configuration changes.
$sel:message:DryRunResults'
, dryRunResults_message
- A message corresponding to the deployment type.
dryRunResults_deploymentType :: Lens' DryRunResults (Maybe Text) Source #
Specifies the way in which OpenSearch Service will apply an update. Possible values are:
- Blue/Green - The update requires a blue/green deployment.
- DynamicUpdate - No blue/green deployment required
- Undetermined - The domain is in the middle of an update and can't predict the deployment type. Try again after the update is complete.
- None - The request doesn't include any configuration changes.
dryRunResults_message :: Lens' DryRunResults (Maybe Text) Source #
A message corresponding to the deployment type.