libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics
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.IoTAnalytics.DescribeDatastore

Description

Retrieves information about a data store.

Synopsis

Creating a Request

data DescribeDatastore Source #

See: newDescribeDatastore smart constructor.

Constructors

DescribeDatastore' 

Fields

  • includeStatistics :: Maybe Bool

    If true, additional statistical information about the data store is included in the response. This feature can't be used with a data store whose S3 storage is customer-managed.

  • datastoreName :: Text

    The name of the data store

Instances

Instances details
Eq DescribeDatastore Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

Read DescribeDatastore Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

Show DescribeDatastore Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

Generic DescribeDatastore Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

Associated Types

type Rep DescribeDatastore :: Type -> Type #

NFData DescribeDatastore Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

Methods

rnf :: DescribeDatastore -> () #

Hashable DescribeDatastore Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

AWSRequest DescribeDatastore Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

Associated Types

type AWSResponse DescribeDatastore #

ToHeaders DescribeDatastore Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

ToPath DescribeDatastore Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

ToQuery DescribeDatastore Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

type Rep DescribeDatastore Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

type Rep DescribeDatastore = D1 ('MetaData "DescribeDatastore" "Amazonka.IoTAnalytics.DescribeDatastore" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "DescribeDatastore'" 'PrefixI 'True) (S1 ('MetaSel ('Just "includeStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "datastoreName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDatastore Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

newDescribeDatastore Source #

Create a value of DescribeDatastore 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:includeStatistics:DescribeDatastore', describeDatastore_includeStatistics - If true, additional statistical information about the data store is included in the response. This feature can't be used with a data store whose S3 storage is customer-managed.

$sel:datastoreName:DescribeDatastore', describeDatastore_datastoreName - The name of the data store

Request Lenses

describeDatastore_includeStatistics :: Lens' DescribeDatastore (Maybe Bool) Source #

If true, additional statistical information about the data store is included in the response. This feature can't be used with a data store whose S3 storage is customer-managed.

Destructuring the Response

data DescribeDatastoreResponse Source #

See: newDescribeDatastoreResponse smart constructor.

Constructors

DescribeDatastoreResponse' 

Fields

Instances

Instances details
Eq DescribeDatastoreResponse Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

Read DescribeDatastoreResponse Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

Show DescribeDatastoreResponse Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

Generic DescribeDatastoreResponse Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

Associated Types

type Rep DescribeDatastoreResponse :: Type -> Type #

NFData DescribeDatastoreResponse Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

type Rep DescribeDatastoreResponse Source # 
Instance details

Defined in Amazonka.IoTAnalytics.DescribeDatastore

type Rep DescribeDatastoreResponse = D1 ('MetaData "DescribeDatastoreResponse" "Amazonka.IoTAnalytics.DescribeDatastore" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "DescribeDatastoreResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datastore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Datastore)) :*: (S1 ('MetaSel ('Just "statistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatastoreStatistics)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDatastoreResponse Source #

Create a value of DescribeDatastoreResponse 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:datastore:DescribeDatastoreResponse', describeDatastoreResponse_datastore - Information about the data store.

$sel:statistics:DescribeDatastoreResponse', describeDatastoreResponse_statistics - Additional statistical information about the data store. Included if the includeStatistics parameter is set to true in the request.

$sel:httpStatus:DescribeDatastoreResponse', describeDatastoreResponse_httpStatus - The response's http status code.

Response Lenses

describeDatastoreResponse_statistics :: Lens' DescribeDatastoreResponse (Maybe DatastoreStatistics) Source #

Additional statistical information about the data store. Included if the includeStatistics parameter is set to true in the request.