libZSservicesZSamazonka-resourcegroupsZSamazonka-resourcegroups
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ResourceGroups.GetGroupConfiguration

Description

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

Creating a Request

data GetGroupConfiguration Source #

See: newGetGroupConfiguration smart constructor.

Constructors

GetGroupConfiguration' 

Fields

Instances

Instances details
Eq GetGroupConfiguration Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

Read GetGroupConfiguration Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

Show GetGroupConfiguration Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

Generic GetGroupConfiguration Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

Associated Types

type Rep GetGroupConfiguration :: Type -> Type #

NFData GetGroupConfiguration Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

Methods

rnf :: GetGroupConfiguration -> () #

Hashable GetGroupConfiguration Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

ToJSON GetGroupConfiguration Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

AWSRequest GetGroupConfiguration Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

Associated Types

type AWSResponse GetGroupConfiguration #

ToHeaders GetGroupConfiguration Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

ToPath GetGroupConfiguration Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

ToQuery GetGroupConfiguration Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

type Rep GetGroupConfiguration Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

type Rep GetGroupConfiguration = D1 ('MetaData "GetGroupConfiguration" "Amazonka.ResourceGroups.GetGroupConfiguration" "libZSservicesZSamazonka-resourcegroupsZSamazonka-resourcegroups" 'False) (C1 ('MetaCons "GetGroupConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "group'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse GetGroupConfiguration Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

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.

Constructors

GetGroupConfigurationResponse' 

Fields

Instances

Instances details
Eq GetGroupConfigurationResponse Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

Read GetGroupConfigurationResponse Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

Show GetGroupConfigurationResponse Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

Generic GetGroupConfigurationResponse Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

Associated Types

type Rep GetGroupConfigurationResponse :: Type -> Type #

NFData GetGroupConfigurationResponse Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

type Rep GetGroupConfigurationResponse Source # 
Instance details

Defined in Amazonka.ResourceGroups.GetGroupConfiguration

type Rep GetGroupConfigurationResponse = D1 ('MetaData "GetGroupConfigurationResponse" "Amazonka.ResourceGroups.GetGroupConfiguration" "libZSservicesZSamazonka-resourcegroupsZSamazonka-resourcegroups" 'False) (C1 ('MetaCons "GetGroupConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GroupConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.