| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.ServiceCatalog.DescribeProduct
Description
Gets information about the specified product.
- describeProduct :: Text -> DescribeProduct
- data DescribeProduct
- dpAcceptLanguage :: Lens' DescribeProduct (Maybe Text)
- dpId :: Lens' DescribeProduct Text
- describeProductResponse :: Int -> DescribeProductResponse
- data DescribeProductResponse
- ddrsProductViewSummary :: Lens' DescribeProductResponse (Maybe ProductViewSummary)
- ddrsProvisioningArtifacts :: Lens' DescribeProductResponse [ProvisioningArtifact]
- ddrsResponseStatus :: Lens' DescribeProductResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DescribeProduct |
Creates a value of DescribeProduct with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpAcceptLanguage- The language code. *en- English (default) *jp- Japanese *zh- ChinesedpId- The product identifier.
data DescribeProduct Source #
See: describeProduct smart constructor.
Instances
Request Lenses
dpAcceptLanguage :: Lens' DescribeProduct (Maybe Text) Source #
The language code. * en - English (default) * jp - Japanese * zh - Chinese
Destructuring the Response
describeProductResponse Source #
Arguments
| :: Int | |
| -> DescribeProductResponse |
Creates a value of DescribeProductResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddrsProductViewSummary- Summary information about the product view.ddrsProvisioningArtifacts- Information about the provisioning artifacts for the specified product.ddrsResponseStatus- -- | The response status code.
data DescribeProductResponse Source #
See: describeProductResponse smart constructor.
Response Lenses
ddrsProductViewSummary :: Lens' DescribeProductResponse (Maybe ProductViewSummary) Source #
Summary information about the product view.
ddrsProvisioningArtifacts :: Lens' DescribeProductResponse [ProvisioningArtifact] Source #
Information about the provisioning artifacts for the specified product.
ddrsResponseStatus :: Lens' DescribeProductResponse Int Source #
- - | The response status code.