libZSservicesZSamazonka-opensearchZSamazonka-opensearch
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.OpenSearch.StartServiceSoftwareUpdate

Description

Schedules a service software update for an Amazon OpenSearch Service domain.

Synopsis

Creating a Request

data StartServiceSoftwareUpdate Source #

Container for the parameters to the StartServiceSoftwareUpdate operation. Specifies the name of the domain to schedule a service software update for.

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
Eq StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

Read StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

Show 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 #

NFData StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

Hashable StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

ToJSON StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

AWSRequest 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

type Rep StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

type Rep StartServiceSoftwareUpdate = D1 ('MetaData "StartServiceSoftwareUpdate" "Amazonka.OpenSearch.StartServiceSoftwareUpdate" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "StartServiceSoftwareUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartServiceSoftwareUpdate Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

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:

$sel:domainName: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 #

The result of a StartServiceSoftwareUpdate operation. Contains the status of the update.

See: newStartServiceSoftwareUpdateResponse smart constructor.

Constructors

StartServiceSoftwareUpdateResponse' 

Fields

Instances

Instances details
Eq StartServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

Read StartServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

Show StartServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

Generic StartServiceSoftwareUpdateResponse Source # 
Instance details

Defined in Amazonka.OpenSearch.StartServiceSoftwareUpdate

Associated Types

type Rep StartServiceSoftwareUpdateResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" '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:

$sel:serviceSoftwareOptions: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