| 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.DescribeCopyProductStatus
Description
Describes the status of the specified copy product operation.
- describeCopyProductStatus :: Text -> DescribeCopyProductStatus
- data DescribeCopyProductStatus
- dcpsAcceptLanguage :: Lens' DescribeCopyProductStatus (Maybe Text)
- dcpsCopyProductToken :: Lens' DescribeCopyProductStatus Text
- describeCopyProductStatusResponse :: Int -> DescribeCopyProductStatusResponse
- data DescribeCopyProductStatusResponse
- dcpsrsTargetProductId :: Lens' DescribeCopyProductStatusResponse (Maybe Text)
- dcpsrsCopyProductStatus :: Lens' DescribeCopyProductStatusResponse (Maybe CopyProductStatus)
- dcpsrsStatusDetail :: Lens' DescribeCopyProductStatusResponse (Maybe Text)
- dcpsrsResponseStatus :: Lens' DescribeCopyProductStatusResponse Int
Creating a Request
describeCopyProductStatus Source #
Arguments
| :: Text | |
| -> DescribeCopyProductStatus |
Creates a value of DescribeCopyProductStatus with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcpsAcceptLanguage- The language code. *en- English (default) *jp- Japanese *zh- ChinesedcpsCopyProductToken- The token returned from the call toCopyProductthat initiated the operation.
data DescribeCopyProductStatus Source #
See: describeCopyProductStatus smart constructor.
Instances
Request Lenses
dcpsAcceptLanguage :: Lens' DescribeCopyProductStatus (Maybe Text) Source #
The language code. * en - English (default) * jp - Japanese * zh - Chinese
dcpsCopyProductToken :: Lens' DescribeCopyProductStatus Text Source #
The token returned from the call to CopyProduct that initiated the operation.
Destructuring the Response
describeCopyProductStatusResponse Source #
Arguments
| :: Int | |
| -> DescribeCopyProductStatusResponse |
Creates a value of DescribeCopyProductStatusResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcpsrsTargetProductId- The ID of the copied product.dcpsrsCopyProductStatus- The status of the copy product operation.dcpsrsStatusDetail- The status message.dcpsrsResponseStatus- -- | The response status code.
data DescribeCopyProductStatusResponse Source #
See: describeCopyProductStatusResponse smart constructor.
Instances
Response Lenses
dcpsrsTargetProductId :: Lens' DescribeCopyProductStatusResponse (Maybe Text) Source #
The ID of the copied product.
dcpsrsCopyProductStatus :: Lens' DescribeCopyProductStatusResponse (Maybe CopyProductStatus) Source #
The status of the copy product operation.
dcpsrsStatusDetail :: Lens' DescribeCopyProductStatusResponse (Maybe Text) Source #
The status message.
dcpsrsResponseStatus :: Lens' DescribeCopyProductStatusResponse Int Source #
- - | The response status code.