amazonka-ivschat-2.0: Amazon Interactive Video Service Chat 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.IVSChat.GetLoggingConfiguration

Description

Gets the specified logging configuration.

Synopsis

Creating a Request

data GetLoggingConfiguration Source #

See: newGetLoggingConfiguration smart constructor.

Constructors

GetLoggingConfiguration' 

Fields

  • identifier :: Text

    Identifier of the logging configuration to be retrieved.

Instances

Instances details
ToJSON GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

ToHeaders GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

ToPath GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

ToQuery GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

AWSRequest GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

Generic GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

Associated Types

type Rep GetLoggingConfiguration :: Type -> Type #

Read GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

Show GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

NFData GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

Methods

rnf :: GetLoggingConfiguration -> () #

Eq GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

Hashable GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

type AWSResponse GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

type Rep GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

type Rep GetLoggingConfiguration = D1 ('MetaData "GetLoggingConfiguration" "Amazonka.IVSChat.GetLoggingConfiguration" "amazonka-ivschat-2.0-AB4QlCKEEGt4izEWjWKMb2" 'False) (C1 ('MetaCons "GetLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetLoggingConfiguration Source #

Create a value of GetLoggingConfiguration 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:identifier:GetLoggingConfiguration', getLoggingConfiguration_identifier - Identifier of the logging configuration to be retrieved.

Request Lenses

getLoggingConfiguration_identifier :: Lens' GetLoggingConfiguration Text Source #

Identifier of the logging configuration to be retrieved.

Destructuring the Response

data GetLoggingConfigurationResponse Source #

See: newGetLoggingConfigurationResponse smart constructor.

Constructors

GetLoggingConfigurationResponse' 

Fields

  • arn :: Maybe Text

    Logging-configuration ARN, from the request (if identifier was an ARN).

  • createTime :: Maybe ISO8601

    Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.

  • destinationConfiguration :: Maybe DestinationConfiguration

    A complex type that contains a destination configuration for where chat content will be logged. There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.

  • id :: Maybe Text

    Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the logging configuration.

  • name :: Maybe Text

    Logging-configuration name. This value does not need to be unique.

  • state :: Maybe LoggingConfigurationState

    The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.

  • tags :: Maybe (HashMap Text Text)

    Tags attached to the resource. Array of maps, each of the form string:string (key:value).

  • updateTime :: Maybe ISO8601

    Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

Associated Types

type Rep GetLoggingConfigurationResponse :: Type -> Type #

Read GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

Show GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

NFData GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

Eq GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

type Rep GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVSChat.GetLoggingConfiguration

newGetLoggingConfigurationResponse Source #

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

GetLoggingConfigurationResponse, getLoggingConfigurationResponse_arn - Logging-configuration ARN, from the request (if identifier was an ARN).

GetLoggingConfigurationResponse, getLoggingConfigurationResponse_createTime - Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.

GetLoggingConfigurationResponse, getLoggingConfigurationResponse_destinationConfiguration - A complex type that contains a destination configuration for where chat content will be logged. There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.

GetLoggingConfigurationResponse, getLoggingConfigurationResponse_id - Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the logging configuration.

GetLoggingConfigurationResponse, getLoggingConfigurationResponse_name - Logging-configuration name. This value does not need to be unique.

GetLoggingConfigurationResponse, getLoggingConfigurationResponse_state - The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.

GetLoggingConfigurationResponse, getLoggingConfigurationResponse_tags - Tags attached to the resource. Array of maps, each of the form string:string (key:value).

GetLoggingConfigurationResponse, getLoggingConfigurationResponse_updateTime - Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.

$sel:httpStatus:GetLoggingConfigurationResponse', getLoggingConfigurationResponse_httpStatus - The response's http status code.

Response Lenses

getLoggingConfigurationResponse_arn :: Lens' GetLoggingConfigurationResponse (Maybe Text) Source #

Logging-configuration ARN, from the request (if identifier was an ARN).

getLoggingConfigurationResponse_createTime :: Lens' GetLoggingConfigurationResponse (Maybe UTCTime) Source #

Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.

getLoggingConfigurationResponse_destinationConfiguration :: Lens' GetLoggingConfigurationResponse (Maybe DestinationConfiguration) Source #

A complex type that contains a destination configuration for where chat content will be logged. There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.

getLoggingConfigurationResponse_id :: Lens' GetLoggingConfigurationResponse (Maybe Text) Source #

Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the logging configuration.

getLoggingConfigurationResponse_name :: Lens' GetLoggingConfigurationResponse (Maybe Text) Source #

Logging-configuration name. This value does not need to be unique.

getLoggingConfigurationResponse_state :: Lens' GetLoggingConfigurationResponse (Maybe LoggingConfigurationState) Source #

The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.

getLoggingConfigurationResponse_tags :: Lens' GetLoggingConfigurationResponse (Maybe (HashMap Text Text)) Source #

Tags attached to the resource. Array of maps, each of the form string:string (key:value).

getLoggingConfigurationResponse_updateTime :: Lens' GetLoggingConfigurationResponse (Maybe UTCTime) Source #

Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.