libZSservicesZSamazonka-ivsZSamazonka-ivs
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.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
Eq GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

Read GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

Show 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 #

NFData GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

Hashable GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

ToJSON GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

AWSRequest 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

type Rep GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

type Rep GetRecordingConfiguration = D1 ('MetaData "GetRecordingConfiguration" "Amazonka.IVS.GetRecordingConfiguration" "libZSservicesZSamazonka-ivsZSamazonka-ivs" 'False) (C1 ('MetaCons "GetRecordingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetRecordingConfiguration Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

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:

$sel:arn: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
Eq GetRecordingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

Read GetRecordingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

Show GetRecordingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

Generic GetRecordingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVS.GetRecordingConfiguration

Associated Types

type Rep GetRecordingConfigurationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-ivsZSamazonka-ivs" '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:

$sel:recordingConfiguration:GetRecordingConfigurationResponse', getRecordingConfigurationResponse_recordingConfiguration -

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

Response Lenses