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 Stage.
Synopsis
Creating a Request
data DeleteStage Source #
See: newDeleteStage
smart constructor.
Instances
Create a value of DeleteStage
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:stageName:DeleteStage'
, deleteStage_stageName
- The stage name. Stage names can only contain alphanumeric characters,
hyphens, and underscores. Maximum length is 128 characters.
$sel:apiId:DeleteStage'
, deleteStage_apiId
- The API identifier.
Request Lenses
deleteStage_stageName :: Lens' DeleteStage Text Source #
The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
deleteStage_apiId :: Lens' DeleteStage Text Source #
The API identifier.
Destructuring the Response
data DeleteStageResponse Source #
See: newDeleteStageResponse
smart constructor.
Instances
Eq DeleteStageResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteStage (==) :: DeleteStageResponse -> DeleteStageResponse -> Bool # (/=) :: DeleteStageResponse -> DeleteStageResponse -> Bool # | |
Read DeleteStageResponse Source # | |
Show DeleteStageResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteStage showsPrec :: Int -> DeleteStageResponse -> ShowS # show :: DeleteStageResponse -> String # showList :: [DeleteStageResponse] -> ShowS # | |
Generic DeleteStageResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteStage type Rep DeleteStageResponse :: Type -> Type # from :: DeleteStageResponse -> Rep DeleteStageResponse x # to :: Rep DeleteStageResponse x -> DeleteStageResponse # | |
NFData DeleteStageResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteStage rnf :: DeleteStageResponse -> () # | |
type Rep DeleteStageResponse Source # | |
newDeleteStageResponse :: DeleteStageResponse Source #
Create a value of DeleteStageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.