| Copyright | (c) 2013-2017 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.DescribeProductAsAdmin
Description
Retrieves information about a specified product, run with administrator access.
- describeProductAsAdmin :: Text -> DescribeProductAsAdmin
- data DescribeProductAsAdmin
- dpaaAcceptLanguage :: Lens' DescribeProductAsAdmin (Maybe Text)
- dpaaId :: Lens' DescribeProductAsAdmin Text
- describeProductAsAdminResponse :: Int -> DescribeProductAsAdminResponse
- data DescribeProductAsAdminResponse
- dpaarsProductViewDetail :: Lens' DescribeProductAsAdminResponse (Maybe ProductViewDetail)
- dpaarsTagOptions :: Lens' DescribeProductAsAdminResponse [TagOptionDetail]
- dpaarsProvisioningArtifactSummaries :: Lens' DescribeProductAsAdminResponse [ProvisioningArtifactSummary]
- dpaarsTags :: Lens' DescribeProductAsAdminResponse [Tag]
- dpaarsResponseStatus :: Lens' DescribeProductAsAdminResponse Int
Creating a Request
describeProductAsAdmin Source #
Arguments
| :: Text | |
| -> DescribeProductAsAdmin |
Creates a value of DescribeProductAsAdmin with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpaaAcceptLanguage- The language code. *en- English (default) *jp- Japanese *zh- ChinesedpaaId- The identifier of the product for which to retrieve information.
data DescribeProductAsAdmin Source #
See: describeProductAsAdmin smart constructor.
Instances
Request Lenses
dpaaAcceptLanguage :: Lens' DescribeProductAsAdmin (Maybe Text) Source #
The language code. * en - English (default) * jp - Japanese * zh - Chinese
dpaaId :: Lens' DescribeProductAsAdmin Text Source #
The identifier of the product for which to retrieve information.
Destructuring the Response
describeProductAsAdminResponse Source #
Arguments
| :: Int | |
| -> DescribeProductAsAdminResponse |
Creates a value of DescribeProductAsAdminResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpaarsProductViewDetail- Detailed product view information.dpaarsTagOptions- List of TagOptions associated with the product.dpaarsProvisioningArtifactSummaries- A list of provisioning artifact summaries for the product.dpaarsTags- Tags associated with the product.dpaarsResponseStatus- -- | The response status code.
data DescribeProductAsAdminResponse Source #
See: describeProductAsAdminResponse smart constructor.
Instances
Response Lenses
dpaarsProductViewDetail :: Lens' DescribeProductAsAdminResponse (Maybe ProductViewDetail) Source #
Detailed product view information.
dpaarsTagOptions :: Lens' DescribeProductAsAdminResponse [TagOptionDetail] Source #
List of TagOptions associated with the product.
dpaarsProvisioningArtifactSummaries :: Lens' DescribeProductAsAdminResponse [ProvisioningArtifactSummary] Source #
A list of provisioning artifact summaries for the product.
dpaarsTags :: Lens' DescribeProductAsAdminResponse [Tag] Source #
Tags associated with the product.
dpaarsResponseStatus :: Lens' DescribeProductAsAdminResponse Int Source #
- - | The response status code.