libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.SageMaker.StopMonitoringSchedule

Description

Stops a previously started monitoring schedule.

Synopsis

Creating a Request

data StopMonitoringSchedule Source #

See: newStopMonitoringSchedule smart constructor.

Constructors

StopMonitoringSchedule' 

Fields

Instances

Instances details
Eq StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Read StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Show StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Generic StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Associated Types

type Rep StopMonitoringSchedule :: Type -> Type #

NFData StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Methods

rnf :: StopMonitoringSchedule -> () #

Hashable StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

ToJSON StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

AWSRequest StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Associated Types

type AWSResponse StopMonitoringSchedule #

ToHeaders StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

ToPath StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

ToQuery StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

type Rep StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

type Rep StopMonitoringSchedule = D1 ('MetaData "StopMonitoringSchedule" "Amazonka.SageMaker.StopMonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopMonitoringSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

newStopMonitoringSchedule Source #

Create a value of StopMonitoringSchedule 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:monitoringScheduleName:StopMonitoringSchedule', stopMonitoringSchedule_monitoringScheduleName - The name of the schedule to stop.

Request Lenses

Destructuring the Response

data StopMonitoringScheduleResponse Source #

See: newStopMonitoringScheduleResponse smart constructor.

Instances

Instances details
Eq StopMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Read StopMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Show StopMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Generic StopMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Associated Types

type Rep StopMonitoringScheduleResponse :: Type -> Type #

NFData StopMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

type Rep StopMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

type Rep StopMonitoringScheduleResponse = D1 ('MetaData "StopMonitoringScheduleResponse" "Amazonka.SageMaker.StopMonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopMonitoringScheduleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopMonitoringScheduleResponse :: StopMonitoringScheduleResponse Source #

Create a value of StopMonitoringScheduleResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.