amazonka-servicecatalog-2.0: Amazon Service Catalog SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Description

Gets information about the resource changes for the specified plan.

Synopsis

Creating a Request

data DescribeProvisionedProductPlan Source #

See: newDescribeProvisionedProductPlan smart constructor.

Constructors

DescribeProvisionedProductPlan' 

Fields

Instances

Instances details
ToJSON DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

ToHeaders DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

ToPath DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

ToQuery DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

AWSRequest DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Generic DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Associated Types

type Rep DescribeProvisionedProductPlan :: Type -> Type #

Read DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Show DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

NFData DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Eq DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Hashable DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

type AWSResponse DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

type Rep DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

type Rep DescribeProvisionedProductPlan = D1 ('MetaData "DescribeProvisionedProductPlan" "Amazonka.ServiceCatalog.DescribeProvisionedProductPlan" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProvisionedProductPlan'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "planId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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 - Japanese
  • zh - 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 - Japanese
  • zh - 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.

Destructuring the Response

data DescribeProvisionedProductPlanResponse Source #

Constructors

DescribeProvisionedProductPlanResponse' 

Fields

Instances

Instances details
Generic DescribeProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Read DescribeProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Show DescribeProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

NFData DescribeProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Eq DescribeProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

type Rep DescribeProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

type Rep DescribeProvisionedProductPlanResponse = D1 ('MetaData "DescribeProvisionedProductPlanResponse" "Amazonka.ServiceCatalog.DescribeProvisionedProductPlan" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProvisionedProductPlanResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedProductPlanDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisionedProductPlanDetails))) :*: (S1 ('MetaSel ('Just "resourceChanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceChange])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeProvisionedProductPlanResponse Source #

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_resourceChanges :: Lens' DescribeProvisionedProductPlanResponse (Maybe [ResourceChange]) Source #

Information about the resource changes that will occur when the plan is executed.