amazonka-ivs-2.0: Amazon Interactive Video Service 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.IVS.GetRecordingConfiguration

Description

Gets the recording configuration for the specified ARN.

Synopsis

Creating a Request

data GetRecordingConfiguration Source #

See: newGetRecordingConfiguration smart constructor.

Constructors

GetRecordingConfiguration' 

Fields

  • arn :: Text

    ARN of the recording configuration to be retrieved.

Instances

Instances details
ToJSON GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

ToHeaders GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

ToPath GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

ToQuery GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

AWSRequest GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

Generic GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

Associated Types

type Rep GetRecordingConfiguration :: Type -> Type #

Read GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

Show GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

NFData GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

Eq GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

Hashable GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

type AWSResponse GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

type Rep GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

type Rep GetRecordingConfiguration = D1 ('MetaData "GetRecordingConfiguration" "Amazonka.IVS.GetRecordingConfiguration" "amazonka-ivs-2.0-1XuGgGDxNXQ7UL2Yr5LhmE" 'False) (C1 ('MetaCons "GetRecordingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetRecordingConfiguration Source #

Create a value of GetRecordingConfiguration 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:

GetRecordingConfiguration, getRecordingConfiguration_arn - ARN of the recording configuration to be retrieved.

Request Lenses

getRecordingConfiguration_arn :: Lens' GetRecordingConfiguration Text Source #

ARN of the recording configuration to be retrieved.

Destructuring the Response

data GetRecordingConfigurationResponse Source #

See: newGetRecordingConfigurationResponse smart constructor.

Instances

Instances details
Generic GetRecordingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

Associated Types

type Rep GetRecordingConfigurationResponse :: Type -> Type #

Read GetRecordingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

Show GetRecordingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

NFData GetRecordingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

Eq GetRecordingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

type Rep GetRecordingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

type Rep GetRecordingConfigurationResponse = D1 ('MetaData "GetRecordingConfigurationResponse" "Amazonka.IVS.GetRecordingConfiguration" "amazonka-ivs-2.0-1XuGgGDxNXQ7UL2Yr5LhmE" 'False) (C1 ('MetaCons "GetRecordingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetRecordingConfigurationResponse Source #

Create a value of GetRecordingConfigurationResponse 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:

GetRecordingConfigurationResponse, getRecordingConfigurationResponse_recordingConfiguration -

$sel:httpStatus:GetRecordingConfigurationResponse', getRecordingConfigurationResponse_httpStatus - The response's http status code.

Response Lenses