libZSservicesZSamazonka-configZSamazonka-config
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.Config.GetStoredQuery

Description

Returns the details of a specific stored query.

Synopsis

Creating a Request

data GetStoredQuery Source #

See: newGetStoredQuery smart constructor.

Constructors

GetStoredQuery' 

Fields

Instances

Instances details
Eq GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Read GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Show GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Generic GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Associated Types

type Rep GetStoredQuery :: Type -> Type #

NFData GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Methods

rnf :: GetStoredQuery -> () #

Hashable GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

ToJSON GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

AWSRequest GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Associated Types

type AWSResponse GetStoredQuery #

ToHeaders GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

ToPath GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

ToQuery GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

type Rep GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

type Rep GetStoredQuery = D1 ('MetaData "GetStoredQuery" "Amazonka.Config.GetStoredQuery" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "GetStoredQuery'" 'PrefixI 'True) (S1 ('MetaSel ('Just "queryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetStoredQuery Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

newGetStoredQuery Source #

Create a value of GetStoredQuery 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:queryName:GetStoredQuery', getStoredQuery_queryName - The name of the query.

Request Lenses

Destructuring the Response

data GetStoredQueryResponse Source #

See: newGetStoredQueryResponse smart constructor.

Constructors

GetStoredQueryResponse' 

Fields

Instances

Instances details
Eq GetStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Read GetStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Show GetStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Generic GetStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Associated Types

type Rep GetStoredQueryResponse :: Type -> Type #

NFData GetStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

Methods

rnf :: GetStoredQueryResponse -> () #

type Rep GetStoredQueryResponse Source # 
Instance details

Defined in Amazonka.Config.GetStoredQuery

type Rep GetStoredQueryResponse = D1 ('MetaData "GetStoredQueryResponse" "Amazonka.Config.GetStoredQuery" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "GetStoredQueryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "storedQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StoredQuery)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetStoredQueryResponse Source #

Create a value of GetStoredQueryResponse 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:storedQuery:GetStoredQueryResponse', getStoredQueryResponse_storedQuery - Returns a StoredQuery object.

$sel:httpStatus:GetStoredQueryResponse', getStoredQueryResponse_httpStatus - The response's http status code.

Response Lenses