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.DescribeCopyProductStatus

Description

Gets the status of the specified copy product operation.

Synopsis

Creating a Request

data DescribeCopyProductStatus Source #

See: newDescribeCopyProductStatus smart constructor.

Constructors

DescribeCopyProductStatus' 

Fields

Instances

Instances details
ToJSON DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

ToHeaders DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

ToPath DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

ToQuery DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

AWSRequest DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Generic DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Associated Types

type Rep DescribeCopyProductStatus :: Type -> Type #

Read DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Show DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

NFData DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Eq DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Hashable DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

type AWSResponse DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

type Rep DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

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

newDescribeCopyProductStatus Source #

Create a value of DescribeCopyProductStatus 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:DescribeCopyProductStatus', describeCopyProductStatus_acceptLanguage - The language code.

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

$sel:copyProductToken:DescribeCopyProductStatus', describeCopyProductStatus_copyProductToken - The token for the copy product operation. This token is returned by CopyProduct.

Request Lenses

describeCopyProductStatus_acceptLanguage :: Lens' DescribeCopyProductStatus (Maybe Text) Source #

The language code.

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

describeCopyProductStatus_copyProductToken :: Lens' DescribeCopyProductStatus Text Source #

The token for the copy product operation. This token is returned by CopyProduct.

Destructuring the Response

data DescribeCopyProductStatusResponse Source #

See: newDescribeCopyProductStatusResponse smart constructor.

Constructors

DescribeCopyProductStatusResponse' 

Fields

Instances

Instances details
Generic DescribeCopyProductStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Associated Types

type Rep DescribeCopyProductStatusResponse :: Type -> Type #

Read DescribeCopyProductStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Show DescribeCopyProductStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

NFData DescribeCopyProductStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Eq DescribeCopyProductStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

type Rep DescribeCopyProductStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

type Rep DescribeCopyProductStatusResponse = D1 ('MetaData "DescribeCopyProductStatusResponse" "Amazonka.ServiceCatalog.DescribeCopyProductStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeCopyProductStatusResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "copyProductStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CopyProductStatus)) :*: S1 ('MetaSel ('Just "statusDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "targetProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses