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 |
Amazonka.EKS.DescribeFargateProfile
Description
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.
Constructors
DescribeFargateProfile' | |
Fields
|
Instances
newDescribeFargateProfile Source #
Arguments
:: 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.
Constructors
DescribeFargateProfileResponse' | |
Fields
|
Instances
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.