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 |
Describes the details of a project.
Synopsis
- data DescribeProject = DescribeProject' {
- projectName :: Text
- newDescribeProject :: Text -> DescribeProject
- describeProject_projectName :: Lens' DescribeProject Text
- data DescribeProjectResponse = DescribeProjectResponse' {
- serviceCatalogProvisionedProductDetails :: Maybe ServiceCatalogProvisionedProductDetails
- createdBy :: Maybe UserContext
- projectDescription :: Maybe Text
- httpStatus :: Int
- projectArn :: Text
- projectName :: Text
- projectId :: Text
- serviceCatalogProvisioningDetails :: ServiceCatalogProvisioningDetails
- projectStatus :: ProjectStatus
- creationTime :: POSIX
- newDescribeProjectResponse :: Int -> Text -> Text -> Text -> ServiceCatalogProvisioningDetails -> ProjectStatus -> UTCTime -> DescribeProjectResponse
- describeProjectResponse_serviceCatalogProvisionedProductDetails :: Lens' DescribeProjectResponse (Maybe ServiceCatalogProvisionedProductDetails)
- describeProjectResponse_createdBy :: Lens' DescribeProjectResponse (Maybe UserContext)
- describeProjectResponse_projectDescription :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_httpStatus :: Lens' DescribeProjectResponse Int
- describeProjectResponse_projectArn :: Lens' DescribeProjectResponse Text
- describeProjectResponse_projectName :: Lens' DescribeProjectResponse Text
- describeProjectResponse_projectId :: Lens' DescribeProjectResponse Text
- describeProjectResponse_serviceCatalogProvisioningDetails :: Lens' DescribeProjectResponse ServiceCatalogProvisioningDetails
- describeProjectResponse_projectStatus :: Lens' DescribeProjectResponse ProjectStatus
- describeProjectResponse_creationTime :: Lens' DescribeProjectResponse UTCTime
Creating a Request
data DescribeProject Source #
See: newDescribeProject
smart constructor.
DescribeProject' | |
|
Instances
Create a value of DescribeProject
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:projectName:DescribeProject'
, describeProject_projectName
- The name of the project to describe.
Request Lenses
describeProject_projectName :: Lens' DescribeProject Text Source #
The name of the project to describe.
Destructuring the Response
data DescribeProjectResponse Source #
See: newDescribeProjectResponse
smart constructor.
DescribeProjectResponse' | |
|
Instances
newDescribeProjectResponse Source #
:: Int | |
-> Text | |
-> Text | |
-> Text | |
-> ServiceCatalogProvisioningDetails |
|
-> ProjectStatus | |
-> UTCTime | |
-> DescribeProjectResponse |
Create a value of DescribeProjectResponse
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:serviceCatalogProvisionedProductDetails:DescribeProjectResponse'
, describeProjectResponse_serviceCatalogProvisionedProductDetails
- Information about a provisioned service catalog product.
$sel:createdBy:DescribeProjectResponse'
, describeProjectResponse_createdBy
- Undocumented member.
$sel:projectDescription:DescribeProjectResponse'
, describeProjectResponse_projectDescription
- The description of the project.
$sel:httpStatus:DescribeProjectResponse'
, describeProjectResponse_httpStatus
- The response's http status code.
$sel:projectArn:DescribeProjectResponse'
, describeProjectResponse_projectArn
- The Amazon Resource Name (ARN) of the project.
$sel:projectName:DescribeProject'
, describeProjectResponse_projectName
- The name of the project.
$sel:projectId:DescribeProjectResponse'
, describeProjectResponse_projectId
- The ID of the project.
$sel:serviceCatalogProvisioningDetails:DescribeProjectResponse'
, describeProjectResponse_serviceCatalogProvisioningDetails
- Information used to provision a service catalog product. For
information, see
What is Amazon Web Services Service Catalog.
$sel:projectStatus:DescribeProjectResponse'
, describeProjectResponse_projectStatus
- The status of the project.
$sel:creationTime:DescribeProjectResponse'
, describeProjectResponse_creationTime
- The time when the project was created.
Response Lenses
describeProjectResponse_serviceCatalogProvisionedProductDetails :: Lens' DescribeProjectResponse (Maybe ServiceCatalogProvisionedProductDetails) Source #
Information about a provisioned service catalog product.
describeProjectResponse_createdBy :: Lens' DescribeProjectResponse (Maybe UserContext) Source #
Undocumented member.
describeProjectResponse_projectDescription :: Lens' DescribeProjectResponse (Maybe Text) Source #
The description of the project.
describeProjectResponse_httpStatus :: Lens' DescribeProjectResponse Int Source #
The response's http status code.
describeProjectResponse_projectArn :: Lens' DescribeProjectResponse Text Source #
The Amazon Resource Name (ARN) of the project.
describeProjectResponse_projectName :: Lens' DescribeProjectResponse Text Source #
The name of the project.
describeProjectResponse_projectId :: Lens' DescribeProjectResponse Text Source #
The ID of the project.
describeProjectResponse_serviceCatalogProvisioningDetails :: Lens' DescribeProjectResponse ServiceCatalogProvisioningDetails Source #
Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog.
describeProjectResponse_projectStatus :: Lens' DescribeProjectResponse ProjectStatus Source #
The status of the project.
describeProjectResponse_creationTime :: Lens' DescribeProjectResponse UTCTime Source #
The time when the project was created.