libZSservicesZSamazonka-iotdeviceadvisorZSamazonka-iotdeviceadvisor
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.IoTDeviceAdvisor.StopSuiteRun

Description

Stops a Device Advisor test suite run that is currently running.

Synopsis

Creating a Request

data StopSuiteRun Source #

See: newStopSuiteRun smart constructor.

Constructors

StopSuiteRun' 

Fields

Instances

Instances details
Eq StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Read StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Show StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Generic StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Associated Types

type Rep StopSuiteRun :: Type -> Type #

NFData StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Methods

rnf :: StopSuiteRun -> () #

Hashable StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

ToJSON StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

AWSRequest StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Associated Types

type AWSResponse StopSuiteRun #

ToHeaders StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

ToPath StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

ToQuery StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

type Rep StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

type Rep StopSuiteRun = D1 ('MetaData "StopSuiteRun" "Amazonka.IoTDeviceAdvisor.StopSuiteRun" "libZSservicesZSamazonka-iotdeviceadvisorZSamazonka-iotdeviceadvisor" 'False) (C1 ('MetaCons "StopSuiteRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "suiteDefinitionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "suiteRunId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

newStopSuiteRun Source #

Create a value of StopSuiteRun 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:suiteDefinitionId:StopSuiteRun', stopSuiteRun_suiteDefinitionId - Suite definition Id of the test suite run to be stopped.

$sel:suiteRunId:StopSuiteRun', stopSuiteRun_suiteRunId - Suite run Id of the test suite run to be stopped.

Request Lenses

stopSuiteRun_suiteDefinitionId :: Lens' StopSuiteRun Text Source #

Suite definition Id of the test suite run to be stopped.

stopSuiteRun_suiteRunId :: Lens' StopSuiteRun Text Source #

Suite run Id of the test suite run to be stopped.

Destructuring the Response

data StopSuiteRunResponse Source #

See: newStopSuiteRunResponse smart constructor.

Constructors

StopSuiteRunResponse' 

Fields

Instances

Instances details
Eq StopSuiteRunResponse Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Read StopSuiteRunResponse Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Show StopSuiteRunResponse Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Generic StopSuiteRunResponse Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Associated Types

type Rep StopSuiteRunResponse :: Type -> Type #

NFData StopSuiteRunResponse Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Methods

rnf :: StopSuiteRunResponse -> () #

type Rep StopSuiteRunResponse Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

type Rep StopSuiteRunResponse = D1 ('MetaData "StopSuiteRunResponse" "Amazonka.IoTDeviceAdvisor.StopSuiteRun" "libZSservicesZSamazonka-iotdeviceadvisorZSamazonka-iotdeviceadvisor" 'False) (C1 ('MetaCons "StopSuiteRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopSuiteRunResponse Source #

Create a value of StopSuiteRunResponse 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:httpStatus:StopSuiteRunResponse', stopSuiteRunResponse_httpStatus - The response's http status code.

Response Lenses