amazonka-iotdeviceadvisor-2.0: Amazon IoT Core Device Advisor 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.IoTDeviceAdvisor.StopSuiteRun

Description

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

Requires permission to access the StopSuiteRun action.

Synopsis

Creating a Request

data StopSuiteRun Source #

See: newStopSuiteRun smart constructor.

Constructors

StopSuiteRun' 

Fields

Instances

Instances details
ToJSON StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.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

AWSRequest StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Associated Types

type AWSResponse StopSuiteRun #

Generic StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Associated Types

type Rep StopSuiteRun :: Type -> Type #

Read StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Show StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

NFData StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Methods

rnf :: StopSuiteRun -> () #

Eq StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Hashable StopSuiteRun Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

type AWSResponse 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" "amazonka-iotdeviceadvisor-2.0-DMTYim03jFoq2XrPgpZdL" 'False) (C1 ('MetaCons "StopSuiteRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "suiteDefinitionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "suiteRunId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

StopSuiteRun, stopSuiteRun_suiteDefinitionId - Suite definition ID of the test suite run to be stopped.

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
Generic StopSuiteRunResponse Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Associated Types

type Rep StopSuiteRunResponse :: Type -> Type #

Read StopSuiteRunResponse Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Show StopSuiteRunResponse Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

NFData StopSuiteRunResponse Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

Methods

rnf :: StopSuiteRunResponse -> () #

Eq StopSuiteRunResponse Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

type Rep StopSuiteRunResponse Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.StopSuiteRun

type Rep StopSuiteRunResponse = D1 ('MetaData "StopSuiteRunResponse" "Amazonka.IoTDeviceAdvisor.StopSuiteRun" "amazonka-iotdeviceadvisor-2.0-DMTYim03jFoq2XrPgpZdL" '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