amazonka-sagemaker-2.0: Amazon SageMaker Service 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.SageMaker.StartEdgeDeploymentStage

Description

Starts a stage in an edge deployment plan.

Synopsis

Creating a Request

data StartEdgeDeploymentStage Source #

See: newStartEdgeDeploymentStage smart constructor.

Constructors

StartEdgeDeploymentStage' 

Fields

Instances

Instances details
ToJSON StartEdgeDeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

ToHeaders StartEdgeDeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

ToPath StartEdgeDeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

ToQuery StartEdgeDeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

AWSRequest StartEdgeDeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

Generic StartEdgeDeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

Associated Types

type Rep StartEdgeDeploymentStage :: Type -> Type #

Read StartEdgeDeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

Show StartEdgeDeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

NFData StartEdgeDeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

Eq StartEdgeDeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

Hashable StartEdgeDeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

type AWSResponse StartEdgeDeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

type Rep StartEdgeDeploymentStage Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

type Rep StartEdgeDeploymentStage = D1 ('MetaData "StartEdgeDeploymentStage" "Amazonka.SageMaker.StartEdgeDeploymentStage" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "StartEdgeDeploymentStage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "edgeDeploymentPlanName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartEdgeDeploymentStage Source #

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

StartEdgeDeploymentStage, startEdgeDeploymentStage_edgeDeploymentPlanName - The name of the edge deployment plan to start.

StartEdgeDeploymentStage, startEdgeDeploymentStage_stageName - The name of the stage to start.

Request Lenses

Destructuring the Response

data StartEdgeDeploymentStageResponse Source #

See: newStartEdgeDeploymentStageResponse smart constructor.

Instances

Instances details
Generic StartEdgeDeploymentStageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

Associated Types

type Rep StartEdgeDeploymentStageResponse :: Type -> Type #

Read StartEdgeDeploymentStageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

Show StartEdgeDeploymentStageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

NFData StartEdgeDeploymentStageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

Eq StartEdgeDeploymentStageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

type Rep StartEdgeDeploymentStageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartEdgeDeploymentStage

type Rep StartEdgeDeploymentStageResponse = D1 ('MetaData "StartEdgeDeploymentStageResponse" "Amazonka.SageMaker.StartEdgeDeploymentStage" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "StartEdgeDeploymentStageResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStartEdgeDeploymentStageResponse :: StartEdgeDeploymentStageResponse Source #

Create a value of StartEdgeDeploymentStageResponse with all optional fields omitted.

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