amazonka-resource-explorer-v2-2.0: Amazon Resource Explorer 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.ResourceExplorer2.BatchGetView

Description

Retrieves details about a list of views.

Synopsis

Creating a Request

data BatchGetView Source #

See: newBatchGetView smart constructor.

Constructors

BatchGetView' 

Fields

Instances

Instances details
ToJSON BatchGetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

ToHeaders BatchGetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

ToPath BatchGetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

ToQuery BatchGetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

AWSRequest BatchGetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

Associated Types

type AWSResponse BatchGetView #

Generic BatchGetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

Associated Types

type Rep BatchGetView :: Type -> Type #

Read BatchGetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

Show BatchGetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

NFData BatchGetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

Methods

rnf :: BatchGetView -> () #

Eq BatchGetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

Hashable BatchGetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

type AWSResponse BatchGetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

type Rep BatchGetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

type Rep BatchGetView = D1 ('MetaData "BatchGetView" "Amazonka.ResourceExplorer2.BatchGetView" "amazonka-resource-explorer-v2-2.0-DYDynTzMYCcKX3QLWjH6Yt" 'False) (C1 ('MetaCons "BatchGetView'" 'PrefixI 'True) (S1 ('MetaSel ('Just "viewArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

newBatchGetView :: BatchGetView Source #

Create a value of BatchGetView 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:viewArns:BatchGetView', batchGetView_viewArns - A list of Amazon resource names (ARNs) that identify the views you want details for.

Request Lenses

batchGetView_viewArns :: Lens' BatchGetView (Maybe (NonEmpty Text)) Source #

A list of Amazon resource names (ARNs) that identify the views you want details for.

Destructuring the Response

data BatchGetViewResponse Source #

See: newBatchGetViewResponse smart constructor.

Constructors

BatchGetViewResponse' 

Fields

Instances

Instances details
Generic BatchGetViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

Associated Types

type Rep BatchGetViewResponse :: Type -> Type #

Show BatchGetViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

NFData BatchGetViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

Methods

rnf :: BatchGetViewResponse -> () #

Eq BatchGetViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

type Rep BatchGetViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.BatchGetView

type Rep BatchGetViewResponse = D1 ('MetaData "BatchGetViewResponse" "Amazonka.ResourceExplorer2.BatchGetView" "amazonka-resource-explorer-v2-2.0-DYDynTzMYCcKX3QLWjH6Yt" 'False) (C1 ('MetaCons "BatchGetViewResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchGetViewError])) :*: (S1 ('MetaSel ('Just "views") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [View])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetViewResponse Source #

Create a value of BatchGetViewResponse 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:errors:BatchGetViewResponse', batchGetViewResponse_errors - If any of the specified ARNs result in an error, then this structure describes the error.

$sel:views:BatchGetViewResponse', batchGetViewResponse_views - A structure with a list of objects with details for each of the specified views.

$sel:httpStatus:BatchGetViewResponse', batchGetViewResponse_httpStatus - The response's http status code.

Response Lenses

batchGetViewResponse_errors :: Lens' BatchGetViewResponse (Maybe [BatchGetViewError]) Source #

If any of the specified ARNs result in an error, then this structure describes the error.

batchGetViewResponse_views :: Lens' BatchGetViewResponse (Maybe [View]) Source #

A structure with a list of objects with details for each of the specified views.