amazonka-mediatailor-2.0: Amazon MediaTailor 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.MediaTailor.Types.HttpConfiguration

Description

 
Synopsis

Documentation

data HttpConfiguration Source #

The HTTP configuration for the source location.

See: newHttpConfiguration smart constructor.

Constructors

HttpConfiguration' 

Fields

  • baseUrl :: Text

    The base URL for the source location host server. This string must include the protocol, such as https://.

Instances

Instances details
FromJSON HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

ToJSON HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Generic HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Associated Types

type Rep HttpConfiguration :: Type -> Type #

Read HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Show HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

NFData HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Methods

rnf :: HttpConfiguration -> () #

Eq HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Hashable HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

type Rep HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

type Rep HttpConfiguration = D1 ('MetaData "HttpConfiguration" "Amazonka.MediaTailor.Types.HttpConfiguration" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "HttpConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baseUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newHttpConfiguration Source #

Create a value of HttpConfiguration 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:baseUrl:HttpConfiguration', httpConfiguration_baseUrl - The base URL for the source location host server. This string must include the protocol, such as https://.

httpConfiguration_baseUrl :: Lens' HttpConfiguration Text Source #

The base URL for the source location host server. This string must include the protocol, such as https://.