libZSservicesZSamazonka-medialiveZSamazonka-medialive
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.MediaLive.UpdateReservation

Description

Update reservation.

Synopsis

Creating a Request

data UpdateReservation' Source #

Request to update a reservation

See: newUpdateReservation' smart constructor.

Constructors

UpdateReservation'' 

Fields

Instances

Instances details
Eq UpdateReservation' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

Read UpdateReservation' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

Show UpdateReservation' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

Generic UpdateReservation' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

Associated Types

type Rep UpdateReservation' :: Type -> Type #

NFData UpdateReservation' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

Methods

rnf :: UpdateReservation' -> () #

Hashable UpdateReservation' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

ToJSON UpdateReservation' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

AWSRequest UpdateReservation' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

Associated Types

type AWSResponse UpdateReservation' #

ToHeaders UpdateReservation' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

ToPath UpdateReservation' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

ToQuery UpdateReservation' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

type Rep UpdateReservation' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

type Rep UpdateReservation' = D1 ('MetaData "UpdateReservation'" "Amazonka.MediaLive.UpdateReservation" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "UpdateReservation''" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reservationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateReservation' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

newUpdateReservation' Source #

Create a value of UpdateReservation' 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:name:UpdateReservation'', updateReservation'_name - Name of the reservation

$sel:reservationId:UpdateReservation'', updateReservation'_reservationId - Unique reservation ID, e.g. '1234567'

Request Lenses

updateReservation'_reservationId :: Lens' UpdateReservation' Text Source #

Unique reservation ID, e.g. '1234567'

Destructuring the Response

data UpdateReservationResponse Source #

Placeholder documentation for UpdateReservationResponse

See: newUpdateReservationResponse smart constructor.

Constructors

UpdateReservationResponse' 

Fields

Instances

Instances details
Eq UpdateReservationResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

Read UpdateReservationResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

Show UpdateReservationResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

Generic UpdateReservationResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

Associated Types

type Rep UpdateReservationResponse :: Type -> Type #

NFData UpdateReservationResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

type Rep UpdateReservationResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateReservation

type Rep UpdateReservationResponse = D1 ('MetaData "UpdateReservationResponse" "Amazonka.MediaLive.UpdateReservation" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "UpdateReservationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reservation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Reservation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateReservationResponse Source #

Create a value of UpdateReservationResponse 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:reservation:UpdateReservationResponse', updateReservationResponse_reservation - Undocumented member.

$sel:httpStatus:UpdateReservationResponse', updateReservationResponse_httpStatus - The response's http status code.

Response Lenses