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

Description

Update a workload share.

Synopsis

Creating a Request

data UpdateWorkloadShare Source #

Input for Update Workload Share

See: newUpdateWorkloadShare smart constructor.

Instances

Instances details
Eq UpdateWorkloadShare Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

Read UpdateWorkloadShare Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

Show UpdateWorkloadShare Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

Generic UpdateWorkloadShare Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

Associated Types

type Rep UpdateWorkloadShare :: Type -> Type #

NFData UpdateWorkloadShare Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

Methods

rnf :: UpdateWorkloadShare -> () #

Hashable UpdateWorkloadShare Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

ToJSON UpdateWorkloadShare Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

AWSRequest UpdateWorkloadShare Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

Associated Types

type AWSResponse UpdateWorkloadShare #

ToHeaders UpdateWorkloadShare Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

ToPath UpdateWorkloadShare Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

ToQuery UpdateWorkloadShare Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

type Rep UpdateWorkloadShare Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

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

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

newUpdateWorkloadShare Source #

Create a value of UpdateWorkloadShare 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:shareId:UpdateWorkloadShare', updateWorkloadShare_shareId - Undocumented member.

$sel:workloadId:UpdateWorkloadShare', updateWorkloadShare_workloadId - Undocumented member.

$sel:permissionType:UpdateWorkloadShare', updateWorkloadShare_permissionType - Undocumented member.

Request Lenses

Destructuring the Response

data UpdateWorkloadShareResponse Source #

Input for Update Workload Share

See: newUpdateWorkloadShareResponse smart constructor.

Constructors

UpdateWorkloadShareResponse' 

Fields

Instances

Instances details
Eq UpdateWorkloadShareResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

Read UpdateWorkloadShareResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

Show UpdateWorkloadShareResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

Generic UpdateWorkloadShareResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

Associated Types

type Rep UpdateWorkloadShareResponse :: Type -> Type #

NFData UpdateWorkloadShareResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

type Rep UpdateWorkloadShareResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UpdateWorkloadShare

type Rep UpdateWorkloadShareResponse = D1 ('MetaData "UpdateWorkloadShareResponse" "Amazonka.WellArchitected.UpdateWorkloadShare" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "UpdateWorkloadShareResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workloadShare") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkloadShare)) :*: (S1 ('MetaSel ('Just "workloadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newUpdateWorkloadShareResponse Source #

Create a value of UpdateWorkloadShareResponse 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:workloadShare:UpdateWorkloadShareResponse', updateWorkloadShareResponse_workloadShare - Undocumented member.

$sel:workloadId:UpdateWorkloadShare', updateWorkloadShareResponse_workloadId - Undocumented member.

$sel:httpStatus:UpdateWorkloadShareResponse', updateWorkloadShareResponse_httpStatus - The response's http status code.

Response Lenses