libZSservicesZSamazonka-eksZSamazonka-eks
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.EKS.DescribeFargateProfile

Description

Returns descriptive information about an Fargate profile.

Synopsis

Creating a Request

data DescribeFargateProfile Source #

See: newDescribeFargateProfile smart constructor.

Constructors

DescribeFargateProfile' 

Fields

Instances

Instances details
Eq DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Read DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Show DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Generic DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Associated Types

type Rep DescribeFargateProfile :: Type -> Type #

NFData DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Methods

rnf :: DescribeFargateProfile -> () #

Hashable DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

AWSRequest DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Associated Types

type AWSResponse DescribeFargateProfile #

ToHeaders DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

ToPath DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

ToQuery DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

type Rep DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

type Rep DescribeFargateProfile = D1 ('MetaData "DescribeFargateProfile" "Amazonka.EKS.DescribeFargateProfile" "libZSservicesZSamazonka-eksZSamazonka-eks" 'False) (C1 ('MetaCons "DescribeFargateProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "fargateProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

newDescribeFargateProfile Source #

Create a value of DescribeFargateProfile 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:clusterName:DescribeFargateProfile', describeFargateProfile_clusterName - The name of the Amazon EKS cluster associated with the Fargate profile.

$sel:fargateProfileName:DescribeFargateProfile', describeFargateProfile_fargateProfileName - The name of the Fargate profile to describe.

Request Lenses

describeFargateProfile_clusterName :: Lens' DescribeFargateProfile Text Source #

The name of the Amazon EKS cluster associated with the Fargate profile.

Destructuring the Response

data DescribeFargateProfileResponse Source #

See: newDescribeFargateProfileResponse smart constructor.

Constructors

DescribeFargateProfileResponse' 

Fields

Instances

Instances details
Eq DescribeFargateProfileResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Read DescribeFargateProfileResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Show DescribeFargateProfileResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Generic DescribeFargateProfileResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Associated Types

type Rep DescribeFargateProfileResponse :: Type -> Type #

NFData DescribeFargateProfileResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

type Rep DescribeFargateProfileResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

type Rep DescribeFargateProfileResponse = D1 ('MetaData "DescribeFargateProfileResponse" "Amazonka.EKS.DescribeFargateProfile" "libZSservicesZSamazonka-eksZSamazonka-eks" 'False) (C1 ('MetaCons "DescribeFargateProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fargateProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FargateProfile)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeFargateProfileResponse Source #

Create a value of DescribeFargateProfileResponse 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:fargateProfile:DescribeFargateProfileResponse', describeFargateProfileResponse_fargateProfile - The full description of your Fargate profile.

$sel:httpStatus:DescribeFargateProfileResponse', describeFargateProfileResponse_httpStatus - The response's http status code.

Response Lenses