| 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.CodeBuild.InvalidateProjectCache
Description
Resets the cache for a project.
Synopsis
- invalidateProjectCache :: Text -> InvalidateProjectCache
- data InvalidateProjectCache
- ipcProjectName :: Lens' InvalidateProjectCache Text
- invalidateProjectCacheResponse :: Int -> InvalidateProjectCacheResponse
- data InvalidateProjectCacheResponse
- ipcrsResponseStatus :: Lens' InvalidateProjectCacheResponse Int
Creating a Request
invalidateProjectCache Source #
Arguments
| :: Text | |
| -> InvalidateProjectCache |
Creates a value of InvalidateProjectCache with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ipcProjectName- The name of the AWS CodeBuild build project that the cache will be reset for.
data InvalidateProjectCache Source #
See: invalidateProjectCache smart constructor.
Instances
Request Lenses
ipcProjectName :: Lens' InvalidateProjectCache Text Source #
The name of the AWS CodeBuild build project that the cache will be reset for.
Destructuring the Response
invalidateProjectCacheResponse Source #
Arguments
| :: Int | |
| -> InvalidateProjectCacheResponse |
Creates a value of InvalidateProjectCacheResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ipcrsResponseStatus- -- | The response status code.
data InvalidateProjectCacheResponse Source #
See: invalidateProjectCacheResponse smart constructor.
Instances
Response Lenses
ipcrsResponseStatus :: Lens' InvalidateProjectCacheResponse Int Source #
- - | The response status code.