amazonka-elasticsearch-2.0: Amazon Elasticsearch Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ElasticSearch.Types.DryRunResults

Description

 
Synopsis

Documentation

data DryRunResults Source #

See: newDryRunResults smart constructor.

Constructors

DryRunResults' 

Fields

  • deploymentType :: Maybe Text

    Specifies the deployment mechanism through which the update shall be applied on the domain. Possible responses are Blue/Green (The update will require a blue/green deployment.) DynamicUpdate (The update can be applied in-place without a Blue/Green deployment required.) Undetermined (The domain is undergoing an update which needs to complete before the deployment type can be predicted.) None (The configuration change matches the current configuration and will not result in any update.)

  • message :: Maybe Text

    Contains an optional message associated with the DryRunResults.

Instances

Instances details
FromJSON DryRunResults Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.DryRunResults

Generic DryRunResults Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.DryRunResults

Associated Types

type Rep DryRunResults :: Type -> Type #

Read DryRunResults Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.DryRunResults

Show DryRunResults Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.DryRunResults

NFData DryRunResults Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.DryRunResults

Methods

rnf :: DryRunResults -> () #

Eq DryRunResults Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.DryRunResults

Hashable DryRunResults Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.DryRunResults

type Rep DryRunResults Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.DryRunResults

type Rep DryRunResults = D1 ('MetaData "DryRunResults" "Amazonka.ElasticSearch.Types.DryRunResults" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "DryRunResults'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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 deployment mechanism through which the update shall be applied on the domain. Possible responses are Blue/Green (The update will require a blue/green deployment.) DynamicUpdate (The update can be applied in-place without a Blue/Green deployment required.) Undetermined (The domain is undergoing an update which needs to complete before the deployment type can be predicted.) None (The configuration change matches the current configuration and will not result in any update.)

$sel:message:DryRunResults', dryRunResults_message - Contains an optional message associated with the DryRunResults.

dryRunResults_deploymentType :: Lens' DryRunResults (Maybe Text) Source #

Specifies the deployment mechanism through which the update shall be applied on the domain. Possible responses are Blue/Green (The update will require a blue/green deployment.) DynamicUpdate (The update can be applied in-place without a Blue/Green deployment required.) Undetermined (The domain is undergoing an update which needs to complete before the deployment type can be predicted.) None (The configuration change matches the current configuration and will not result in any update.)

dryRunResults_message :: Lens' DryRunResults (Maybe Text) Source #

Contains an optional message associated with the DryRunResults.