libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder
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.ImageBuilder.GetComponent

Description

Gets a component object.

Synopsis

Creating a Request

data GetComponent Source #

See: newGetComponent smart constructor.

Constructors

GetComponent' 

Fields

Instances

Instances details
Eq GetComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

Read GetComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

Show GetComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

Generic GetComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

Associated Types

type Rep GetComponent :: Type -> Type #

NFData GetComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

Methods

rnf :: GetComponent -> () #

Hashable GetComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

AWSRequest GetComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

Associated Types

type AWSResponse GetComponent #

ToHeaders GetComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

ToPath GetComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

ToQuery GetComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

type Rep GetComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

type Rep GetComponent = D1 ('MetaData "GetComponent" "Amazonka.ImageBuilder.GetComponent" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "GetComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "componentBuildVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetComponent Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

newGetComponent Source #

Create a value of GetComponent 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:componentBuildVersionArn:GetComponent', getComponent_componentBuildVersionArn - The Amazon Resource Name (ARN) of the component that you want to retrieve. Regex requires "/\d+$" suffix.

Request Lenses

getComponent_componentBuildVersionArn :: Lens' GetComponent Text Source #

The Amazon Resource Name (ARN) of the component that you want to retrieve. Regex requires "/\d+$" suffix.

Destructuring the Response

data GetComponentResponse Source #

See: newGetComponentResponse smart constructor.

Constructors

GetComponentResponse' 

Fields

Instances

Instances details
Eq GetComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

Read GetComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

Show GetComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

Generic GetComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

Associated Types

type Rep GetComponentResponse :: Type -> Type #

NFData GetComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

Methods

rnf :: GetComponentResponse -> () #

type Rep GetComponentResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetComponent

type Rep GetComponentResponse = D1 ('MetaData "GetComponentResponse" "Amazonka.ImageBuilder.GetComponent" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "GetComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "component") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Component)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetComponentResponse Source #

Create a value of GetComponentResponse 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:requestId:GetComponentResponse', getComponentResponse_requestId - The request ID that uniquely identifies this request.

$sel:component:GetComponentResponse', getComponentResponse_component - The component object associated with the specified ARN.

$sel:httpStatus:GetComponentResponse', getComponentResponse_httpStatus - The response's http status code.

Response Lenses

getComponentResponse_requestId :: Lens' GetComponentResponse (Maybe Text) Source #

The request ID that uniquely identifies this request.

getComponentResponse_component :: Lens' GetComponentResponse (Maybe Component) Source #

The component object associated with the specified ARN.