| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ServiceCatalog.DescribeProvisionedProductPlan
Description
Gets information about the resource changes for the specified plan.
Synopsis
- data DescribeProvisionedProductPlan = DescribeProvisionedProductPlan' {}
- newDescribeProvisionedProductPlan :: Text -> DescribeProvisionedProductPlan
- describeProvisionedProductPlan_acceptLanguage :: Lens' DescribeProvisionedProductPlan (Maybe Text)
- describeProvisionedProductPlan_pageSize :: Lens' DescribeProvisionedProductPlan (Maybe Natural)
- describeProvisionedProductPlan_pageToken :: Lens' DescribeProvisionedProductPlan (Maybe Text)
- describeProvisionedProductPlan_planId :: Lens' DescribeProvisionedProductPlan Text
- data DescribeProvisionedProductPlanResponse = DescribeProvisionedProductPlanResponse' {}
- newDescribeProvisionedProductPlanResponse :: Int -> DescribeProvisionedProductPlanResponse
- describeProvisionedProductPlanResponse_nextPageToken :: Lens' DescribeProvisionedProductPlanResponse (Maybe Text)
- describeProvisionedProductPlanResponse_provisionedProductPlanDetails :: Lens' DescribeProvisionedProductPlanResponse (Maybe ProvisionedProductPlanDetails)
- describeProvisionedProductPlanResponse_resourceChanges :: Lens' DescribeProvisionedProductPlanResponse (Maybe [ResourceChange])
- describeProvisionedProductPlanResponse_httpStatus :: Lens' DescribeProvisionedProductPlanResponse Int
Creating a Request
data DescribeProvisionedProductPlan Source #
See: newDescribeProvisionedProductPlan smart constructor.
Constructors
| DescribeProvisionedProductPlan' | |
Fields
| |
Instances
newDescribeProvisionedProductPlan Source #
Create a value of DescribeProvisionedProductPlan with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:acceptLanguage:DescribeProvisionedProductPlan', describeProvisionedProductPlan_acceptLanguage - The language code.
en- English (default)jp- Japanesezh- Chinese
$sel:pageSize:DescribeProvisionedProductPlan', describeProvisionedProductPlan_pageSize - The maximum number of items to return with this call.
$sel:pageToken:DescribeProvisionedProductPlan', describeProvisionedProductPlan_pageToken - The page token for the next set of results. To retrieve the first set of
results, use null.
DescribeProvisionedProductPlan, describeProvisionedProductPlan_planId - The plan identifier.
Request Lenses
describeProvisionedProductPlan_acceptLanguage :: Lens' DescribeProvisionedProductPlan (Maybe Text) Source #
The language code.
en- English (default)jp- Japanesezh- Chinese
describeProvisionedProductPlan_pageSize :: Lens' DescribeProvisionedProductPlan (Maybe Natural) Source #
The maximum number of items to return with this call.
describeProvisionedProductPlan_pageToken :: Lens' DescribeProvisionedProductPlan (Maybe Text) Source #
The page token for the next set of results. To retrieve the first set of results, use null.
describeProvisionedProductPlan_planId :: Lens' DescribeProvisionedProductPlan Text Source #
The plan identifier.
Destructuring the Response
data DescribeProvisionedProductPlanResponse Source #
See: newDescribeProvisionedProductPlanResponse smart constructor.
Constructors
| DescribeProvisionedProductPlanResponse' | |
Fields
| |
Instances
newDescribeProvisionedProductPlanResponse Source #
Arguments
| :: Int | |
| -> DescribeProvisionedProductPlanResponse |
Create a value of DescribeProvisionedProductPlanResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextPageToken:DescribeProvisionedProductPlanResponse', describeProvisionedProductPlanResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are
no additional results, this value is null.
$sel:provisionedProductPlanDetails:DescribeProvisionedProductPlanResponse', describeProvisionedProductPlanResponse_provisionedProductPlanDetails - Information about the plan.
$sel:resourceChanges:DescribeProvisionedProductPlanResponse', describeProvisionedProductPlanResponse_resourceChanges - Information about the resource changes that will occur when the plan is
executed.
$sel:httpStatus:DescribeProvisionedProductPlanResponse', describeProvisionedProductPlanResponse_httpStatus - The response's http status code.
Response Lenses
describeProvisionedProductPlanResponse_nextPageToken :: 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.
describeProvisionedProductPlanResponse_provisionedProductPlanDetails :: Lens' DescribeProvisionedProductPlanResponse (Maybe ProvisionedProductPlanDetails) Source #
Information about the plan.
describeProvisionedProductPlanResponse_resourceChanges :: Lens' DescribeProvisionedProductPlanResponse (Maybe [ResourceChange]) Source #
Information about the resource changes that will occur when the plan is executed.
describeProvisionedProductPlanResponse_httpStatus :: Lens' DescribeProvisionedProductPlanResponse Int Source #
The response's http status code.