Copyright | (c) 2013-2021 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 |
Returns the service configuration associated with the specified resource group. For details about the service configuration syntax, see Service configurations for resource groups.
Minimum permissions
To run this command, you must have the following permissions:
resource-groups:GetGroupConfiguration
Synopsis
- data GetGroupConfiguration = GetGroupConfiguration' {}
- newGetGroupConfiguration :: GetGroupConfiguration
- getGroupConfiguration_group :: Lens' GetGroupConfiguration (Maybe Text)
- data GetGroupConfigurationResponse = GetGroupConfigurationResponse' {}
- newGetGroupConfigurationResponse :: Int -> GetGroupConfigurationResponse
- getGroupConfigurationResponse_groupConfiguration :: Lens' GetGroupConfigurationResponse (Maybe GroupConfiguration)
- getGroupConfigurationResponse_httpStatus :: Lens' GetGroupConfigurationResponse Int
Creating a Request
data GetGroupConfiguration Source #
See: newGetGroupConfiguration
smart constructor.
Instances
newGetGroupConfiguration :: GetGroupConfiguration Source #
Create a value of GetGroupConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:group':GetGroupConfiguration'
, getGroupConfiguration_group
- The name or the ARN of the resource group.
Request Lenses
getGroupConfiguration_group :: Lens' GetGroupConfiguration (Maybe Text) Source #
The name or the ARN of the resource group.
Destructuring the Response
data GetGroupConfigurationResponse Source #
See: newGetGroupConfigurationResponse
smart constructor.
GetGroupConfigurationResponse' | |
|
Instances
newGetGroupConfigurationResponse Source #
Create a value of GetGroupConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:groupConfiguration:GetGroupConfigurationResponse'
, getGroupConfigurationResponse_groupConfiguration
- The service configuration associated with the specified group. For
details about the service configuration syntax, see
Service configurations for resource groups.
$sel:httpStatus:GetGroupConfigurationResponse'
, getGroupConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
getGroupConfigurationResponse_groupConfiguration :: Lens' GetGroupConfigurationResponse (Maybe GroupConfiguration) Source #
The service configuration associated with the specified group. For details about the service configuration syntax, see Service configurations for resource groups.
getGroupConfigurationResponse_httpStatus :: Lens' GetGroupConfigurationResponse Int Source #
The response's http status code.