libZSservicesZSamazonka-greengrassZSamazonka-greengrass
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.Greengrass.GetCoreDefinition

Description

Retrieves information about a core definition version.

Synopsis

Creating a Request

data GetCoreDefinition Source #

See: newGetCoreDefinition smart constructor.

Constructors

GetCoreDefinition' 

Fields

Instances

Instances details
Eq GetCoreDefinition Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

Read GetCoreDefinition Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

Show GetCoreDefinition Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

Generic GetCoreDefinition Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

Associated Types

type Rep GetCoreDefinition :: Type -> Type #

NFData GetCoreDefinition Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

Methods

rnf :: GetCoreDefinition -> () #

Hashable GetCoreDefinition Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

AWSRequest GetCoreDefinition Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

Associated Types

type AWSResponse GetCoreDefinition #

ToHeaders GetCoreDefinition Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

ToPath GetCoreDefinition Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

ToQuery GetCoreDefinition Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

type Rep GetCoreDefinition Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

type Rep GetCoreDefinition = D1 ('MetaData "GetCoreDefinition" "Amazonka.Greengrass.GetCoreDefinition" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "GetCoreDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "coreDefinitionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetCoreDefinition Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

newGetCoreDefinition Source #

Create a value of GetCoreDefinition 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:coreDefinitionId:GetCoreDefinition', getCoreDefinition_coreDefinitionId - The ID of the core definition.

Request Lenses

Destructuring the Response

data GetCoreDefinitionResponse Source #

See: newGetCoreDefinitionResponse smart constructor.

Constructors

GetCoreDefinitionResponse' 

Fields

Instances

Instances details
Eq GetCoreDefinitionResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

Read GetCoreDefinitionResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

Show GetCoreDefinitionResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

Generic GetCoreDefinitionResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

Associated Types

type Rep GetCoreDefinitionResponse :: Type -> Type #

NFData GetCoreDefinitionResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

type Rep GetCoreDefinitionResponse Source # 
Instance details

Defined in Amazonka.Greengrass.GetCoreDefinition

newGetCoreDefinitionResponse Source #

Create a value of GetCoreDefinitionResponse 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:latestVersionArn:GetCoreDefinitionResponse', getCoreDefinitionResponse_latestVersionArn - The ARN of the latest version associated with the definition.

$sel:arn:GetCoreDefinitionResponse', getCoreDefinitionResponse_arn - The ARN of the definition.

$sel:name:GetCoreDefinitionResponse', getCoreDefinitionResponse_name - The name of the definition.

$sel:creationTimestamp:GetCoreDefinitionResponse', getCoreDefinitionResponse_creationTimestamp - The time, in milliseconds since the epoch, when the definition was created.

$sel:id:GetCoreDefinitionResponse', getCoreDefinitionResponse_id - The ID of the definition.

$sel:latestVersion:GetCoreDefinitionResponse', getCoreDefinitionResponse_latestVersion - The ID of the latest version associated with the definition.

$sel:lastUpdatedTimestamp:GetCoreDefinitionResponse', getCoreDefinitionResponse_lastUpdatedTimestamp - The time, in milliseconds since the epoch, when the definition was last updated.

$sel:tags:GetCoreDefinitionResponse', getCoreDefinitionResponse_tags - Tag(s) attached to the resource arn.

$sel:httpStatus:GetCoreDefinitionResponse', getCoreDefinitionResponse_httpStatus - The response's http status code.

Response Lenses

getCoreDefinitionResponse_latestVersionArn :: Lens' GetCoreDefinitionResponse (Maybe Text) Source #

The ARN of the latest version associated with the definition.

getCoreDefinitionResponse_creationTimestamp :: Lens' GetCoreDefinitionResponse (Maybe Text) Source #

The time, in milliseconds since the epoch, when the definition was created.

getCoreDefinitionResponse_latestVersion :: Lens' GetCoreDefinitionResponse (Maybe Text) Source #

The ID of the latest version associated with the definition.

getCoreDefinitionResponse_lastUpdatedTimestamp :: Lens' GetCoreDefinitionResponse (Maybe Text) Source #

The time, in milliseconds since the epoch, when the definition was last updated.