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

Description

Retrieves the Amazon Resource Name (ARN) of the view that is the default for the Amazon Web Services Region in which you call this operation. You can then call GetView to retrieve the details of that view.

Synopsis

Creating a Request

data GetDefaultView Source #

See: newGetDefaultView smart constructor.

Constructors

GetDefaultView' 

Instances

Instances details
ToJSON GetDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

ToHeaders GetDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

ToPath GetDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

ToQuery GetDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

AWSRequest GetDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

Associated Types

type AWSResponse GetDefaultView #

Generic GetDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

Associated Types

type Rep GetDefaultView :: Type -> Type #

Read GetDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

Show GetDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

NFData GetDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

Methods

rnf :: GetDefaultView -> () #

Eq GetDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

Hashable GetDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

type AWSResponse GetDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

type Rep GetDefaultView Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

type Rep GetDefaultView = D1 ('MetaData "GetDefaultView" "Amazonka.ResourceExplorer2.GetDefaultView" "amazonka-resource-explorer-v2-2.0-DYDynTzMYCcKX3QLWjH6Yt" 'False) (C1 ('MetaCons "GetDefaultView'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetDefaultView :: GetDefaultView Source #

Create a value of GetDefaultView with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data GetDefaultViewResponse Source #

See: newGetDefaultViewResponse smart constructor.

Constructors

GetDefaultViewResponse' 

Fields

Instances

Instances details
Generic GetDefaultViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

Associated Types

type Rep GetDefaultViewResponse :: Type -> Type #

Read GetDefaultViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

Show GetDefaultViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

NFData GetDefaultViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

Methods

rnf :: GetDefaultViewResponse -> () #

Eq GetDefaultViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

type Rep GetDefaultViewResponse Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.GetDefaultView

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

newGetDefaultViewResponse Source #

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

GetDefaultViewResponse, getDefaultViewResponse_viewArn - The Amazon resource name (ARN) of the view that is the current default for the Amazon Web Services Region in which you called this operation.

$sel:httpStatus:GetDefaultViewResponse', getDefaultViewResponse_httpStatus - The response's http status code.

Response Lenses

getDefaultViewResponse_viewArn :: Lens' GetDefaultViewResponse (Maybe Text) Source #

The Amazon resource name (ARN) of the view that is the current default for the Amazon Web Services Region in which you called this operation.