libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor
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.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
Eq HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Read HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

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

NFData HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Methods

rnf :: HttpConfiguration -> () #

Hashable HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

ToJSON HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

FromJSON 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" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" '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://.