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.Types.StoredQueryMetadata

Description

 
Synopsis

Documentation

data StoredQueryMetadata Source #

Returns details of a specific query.

See: newStoredQueryMetadata smart constructor.

Constructors

StoredQueryMetadata' 

Fields

  • description :: Maybe Text

    A unique description for the query.

  • queryId :: Text

    The ID of the query.

  • queryArn :: Text

    Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.

  • queryName :: Text

    The name of the query.

Instances

Instances details
Eq StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

Read StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

Show StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

Generic StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

Associated Types

type Rep StoredQueryMetadata :: Type -> Type #

NFData StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

Methods

rnf :: StoredQueryMetadata -> () #

Hashable StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

FromJSON StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

type Rep StoredQueryMetadata Source # 
Instance details

Defined in Amazonka.Config.Types.StoredQueryMetadata

type Rep StoredQueryMetadata = D1 ('MetaData "StoredQueryMetadata" "Amazonka.Config.Types.StoredQueryMetadata" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "StoredQueryMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "queryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "queryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "queryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newStoredQueryMetadata Source #

Create a value of StoredQueryMetadata 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:description:StoredQueryMetadata', storedQueryMetadata_description - A unique description for the query.

$sel:queryId:StoredQueryMetadata', storedQueryMetadata_queryId - The ID of the query.

$sel:queryArn:StoredQueryMetadata', storedQueryMetadata_queryArn - Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.

$sel:queryName:StoredQueryMetadata', storedQueryMetadata_queryName - The name of the query.

storedQueryMetadata_queryArn :: Lens' StoredQueryMetadata Text Source #

Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.