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

Description

Retrieves details of the specified view.

Synopsis

Creating a Request

data GetView Source #

See: newGetView smart constructor.

Constructors

GetView' 

Fields

Instances

Instances details
ToJSON GetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

ToHeaders GetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

Methods

toHeaders :: GetView -> [Header] #

ToPath GetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

Methods

toPath :: GetView -> ByteString #

ToQuery GetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

AWSRequest GetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

Associated Types

type AWSResponse GetView #

Generic GetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

Associated Types

type Rep GetView :: Type -> Type #

Methods

from :: GetView -> Rep GetView x #

to :: Rep GetView x -> GetView #

Read GetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

Show GetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

NFData GetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

Methods

rnf :: GetView -> () #

Eq GetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

Methods

(==) :: GetView -> GetView -> Bool #

(/=) :: GetView -> GetView -> Bool #

Hashable GetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

Methods

hashWithSalt :: Int -> GetView -> Int #

hash :: GetView -> Int #

type AWSResponse GetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

type Rep GetView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

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

newGetView Source #

Arguments

:: Text

GetView

-> GetView 

Create a value of GetView 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:

GetView, getView_viewArn - The Amazon resource name (ARN) of the view that you want information about.

Request Lenses

getView_viewArn :: Lens' GetView Text Source #

The Amazon resource name (ARN) of the view that you want information about.

Destructuring the Response

data GetViewResponse Source #

See: newGetViewResponse smart constructor.

Constructors

GetViewResponse' 

Fields

Instances

Instances details
Generic GetViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

Associated Types

type Rep GetViewResponse :: Type -> Type #

Show GetViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

NFData GetViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

Methods

rnf :: GetViewResponse -> () #

Eq GetViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

type Rep GetViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetView

type Rep GetViewResponse = D1 ('MetaData "GetViewResponse" "Amazonka.ResourceExplorer2.GetView" "amazonka-resource-explorer-v2-2.0-DYDynTzMYCcKX3QLWjH6Yt" 'False) (C1 ('MetaCons "GetViewResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "view") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe View)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetViewResponse Source #

Create a value of GetViewResponse 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:tags:GetViewResponse', getViewResponse_tags - Tag key and value pairs that are attached to the view.

$sel:view:GetViewResponse', getViewResponse_view - A structure that contains the details for the requested view.

$sel:httpStatus:GetViewResponse', getViewResponse_httpStatus - The response's http status code.

Response Lenses

getViewResponse_tags :: Lens' GetViewResponse (Maybe (HashMap Text Text)) Source #

Tag key and value pairs that are attached to the view.

getViewResponse_view :: Lens' GetViewResponse (Maybe View) Source #

A structure that contains the details for the requested view.

getViewResponse_httpStatus :: Lens' GetViewResponse Int Source #

The response's http status code.