amazonka-greengrassv2-2.0: Amazon IoT Greengrass V2 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.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
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

AWSRequest DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Associated Types

type AWSResponse DescribeComponent #

Generic DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Associated Types

type Rep DescribeComponent :: Type -> Type #

Read DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Show DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

NFData DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Methods

rnf :: DescribeComponent -> () #

Eq DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Hashable DescribeComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

type AWSResponse 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" "amazonka-greengrassv2-2.0-CXiJQl197i43YI1Cz5IpiZ" 'False) (C1 ('MetaCons "DescribeComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

Defined in Amazonka.GreengrassV2.DescribeComponent

Associated Types

type Rep DescribeComponentResponse :: Type -> Type #

Read DescribeComponentResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Show DescribeComponentResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

NFData DescribeComponentResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.DescribeComponent

Eq 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:

DescribeComponent, describeComponentResponse_arn - The ARN of the component version.

DescribeComponentResponse, describeComponentResponse_componentName - The name of the component.

DescribeComponentResponse, describeComponentResponse_componentVersion - The version of the component.

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

DescribeComponentResponse, describeComponentResponse_description - The description of the component version.

DescribeComponentResponse, describeComponentResponse_platforms - The platforms that the component version supports.

DescribeComponentResponse, describeComponentResponse_publisher - The publisher of the component version.

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: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_creationTimestamp :: Lens' DescribeComponentResponse (Maybe UTCTime) Source #

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

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