libZSservicesZSamazonka-nimbleZSamazonka-nimble
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.Nimble.GetStudioComponent

Description

Gets a studio component resource.

Synopsis

Creating a Request

data GetStudioComponent Source #

See: newGetStudioComponent smart constructor.

Constructors

GetStudioComponent' 

Fields

Instances

Instances details
Eq GetStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

Read GetStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

Show GetStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

Generic GetStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

Associated Types

type Rep GetStudioComponent :: Type -> Type #

NFData GetStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

Methods

rnf :: GetStudioComponent -> () #

Hashable GetStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

AWSRequest GetStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

Associated Types

type AWSResponse GetStudioComponent #

ToHeaders GetStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

ToPath GetStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

ToQuery GetStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

type Rep GetStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

type Rep GetStudioComponent = D1 ('MetaData "GetStudioComponent" "Amazonka.Nimble.GetStudioComponent" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "GetStudioComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "studioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "studioComponentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetStudioComponent Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

newGetStudioComponent Source #

Create a value of GetStudioComponent 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:studioId:GetStudioComponent', getStudioComponent_studioId - The studio ID.

$sel:studioComponentId:GetStudioComponent', getStudioComponent_studioComponentId - The studio component ID.

Request Lenses

Destructuring the Response

data GetStudioComponentResponse Source #

See: newGetStudioComponentResponse smart constructor.

Constructors

GetStudioComponentResponse' 

Fields

Instances

Instances details
Eq GetStudioComponentResponse Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

Read GetStudioComponentResponse Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

Show GetStudioComponentResponse Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

Generic GetStudioComponentResponse Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

Associated Types

type Rep GetStudioComponentResponse :: Type -> Type #

NFData GetStudioComponentResponse Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

type Rep GetStudioComponentResponse Source # 
Instance details

Defined in Amazonka.Nimble.GetStudioComponent

type Rep GetStudioComponentResponse = D1 ('MetaData "GetStudioComponentResponse" "Amazonka.Nimble.GetStudioComponent" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "GetStudioComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "studioComponent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StudioComponent)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetStudioComponentResponse Source #

Create a value of GetStudioComponentResponse 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:studioComponent:GetStudioComponentResponse', getStudioComponentResponse_studioComponent - Information about the studio component.

$sel:httpStatus:GetStudioComponentResponse', getStudioComponentResponse_httpStatus - The response's http status code.

Response Lenses