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 |
Resets the cache for a project.
- invalidateProjectCache :: Text -> InvalidateProjectCache
- data InvalidateProjectCache
- ipcProjectName :: Lens' InvalidateProjectCache Text
- invalidateProjectCacheResponse :: Int -> InvalidateProjectCacheResponse
- data InvalidateProjectCacheResponse
- ipcrsResponseStatus :: Lens' InvalidateProjectCacheResponse Int
Creating a Request
invalidateProjectCache Source #
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.
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 #
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.
Response Lenses
ipcrsResponseStatus :: Lens' InvalidateProjectCacheResponse Int Source #
- - | The response status code.