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.DeleteEdgeDeploymentPlan
Description
Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages in the plan.
Synopsis
- data DeleteEdgeDeploymentPlan = DeleteEdgeDeploymentPlan' {}
- newDeleteEdgeDeploymentPlan :: Text -> DeleteEdgeDeploymentPlan
- deleteEdgeDeploymentPlan_edgeDeploymentPlanName :: Lens' DeleteEdgeDeploymentPlan Text
- data DeleteEdgeDeploymentPlanResponse = DeleteEdgeDeploymentPlanResponse' {
- newDeleteEdgeDeploymentPlanResponse :: DeleteEdgeDeploymentPlanResponse
Creating a Request
data DeleteEdgeDeploymentPlan Source #
See: newDeleteEdgeDeploymentPlan
smart constructor.
Constructors
DeleteEdgeDeploymentPlan' | |
Fields
|
Instances
newDeleteEdgeDeploymentPlan Source #
Arguments
:: Text | |
-> DeleteEdgeDeploymentPlan |
Create a value of DeleteEdgeDeploymentPlan
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:
DeleteEdgeDeploymentPlan
, deleteEdgeDeploymentPlan_edgeDeploymentPlanName
- The name of the edge deployment plan to delete.
Request Lenses
deleteEdgeDeploymentPlan_edgeDeploymentPlanName :: Lens' DeleteEdgeDeploymentPlan Text Source #
The name of the edge deployment plan to delete.
Destructuring the Response
data DeleteEdgeDeploymentPlanResponse Source #
See: newDeleteEdgeDeploymentPlanResponse
smart constructor.
Constructors
DeleteEdgeDeploymentPlanResponse' | |
Instances
Generic DeleteEdgeDeploymentPlanResponse Source # | |
Defined in Amazonka.SageMaker.DeleteEdgeDeploymentPlan Associated Types type Rep DeleteEdgeDeploymentPlanResponse :: Type -> Type # | |
Read DeleteEdgeDeploymentPlanResponse Source # | |
Show DeleteEdgeDeploymentPlanResponse Source # | |
Defined in Amazonka.SageMaker.DeleteEdgeDeploymentPlan Methods showsPrec :: Int -> DeleteEdgeDeploymentPlanResponse -> ShowS # | |
NFData DeleteEdgeDeploymentPlanResponse Source # | |
Defined in Amazonka.SageMaker.DeleteEdgeDeploymentPlan Methods rnf :: DeleteEdgeDeploymentPlanResponse -> () # | |
Eq DeleteEdgeDeploymentPlanResponse Source # | |
type Rep DeleteEdgeDeploymentPlanResponse Source # | |
Defined in Amazonka.SageMaker.DeleteEdgeDeploymentPlan |
newDeleteEdgeDeploymentPlanResponse :: DeleteEdgeDeploymentPlanResponse Source #
Create a value of DeleteEdgeDeploymentPlanResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.