| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.APIGateway.FlushStageCache
Description
Flushes a stage's cache.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> FlushStageCache |
Creates a value of FlushStageCache with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
fscRestAPIId- [Required] The string identifier of the associatedRestApi.fscStageName- [Required] The name of the stage to flush its cache.
data FlushStageCache Source #
Requests API Gateway to flush a stage's cache.
See: flushStageCache smart constructor.
Instances
Request Lenses
fscRestAPIId :: Lens' FlushStageCache Text Source #
- Required
- The string identifier of the associated
RestApi.
fscStageName :: Lens' FlushStageCache Text Source #
- Required
- The name of the stage to flush its cache.
Destructuring the Response
flushStageCacheResponse :: FlushStageCacheResponse Source #
Creates a value of FlushStageCacheResponse with the minimum fields required to make a request.
data FlushStageCacheResponse Source #
See: flushStageCacheResponse smart constructor.