libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ServiceCatalog.DescribeProduct

Description

Gets information about the specified product.

Synopsis

Creating a Request

data DescribeProduct Source #

See: newDescribeProduct smart constructor.

Constructors

DescribeProduct' 

Fields

Instances

Instances details
Eq DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Read DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Show DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Generic DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Associated Types

type Rep DescribeProduct :: Type -> Type #

NFData DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Methods

rnf :: DescribeProduct -> () #

Hashable DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

ToJSON DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

AWSRequest DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Associated Types

type AWSResponse DescribeProduct #

ToHeaders DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

ToPath DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

ToQuery DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

type Rep DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

type Rep DescribeProduct = D1 ('MetaData "DescribeProduct" "Amazonka.ServiceCatalog.DescribeProduct" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "DescribeProduct'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

newDescribeProduct :: DescribeProduct Source #

Create a value of DescribeProduct 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:name:DescribeProduct', describeProduct_name - The product name.

$sel:acceptLanguage:DescribeProduct', describeProduct_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:id:DescribeProduct', describeProduct_id - The product identifier.

Request Lenses

describeProduct_acceptLanguage :: Lens' DescribeProduct (Maybe Text) Source #

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

Destructuring the Response

data DescribeProductResponse Source #

See: newDescribeProductResponse smart constructor.

Constructors

DescribeProductResponse' 

Fields

Instances

Instances details
Eq DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Read DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Show DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Generic DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Associated Types

type Rep DescribeProductResponse :: Type -> Type #

NFData DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Methods

rnf :: DescribeProductResponse -> () #

type Rep DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

type Rep DescribeProductResponse = D1 ('MetaData "DescribeProductResponse" "Amazonka.ServiceCatalog.DescribeProduct" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "DescribeProductResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "productViewSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProductViewSummary)) :*: S1 ('MetaSel ('Just "provisioningArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisioningArtifact]))) :*: (S1 ('MetaSel ('Just "launchPaths") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LaunchPath])) :*: (S1 ('MetaSel ('Just "budgets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BudgetDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeProductResponse Source #

Create a value of DescribeProductResponse 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:productViewSummary:DescribeProductResponse', describeProductResponse_productViewSummary - Summary information about the product view.

$sel:provisioningArtifacts:DescribeProductResponse', describeProductResponse_provisioningArtifacts - Information about the provisioning artifacts for the specified product.

$sel:launchPaths:DescribeProductResponse', describeProductResponse_launchPaths - Information about the associated launch paths.

$sel:budgets:DescribeProductResponse', describeProductResponse_budgets - Information about the associated budgets.

$sel:httpStatus:DescribeProductResponse', describeProductResponse_httpStatus - The response's http status code.

Response Lenses

describeProductResponse_provisioningArtifacts :: Lens' DescribeProductResponse (Maybe [ProvisioningArtifact]) Source #

Information about the provisioning artifacts for the specified product.

describeProductResponse_launchPaths :: Lens' DescribeProductResponse (Maybe [LaunchPath]) Source #

Information about the associated launch paths.