libZSservicesZSamazonka-marketplace-catalogZSamazonka-marketplace-catalog
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.MarketplaceCatalog.DescribeEntity

Description

Returns the metadata and content of the entity.

Synopsis

Creating a Request

data DescribeEntity Source #

See: newDescribeEntity smart constructor.

Constructors

DescribeEntity' 

Fields

  • catalog :: Text

    Required. The catalog related to the request. Fixed value: AWSMarketplace

  • entityId :: Text

    Required. The unique ID of the entity to describe.

Instances

Instances details
Eq DescribeEntity Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

Read DescribeEntity Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

Show DescribeEntity Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

Generic DescribeEntity Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

Associated Types

type Rep DescribeEntity :: Type -> Type #

NFData DescribeEntity Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

Methods

rnf :: DescribeEntity -> () #

Hashable DescribeEntity Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

AWSRequest DescribeEntity Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

Associated Types

type AWSResponse DescribeEntity #

ToHeaders DescribeEntity Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

ToPath DescribeEntity Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

ToQuery DescribeEntity Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

type Rep DescribeEntity Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

type Rep DescribeEntity = D1 ('MetaData "DescribeEntity" "Amazonka.MarketplaceCatalog.DescribeEntity" "libZSservicesZSamazonka-marketplace-catalogZSamazonka-marketplace-catalog" 'False) (C1 ('MetaCons "DescribeEntity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "catalog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeEntity Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

newDescribeEntity Source #

Create a value of DescribeEntity 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:catalog:DescribeEntity', describeEntity_catalog - Required. The catalog related to the request. Fixed value: AWSMarketplace

$sel:entityId:DescribeEntity', describeEntity_entityId - Required. The unique ID of the entity to describe.

Request Lenses

describeEntity_catalog :: Lens' DescribeEntity Text Source #

Required. The catalog related to the request. Fixed value: AWSMarketplace

describeEntity_entityId :: Lens' DescribeEntity Text Source #

Required. The unique ID of the entity to describe.

Destructuring the Response

data DescribeEntityResponse Source #

See: newDescribeEntityResponse smart constructor.

Constructors

DescribeEntityResponse' 

Fields

Instances

Instances details
Eq DescribeEntityResponse Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

Read DescribeEntityResponse Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

Show DescribeEntityResponse Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

Generic DescribeEntityResponse Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

Associated Types

type Rep DescribeEntityResponse :: Type -> Type #

NFData DescribeEntityResponse Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

Methods

rnf :: DescribeEntityResponse -> () #

type Rep DescribeEntityResponse Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.DescribeEntity

type Rep DescribeEntityResponse = D1 ('MetaData "DescribeEntityResponse" "Amazonka.MarketplaceCatalog.DescribeEntity" "libZSservicesZSamazonka-marketplace-catalogZSamazonka-marketplace-catalog" 'False) (C1 ('MetaCons "DescribeEntityResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "entityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "entityIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "entityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeEntityResponse Source #

Create a value of DescribeEntityResponse 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:lastModifiedDate:DescribeEntityResponse', describeEntityResponse_lastModifiedDate - The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).

$sel:entityType:DescribeEntityResponse', describeEntityResponse_entityType - The named type of the entity, in the format of EntityType@Version.

$sel:details:DescribeEntityResponse', describeEntityResponse_details - This stringified JSON object includes the details of the entity.

$sel:entityIdentifier:DescribeEntityResponse', describeEntityResponse_entityIdentifier - The identifier of the entity, in the format of EntityId@RevisionId.

$sel:entityArn:DescribeEntityResponse', describeEntityResponse_entityArn - The ARN associated to the unique identifier for the change set referenced in this request.

$sel:httpStatus:DescribeEntityResponse', describeEntityResponse_httpStatus - The response's http status code.

Response Lenses

describeEntityResponse_lastModifiedDate :: Lens' DescribeEntityResponse (Maybe Text) Source #

The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).

describeEntityResponse_entityType :: Lens' DescribeEntityResponse (Maybe Text) Source #

The named type of the entity, in the format of EntityType@Version.

describeEntityResponse_details :: Lens' DescribeEntityResponse (Maybe Text) Source #

This stringified JSON object includes the details of the entity.

describeEntityResponse_entityIdentifier :: Lens' DescribeEntityResponse (Maybe Text) Source #

The identifier of the entity, in the format of EntityId@RevisionId.

describeEntityResponse_entityArn :: Lens' DescribeEntityResponse (Maybe Text) Source #

The ARN associated to the unique identifier for the change set referenced in this request.