| 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.DescribeProductAsAdmin
Description
Gets information about the specified product. This operation is 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 product identifier.
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
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- Information about the product view.dpaarsTagOptions- Information about the TagOptions associated with the product.dpaarsProvisioningArtifactSummaries- Information about the provisioning artifacts (also known as versions) for the specified product.dpaarsTags- Information about the 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 #
Information about the product view.
dpaarsTagOptions :: Lens' DescribeProductAsAdminResponse [TagOptionDetail] Source #
Information about the TagOptions associated with the product.
dpaarsProvisioningArtifactSummaries :: Lens' DescribeProductAsAdminResponse [ProvisioningArtifactSummary] Source #
Information about the provisioning artifacts (also known as versions) for the specified product.
dpaarsTags :: Lens' DescribeProductAsAdminResponse [Tag] Source #
Information about the tags associated with the product.
dpaarsResponseStatus :: Lens' DescribeProductAsAdminResponse Int Source #
- - | The response status code.