amazonka-lookoutmetrics-2.0: Amazon Lookout for Metrics 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.LookoutMetrics.DetectMetricSetConfig

Description

Detects an Amazon S3 dataset's file format, interval, and offset.

Synopsis

Creating a Request

data DetectMetricSetConfig Source #

See: newDetectMetricSetConfig smart constructor.

Constructors

DetectMetricSetConfig' 

Fields

Instances

Instances details
ToJSON DetectMetricSetConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

ToHeaders DetectMetricSetConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

ToPath DetectMetricSetConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

ToQuery DetectMetricSetConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

AWSRequest DetectMetricSetConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

Associated Types

type AWSResponse DetectMetricSetConfig #

Generic DetectMetricSetConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

Associated Types

type Rep DetectMetricSetConfig :: Type -> Type #

Read DetectMetricSetConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

Show DetectMetricSetConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

NFData DetectMetricSetConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

Methods

rnf :: DetectMetricSetConfig -> () #

Eq DetectMetricSetConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

Hashable DetectMetricSetConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

type AWSResponse DetectMetricSetConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

type Rep DetectMetricSetConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

type Rep DetectMetricSetConfig = D1 ('MetaData "DetectMetricSetConfig" "Amazonka.LookoutMetrics.DetectMetricSetConfig" "amazonka-lookoutmetrics-2.0-5gJoMWEA4GrGsqHAPh1b9h" 'False) (C1 ('MetaCons "DetectMetricSetConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "autoDetectionMetricSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoDetectionMetricSource)))

newDetectMetricSetConfig Source #

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

DetectMetricSetConfig, detectMetricSetConfig_anomalyDetectorArn - An anomaly detector ARN.

$sel:autoDetectionMetricSource:DetectMetricSetConfig', detectMetricSetConfig_autoDetectionMetricSource - A data source.

Request Lenses

Destructuring the Response

data DetectMetricSetConfigResponse Source #

See: newDetectMetricSetConfigResponse smart constructor.

Constructors

DetectMetricSetConfigResponse' 

Fields

Instances

Instances details
Generic DetectMetricSetConfigResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

Associated Types

type Rep DetectMetricSetConfigResponse :: Type -> Type #

Read DetectMetricSetConfigResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

Show DetectMetricSetConfigResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

NFData DetectMetricSetConfigResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

Eq DetectMetricSetConfigResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

type Rep DetectMetricSetConfigResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DetectMetricSetConfig

type Rep DetectMetricSetConfigResponse = D1 ('MetaData "DetectMetricSetConfigResponse" "Amazonka.LookoutMetrics.DetectMetricSetConfig" "amazonka-lookoutmetrics-2.0-5gJoMWEA4GrGsqHAPh1b9h" 'False) (C1 ('MetaCons "DetectMetricSetConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detectedMetricSetConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DetectedMetricSetConfig)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDetectMetricSetConfigResponse Source #

Create a value of DetectMetricSetConfigResponse 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:detectedMetricSetConfig:DetectMetricSetConfigResponse', detectMetricSetConfigResponse_detectedMetricSetConfig - The inferred dataset configuration for the datasource.

$sel:httpStatus:DetectMetricSetConfigResponse', detectMetricSetConfigResponse_httpStatus - The response's http status code.

Response Lenses