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 |
Amazonka.ApiGatewayV2.DeleteStage
Description
Deletes a Stage.
Synopsis
Creating a Request
data DeleteStage Source #
See: newDeleteStage
smart constructor.
Constructors
DeleteStage' | |
Instances
Arguments
:: Text | |
-> Text | |
-> DeleteStage |
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.
Constructors
DeleteStageResponse' | |
Instances
newDeleteStageResponse :: DeleteStageResponse Source #
Create a value of DeleteStageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.