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 descriptive information about an Fargate profile.
Synopsis
- data DescribeFargateProfile = DescribeFargateProfile' {}
- newDescribeFargateProfile :: Text -> Text -> DescribeFargateProfile
- describeFargateProfile_clusterName :: Lens' DescribeFargateProfile Text
- describeFargateProfile_fargateProfileName :: Lens' DescribeFargateProfile Text
- data DescribeFargateProfileResponse = DescribeFargateProfileResponse' {}
- newDescribeFargateProfileResponse :: Int -> DescribeFargateProfileResponse
- describeFargateProfileResponse_fargateProfile :: Lens' DescribeFargateProfileResponse (Maybe FargateProfile)
- describeFargateProfileResponse_httpStatus :: Lens' DescribeFargateProfileResponse Int
Creating a Request
data DescribeFargateProfile Source #
See: newDescribeFargateProfile
smart constructor.
DescribeFargateProfile' | |
|
Instances
newDescribeFargateProfile Source #
:: Text | |
-> Text | |
-> DescribeFargateProfile |
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.
describeFargateProfile_fargateProfileName :: Lens' DescribeFargateProfile Text Source #
The name of the Fargate profile to describe.
Destructuring the Response
data DescribeFargateProfileResponse Source #
See: newDescribeFargateProfileResponse
smart constructor.
DescribeFargateProfileResponse' | |
|
Instances
Eq DescribeFargateProfileResponse Source # | |
Read DescribeFargateProfileResponse Source # | |
Show DescribeFargateProfileResponse Source # | |
Defined in Amazonka.EKS.DescribeFargateProfile | |
Generic DescribeFargateProfileResponse Source # | |
NFData DescribeFargateProfileResponse Source # | |
Defined in Amazonka.EKS.DescribeFargateProfile rnf :: DescribeFargateProfileResponse -> () # | |
type Rep DescribeFargateProfileResponse Source # | |
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
describeFargateProfileResponse_fargateProfile :: Lens' DescribeFargateProfileResponse (Maybe FargateProfile) Source #
The full description of your Fargate profile.
describeFargateProfileResponse_httpStatus :: Lens' DescribeFargateProfileResponse Int Source #
The response's http status code.