libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2
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.GreengrassV2.DescribeComponent

Description

Retrieves metadata for a version of a component.

Synopsis

Creating a Request

data DescribeComponent Source #

See: newDescribeComponent smart constructor.

Constructors

DescribeComponent' 

Fields

Instances

Instances details
Eq DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Read DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Show DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Generic DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Associated Types

type Rep DescribeComponent :: Type -> Type #

NFData DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Methods

rnf :: DescribeComponent -> () #

Hashable DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

AWSRequest DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Associated Types

type AWSResponse DescribeComponent #

ToHeaders DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

ToPath DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

ToQuery DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

type Rep DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

type Rep DescribeComponent = D1 ('MetaData "DescribeComponent" "Amazonka.GreengrassV2.DescribeComponent" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "DescribeComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

newDescribeComponent Source #

Create a value of DescribeComponent 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:arn:DescribeComponent', describeComponent_arn - The ARN of the component version.

Request Lenses

describeComponent_arn :: Lens' DescribeComponent Text Source #

The ARN of the component version.

Destructuring the Response

data DescribeComponentResponse Source #

See: newDescribeComponentResponse smart constructor.

Constructors

DescribeComponentResponse' 

Fields

Instances

Instances details
Eq DescribeComponentResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Read DescribeComponentResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Show DescribeComponentResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Generic DescribeComponentResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Associated Types

type Rep DescribeComponentResponse :: Type -> Type #

NFData DescribeComponentResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

type Rep DescribeComponentResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

newDescribeComponentResponse Source #

Create a value of DescribeComponentResponse 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:platforms:DescribeComponentResponse', describeComponentResponse_platforms - The platforms that the component version supports.

$sel:status:DescribeComponentResponse', describeComponentResponse_status - The status of the component version in IoT Greengrass V2. This status is different from the status of the component on a core device.

$sel:arn:DescribeComponent', describeComponentResponse_arn - The ARN of the component version.

$sel:componentVersion:DescribeComponentResponse', describeComponentResponse_componentVersion - The version of the component.

$sel:creationTimestamp:DescribeComponentResponse', describeComponentResponse_creationTimestamp - The time at which the component was created, expressed in ISO 8601 format.

$sel:componentName:DescribeComponentResponse', describeComponentResponse_componentName - The name of the component.

$sel:publisher:DescribeComponentResponse', describeComponentResponse_publisher - The publisher of the component version.

$sel:description:DescribeComponentResponse', describeComponentResponse_description - The description of the component version.

$sel:tags:DescribeComponentResponse', describeComponentResponse_tags - A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources in the IoT Greengrass V2 Developer Guide.

$sel:httpStatus:DescribeComponentResponse', describeComponentResponse_httpStatus - The response's http status code.

Response Lenses

describeComponentResponse_platforms :: Lens' DescribeComponentResponse (Maybe [ComponentPlatform]) Source #

The platforms that the component version supports.

describeComponentResponse_status :: Lens' DescribeComponentResponse (Maybe CloudComponentStatus) Source #

The status of the component version in IoT Greengrass V2. This status is different from the status of the component on a core device.

describeComponentResponse_creationTimestamp :: Lens' DescribeComponentResponse (Maybe UTCTime) Source #

The time at which the component was created, expressed in ISO 8601 format.

describeComponentResponse_tags :: Lens' DescribeComponentResponse (Maybe (HashMap Text Text)) Source #

A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources in the IoT Greengrass V2 Developer Guide.