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

Description

List the workload shares associated with the workload.

Synopsis

Creating a Request

data ListWorkloadShares Source #

Input for List Workload Share

See: newListWorkloadShares smart constructor.

Constructors

ListWorkloadShares' 

Fields

Instances

Instances details
Eq ListWorkloadShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

Read ListWorkloadShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

Show ListWorkloadShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

Generic ListWorkloadShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

Associated Types

type Rep ListWorkloadShares :: Type -> Type #

NFData ListWorkloadShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

Methods

rnf :: ListWorkloadShares -> () #

Hashable ListWorkloadShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

AWSRequest ListWorkloadShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

Associated Types

type AWSResponse ListWorkloadShares #

ToHeaders ListWorkloadShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

ToPath ListWorkloadShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

ToQuery ListWorkloadShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

type Rep ListWorkloadShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

type Rep ListWorkloadShares = D1 ('MetaData "ListWorkloadShares" "Amazonka.WellArchitected.ListWorkloadShares" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "ListWorkloadShares'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sharedWithPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "workloadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListWorkloadShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

newListWorkloadShares Source #

Create a value of ListWorkloadShares 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:sharedWithPrefix:ListWorkloadShares', listWorkloadShares_sharedWithPrefix - The AWS account ID or IAM role with which the workload is shared.

$sel:nextToken:ListWorkloadShares', listWorkloadShares_nextToken - Undocumented member.

$sel:maxResults:ListWorkloadShares', listWorkloadShares_maxResults - The maximum number of results to return for this request.

$sel:workloadId:ListWorkloadShares', listWorkloadShares_workloadId - Undocumented member.

Request Lenses

listWorkloadShares_sharedWithPrefix :: Lens' ListWorkloadShares (Maybe Text) Source #

The AWS account ID or IAM role with which the workload is shared.

listWorkloadShares_maxResults :: Lens' ListWorkloadShares (Maybe Natural) Source #

The maximum number of results to return for this request.

Destructuring the Response

data ListWorkloadSharesResponse Source #

Input for List Workload Share

See: newListWorkloadSharesResponse smart constructor.

Instances

Instances details
Eq ListWorkloadSharesResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

Read ListWorkloadSharesResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

Show ListWorkloadSharesResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

Generic ListWorkloadSharesResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

Associated Types

type Rep ListWorkloadSharesResponse :: Type -> Type #

NFData ListWorkloadSharesResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

type Rep ListWorkloadSharesResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListWorkloadShares

type Rep ListWorkloadSharesResponse = D1 ('MetaData "ListWorkloadSharesResponse" "Amazonka.WellArchitected.ListWorkloadShares" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "ListWorkloadSharesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "workloadShareSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorkloadShareSummary])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "workloadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWorkloadSharesResponse Source #

Create a value of ListWorkloadSharesResponse 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:workloadShareSummaries:ListWorkloadSharesResponse', listWorkloadSharesResponse_workloadShareSummaries - Undocumented member.

$sel:nextToken:ListWorkloadShares', listWorkloadSharesResponse_nextToken - Undocumented member.

$sel:workloadId:ListWorkloadShares', listWorkloadSharesResponse_workloadId - Undocumented member.

$sel:httpStatus:ListWorkloadSharesResponse', listWorkloadSharesResponse_httpStatus - The response's http status code.

Response Lenses