libZSservicesZSamazonka-emrZSamazonka-emr
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.EMR.ListInstanceGroups

Description

Provides all available details about the instance groups in a cluster.

This operation returns paginated results.

Synopsis

Creating a Request

data ListInstanceGroups Source #

This input determines which instance groups to retrieve.

See: newListInstanceGroups smart constructor.

Constructors

ListInstanceGroups' 

Fields

  • marker :: Maybe Text

    The pagination token that indicates the next set of results to retrieve.

  • clusterId :: Text

    The identifier of the cluster for which to list the instance groups.

Instances

Instances details
Eq ListInstanceGroups Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

Read ListInstanceGroups Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

Show ListInstanceGroups Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

Generic ListInstanceGroups Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

Associated Types

type Rep ListInstanceGroups :: Type -> Type #

NFData ListInstanceGroups Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

Methods

rnf :: ListInstanceGroups -> () #

Hashable ListInstanceGroups Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

ToJSON ListInstanceGroups Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

AWSPager ListInstanceGroups Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

AWSRequest ListInstanceGroups Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

Associated Types

type AWSResponse ListInstanceGroups #

ToHeaders ListInstanceGroups Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

ToPath ListInstanceGroups Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

ToQuery ListInstanceGroups Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

type Rep ListInstanceGroups Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

type Rep ListInstanceGroups = D1 ('MetaData "ListInstanceGroups" "Amazonka.EMR.ListInstanceGroups" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ListInstanceGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clusterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListInstanceGroups Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

newListInstanceGroups Source #

Create a value of ListInstanceGroups 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:marker:ListInstanceGroups', listInstanceGroups_marker - The pagination token that indicates the next set of results to retrieve.

$sel:clusterId:ListInstanceGroups', listInstanceGroups_clusterId - The identifier of the cluster for which to list the instance groups.

Request Lenses

listInstanceGroups_marker :: Lens' ListInstanceGroups (Maybe Text) Source #

The pagination token that indicates the next set of results to retrieve.

listInstanceGroups_clusterId :: Lens' ListInstanceGroups Text Source #

The identifier of the cluster for which to list the instance groups.

Destructuring the Response

data ListInstanceGroupsResponse Source #

This input determines which instance groups to retrieve.

See: newListInstanceGroupsResponse smart constructor.

Constructors

ListInstanceGroupsResponse' 

Fields

Instances

Instances details
Eq ListInstanceGroupsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

Read ListInstanceGroupsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

Show ListInstanceGroupsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

Generic ListInstanceGroupsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

Associated Types

type Rep ListInstanceGroupsResponse :: Type -> Type #

NFData ListInstanceGroupsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

type Rep ListInstanceGroupsResponse Source # 
Instance details

Defined in Amazonka.EMR.ListInstanceGroups

type Rep ListInstanceGroupsResponse = D1 ('MetaData "ListInstanceGroupsResponse" "Amazonka.EMR.ListInstanceGroups" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ListInstanceGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstanceGroup])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListInstanceGroupsResponse Source #

Create a value of ListInstanceGroupsResponse 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:marker:ListInstanceGroups', listInstanceGroupsResponse_marker - The pagination token that indicates the next set of results to retrieve.

$sel:instanceGroups:ListInstanceGroupsResponse', listInstanceGroupsResponse_instanceGroups - The list of instance groups for the cluster and given filters.

$sel:httpStatus:ListInstanceGroupsResponse', listInstanceGroupsResponse_httpStatus - The response's http status code.

Response Lenses

listInstanceGroupsResponse_marker :: Lens' ListInstanceGroupsResponse (Maybe Text) Source #

The pagination token that indicates the next set of results to retrieve.

listInstanceGroupsResponse_instanceGroups :: Lens' ListInstanceGroupsResponse (Maybe [InstanceGroup]) Source #

The list of instance groups for the cluster and given filters.