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.StartServiceSoftwareUpdate

Description

Schedules a service software update for an Amazon OpenSearch Service domain. For more information, see Service software updates in Amazon OpenSearch Service.

Synopsis

Creating a Request

data StartServiceSoftwareUpdate Source #

Container for the request parameters to the StartServiceSoftwareUpdate operation.

See: newStartServiceSoftwareUpdate smart constructor.

Constructors

StartServiceSoftwareUpdate' 

Fields

  • domainName :: Text

    The name of the domain that you want to update to the latest service software.

Instances

Instances details
ToJSON StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

ToHeaders StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

ToPath StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

ToQuery StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

AWSRequest StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

Generic StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

Associated Types

type Rep StartServiceSoftwareUpdate :: Type -> Type #

Read StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

Show StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

NFData StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

Eq StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

Hashable StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

type AWSResponse StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

type Rep StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

type Rep StartServiceSoftwareUpdate = D1 ('MetaData "StartServiceSoftwareUpdate" "Amazonka.OpenSearch.StartServiceSoftwareUpdate" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" 'False) (C1 ('MetaCons "StartServiceSoftwareUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartServiceSoftwareUpdate Source #

Create a value of StartServiceSoftwareUpdate 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:

StartServiceSoftwareUpdate, startServiceSoftwareUpdate_domainName - The name of the domain that you want to update to the latest service software.

Request Lenses

startServiceSoftwareUpdate_domainName :: Lens' StartServiceSoftwareUpdate Text Source #

The name of the domain that you want to update to the latest service software.

Destructuring the Response

data StartServiceSoftwareUpdateResponse Source #

Represents the output of a StartServiceSoftwareUpdate operation. Contains the status of the update.

See: newStartServiceSoftwareUpdateResponse smart constructor.

Constructors

StartServiceSoftwareUpdateResponse' 

Fields

Instances

Instances details
Generic StartServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

Associated Types

type Rep StartServiceSoftwareUpdateResponse :: Type -> Type #

Read StartServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

Show StartServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

NFData StartServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

Eq StartServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

type Rep StartServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

type Rep StartServiceSoftwareUpdateResponse = D1 ('MetaData "StartServiceSoftwareUpdateResponse" "Amazonka.OpenSearch.StartServiceSoftwareUpdate" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" 'False) (C1 ('MetaCons "StartServiceSoftwareUpdateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceSoftwareOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceSoftwareOptions)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartServiceSoftwareUpdateResponse Source #

Create a value of StartServiceSoftwareUpdateResponse 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:

StartServiceSoftwareUpdateResponse, startServiceSoftwareUpdateResponse_serviceSoftwareOptions - The current status of the OpenSearch Service software update.

$sel:httpStatus:StartServiceSoftwareUpdateResponse', startServiceSoftwareUpdateResponse_httpStatus - The response's http status code.

Response Lenses