amazonka-eks-2.0: Amazon Elastic Kubernetes Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
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

AWSRequest DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Associated Types

type AWSResponse DescribeFargateProfile #

Generic DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Associated Types

type Rep DescribeFargateProfile :: Type -> Type #

Read DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Show DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

NFData DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Methods

rnf :: DescribeFargateProfile -> () #

Eq DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Hashable DescribeFargateProfile Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

type AWSResponse 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" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" 'False) (C1 ('MetaCons "DescribeFargateProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "fargateProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeFargateProfile, describeFargateProfile_clusterName - The name of the Amazon EKS cluster associated with the Fargate profile.

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
Generic DescribeFargateProfileResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Associated Types

type Rep DescribeFargateProfileResponse :: Type -> Type #

Read DescribeFargateProfileResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Show DescribeFargateProfileResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

NFData DescribeFargateProfileResponse Source # 
Instance details

Defined in Amazonka.EKS.DescribeFargateProfile

Eq 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" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" '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