| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.StartEdgeDeploymentStage
Description
Starts a stage in an edge deployment plan.
Synopsis
- data StartEdgeDeploymentStage = StartEdgeDeploymentStage' {}
 - newStartEdgeDeploymentStage :: Text -> Text -> StartEdgeDeploymentStage
 - startEdgeDeploymentStage_edgeDeploymentPlanName :: Lens' StartEdgeDeploymentStage Text
 - startEdgeDeploymentStage_stageName :: Lens' StartEdgeDeploymentStage Text
 - data StartEdgeDeploymentStageResponse = StartEdgeDeploymentStageResponse' {
 - newStartEdgeDeploymentStageResponse :: StartEdgeDeploymentStageResponse
 
Creating a Request
data StartEdgeDeploymentStage Source #
See: newStartEdgeDeploymentStage smart constructor.
Constructors
| StartEdgeDeploymentStage' | |
Fields 
  | |
Instances
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
startEdgeDeploymentStage_edgeDeploymentPlanName :: Lens' StartEdgeDeploymentStage Text Source #
The name of the edge deployment plan to start.
startEdgeDeploymentStage_stageName :: Lens' StartEdgeDeploymentStage Text Source #
The name of the stage to start.
Destructuring the Response
data StartEdgeDeploymentStageResponse Source #
See: newStartEdgeDeploymentStageResponse smart constructor.
Constructors
| StartEdgeDeploymentStageResponse' | |
Instances
| Generic StartEdgeDeploymentStageResponse Source # | |
Defined in Amazonka.SageMaker.StartEdgeDeploymentStage Associated Types type Rep StartEdgeDeploymentStageResponse :: Type -> Type #  | |
| Read StartEdgeDeploymentStageResponse Source # | |
| Show StartEdgeDeploymentStageResponse Source # | |
Defined in Amazonka.SageMaker.StartEdgeDeploymentStage Methods showsPrec :: Int -> StartEdgeDeploymentStageResponse -> ShowS #  | |
| NFData StartEdgeDeploymentStageResponse Source # | |
Defined in Amazonka.SageMaker.StartEdgeDeploymentStage Methods rnf :: StartEdgeDeploymentStageResponse -> () #  | |
| Eq StartEdgeDeploymentStageResponse Source # | |
| type Rep StartEdgeDeploymentStageResponse Source # | |
Defined in Amazonka.SageMaker.StartEdgeDeploymentStage  | |
newStartEdgeDeploymentStageResponse :: StartEdgeDeploymentStageResponse Source #
Create a value of StartEdgeDeploymentStageResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.