| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@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:
data FlushStageCache Source #
Requests Amazon API Gateway to flush a stage's cache.
See: flushStageCache smart constructor.
Instances
Request Lenses
fscRestAPIId :: Lens' FlushStageCache Text Source #
The API identifier of the stage to flush its cache.
fscStageName :: Lens' FlushStageCache Text Source #
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.