Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Deletes a Deployment.
Synopsis
- data DeleteDeployment = DeleteDeployment' {
- apiId :: Text
- deploymentId :: Text
- newDeleteDeployment :: Text -> Text -> DeleteDeployment
- deleteDeployment_apiId :: Lens' DeleteDeployment Text
- deleteDeployment_deploymentId :: Lens' DeleteDeployment Text
- data DeleteDeploymentResponse = DeleteDeploymentResponse' {
- newDeleteDeploymentResponse :: DeleteDeploymentResponse
Creating a Request
data DeleteDeployment Source #
See: newDeleteDeployment
smart constructor.
DeleteDeployment' | |
|
Instances
Create a value of DeleteDeployment
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:apiId:DeleteDeployment'
, deleteDeployment_apiId
- The API identifier.
$sel:deploymentId:DeleteDeployment'
, deleteDeployment_deploymentId
- The deployment ID.
Request Lenses
deleteDeployment_apiId :: Lens' DeleteDeployment Text Source #
The API identifier.
deleteDeployment_deploymentId :: Lens' DeleteDeployment Text Source #
The deployment ID.
Destructuring the Response
data DeleteDeploymentResponse Source #
See: newDeleteDeploymentResponse
smart constructor.
Instances
Eq DeleteDeploymentResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteDeployment | |
Read DeleteDeploymentResponse Source # | |
Show DeleteDeploymentResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteDeployment showsPrec :: Int -> DeleteDeploymentResponse -> ShowS # show :: DeleteDeploymentResponse -> String # showList :: [DeleteDeploymentResponse] -> ShowS # | |
Generic DeleteDeploymentResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteDeployment type Rep DeleteDeploymentResponse :: Type -> Type # | |
NFData DeleteDeploymentResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteDeployment rnf :: DeleteDeploymentResponse -> () # | |
type Rep DeleteDeploymentResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteDeployment |
newDeleteDeploymentResponse :: DeleteDeploymentResponse Source #
Create a value of DeleteDeploymentResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.