| 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.DescribeProvisionedProductPlan
Description
Gets information about the resource changes for the specified plan.
- describeProvisionedProductPlan :: Text -> DescribeProvisionedProductPlan
- data DescribeProvisionedProductPlan
- dpppAcceptLanguage :: Lens' DescribeProvisionedProductPlan (Maybe Text)
- dpppPageToken :: Lens' DescribeProvisionedProductPlan (Maybe Text)
- dpppPageSize :: Lens' DescribeProvisionedProductPlan (Maybe Natural)
- dpppPlanId :: Lens' DescribeProvisionedProductPlan Text
- describeProvisionedProductPlanResponse :: Int -> DescribeProvisionedProductPlanResponse
- data DescribeProvisionedProductPlanResponse
- dpppprsNextPageToken :: Lens' DescribeProvisionedProductPlanResponse (Maybe Text)
- dpppprsProvisionedProductPlanDetails :: Lens' DescribeProvisionedProductPlanResponse (Maybe ProvisionedProductPlanDetails)
- dpppprsResourceChanges :: Lens' DescribeProvisionedProductPlanResponse [ResourceChange]
- dpppprsResponseStatus :: Lens' DescribeProvisionedProductPlanResponse Int
Creating a Request
describeProvisionedProductPlan Source #
Arguments
| :: Text | |
| -> DescribeProvisionedProductPlan |
Creates a value of DescribeProvisionedProductPlan with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpppAcceptLanguage- The language code. *en- English (default) *jp- Japanese *zh- ChinesedpppPageToken- The page token for the next set of results. To retrieve the first set of results, use null.dpppPageSize- The maximum number of items to return with this call.dpppPlanId- The plan identifier.
data DescribeProvisionedProductPlan Source #
See: describeProvisionedProductPlan smart constructor.
Instances
Request Lenses
dpppAcceptLanguage :: Lens' DescribeProvisionedProductPlan (Maybe Text) Source #
The language code. * en - English (default) * jp - Japanese * zh - Chinese
dpppPageToken :: Lens' DescribeProvisionedProductPlan (Maybe Text) Source #
The page token for the next set of results. To retrieve the first set of results, use null.
dpppPageSize :: Lens' DescribeProvisionedProductPlan (Maybe Natural) Source #
The maximum number of items to return with this call.
dpppPlanId :: Lens' DescribeProvisionedProductPlan Text Source #
The plan identifier.
Destructuring the Response
describeProvisionedProductPlanResponse Source #
Creates a value of DescribeProvisionedProductPlanResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpppprsNextPageToken- The page token to use to retrieve the next set of results. If there are no additional results, this value is null.dpppprsProvisionedProductPlanDetails- Information about the plan.dpppprsResourceChanges- Information about the resource changes that will occur when the plan is executed.dpppprsResponseStatus- -- | The response status code.
data DescribeProvisionedProductPlanResponse Source #
See: describeProvisionedProductPlanResponse smart constructor.
Instances
Response Lenses
dpppprsNextPageToken :: Lens' DescribeProvisionedProductPlanResponse (Maybe Text) Source #
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
dpppprsProvisionedProductPlanDetails :: Lens' DescribeProvisionedProductPlanResponse (Maybe ProvisionedProductPlanDetails) Source #
Information about the plan.
dpppprsResourceChanges :: Lens' DescribeProvisionedProductPlanResponse [ResourceChange] Source #
Information about the resource changes that will occur when the plan is executed.
dpppprsResponseStatus :: Lens' DescribeProvisionedProductPlanResponse Int Source #
- - | The response status code.