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.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
ToJSON DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.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

AWSRequest DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Associated Types

type AWSResponse DescribeProduct #

Generic DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Associated Types

type Rep DescribeProduct :: Type -> Type #

Read DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Show DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

NFData DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Methods

rnf :: DescribeProduct -> () #

Eq DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Hashable DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

type AWSResponse 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" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProduct'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:acceptLanguage:DescribeProduct', describeProduct_acceptLanguage - The language code.

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

DescribeProduct, describeProduct_id - The product identifier.

DescribeProduct, describeProduct_name - The product name.

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
Generic DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Associated Types

type Rep DescribeProductResponse :: Type -> Type #

Read DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Show DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

NFData DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Methods

rnf :: DescribeProductResponse -> () #

Eq DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

type Rep DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

type Rep DescribeProductResponse = D1 ('MetaData "DescribeProductResponse" "Amazonka.ServiceCatalog.DescribeProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProductResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "budgets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BudgetDetail])) :*: S1 ('MetaSel ('Just "launchPaths") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LaunchPath]))) :*: (S1 ('MetaSel ('Just "productViewSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProductViewSummary)) :*: (S1 ('MetaSel ('Just "provisioningArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisioningArtifact])) :*: 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:budgets:DescribeProductResponse', describeProductResponse_budgets - Information about the associated budgets.

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

DescribeProductResponse, describeProductResponse_productViewSummary - Summary information about the product view.

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

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

Response Lenses

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

Information about the associated launch paths.

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

Information about the provisioning artifacts for the specified product.