Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data StoredQuery = StoredQuery' {}
- newStoredQuery :: Text -> StoredQuery
- storedQuery_queryId :: Lens' StoredQuery (Maybe Text)
- storedQuery_queryArn :: Lens' StoredQuery (Maybe Text)
- storedQuery_expression :: Lens' StoredQuery (Maybe Text)
- storedQuery_description :: Lens' StoredQuery (Maybe Text)
- storedQuery_queryName :: Lens' StoredQuery Text
Documentation
data StoredQuery Source #
Provides the details of a stored query.
See: newStoredQuery
smart constructor.
StoredQuery' | |
|
Instances
Create a value of StoredQuery
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:queryId:StoredQuery'
, storedQuery_queryId
- The ID of the query.
$sel:queryArn:StoredQuery'
, storedQuery_queryArn
- Amazon Resource Name (ARN) of the query. For example,
arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
$sel:expression:StoredQuery'
, storedQuery_expression
- The expression of the query. For example,
SELECT resourceId, resourceType, supplementaryConfiguration.BucketVersioningConfiguration.status WHERE resourceType = 'AWS::S3::Bucket' AND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.
$sel:description:StoredQuery'
, storedQuery_description
- A unique description for the query.
$sel:queryName:StoredQuery'
, storedQuery_queryName
- The name of the query.
storedQuery_queryId :: Lens' StoredQuery (Maybe Text) Source #
The ID of the query.
storedQuery_queryArn :: Lens' StoredQuery (Maybe Text) Source #
Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
storedQuery_expression :: Lens' StoredQuery (Maybe Text) Source #
The expression of the query. For example,
SELECT resourceId, resourceType, supplementaryConfiguration.BucketVersioningConfiguration.status WHERE resourceType = 'AWS::S3::Bucket' AND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.
storedQuery_description :: Lens' StoredQuery (Maybe Text) Source #
A unique description for the query.
storedQuery_queryName :: Lens' StoredQuery Text Source #
The name of the query.