amazonka-opensearch-2.0: Amazon OpenSearch 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.OpenSearch.Types.DryRunResults

Description

 
Synopsis

Documentation

data DryRunResults Source #

Results of a dry run performed in an update domain request.

See: newDryRunResults smart constructor.

Constructors

DryRunResults' 

Fields

  • deploymentType :: Maybe Text

    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.
  • message :: Maybe Text

    A message corresponding to the deployment type.

Instances

Instances details
FromJSON DryRunResults Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DryRunResults

Generic DryRunResults Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DryRunResults

Associated Types

type Rep DryRunResults :: Type -> Type #

Read DryRunResults Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DryRunResults

Show DryRunResults Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DryRunResults

NFData DryRunResults Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DryRunResults

Methods

rnf :: DryRunResults -> () #

Eq DryRunResults Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DryRunResults

Hashable DryRunResults Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DryRunResults

type Rep DryRunResults Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.DryRunResults

type Rep DryRunResults = D1 ('MetaData "DryRunResults" "Amazonka.OpenSearch.Types.DryRunResults" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" '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 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.