libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected
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.WellArchitected.UpdateShareInvitation

Description

Update a workload invitation.

Synopsis

Creating a Request

data UpdateShareInvitation Source #

Input for Update Share Invitation

See: newUpdateShareInvitation smart constructor.

Constructors

UpdateShareInvitation' 

Fields

Instances

Instances details
Eq UpdateShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

Read UpdateShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

Show UpdateShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

Generic UpdateShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

Associated Types

type Rep UpdateShareInvitation :: Type -> Type #

NFData UpdateShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

Methods

rnf :: UpdateShareInvitation -> () #

Hashable UpdateShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

ToJSON UpdateShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

AWSRequest UpdateShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

Associated Types

type AWSResponse UpdateShareInvitation #

ToHeaders UpdateShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

ToPath UpdateShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

ToQuery UpdateShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

type Rep UpdateShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

type Rep UpdateShareInvitation = D1 ('MetaData "UpdateShareInvitation" "Amazonka.WellArchitected.UpdateShareInvitation" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "UpdateShareInvitation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "shareInvitationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "shareInvitationAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ShareInvitationAction)))
type AWSResponse UpdateShareInvitation Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

newUpdateShareInvitation Source #

Create a value of UpdateShareInvitation 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:shareInvitationId:UpdateShareInvitation', updateShareInvitation_shareInvitationId - The ID assigned to the share invitation.

$sel:shareInvitationAction:UpdateShareInvitation', updateShareInvitation_shareInvitationAction - Undocumented member.

Request Lenses

Destructuring the Response

data UpdateShareInvitationResponse Source #

See: newUpdateShareInvitationResponse smart constructor.

Constructors

UpdateShareInvitationResponse' 

Fields

Instances

Instances details
Eq UpdateShareInvitationResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

Read UpdateShareInvitationResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

Show UpdateShareInvitationResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

Generic UpdateShareInvitationResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

Associated Types

type Rep UpdateShareInvitationResponse :: Type -> Type #

NFData UpdateShareInvitationResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

type Rep UpdateShareInvitationResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateShareInvitation

type Rep UpdateShareInvitationResponse = D1 ('MetaData "UpdateShareInvitationResponse" "Amazonka.WellArchitected.UpdateShareInvitation" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "UpdateShareInvitationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "shareInvitation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShareInvitation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateShareInvitationResponse Source #

Create a value of UpdateShareInvitationResponse 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:shareInvitation:UpdateShareInvitationResponse', updateShareInvitationResponse_shareInvitation - The updated workload share invitation.

$sel:httpStatus:UpdateShareInvitationResponse', updateShareInvitationResponse_httpStatus - The response's http status code.

Response Lenses