| 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.ResourceGroups.GetGroupQuery
Description
Returns the resource query associated with the specified resource group.
Creating a Request
Arguments
| :: Text | |
| -> GetGroupQuery |
Creates a value of GetGroupQuery with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ggqGroupName- The name of the resource group.
data GetGroupQuery Source #
See: getGroupQuery smart constructor.
Instances
Request Lenses
ggqGroupName :: Lens' GetGroupQuery Text Source #
The name of the resource group.
Destructuring the Response
getGroupQueryResponse Source #
Arguments
| :: Int | |
| -> GetGroupQueryResponse |
Creates a value of GetGroupQueryResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ggqrsGroupQuery- The resource query associated with the specified group.ggqrsResponseStatus- -- | The response status code.
data GetGroupQueryResponse Source #
See: getGroupQueryResponse smart constructor.
Response Lenses
ggqrsGroupQuery :: Lens' GetGroupQueryResponse (Maybe GroupQuery) Source #
The resource query associated with the specified group.
ggqrsResponseStatus :: Lens' GetGroupQueryResponse Int Source #
- - | The response status code.