amazonka-wellarchitected-2.0: Amazon Well-Architected Tool SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WellArchitected.ListLensShares

Description

List the lens shares associated with the lens.

Synopsis

Creating a Request

data ListLensShares Source #

See: newListLensShares smart constructor.

Constructors

ListLensShares' 

Fields

Instances

Instances details
ToHeaders ListLensShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

ToPath ListLensShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

ToQuery ListLensShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

AWSRequest ListLensShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

Associated Types

type AWSResponse ListLensShares #

Generic ListLensShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

Associated Types

type Rep ListLensShares :: Type -> Type #

Read ListLensShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

Show ListLensShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

NFData ListLensShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

Methods

rnf :: ListLensShares -> () #

Eq ListLensShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

Hashable ListLensShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

type AWSResponse ListLensShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

type Rep ListLensShares Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

type Rep ListLensShares = D1 ('MetaData "ListLensShares" "Amazonka.WellArchitected.ListLensShares" "amazonka-wellarchitected-2.0-B9ahtNDcb8r448GjCnHecq" 'False) (C1 ('MetaCons "ListLensShares'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sharedWithPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShareStatus)) :*: S1 ('MetaSel ('Just "lensAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListLensShares Source #

Create a value of ListLensShares 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:maxResults:ListLensShares', listLensShares_maxResults - The maximum number of results to return for this request.

ListLensShares, listLensShares_nextToken - Undocumented member.

$sel:sharedWithPrefix:ListLensShares', listLensShares_sharedWithPrefix - The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the lens is shared.

ListLensShares, listLensShares_status - Undocumented member.

ListLensShares, listLensShares_lensAlias - Undocumented member.

Request Lenses

listLensShares_maxResults :: Lens' ListLensShares (Maybe Natural) Source #

The maximum number of results to return for this request.

listLensShares_sharedWithPrefix :: Lens' ListLensShares (Maybe Text) Source #

The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the lens is shared.

Destructuring the Response

data ListLensSharesResponse Source #

See: newListLensSharesResponse smart constructor.

Constructors

ListLensSharesResponse' 

Fields

Instances

Instances details
Generic ListLensSharesResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

Associated Types

type Rep ListLensSharesResponse :: Type -> Type #

Read ListLensSharesResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

Show ListLensSharesResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

NFData ListLensSharesResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

Methods

rnf :: ListLensSharesResponse -> () #

Eq ListLensSharesResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

type Rep ListLensSharesResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.ListLensShares

type Rep ListLensSharesResponse = D1 ('MetaData "ListLensSharesResponse" "Amazonka.WellArchitected.ListLensShares" "amazonka-wellarchitected-2.0-B9ahtNDcb8r448GjCnHecq" 'False) (C1 ('MetaCons "ListLensSharesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lensShareSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LensShareSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLensSharesResponse Source #

Create a value of ListLensSharesResponse 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:lensShareSummaries:ListLensSharesResponse', listLensSharesResponse_lensShareSummaries - A list of lens share summaries.

ListLensShares, listLensSharesResponse_nextToken - Undocumented member.

$sel:httpStatus:ListLensSharesResponse', listLensSharesResponse_httpStatus - The response's http status code.

Response Lenses