| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.DescribeProject
Description
Describes the details of a project.
Synopsis
- data DescribeProject = DescribeProject' {
- projectName :: Text
- newDescribeProject :: Text -> DescribeProject
- describeProject_projectName :: Lens' DescribeProject Text
- data DescribeProjectResponse = DescribeProjectResponse' {
- createdBy :: Maybe UserContext
- lastModifiedBy :: Maybe UserContext
- lastModifiedTime :: Maybe POSIX
- projectDescription :: Maybe Text
- serviceCatalogProvisionedProductDetails :: Maybe ServiceCatalogProvisionedProductDetails
- httpStatus :: Int
- projectArn :: Text
- projectName :: Text
- projectId :: Text
- serviceCatalogProvisioningDetails :: ServiceCatalogProvisioningDetails
- projectStatus :: ProjectStatus
- creationTime :: POSIX
- newDescribeProjectResponse :: Int -> Text -> Text -> Text -> ServiceCatalogProvisioningDetails -> ProjectStatus -> UTCTime -> DescribeProjectResponse
- describeProjectResponse_createdBy :: Lens' DescribeProjectResponse (Maybe UserContext)
- describeProjectResponse_lastModifiedBy :: Lens' DescribeProjectResponse (Maybe UserContext)
- describeProjectResponse_lastModifiedTime :: Lens' DescribeProjectResponse (Maybe UTCTime)
- describeProjectResponse_projectDescription :: Lens' DescribeProjectResponse (Maybe Text)
- describeProjectResponse_serviceCatalogProvisionedProductDetails :: Lens' DescribeProjectResponse (Maybe ServiceCatalogProvisionedProductDetails)
- 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.
Constructors
| DescribeProject' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DescribeProject |
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:
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.
Constructors
| DescribeProjectResponse' | |
Fields
| |
Instances
newDescribeProjectResponse Source #
Arguments
| :: 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:
DescribeProjectResponse, describeProjectResponse_createdBy - Undocumented member.
DescribeProjectResponse, describeProjectResponse_lastModifiedBy - Undocumented member.
DescribeProjectResponse, describeProjectResponse_lastModifiedTime - The timestamp when project was last modified.
DescribeProjectResponse, describeProjectResponse_projectDescription - The description of the project.
DescribeProjectResponse, describeProjectResponse_serviceCatalogProvisionedProductDetails - Information about a provisioned service catalog product.
$sel:httpStatus:DescribeProjectResponse', describeProjectResponse_httpStatus - The response's http status code.
DescribeProjectResponse, describeProjectResponse_projectArn - The Amazon Resource Name (ARN) of the project.
DescribeProject, describeProjectResponse_projectName - The name of the project.
DescribeProjectResponse, describeProjectResponse_projectId - The ID of the project.
DescribeProjectResponse, describeProjectResponse_serviceCatalogProvisioningDetails - Information used to provision a service catalog product. For
information, see
What is Amazon Web Services Service Catalog.
DescribeProjectResponse, describeProjectResponse_projectStatus - The status of the project.
DescribeProjectResponse, describeProjectResponse_creationTime - The time when the project was created.
Response Lenses
describeProjectResponse_createdBy :: Lens' DescribeProjectResponse (Maybe UserContext) Source #
Undocumented member.
describeProjectResponse_lastModifiedBy :: Lens' DescribeProjectResponse (Maybe UserContext) Source #
Undocumented member.
describeProjectResponse_lastModifiedTime :: Lens' DescribeProjectResponse (Maybe UTCTime) Source #
The timestamp when project was last modified.
describeProjectResponse_projectDescription :: Lens' DescribeProjectResponse (Maybe Text) Source #
The description of the project.
describeProjectResponse_serviceCatalogProvisionedProductDetails :: Lens' DescribeProjectResponse (Maybe ServiceCatalogProvisionedProductDetails) Source #
Information about a provisioned service catalog product.
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.